@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials{ text-align: center; }
#clienttestiminials .owl-carousel .owl-stage-outer{ padding: 10px 0; }
.testimonials-item{ position: relative; background-color: #ffffff; border-radius: 1em; margin-top: 100px; }
.testimonials-item-inner{ -webkit-box-shadow: 0px -2px 20px 0px rgb(0 0 0 / 7%); box-shadow: 0px -2px 20px 0px rgb(0 0 0 / 7%); padding: 0 2em 3em; border-radius: 18px; }
.testi-thumb{ position: absolute; left: 0; right: 0; width: 200px; margin: -100px auto 2em !important; border: 8px solid #ffffff; border-radius: 50%; overflow: hidden; -webkit-box-shadow: 0px -2px 20px 0px rgb(0 0 0 / 7%); box-shadow: 0px -2px 20px 0px rgb(0 0 0 / 7%); }
.testi-thumb img{ object-fit: cover; object-position: center; width: 100%; height: 100%; }
.testi-content{ padding-top: 130px; }
.testi-desc p{ line-height: 38px; font-size: 18px; margin-bottom: 0; }
.testimonials-item .tmttl{ position: relative; margin-top: 20px; }
.testimonials-item .tmttl h4{ margin: 0 0 5px; font-size: 20px; font-weight: 500; text-transform: capitalize; }
.testimonials-item .tmttl h4 a{ color:#212121; }
.testimonials-item .tmttl h4 a:hover{ color:#3fd0d4; }
.testimonials-item .tmttl p{ margin-bottom: 0; }
.testimonials-item .tmttl span{ display:block; margin:0; font-style:normal; font-family: 'Satisfy'; font-size: 16px; font-weight:400; color:#3fd0d4; text-transform:capitalize; }

#clienttestiminials .owl-nav button{ position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#clienttestiminials .owl-nav button.owl-prev{ left: -60px; }
#clienttestiminials .owl-nav button.owl-next{ right: -60px; }

/*testimonials listing*/
.tmnllisting{ margin-bottom:35px; min-height:120px; }
.tmnllisting .tmnlthumb{ float:left; width:120px; height:120px; margin:0 30px 0 0; overflow:hidden; border: 3px solid #0041ac; }
.tmnllisting .tmnlthumb img{ width:100%; height:100%; }
.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; }