
/*------------------------------------------------------------------------
# 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 {
 --oltes14-base:#91c330;
}
.tm-testimonials-box {
position: relative; }
.tm-testimonials-box .icon-box-paragh2 {
text-decoration: underline; }
.tm-testimonials-box .tm-tst-wrapper {
position: relative; }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb {
top: 0px;
position: absolute;
left: 0px;
z-index: 9; }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb img {
transition: all 0.4s ease-in-out; 
width: 200px; height: 200px;border-radius: 50%; 
border: 10px solid #fff; }
@media screen and (prefers-reduced-motion: reduce) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb img {
transition: none; } }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb .tm_tst_icon {
border-radius: 50%;
height: 42px;
background-color: var(--oltes14-base);
color: #fff;
left: 0px;
line-height: 42px;
position: absolute;
text-align: center;
top: 40%;
width: 42px;
z-index: 9;
transition: all 0.4s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb .tm_tst_icon {
transition: none; } }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details {
background-color: #f0f2f7;
padding: 20px 20px 20px 110px;
position: relative; 
margin-left: 100px !important;
border-top: 50px solid #fff;
}
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details .title {
background: #111;
border-radius: 0 25px 25px 0;
color: #fff;
font-size: 16px;
font-weight: bold;
height: 45px;
line-height: 45px;
padding-left: 20%;
text-align: left;
transition: all 0.4s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details .title {
transition: none; } }
@media (min-width: 576px) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details .title {
position: absolute;
left: 0px;
top: -50px;
width: auto;
padding-right: 20px; } }
@media (max-width: 575.98px) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details .title {
margin-top: 0; }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details {
background-color: #f0f2f7;
padding: 20px;
position: relative; 
margin-left: 0px !important;
border-top: 0px solid #fff;
} }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details p {
color: #84899d;
font-weight: 500;
font-style: italic;
margin-bottom: 0; }
.tm-testimonials-box .tm-tst-wrapper:hover .tm-tst-thumb .tm_tst_icon {
transform: rotate(180deg); }

@media (max-width: 767.98px) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb {
position: relative;
left: 20%; }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details .title {
left: 43%;
top: -55%;
text-align: center;
padding-left: 0;
margin-bottom: 15px; }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details {
background-color: #f0f2f7;
padding: 20px;
position: relative; 
margin-left: 0px !important;
border-top: 0px solid #fff;
}}

@media screen and (min-width: 320px) and (max-width: 375px) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb {
left: 16%; } }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details .title {
  background-color: var(--oltes14-base); }

.tm-testimonials-box .tm-tst-wrapper:hover .tm-tst-details .title {
  background-color: #1975ff; }
  
  
.testimonial_14 .btn-style-one {
  border: 1px solid var(--oltes14-base);
  border-radius: 60px;
  overflow: hidden;
  padding: 4px 5.5px;
  padding-right: 27px;
  position: relative;
  color: var(--oltes14-base);
  margin-top: 12px;
}
.testimonial_14 .btn-style-one .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--oltes14-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_14 .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_14 .btn-style-one .icon i:first-child {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_14 .btn-style-one .icon i:last-child {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_14 .btn-style-one:before {
  background-color: var(--oltes14-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_14 .btn-style-one:hover {
  color: #fff;
}
.testimonial_14 .btn-style-one:hover i:first-child {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_14 .btn-style-one:hover i:last-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.testimonial_14 .btn-style-one .icon i svg {
  fill: #fff;
}
.testimonial_14 .btn-style-one:hover:before {
  left: 11px;
  width: calc(100% - 16px);
}

.testimonial_14 .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_14 .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;
}
