
/*------------------------------------------------------------------------
# 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 {
 --oltes2-base:#d82221;
}
.testimonial-section { position: relative;  }

.testimonial-section .testimonial-title { margin-bottom: 60px; }

.testimonial-section .testimonial-title h2.title { color: #333; }

.testimonial-section .testimonial-title h2.title span { color:  #333; }

.testimonial-section .slick-slide { margin: 0 15px; }

.indurance-testimonial-item .testimonial-content { padding: 30px; border: 1px solid rgba(0, 0, 0, 0.3); background-color: #fff; position: relative; }

.indurance-testimonial-item .testimonial-content:before { content: ''; position: absolute; left: 40px; bottom: -16px; width: 22px; height: 30px; border-right: 1px solid rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(0, 0, 0, 0.3); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(54deg); background-color: #fff; }

.indurance-testimonial-item .testimonial-content span { font-size: 16px; line-height: 26px;  font-style: italic; margin-bottom: 0; }

.indurance-testimonial-item .testimonial-author { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 20px; }

.indurance-testimonial-item .testimonial-author .author-image { margin-right: 20px;margin-top: 10px; margin-left: 10px; }

.indurance-testimonial-item .testimonial-author .author-image img { width: 70px; height: 70px; border-radius: 50%; border: 3px solid rgba(0, 0, 0, 0.1); }

.indurance-testimonial-item .testimonial-author .author-name { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin-top: 0px; }

.indurance-testimonial-item .testimonial-author .author-name .title {  margin-bottom: 0px; font-size: 18px; line-height: 26px; }

.indurance-testimonial-item .testimonial-author .author-name span {  font-size: 14px; line-height: 24px; }

.testimonial_2 .btn-style-one {
  border: 1px solid var(--oltes2-base);
  border-radius: 60px;
  overflow: hidden;
  padding: 4px 5.5px;
  padding-right: 27px;
  position: relative;
  color: var(--oltes2-base);
}
.testimonial_2 .btn-style-one .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--oltes2-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_2 .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_2 .btn-style-one .icon i:first-child {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_2 .btn-style-one .icon i:last-child {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_2 .btn-style-one:before {
  background-color: var(--oltes2-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_2 .btn-style-one:hover {
  color: #fff;
}
.testimonial_2 .btn-style-one:hover i:first-child {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_2 .btn-style-one:hover i:last-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.testimonial_2 .btn-style-one .icon i svg {
  fill: #fff;
}
.testimonial_2 .btn-style-one:hover:before {
  left: 11px;
  width: calc(100% - 16px);
}

.testimonial_2 .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_2 .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;
}