@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials{ width: 100%; }
.testimonials-item{ padding:40px; margin:20px 0 50px; background-color:#ffffff; position:relative; width:100%; border-radius:12px; }
.testi-content{ position: relative; }
.testi-thumb{ width:100px; height: 100px; margin:0 40px 0 0; border-radius:50px; position: relative; border: 5px solid #1a2e35; padding: 5px; }
.testi-thumb img{ border-radius: 50%; }
.testi-thumb:after{ content:'\f10d'; width: 40px; height: 40px; text-align:center; position:absolute; border-radius:50px; background-color:#ff735c; font-family:'Font Awesome 5 Pro'; font-weight:700; color:#ffffff; font-size:16px; line-height: 40px; left: -18px; top: 0; }
.testimonials-item .tmttl{ margin:0; }
.testimonials-item .tmttl h4{ margin:0; font-size:24px; font-weight:600; text-transform:capitalize; }
.testimonials-item .tmttl h4 a{ color:#1a2e35; }
.testimonials-item .tmttl h4 a:hover{ color:#ff735c; }
.testimonials-item .tmttl span{ display:block; font-family:'Rubik'; margin:5px 0 0 0; font-style:normal; font-weight:400; color:#ff735c; text-transform:capitalize; }
.testi-desc{ margin-top: 30px; }
.testi-desc p{ margin-bottom:0; line-height: 1.5; }

/*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; }