
/*------------------------------------------------------------------------
# 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 {
 --oltes18-base: #f4462f;
}
.client-quote {position: relative;
z-index: 1;padding: 1.5rem !important;} 
.client-quote .quote-head .cl-meta {
  position: relative;
  z-index: 1;
}
.client-quote::before, .client-quote .quote-head .cl-meta::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #00415D;
}
.client-quote::before {
  background: transparent;
  border: 1px solid #dddddd;
  top: auto;
  bottom: 0;
  height: 67%; }
.client-quote p {
  color: #858A8D;
  font-size: 15px; }

.client-quote .quote-head {
  top: -30px;position: relative;
z-index: 1;padding: 1.5rem !important; }
.client-quote .cl-thumb {
  margin-bottom: -2px !important;
}
.client-quote .quote-head::before{
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--oltes18-base);
}
.cl-thumb img{
  width: 85px !important;
  height: 85px !important;border-radius: 50%; }
  .client-quote .quote-head::before {
    background: var(--oltes18-base);
    height: 50%;
    top: auto;
    bottom: 0; }
  .client-quote .quote-head::after {
    position: absolute;
    content: "";
    left: 0;
    top: 52px;
    border-bottom: 56px solid var(--oltes18-base);
    border-right: 308px solid transparent;
    z-index: -1; }
    @media only screen and (min-width: 1400px) and (max-width: 1920px) {
      .client-quote .quote-head::after {
        border-right: 318px solid transparent; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .client-quote .quote-head::after {
        border-bottom: 55px solid var(--oltes18-base);
        border-right: 249px solid transparent; } }
  .client-quote .quote-head .cl-meta::before {
content: "\f10e";
font-family: "Font Awesome 6 Free";
    background: transparent;
    left: auto;
    right: 0;
    width: auto;
    font-size: 50px;
    color: #fff;
    top: 12px;font-weight: 700; }
    
.testimonial_18 .btn-style-one {
  border: 1px solid var(--oltes18-base);
  border-radius: 60px;
  overflow: hidden;
  padding: 4px 5.5px;
  padding-right: 27px;
  position: relative;
  color: var(--oltes18-base);
}
.testimonial_18 .btn-style-one .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--oltes18-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_18 .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_18 .btn-style-one .icon i:first-child {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_18 .btn-style-one .icon i:last-child {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_18 .btn-style-one:before {
  background-color: var(--oltes18-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_18 .btn-style-one:hover {
  color: #fff;
}
.testimonial_18 .btn-style-one:hover i:first-child {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_18 .btn-style-one:hover i:last-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.testimonial_18 .btn-style-one .icon i svg {
  fill: #fff;
}
.testimonial_18 .btn-style-one:hover:before {
  left: 11px;
  width: calc(100% - 16px);
}

.testimonial_18 .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_18 .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;
}    