
/*------------------------------------------------------------------------
# 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
-------------------------------------------------------------------------*/
:root {
 --oltes13-base:#ff4500;
}
.testimonial-item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 24px;
  border-radius: 20px;
  background: #fff;
  color: #222;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 5px 10px 0 rgba(68, 68, 68, 0.15);
          box-shadow: 0 5px 10px 0 rgba(68, 68, 68, 0.15);
}

.testimonial-item .img {
  padding: 10px;
  height: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-right: 15px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid var(--oltes13-base);
}

.testimonial-item .img img {
  border-radius: 50%;
}

.testimonial-item .setbody  {
  color: #222;
}
.testimonial-item .setbody h5 {
  margin-bottom: 10px;
}

.testimonial-item .setbody span {
  display: block;
  font-weight: 500;
}

.testimonial-item .setbody p {
  margin-bottom: 15px;
}

.testimonial-item .setbody .rating i {
  margin-right: 2px;
  color: var(--oltes13-base);
}

.testimonial-item .setbody .rating i:last-child {
  margin-right: 0;
}

.testimonial-item .quote-icon {
  top: 30px;
  right: 30px;
  padding: 10px;
  position: absolute;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid var(--oltes13-base);
}

.testimonial-item .quote-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: var(--oltes13-base);
}

@media only screen and (max-width: 767.98px) {
  .testimonial-item {
    display: block;
  }
  .testimonial-item .img {
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

#testimonials.owl-carousel .owl-nav button{
  border-radius: 50%;
  border: 2px solid var(--oltes13-base);
}

#testimonials.owl-carousel .owl-nav button span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: var(--oltes13-base);
  border: 2px solid var(--oltes13-base);
}

#testimonials.owl-carousel .owl-nav button:hover {
  border-color: #171718;
}

#testimonials.owl-carousel .owl-nav button:hover span {
  background: #171718;
}

#testimonials.owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}

.testimonial-item .img {
  border-color: var(--oltes13-base);
}

.testimonial-item .setbody .rating i {
  color: var(--oltes13-base);
}

.testimonial-item .quote-icon {
  border-color: var(--oltes13-base);
}

.testimonial-item .quote-icon i {
  background: var(--oltes13-base);
}


.set_test13 .btn-style-one {
  border: 1px solid var(--oltes13-base);
  border-radius: 60px;
  overflow: hidden;
  padding: 4px 5.5px;
  padding-right: 27px;
  position: relative;
  color: var(--oltes13-base);
  margin-top: 12px;
}
.set_test13 .btn-style-one .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--oltes13-base);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 45px;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.set_test13 .btn-style-one .icon i {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 10px;
}
.set_test13 .btn-style-one .icon i:first-child {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.set_test13 .btn-style-one .icon i:last-child {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.set_test13 .btn-style-one:before {
  background-color: var(--oltes13-base);
  bottom: 10px;
  border-radius: 50px;
  content: "";
  height: 45px;
  left: 5.5px;
  position: absolute;
  right: 5.5px;
  top: 4px;
  width: 45px;
  z-index: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.set_test13 .btn-style-one:hover {
  color: #fff;
}
.set_test13 .btn-style-one:hover i:first-child {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.set_test13 .btn-style-one:hover i:last-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.set_test13 .btn-style-one .icon i svg {
  fill: #fff;
}
.set_test13 .btn-style-one:hover:before {
  left: 11px;
  width: calc(100% - 16px);
}

.set_test13 .theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.set_test13 .theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}