@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials { width:100%; margin:0;}
.testimonials-item { position:relative; padding:20px 20px 20px; margin-bottom:20px; -webkit-transition:all .4s ease 0s; transition:all .4s ease 0s;}
.testi-inner { position:relative; text-align:center;}
.testi-thumb { margin:0px 0 20px; display:inline-block; width:100%; text-align:center; position:relative; -webkit-transition:all 0.5s linear 0s; transition:all 0.5s linear 0s;}
.testi-thumb:before { content:'\f10e'; position:absolute; font-family:'Font Awesome 6 Pro'; font-size:4em; color:#e48824; right:50px; margin:auto; top:60px; -webkit-transition:all 0.5s linear 0s; transition:all 0.5s linear 0s;}
.test-thumb-img { width:90px; height:90px; display:inline-block; position:relative; top:0; z-index:1; border-radius:50%; -webkit-transition:all 0.5s linear 0s; transition:all 0.5s linear 0s;}
.test-thumb-img img { width:100%; height:auto; display:block; border-radius:50%; box-shadow:0 5px 0px #e48824; -webkit-transition:all 0.5s linear 0s; transition:all 0.5s linear 0s;}
.testi-title { position:relative;}
.testi-title h5 { color:#ffffff; font-size:25px; display:inline-block; margin-bottom:15px;}
.testi-title h5 span { color:#e48824; font-size:16px;}
.testi-para { text-align:center; position:relative;}
.testi-stars { text-align:center; display:block; margin-bottom:15px;}
.spanrating { color:#ffb300 !important; font-size:16px; letter-spacing:5px; display:block;}
.testi-para p { font-weight:400; font-size:16px; color:#ffffff; line-height:30px; margin-bottom:0; font-style:italic; letter-spacing:0.5px; position:relative;}
.testimonials-item:hover .testi-thumb:before { top:65px; right:65px;}
.testimonials-item:hover .test-thumb-img { top:10px; -webkit-transition:all 0.5s linear 0s; transition:all 0.5s linear 0s;}
.testimonials-item:hover .test-thumb-img img { box-shadow:4px -5px 0px #e48824;}

/*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;}