@charset "utf-8";
/* Testimonials CSS Document */
#clienttestiminials { width:100%; margin:0; }
.testimonials-item { position:relative; margin-bottom:50px;}
.testi-inner { position:relative; background-color:#ffffff; padding:30px 35px 30px 45px; margin-left:30px;}
.testi-inner:before { position:absolute; content:''; left:0; right:0; bottom:0; top:0; background-image:-webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, #af9a7d 75%); background-image:-ms-linear-gradient( 90deg, rgb(0,0,0) 0%, #af9a7d 75%); background-image:linear-gradient( 90deg, rgb(0,0,0) 0%, #af9a7d 75%); opacity:0; -webkit-transition:.5s; transition:.5s; -webkit-transform:perspective(400px) rotateX(-90deg); -ms-transform:perspective(400px) rotateX(-90deg); transform:perspective(400px) rotateX(-90deg); -webkit-transform-origin:top; -ms-transform-origin:top; transform-origin:top;}
.testi-quotes { position:absolute; height:60px; width:60px; line-height:60px; border-radius:50%; font-size:30px; color:#ffffff; left:-30px; top:40px; text-align:center; background-color:#af9a7d;}
.testi-stars { position:relative; text-align:left; padding:0; margin-bottom:10px; display:block;}
.spanrating { color:#ffb300; font-size:20px; letter-spacing:10px; display:block;}
.testi-desc { position:relative; color:#616161; font-size:15px; font-weight:400; padding-bottom:20px; margin-bottom:20px; -webkit-transition:.5s; transition:.5s; border-bottom:5px double #616161;}
.testimonials-item .testi-desc p { margin-bottom:0; color:#616161;}
.testi-thumb { position:relative; padding-left:85px; min-height:60px; margin-bottom:5px; padding-top:13px;}
.testi-thumb-img { position:absolute; left:0; top:0; margin-bottom:15px; width:70px; height:70px;}
.testi-thumb-img img { width:100%; height:auto; display:block; border-radius:50%;}
.tmttl { position:relative;}
.tmttl h6 { font-size:18px; text-transform:capitalize; margin-bottom:5px;}
.tmttl h6 a { color:#373636;}
.tmttl span { font-size:15px; color:#af9a7d; font-weight:700;}

.testimonials-item:hover .testi-inner:before { -webkit-transform:perspective(400px) rotateX(0deg); -ms-transform:perspective(400px) rotateX(0deg); transform:perspective(400px) rotateX(0deg); opacity:1;}
.testimonials-item:hover .testi-desc { border-color:#ffffff;}
.testimonials-item:hover .testi-desc p { color:#ffffff;}
.testimonials-item:hover .tmttl h6 a { color:#ffffff;}
.testimonials-item:hover .tmttl span { color:#ffffff;}

/*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; }


