
/*------------------------------------------------------------------------
# mod_ol_testimonials Extension
# ------------------------------------------------------------------------
# author    olwebdesign
# copyright Copyright (C) 2020 olwebdesign.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.olwebdesign.com
-------------------------------------------------------------------------*/

.testimonial-sec {
  padding: 100px 0;
}

.testimonial-slide {
  background-color: #fff;
  padding: 57px 40px;
  /*border-radius: 10px;*/
  position: relative;
  box-shadow: 0 0 27px rgba(0,0,0,0.10);
  margin-bottom: 64px;
  margin-top: 10px;
  margin-right: 80px;
}
.testimonial-slide .rating {
  margin-bottom: 15px;
  padding: 0;
}
.testimonial-slide:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 105px;
  width: 94px;
  height: 77px;
 background-image: url(quotes.png);
  background-repeat: no-repeat;
}
.auth-img {
  position: absolute;
  top: 50px;
  right: -65px;
  width: 130px;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.testimonial-slide:hover .auth-img {
  width: 100px;
  right: 50px;
}
.auth-img img {
  width: 130px;
  height: 130px;
  border-radius: 7px;
}
.testimonial-slide h3 {
  color: #222222;
  font-size: 30px;
  margin-bottom: 7px;
}
.testimonial-slide span {
  display: inline-block;
  color: #555555;
  font-size: 14px;
  margin-bottom: 25px;
}

.testimonial-slide p {
  color: #555555;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1200px) {
    .auth-img {
        position: static;
        margin-bottom: 30px;
    }
  .testimonial-slide::before {
  right: 30px;
}
.testimonial-slide {
  margin-right: 0px;
}
}