@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials { width:100%; margin:0; }
.testimonials-item { position:relative; margin-bottom:50px; padding-top:50px; -webkit-transition:all 500ms ease; transition:all 500ms ease; -webkit-transform:translateY(0); -webkit-transform:translateY(0); transform:translateY(0);}
.testi-inner { position:relative; padding:0px 15px 25px 15px; border:1px solid #e6e1db;}
.testi-inner:before { content:''; position:absolute; background-color:#176b87; width:100%; height:4px; left:0px; top:-1px; -webkit-transform:scale(0,0); -ms-transform:scale(0,0); transform:scale(0,0); -webkit-transition:all 500ms ease; transition:all 500ms ease;}
.testi-thumb { position:relative; text-align:center;}
.testi-author-img { position:absolute; display:inline-block; width:90px; height:90px; top:-46px; left:0; border:5px solid #176b87; border-radius:50%;}
.testi-author-img img { width:100%; height:auto; display:block; border-radius:50%;}
.testi-quotes { position:absolute; display:inline-block; background-color:#176b87; right:0px; top:-27px; width:50px; height:50px; line-height:50px; font-size:28px; color:#ffffff; border-radius:50%; text-align:center;}
.testi-desc { position:relative; display:block; text-align:center; padding:60px 0 20px; margin-bottom:25px; border-bottom:1px solid #e6e1db;}
.testi-desc p { font-size:16px; line-height:30px; color:#ffffff; margin-bottom:0;}
.tmttl { position:relative; text-align:center;}
.tmttl h5 { text-transform:uppercase; margin-bottom:5px;}
.tmttl h5 a { color:#ffffff;}
.tmttl span { font-size:15px; color:#176b87; font-weight:500;}
.testi-stars { position:relative; display:block; font-size:12px; line-height:20px; font-weight:700; margin-bottom:15px; text-transform:uppercase;}
.testi-stars .spanrating { color:#ffb300; font-size:16px; display:block;}
.testi-stars .spanrating i { margin:0 5px;}
.testimonials-item:hover .testi-inner:before { -webkit-transform:scale(1,1); -ms-transform:scale(1,1); transform:scale(1,1);}
.testimonials-item:hover { -webkit-transform:translateY(-10px); -ms-transform:translateY(-10px); transform:translateY(-10px);}

/*testimonials listing*/
.tmnllisting{ margin-bottom:35px; min-height:120px; }
.tmnllisting .tmnlthumb{ float:left; width:120px; height:120px; margin:0 5% 0 0; overflow:hidden; }
.tmnllisting .tmnlthumb img{ width:100%; height:100%; border-radius:50%; }
.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; }