@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials{ width: 80%; margin: 0 auto; }
.testimonials-item{ position: relative; text-align: center; background-color: #ffffff; box-shadow: 0px 0 32px -4px rgb(26 46 85 / 20%); max-width: 870px; margin: 75px auto 30px; border-radius: 50px; padding: 0 30px 40px; }
.testi-thumb{ position: relative; height: 120px; width: 120px; margin-bottom: -30px; display: inline-block; vertical-align: middle; padding: 15px; background-color: #ffffff; box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 20%);  border-radius: 50%; transform: translateY(-50%); }
.testi-thumb img{ border-radius: 50%; }
.testi-desc p{ line-height: 2; font-size: 18px; margin: 0 15px 30px; }
.testimonials-item .tmttl h4{ margin:0; font-size:28px; font-weight:600; text-transform:capitalize; }
.testimonials-item .tmttl h4 a{ color:#1f2230; }
.testimonials-item .tmttl h4 a:hover{ color:#ff662a; }
.testimonials-item .tmttl span{ display:block; margin:5px 0 0 0; font-style:normal; font-size: 16px; font-weight:400; color:#ff662a; 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: 10px; }
#clienttestiminials .owl-nav button.owl-prev{ left: 10px; }

/*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; }

/*

.testi-content{ padding: 50px; }
.testi-desc p{ line-height: 2; font-size: 18px; }
.testi-thumb{ width: 80px; height: 80px; overflow: hidden; border-radius:50px; }
.testimonials-item .tmttl{ margin:0 0 30px; position: relative; }


*/