
/*------------------------------------------------------------------------
# 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 {
  --test23-base: #e40013;
}
.ol-testims-item-content {
  padding: 20px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: -1px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.ol-testims-content-wrap {
 margin-bottom:0;
 margin-left:-10px;
 position:relative;
 z-index:20;
 display:block;
}
.ol-testims-img-wrap {
 border-radius:50%;
 overflow:hidden;
 padding:22px;
 height:150px;
 width:150px;
 position:relative;
}
.ol-testims-img-wrap:before {
 position:absolute;
 content:'';
 left:50%;
 top:50%;
 transform:translate(-50%, -50%);
 height:130px;
 width:130px;
 border:6px solid var(--test23-base);
 border-radius:50%;
}
.ol-testims-name-designation {
 background:#fff;
 border-radius:60px;
 padding:15px 45px 15px 130px;
 position:absolute;
 top:50%;
 left:25px;
 transform:translateY(-50%);
 z-index:-1;
 box-shadow:0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.ol-testims-img-wrap {
 margin-right:auto;
 margin-right:20px;
}
.ol-testims-img-wrap img {
 border-radius:1000px;
}
.ol-testims-name-designation {
 text-align:left;
}
.ol-testims-icon {
 font-size:50px;
 color:#dbdbdb;
 margin-top:20px;
}
.ol-testims-rating {
 font-size:16px;
 color:#ffc600;
 margin-top:10px;
}
.ol-testims-name {
 font-size:20px;
 line-height:24px;
 letter-spacing:0px;
 color:#1d1729;
 margin:0px 0px 0px 0px;
 font-weight:800;
}
.ol-testims-designation {
 font-size:14px;
 letter-spacing:0px;
 color:var(--test23-base);
 font-weight:600;
}
.ol-testims-message {
 font-size:17px;
 line-height:28px;
 letter-spacing:0px;
 color:#6c6a72;
 font-weight:500;
}

.ol-testim-item {
 padding:20px;
}
@media (min-width:768px) and (max-width:991px) {

 .ol-testims-name {
  margin:0px 0px 0px 0px;
 }
}
@media (max-width:767px) {
 .ol-testims-name {
  margin:0px 0px 0px 0px;
 }
}


.testimonial_23 .btn-style-one {
  border: 1px solid var(--test23-base);
  border-radius: 60px;
  overflow: hidden;
  padding: 4px 5.5px;
  padding-right: 27px;
  position: relative;
  color: var(--test23-base);
}
.testimonial_23 .btn-style-one .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--test23-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_23 .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_23 .btn-style-one .icon i:first-child {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_23 .btn-style-one .icon i:last-child {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_23 .btn-style-one:before {
  background-color: var(--test23-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_23 .btn-style-one:hover {
  color: #fff;
}
.testimonial_23 .btn-style-one:hover i:first-child {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_23 .btn-style-one:hover i:last-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.testimonial_23 .btn-style-one .icon i svg {
  fill: #fff;
}
.testimonial_23 .btn-style-one:hover:before {
  left: 11px;
  width: calc(100% - 16px);
}

.testimonial_23 .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_23 .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;
}