@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials{ width: 100%; margin: 0 auto; }
.testimonials-item { position:relative; padding:67px 15px 15px; width:75%; margin:0 auto;}
.testi-inner { position:relative; text-align:center; padding:0 50px 45px; background-color:transparent; border:1px solid #ffffff;}
.testi-inner:before { content:''; position:absolute; top:-10px; left:-10px; height:100%; width:100%; border:1px solid #ffffff;}
.testi-inner:after { content:''; position:absolute; top:10px; left:10px; height:100%; width:100%; border:1px solid #ffffff;}

/* Image styling */
.testi-thumb { display:inline-block; position:relative; margin-top:-60px; z-index:3;}
.testi-img { position:relative; display:inline-block; width:115px; height:115px; border-radius:50%; margin-bottom:13px;}
.testi-thumb img { border-radius:50%; max-width: 100%; height: auto; display: block; }

.tmicon { position:absolute; top:41px; left:-22px; font-size:22px; width:38px; height:38px; border-radius:50%; text-align:center; line-height:38px; background-color:#738ea5; color:#ffffff; -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); -webkit-transition:all 300ms ease; transition:all 300ms ease;}

.testi-content { position:relative; text-align:center; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; z-index:9;}
.testimonial-rating { letter-spacing: 2px; margin-bottom:5px; }
.testimonials-item .testi-desc p { font-size:17px;}
.testimonials-item .tmttl h4 { margin-bottom:10px; color:#ffffff;}
.testimonials-item .tmttl h4 a { color:#ffffff;}
.testimonials-item .tmttl span { color:#738ea5;}

/* testimonials listing */ 
.tmnllisting{ margin-bottom:35px; min-height:120px; }
.tmnllisting .tmnlthumb { float:left; width:120px; height:150px; margin:0 30px 0 0; overflow:hidden; border: 3px solid #738ea5; }
.tmnllisting .tmnlthumb img{ width:100%; height:100%; }
.tmnllisting .tmnlcont{ overflow:hidden; }
.tmnllisting h6{ margin-bottom:10px; padding-top:10px; text-transform:uppercase; }

#testimonials-widget h6{ margin-bottom:5px; text-transform:capitalize; }
#testimonials-widget p{ margin-bottom:15px; }