@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials { width: 100%; margin: 0; }
.testimonials-item { position:relative; padding:30px 30px; text-align:center; overflow:hidden;}
.testi-thumb { display:inline-block; border:1px solid transparent; border-radius:10px; padding:10px; -webkit-transition:all 300ms ease-in-out; transition:all 300ms ease-in-out; margin:10px 0; position:relative; width:150px; height:150px;}
.testi-thumb img { width:100%; height:auto; display:block; -webkit-transition:all 500ms ease-in-out; transition:all 500ms ease-in-out;}
.testi-content { -webkit-transform:translateY(15px); -ms-transform:translateY(15px); transform:translateY(15px); -webkit-transition:all 300ms ease-in-out; transition:all 300ms ease-in-out; z-index:2; position:relative; padding-top:10px;}

.testimonials-item .tmttl h4{ margin-bottom:10px; font-size:25px; font-weight:700; text-transform:capitalize; }
.testimonials-item .tmttl h4 a{ color:#ffffff; }
.testimonials-item .tmttl h4 a:hover{ color:#f7a392; }
.testimonials-item .tmttl span{ display:block; margin:0; font-style:normal; font-size: 16px; font-weight:400; color:#f7a392; text-transform:capitalize; }
.testimonials-item .testi-desc p { color:#ffffff;}

.testimonials-item:hover .testi-thumb { border:2px solid #f7a392; background:rgba(255,255,255,.4);}
.testimonials-item:hover .testi-thumb img { border-radius:50%; }

#clienttestiminials .owl-nav button{ position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
#clienttestiminials .owl-nav button.owl-next{ right:-30px; }
#clienttestiminials .owl-nav button.owl-prev{ left:-30px; }

/*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; }