@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials{ position: relative; }
.testimonials-item{ position: relative; background-color: #ffffff; box-shadow: 0px 0 32px -4px rgb(26 46 85 / 20%); margin: 0; padding: 30px; border-radius: 10px; }
.testi-content{ display: flex; align-items: center; }
.testi-thumb { position: relative; height: 80px; width: 80px; display: inline-block; padding: 5px; background-color: #ffffff; box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 20%); border-radius: 10px; margin-right: 15px; }
.testi-thumb img{ border-radius: 10px; }
.testi-desc p{ line-height: 2;margin:0 0 20px; }
.testimonials-item .tmttl h4{ margin:0; font-size:22px; font-weight:600; text-transform:capitalize; }
.testimonials-item .tmttl h4 a{ color:#253041; }
.testimonials-item .tmttl h4 a:hover{ color:#dd1515; }
.testimonials-item .tmttl span{ display:block; margin: 0; font-style:normal; font-size: 16px; font-weight:400; color:#dd1515; text-transform:capitalize; }
.testimonials-item .tmttl i{ position: absolute; right: 0; bottom: 0; font-size: 48px; color: #f96167; }

#clienttestiminials .owl-nav button{ position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: #ffffff; }
#clienttestiminials .owl-nav button.owl-next{ right: -50px; }
#clienttestiminials .owl-nav button.owl-prev{ left: -50px; }

/*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; }