


/* testimonials 1 */
.testimonials.ttm-testimonial-box-view-style1 .testimonial-content{ 
    text-align: center;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-img{
    padding-bottom: 26px;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-img img{
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    border: 4px solid #fff;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote{
    padding: 10px 10px 17px 0;
    font-size: 18px;
    position: relative;
    line-height: 30px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote:before {
    content: '\f10d';
    font-family: "FontAwesome";
    font-size: 80px;
    line-height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    color: #ff4f01;
    opacity: .2;
    font-size: 60px;
    top: -13px;
}


.testimonials.ttm-testimonial-box-view-style2 .testimonial-content{
    background-color: #fff;
    text-align: center;
    padding: 40px 35px 40px 35px;
    margin-top: 50px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-img{
    margin-top: -74px;
    margin-bottom: 10px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-img img{
    text-align: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-caption h5{
    font-size: 20px;
    line-height: 28px;
    display: block;
    font-weight: 400;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-caption label{
    display: block;
    font-size: 15px;
    line-height: 25px;
    margin-top: -2px;
    color: rgba(102,109,129,.7);
    margin-bottom: 13px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote{
    font-size: 16px;
    position: relative;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    text-align: justify;
}
.testimonials.ttm-testimonial-box-view-style2 blockquote:before {
    content: '\f10d';
    font-family: "FontAwesome";
    color: #666d81;
    font-size: 80px;
    line-height: 70px;
    position: absolute;
    top: -3px;
    opacity: .12;
    font-style: normal;
}

