
/*------------------------------------------------------------------------
# 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 {
  --test30-gray: #878c8f;
  --test30-gray-rgb: 135, 140, 143;
  --test30-white: #ffffff;
  --test30-white-rgb: 255, 255, 255;
  --test30-base: #d82221;
  --test30-base-rgb: 216, 34, 33;
  --test30-black: #212226;
  --test30-black-rgb: 33, 34, 38;
  --test30-primary: #082060;
  --test30-primary-rgb: 8, 32, 96;
  --test30-extra: #f6f6f6;
  --test30-extra-rgb: 246, 246, 246;
}

.testimonial-olw__single {
  position: relative;
  display: block;
  background-color: var(--test30-white);
  border-radius: 55px;
  border: 1px solid #dfe3e7;
  padding: 25px 40px 30px;
}

.testimonial-olw__client-and-ratting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-olw__client-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.testimonial-olw__client-img {
  position: relative;
  display: block;
  max-width: 81px;
  width: 100%;
}

.testimonial-olw__client-img>img {
  width: 100%;
}

.testimonial-olw__client-content {
  position: relative;
  display: block;
}

.testimonial-olw__client-content>h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-olw__client-content>p {
  margin-top: 6px;
}

.testimonial-olw__ratting {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  padding: 12px 20px 12px;
  gap: 5px;
}

.testimonial-olw__ratting i {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--test30-base);
}

.testimonial-olw__text {
  margin-top: 18px;
}

.testimonial-olw__single-shape-1 {
  position: absolute;
  right: 55px;
  bottom: -44px;
  border-top: 0px solid #dfe3e7;
  border-left: 30px solid transparent;
  border-right: 45px solid #dfe3e7;
  border-bottom: 44px solid transparent;
}

.testimonial-olw__single-shape-1::before {
  content: "";
  position: absolute;
  right: -44px;
  top: 0px;
  border-top: 18px solid var(--test30-white);
  border-left: 18px solid transparent;
  border-right: 24px solid var(--test30-white);
  border-bottom: 24px solid transparent;
}

.testimonial-olw__right {
  position: relative;
  display: block;
  margin-left: 40px;
}

.testimonial-olw__form {
  position: relative;
  display: block;
}

.testimonial-olw__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.testimonial-olw__input-box input[type="text"],
.testimonial-olw__input-box input[type="email"] {
  height: 58px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .10);
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--test30-gray);
  display: block;
  font-weight: 500;
  border-radius: 0;
}

.testimonial-olw__input-box-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.testimonial-olw__input-box-icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--test30-base);
}

.testimonial-olw__input-box .select-box {
  width: 100%;
}

.testimonial-olw__input-box .nice-select {
  height: 58px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .10);
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--test30-gray);
  display: block;
  font-weight: 500;
  border-radius: 0px;
  line-height: 60px;
  float: none;
}

.testimonial-olw__input-box .nice-select:after {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--test30-gray);
  border-right: 2px solid var(--test30-gray);
  margin-top: 0px;
  z-index: 10;
}

.testimonial-olw__btn-box {
  position: relative;
  display: block;
}

.testimonial-olw__btn {
  border: none;
  align-items: center;
  padding: 11px 40px 11px;
  gap: 10px;
}


.testimonial_30 .btn-style-one {
  border: 1px solid var(--test30-base);
  border-radius: 60px;
  overflow: hidden;
  padding: 4px 5.5px;
  padding-right: 27px;
  position: relative;
  color: var(--test30-base);
}
.testimonial_30 .btn-style-one .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--test30-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_30 .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_30 .btn-style-one .icon i:first-child {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_30 .btn-style-one .icon i:last-child {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_30 .btn-style-one:before {
  background-color: var(--test30-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_30 .btn-style-one:hover {
  color: #fff;
}
.testimonial_30 .btn-style-one:hover i:first-child {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_30 .btn-style-one:hover i:last-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.testimonial_30 .btn-style-one .icon i svg {
  fill: #fff;
}
.testimonial_30 .btn-style-one:hover:before {
  left: 11px;
  width: calc(100% - 16px);
}

.testimonial_30 .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_30 .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;
}