<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.testimonial-box {
  background-color: #fff;
  text-align: center;
  padding: 50px 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box {
    padding: 50px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-box {
    padding: 50px 20px;
    font-size: 14px;
  }
}

.testimonial-box .client-img {
  width: 150px;
  height: 150px;
  margin: auto;
  position: relative;
}

.testimonial-box .client-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-box .client-img .check {
  position: absolute;
  right: 0;
  top: 0;
  border: 4px solid #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #9ecf36;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.testimonial-box h3 {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 35px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-box h3 {
    font-size: 22px;
  }
}

.testimonial-box .clinet-post {
  font-weight: bold;
  text-transform: uppercase;
  color: #9ecf36;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box .clinet-post {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box .clinet-post {
    font-size: 12px;
  }
}

.testimonial-box:hover {
  -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.2);
          box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.2);
}
.testimonial-slider ul.slick-dots{
  margin-top: 30px;
}
.testimonial-slider ul.slick-dots li {
  display: inline-block;
  cursor: pointer;
}

.testimonial-slider ul.slick-dots li button {
  font-size: 0;
  border: 0;
  background-color: #e7e7e7;
  width: 16px;
  height: 4px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.testimonial-slider ul.slick-dots li.slick-active button {
  width: 26px;
  background-color: #9ecf36;
}
/* style 2 */
.testimonials-style-2 .sigma_testimonial-inner,
.testimonials-style-2 .slick-slide.sigma_testimonial-inner {
    position: relative;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 10px 20px 0px rgba(53,82,99,0.09);
    display: flex;
    align-items: flex-start;
}
.testimonials-style-2 .sigma_testimonial-inner{
  margin-bottom: 30px;
}
.testimonials-style-2 .sigma_testimonial-thumb {
    position: relative;
    margin-right: 20px;
    width: 100px;
}
.testimonials-style-2 .sigma_testimonial-thumb + div {
    flex: 1;
}
.testimonials-style-2 .sigma_testimonial-thumb:before {
    content: '\f104';
    font-family: flaticon;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #9ecf36;
}

.testimonials-style-2 .sigma_testimonial-body {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.testimonials-style-2 .sigma_testimonial-body p{
  margin-bottom: 0;
}
.testimonials-style-2 .sigma_rating-wrapper {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.testimonials-style-2 .sigma_rating-wrapper .sigma-testimonial-rating i.active {
    color: #ffa80a;
    margin-right: 5px;
    font-size: 12px;
}
.testimonials-style-2 .sigma_testimonial-footer {
    display: flex;
    align-items: center;
}
.testimonials-style-2 .sigma_testimonial-footer cite {
    font-size: 15px;
    font-weight: 700;
    color: #212121;
    font-style: normal;
    display: block;
}
</pre></body></html>