
/*------------------------------------------------------------------------
# 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 {
  --test28-base: #e40013;
}
.testimonial-block-ol {
 position:relative;
 margin-bottom:25px
}
.testimonial-block-ol .inner-box {
 position:relative;
 margin-top:80px;
 padding:0 40px 45px;
 background-color: #fafafa;
 text-align:center
}
.testimonial-block-ol .inner-box:before {
 background-color:#fafafa;
 bottom:99.92%;
 clip-path:polygon(50% 100%,100% 0,100% 100%,0 100%,0 0);
 content:"";
 height:60px;
 left:0;
 position:absolute;
 width:100%
}
.testimonial-block-ol .inner-box:hover .thumb img {
 -webkit-transform:scale(1.1);
 transform:scale(1.1)
}
.testimonial-block-ol .inner-box .thumb {
 position:relative;
 margin-top:-80px;
 overflow:hidden;
 display:inline-block;
 border-radius:50%;
 border:6px solid var(--test28-base);
 margin-bottom:10px;
 text-align:center
}
.testimonial-block-ol .inner-box .thumb img {
 height:100%;
 -o-object-fit:cover;
 object-fit:cover;
 -webkit-transition:all 300ms ease;
 transition:all 300ms ease;
 width: 100px;
}
.testimonial-block-ol .inner-box .reason {
 display:block;
 margin-bottom:0
}
.testimonial-block-ol .inner-box .rating {
 font-size:12px;
 color:#f9b524;
 margin-bottom:3px;
 position:relative;
 z-index:1
}
.testimonial-block-ol .inner-box .rating i {
 margin-right:5px
}
.testimonial-block-ol .inner-box .text {
 position:relative;
 font-size:18px;
 margin-bottom:20px;
 z-index:1
}
.testimonial-block-ol .inner-box .info-box .name {
 color:var(--theme-color-dark);
 margin-bottom:3px
}
.testimonial-block-ol .inner-box .info-box .designation {
 display:block;
 font-size:14px;
 line-height:1em;
 color:var(--test28-base);
 margin-bottom:0;
 -webkit-transition:all 300ms ease;
 transition:all 300ms ease
}
.testimonial-block-ol .inner-box .icon-quotes-2 {
 position:absolute;
 top:50%;
 left:50%;
 -webkit-transform:translate(-50%,-55%);
 transform:translate(-50%,-55%);
 width:137px;
 height:99px;
 background-image:url(icon-quote-2.png)
}

.testimonial_28 .btn-style-one {
  border: 1px solid var(--test28-base);
  border-radius: 60px;
  overflow: hidden;
  padding: 4px 5.5px;
  padding-right: 27px;
  position: relative;
  color: var(--test28-base);
}
.testimonial_28 .btn-style-one .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--test28-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_28 .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_28 .btn-style-one .icon i:first-child {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_28 .btn-style-one .icon i:last-child {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_28 .btn-style-one:before {
  background-color: var(--test28-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_28 .btn-style-one:hover {
  color: #fff;
}
.testimonial_28 .btn-style-one:hover i:first-child {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_28 .btn-style-one:hover i:last-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.testimonial_28 .btn-style-one .icon i svg {
  fill: #fff;
}
.testimonial_28 .btn-style-one:hover:before {
  left: 11px;
  width: calc(100% - 16px);
}

.testimonial_28 .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;
  margin-top: 15px;
}
.testimonial_28 .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;
}