@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials{ width: 100%; margin:0 auto; }
.testimonials-item { position:relative;}

.testi-inner { position:relative; background-color:#2e2925; display:flex; justify-content:space-between; align-items:center; border: 1px solid rgba(255, 255, 255, 0.1);}

/* Image styling */
.testi-thumb { position:relative; flex:0 0 30%;}
.testi-img { position:relative; margin-bottom:0; text-align:center; overflow:hidden;}
.testi-img img { width:100%; height:auto; object-fit:cover; -webkit-transition:all 300ms ease; transition:all 300ms ease; }

/* Center item appearance */
.testi-content { flex:0 0 65%; padding:20px 10px; display:inline-flex; flex-direction:column;}
.testimonial-rating{ letter-spacing:2px; margin-bottom:5px; }
.testimonials-item p { line-height:24px; margin-bottom:10px; color:#ffffff;}
.testimonials-item .tmttl h4 { text-transform:uppercase; font-size:20px; font-weight:400; line-height:20px; margin: 0 0 5px 0;}
.testimonials-item .tmttl h4 a {color: #ffffff;}
.testimonials-item .tmttl span { font-size:15px; color:#efad81; display:inline-block; line-height:15px;}
.testimonials-item:hover .testi-img img { -webkit-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1);}

/* testimonials listing */ 
.tmnllisting{ margin-bottom:35px; min-height:120px; }
.tmnllisting .tmnlthumb { float:left; width:120px; height:150px; margin:0 30px 0 0; overflow:hidden; border: 3px solid #efad81; }
.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; }