<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials{ width: 100%; margin: 0; }
.testimonials-item{ position: relative; text-align: center; width: 80%; margin: 0 auto; }
.testi-thumb{ position: relative; height: 90px; width: 90px; margin: 0 0 30px; display: inline-block; vertical-align: middle; padding: 5px; background-color: #f7a987; border-radius: 50%; }
.testi-thumb img{ border-radius: 50%; }
.testimonials-item .tmttl{ margin-top: 30px; }
.testimonials-item .tmttl h4{ margin:0; font-size:28px; font-weight:700; text-transform:capitalize; }
.testimonials-item .tmttl h4 a{ color:#050c0f; }
.testimonials-item .tmttl h4 a:hover{ color:#f7a987; }
.testimonials-item .tmttl span{ display:block; margin:0; font-style:normal; font-size: 16px; font-weight:400; color:#f7a987; text-transform:capitalize; }
.testimonials-item .tmttl i{ position: absolute; right: 0; bottom: 0; font-size: 48px; color: #f96167; }
.testi-desc p{ line-height: 2; 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: 0; }
#clienttestiminials .owl-nav button.owl-prev{ left: 0; }

/*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; }</pre></body></html>