﻿

.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 0px 40px;
  margin-top: 30px;
}

.media-carousel .carousel-control.left 
{
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 30px
}

/*Testimonial Content Styles*/

.testimonial{
    margin: 0 20px 20px;
}
.testimonial .testimonial-content{
    padding: 20px 10px 10px 50px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
    position: relative;
    height:210px;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 10px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
    margin-left:10px;
}

.testimonial img {
    display: block;
    width: 80px;
    border-radius: 1000px;
    margin-bottom:10px;
}

.double-quotes {
    display: inline-block;
    margin-top: 10px;
    margin-left: -10px;
    color: #fff;
    position: inherit;
    font-size: 25px;
}

/*End Of Testimonial Contents Styles*/

.carousel-control {
    position:inherit;
    padding: 1px 12px 6px 12px;
}