@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials { width:100%; margin: 0; }

.testimonials-item { position:relative; margin-bottom:50px;}
.testi-inner { position:relative; padding:30px; border:1px solid #ffffff;}

.testi-content { position:relative; padding:40px 0 20px; margin-top:15px;}
.testi-content:before { content:''; position:absolute; width:0; height:0; left:0; right:auto; top:auto; bottom:-28px;}
.testi-content:after { position:absolute; content:'"'; font-size:120px; line-height:120px; top:-85px; left:35px; color:#77997e; font-weight:700; -webkit-transform:rotate(180deg) skew(-10deg); -ms-transform:rotate(180deg) skew(-10deg); transform:rotate(180deg) skew(-10deg);}
.testi-info { position:relative;}
.testi-info p { font-size:17px; color:#ffffff; line-height:30px;}
.testi-stars { text-align:left; margin:10px 0 10px; display:block;}
.testi-stars .spanrating { color:#ffb300; font-size:14px; letter-spacing:5px; display:block;}

.testi-thumb { position:relative;}
.testi-img { position:relative; width:85px; height:85px; border:3px solid #77997e; padding:5px;}
.testi-img img { width:100%; height:auto; display:block;}

.testi-title { margin-left:15px; flex:0 0 65%;}
.testi-title h5 { font-size:20px; color:#ffffff; margin-bottom:5px;}
.testi-title h5 a { color:#ffffff;}
.testi-title span { position:relative; color:#77997e; font-size:16px; line-height:18px; font-weight:400;}

/*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; }