@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials{ width: 80%; margin: 0 auto; text-align: center; }
#clienttestiminials .owl-carousel .owl-stage-outer{ padding: 10px 0; }
.testimonials-item{ position: relative; background-color: #f8f8f8; padding: 4em 5em; border-radius: 2em; }
.testi-thumb{ width: 80px; border-radius: 50%; overflow: hidden; border: 3px solid #0041ac; }
.testi-thumb img{ object-fit: cover; object-position: center; width: 100%; height: 100%; }
.testi-desc p{ line-height: 1.8; font-size: 1.3rem; margin-bottom: 0; }
.testimonials-item .tmttl{ position: relative; margin-left: 20px; }
.testimonials-item .tmttl h4{ margin: 0; font-size: 26px; font-weight: 500; text-transform: capitalize; }
.testimonials-item .tmttl h4 a{ color:#0041ac; }
.testimonials-item .tmttl h4 a:hover{ color:#040506; }
.testimonials-item .tmttl p{ margin-bottom: 0; }
.testimonials-item .tmttl span{ display:block; margin:0; font-style:normal; font-size: 12px; font-weight:400; color:#040506; 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; }