
/*------------------------------------------------------------------------
# mod_ol_testimonial-block3432 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 {
 --oltes34-base:#d82221;
 --oltes34-color2:#333;
}

.testimonial-block34 {
  margin-bottom: 30px;
}
.testimonial-block34 .inner-box {
  position: relative;
  padding: 25px 28px 40px 28px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 122px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 122px rgba(0, 0, 0, 0.04);
}
@media (max-width: 991.98px) {
  .testimonial-block34 .inner-box {
    padding: 25px 20px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block34 .inner-box {
    text-align: center;
  }
}
.testimonial-block34 .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 200px;
  height: 180px;
  background-color: var(--oltes34-base);
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block34 .inner-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 0;
  height: 0;
  background-color: #ebf1f5;
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block34 .inner-box:hover:after {
  width: 200px;
  height: 180px;
}
.testimonial-block34 .inner-box:hover .author-box .author-info:before {
  width: 100%;
}
.testimonial-block34 .inner-box:hover .author-box .author-info .name,
.testimonial-block34 .inner-box:hover .author-box .author-info .designation {
  color: #ffffff;
}
.testimonial-block34 .inner-box .author-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .testimonial-block34 .inner-box .author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.testimonial-block34 .inner-box .author-box .image {
  position: relative;
  border-radius: 50%;
  padding: 5px;
  width: 110px;
  height: 110px;
  border: 2px dashed #ffffff;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 7;
}

.testimonial-block34 .inner-box .author-box img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
@media (max-width: 575.98px) {
  .testimonial-block34 .inner-box .author-box .image {
    border: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 10px;
  }
}
.testimonial-block34 .inner-box .author-box .image img {
  display: block;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .testimonial-block34 .inner-box .author-box .image img {
    border-radius: 0;
  }
}
.testimonial-block34 .inner-box .author-box .author-info {
  position: relative;
  padding: 12px 70px;
  margin-left: -60px;
  background-color: #ebf1f5;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .testimonial-block34 .inner-box .author-box .author-info {
    margin-left: 0;
    padding: 12px 35px;
  }
}
.testimonial-block34 .inner-box .author-box .author-info:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  width: 0;
  background-color: var(--oltes34-base);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}
.testimonial-block34 .inner-box .author-box .name {
  position: relative;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block34 .inner-box .author-box .designation {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block34 .inner-box .content-box {
  padding-left: 15px;
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  .testimonial-block34 .inner-box .content-box {
    padding: 0;
  }
}
.testimonial-block34 .inner-box .rating {
  position: relative;
  font-size: 12px;
  line-height: 1em;
  color: #f9b524;
  margin-bottom: 8px;
}

.testimonial-block34 .inner-box .rating.st34color {
  color: #f9b524;
  font-size: 17px;
  letter-spacing: 0.4em;
}

.testimonial-block34 .inner-box .rating i {
  margin-right: 5px;
}
.testimonial-block34 .inner-box .text {
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block34 .inner-box .icon-quotes {
  position: absolute;
  bottom: 0;
  right: 28px;
}
@media (max-width: 991.98px) {
  .testimonial-block34 .inner-box .icon-quotes {
    opacity: 0.3;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block34 .inner-box .icon-quotes {
    display: none;
  }
}
.testimonial-block34 .inner-box .icon-quotes svg {
  fill: #f1f1f1;
}
.testimonial-block34 .btn-style-one {
  border: 1px solid var(--oltes34-base);
  border-radius: 60px;
  overflow: hidden;
  padding: 4px 5.5px;
  padding-right: 27px;
  position: relative;
  color: var(--oltes34-base);
}
.testimonial-block34 .btn-style-one .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--oltes34-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-block34 .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-block34 .btn-style-one .icon i:first-child {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial-block34 .btn-style-one .icon i:last-child {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial-block34 .btn-style-one:before {
  background-color: var(--oltes34-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-block34 .btn-style-one:hover {
  color: #fff;
}
.testimonial-block34 .btn-style-one:hover i:first-child {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial-block34 .btn-style-one:hover i:last-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.testimonial-block34 .btn-style-one .icon i svg {
  fill: #fff;
}
.testimonial-block34 .btn-style-one:hover:before {
  left: 11px;
  width: calc(100% - 16px);
}

.testimonial-block34 .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-block34 .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;
}