
/*------------------------------------------------------------------------
# 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 {
 --oltes-base:#333;
}

.reviews-block_template_zoom .reviews-block__title {
  font-size: 16px;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 600;
  background: #f14201;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 6px 1px;
}

.reviews-block_template_zoom .reviews-block__title:empty {
  opacity: 0;
}

.reviews-block__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.reviews-block__slider {
  margin-top: 76px;
}

.reviews-block__main:not(:last-child) {
  margin-bottom: 126px;
}

.reviews-block__slide {
  background: #fff;
  padding: 44px 50px;
}

.reviews-block__text {
  color: #666;
  font-size: 100%;
  line-height: 1.666666666666667;
  margin-bottom: 32px;
}
.reviews-block__text::after {
    color: #ddd;
    content: "\f10e";
    font-family: "Font Awesome 6 Free";
	font-weight: 700;
    font-size: 32px;
    margin: auto;
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 2;
}
.reviews-block__person {
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  position: relative;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reviews-block__person-data {
  margin-top: 5px;
}

.reviews-block__person-name {
  font-family: 'Teko', Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 2px;
}

.reviews-block__person-role {
  color: #999;
}

.reviews-block__person-image {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 23px;
}

.reviews-block__person-image img {
  width: 100%;
}

.reviews-block__quote {
  width: auto !important;
  position: absolute;
  right: 0;
  top: 12px;
}

.reviews-block__controls {
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -2px;
}

.reviews-block__control {
  background: none;
  border: 0;
  color: currentColor;
  margin-bottom: -2px;
  transition: 0.3s ease;
  transform: translateZ(0);
}

.reviews-block__control:hover {
  color: #999;
}


.testimonial_d .btn-style-one {
  border: 1px solid var(--oltes-base);
  border-radius: 60px;
  overflow: hidden;
  padding: 4px 5.5px;
  padding-right: 27px;
  position: relative;
  color: var(--oltes-base);
  margin-bottom: 14px;
}
.testimonial_d .btn-style-one .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--oltes-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;
}
.testimonial_d .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;
}
.testimonial_d .btn-style-one .icon i:first-child {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_d .btn-style-one .icon i:last-child {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_d .btn-style-one:before {
  background-color: var(--oltes-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;
}
.testimonial_d .btn-style-one:hover {
  color: #fff;
}
.testimonial_d .btn-style-one:hover i:first-child {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_d .btn-style-one:hover i:last-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.testimonial_d .btn-style-one .icon i svg {
  fill: #fff;
}
.testimonial_d .btn-style-one:hover:before {
  left: 11px;
  width: calc(100% - 16px);
}

.testimonial_d .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;
}
.testimonial_d .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;
}