@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; }
.testi-thumb{ width: 38%; position: relative; flex-shrink: 0; }
.testi-thumb img{ border: 10px solid #cd0a29; -webkit-clip-path: polygon(14% 0, 100% 0, 84% 99%, 0 100%); clip-path: polygon(14% 0, 100% 0, 84% 99%, 0 100%); }
.testi-content{ position: relative; width: 62%; padding: 30px 0 40px 100px; margin-left: 30px; }
.testi-desc p{ font-size: 1.3em; line-height: 1.8; margin-bottom: 30px; }
.testimonials-item .tmttl{ position: relative; }
.testimonials-item .tmttl h4{ margin: 0; font-size: 28px; font-weight: 600; text-transform: capitalize; letter-spacing: 1px; }
.testimonials-item .tmttl h4 a{ color:#020202; }
.testimonials-item .tmttl h4 a:hover{ color:#cd0a29; }
.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:#cd0a29; text-transform:capitalize; }
.testi-icon{ position: absolute; top: -10px; left: 0; font-size: 6em; color: #cd0a29; transition: all 0.5s ease; }

#clienttestiminials .owl-nav button{ position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#clienttestiminials .owl-nav button.owl-prev{ left: -40px; }
#clienttestiminials .owl-nav button.owl-next{ right: -40px; }

/*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; }