@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials{ width: 80%; margin: 0 auto; }
.testimonials-item{ width: 100%; background-color: #fbfbfb; -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.07); box-shadow: 0 5px 20px 0 rgba(0,0,0,.07); margin: 5px; }
.testi-content{ padding: 50px; }
.testi-desc p{ line-height: 2; font-size: 18px; }
.testi-thumb{ width: 80px; height: 80px; overflow: hidden; border-radius:50px; }
.testimonials-item .tmttl{ margin:0 0 30px; position: relative; }
.testimonials-item .tmttl h4{ margin:0; font-size:22px; font-weight:600; text-transform:capitalize; }
.testimonials-item .tmttl h4 a{ color:#1d2339; }
.testimonials-item .tmttl h4 a:hover{ color:#b68c5a; }
.testimonials-item .tmttl span{ display:block; font-family:'Rubik'; margin:5px 0 0 0; font-style:normal; font-size: 14px; font-weight:400; color:#b68c5a; text-transform:capitalize; }
.testimonials-item .tmttl i{ position: absolute; right: 0; bottom: 0; font-size: 48px; color: #f96167; }

/*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; }