@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials{ width: 100%; margin: 0; }
.testimonials-item{ position: relative; background-color: #ffffff; padding: 25px; }
.testi-thumb{ position: relative; height: 90px; width: 90px; margin: 0 15px 0 0; display: inline-block; vertical-align: middle; padding: 5px; background-color: #d83030; }
.testimonials-item .tmttl{ display: inline-block; vertical-align: middle; }
.testimonials-item .tmttl h4{ margin:0; font-size:34px; font-weight:400; text-transform:capitalize; }
.testimonials-item .tmttl h4 a{ color:#161616; }
.testimonials-item .tmttl h4 a:hover{ color:#d83030; }
.testimonials-item .tmttl span{ display:block; margin:0; font-style:normal; font-size: 16px; font-weight:400; color:#d83030; text-transform:capitalize; }
.testimonials-item .tmttl i{ position: absolute; right: 0; bottom: 0; font-size: 48px; color: #f96167; }
.testi-desc{ padding-top: 20px; }
.testi-desc p{ line-height: 1.6; margin: 0; font-size: 18px; }

#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: -50px; }
#clienttestiminials .owl-nav button.owl-prev{ left: -50px; }

/*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; }