
/*------------------------------------------------------------------------
# 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 {
  --test24-base: #e40013;
}
.olweb__brand-item img {
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -webkit-transition: .5s;
    transition: .5s;
}
.olweb__brand-item {
    text-align: center;
}
.swiper-slide-active .olweb__brand-item img, .olweb__brand-item:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* Testimonial */
.olweb__testimonial-item {
    position: relative;
}
.olweb__testimonial-item .tes__shape svg{
    width: 100%;
}
.olweb__testimonial-item .tes__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.olweb__testimonial-item-inner {
    text-align: center;
    padding: 0 24px;
    padding-top: 100px;
    padding-bottom: 46px;
}

.testi__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
}

.autho__info {
    text-align: left;
    margin-left: 10px;
}
.thm-swiper__brand-wrapper .olweb__brand-item img {
    max-width: 100px;
}
.olweb__testimonial-item-inner .quote_icon {
    background: var(--test24-base);
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50px;
    position: absolute;
    top: 7px;
    right: 12px;
    -webkit-transition: .3s;
    transition: .3s;
}
.olweb__testimonial-item .autho__img img{
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50px;
    -webkit-transition: .3s;
    transition: .3s;
}
.olweb__testimonial-item:hover .olweb__testimonial-item-inner .quote_icon{
    background: #020E28;
}
.olweb__testimonial-item-inner h3 {
    margin-bottom: 15px;
}

.olweb__testimonial-item-inner p {
    color: #848484;
}
.olweb__testimonial-item .read-rmore {
    color: var(--test24-base);
    font-size: 15px;
    font-weight: 600;
    border: 1px solid var(--test24-base);
    border-radius: 5px;
    line-height: normal;
    padding: 8px 13px;
    margin-bottom: 15px;
}
.olweb__testimonial-item .blog__cate {
    position: absolute;
    right: 20px;
    top: 20px;
}
.olweb__testimonial-item .read-rmore:hover, .blog-item-two .read-rmore:hover{
    background-color: var(--test24-base);
    border: 1px solid var(--test24-base);
    color: #fff;
}


.testimonial_24 .btn-style-one {
  border: 1px solid var(--test24-base);
  border-radius: 60px;
  overflow: hidden;
  padding: 4px 5.5px;
  padding-right: 27px;
  position: relative;
  color: var(--test24-base);
}
.testimonial_24 .btn-style-one .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--test24-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_24 .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_24 .btn-style-one .icon i:first-child {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_24 .btn-style-one .icon i:last-child {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_24 .btn-style-one:before {
  background-color: var(--test24-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_24 .btn-style-one:hover {
  color: #fff;
}
.testimonial_24 .btn-style-one:hover i:first-child {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_24 .btn-style-one:hover i:last-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.testimonial_24 .btn-style-one .icon i svg {
  fill: #fff;
}
.testimonial_24 .btn-style-one:hover:before {
  left: 11px;
  width: calc(100% - 16px);
}

.testimonial_24 .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_24 .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;
}