@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials{ width: 100%; margin: 0 auto; }
#clienttestiminials .owl-carousel .owl-stage-outer{ padding: 10px 0; }
.testimonials-item{ position: relative; background-color: #ffffff; padding: 2em; box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; margin: 40px 0 10px 10px; }
.testi-thumb{ width: 80px; border-radius: 50%; overflow: hidden; border: 7px solid #f2f2f2; margin-top: -70px; margin-bottom: 25px; position: relative; }
.testi-thumb img{ object-fit: cover; object-position: center; width: 100%; height: 100%; }
.testi-desc p{ line-height: 1.8; margin-bottom: 0; }
.testimonials-item .tmttl{ position: relative; margin-bottom: 20px; }
.testimonials-item .tmttl h4{ margin: 0; font-size: 24px; font-weight: 600; text-transform: capitalize; }
.testimonials-item .tmttl h4 a{ color:#212529; }
.testimonials-item .tmttl h4 a:hover{ color:#019444; }
.testimonials-item .tmttl p{ margin-bottom: 0; }
.testimonials-item .tmttl span{ display:block; margin:0; font-style:normal; font-size: 14px; font-weight:400; color:#019444; text-transform:capitalize; }
.testi-icon{ position: absolute; right: 60px; top: 40px; }
.testi-icon:before { content: ''; position: absolute; left: 0; top: 0; width: 4px; height: 30px; background-color: #e3e3e3; border-radius: 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all 0.5s ease; }
.testi-icon:after { content: ''; position: absolute; left: 14px; top: 0; width: 4px; height: 30px; background-color: #e3e3e3; border-radius: 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all 0.5s ease; }
.testimonials-item:hover .testi-icon:before, .testimonials-item:hover .testi-icon:after { background-color: #019444; }

#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; }