/*================================================
Testimonial Area CSS
=================================================*/

.ea-testimonial-area.bg-gradient-color {
  background: -webkit-gradient(linear, left top, right bottom, from(#e1fdf4), color-stop(#d9fbff), color-stop(#def5ff), color-stop(#eeedff), to(#ffe6fa));
  background: linear-gradient(to right bottom, #e1fdf4, #d9fbff, #def5ff, #eeedff, #ffe6fa);
}

.ea-testimonial-area.bg-gradient-color2 {
  background: -webkit-gradient(linear, right bottom, left top, from(#ac32e4), color-stop(#9c24ea), color-stop(#8817f1), color-stop(#6f09f8), to(#4801ff));
  background: linear-gradient(to left top, #ac32e4, #9c24ea, #8817f1, #6f09f8, #4801ff);
}

.ea-testimonial-area.bg-gradient-color2 .section-title h2 {
  color: var(--whiteColor);
}

.ea-testimonial-area.bg-gradient-color2 .section-title p {
  color: var(--whiteColor) !important;
  opacity: 0.9;
}

.ea-single-testimonial-box.style-one {
  margin-left: 100px;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
}

.ea-single-testimonial-box.style-one::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  margin-left: 300px;
  position: absolute;
  background-color: #f8fafb;
}

.ea-single-testimonial-box.style-one .image {
  text-align: center;
  padding-right: 50px;
}

.ea-single-testimonial-box.style-one .content {
  z-index: 1;
  position: relative;
  padding-left: 50px;
  margin-bottom: 50px;
}

.ea-single-testimonial-box.style-one .content p {
  color: var(--blackColor);
  font-size: 20px;
  font-weight: 500;
}

.ea-single-testimonial-box.style-one .content .client-info {
  position: relative;
  margin-top: 40px;
}

.ea-single-testimonial-box.style-one .content .client-info img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.ea-single-testimonial-box.style-one .content .client-info .title {
  margin-left: 20px;
  position: relative;
  top: 4px;
}

.ea-single-testimonial-box.style-one .content .client-info .title h3 {
  margin-bottom: 6px;
  color: #fe4a55;
  font-size: 18px;
  font-weight: 700;
}

.ea-single-testimonial-box.style-one .content .client-info .title span {
  display: block;
  color: #43746f;
  font-size: 15px;
}

.ea-single-testimonial-box.style-two {
  position: relative;
  margin-top: 25px;
  margin-left: 25px;
  margin-bottom: 30px;
}

.ea-single-testimonial-box.style-two .testimonial-desc {
  background-color: var(--whiteColor);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-top: 40px;
}

.ea-single-testimonial-box.style-two .testimonial-desc p {
  position: relative;
  font-style: italic;
  font-size: 16px;
}

.ea-single-testimonial-box.style-two .testimonial-desc::before {
  left: 35px;
  width: 25px;
  z-index: -1;
  content: '';
  height: 25px;
  bottom: -12px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: var(--whiteColor);
}


.ea-single-testimonial-box.style-two .client-info {
  position: relative;
  margin-top: 35px;
  margin-left: 15px;
}

.ea-single-testimonial-box.style-two .client-info img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.ea-single-testimonial-box.style-two .client-info .title {
  margin-left: 15px;
  position: relative;
  top: 4px;
}

.ea-single-testimonial-box.style-two .title h3 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.ea-single-testimonial-box.style-two .title span {
  display: block;
  color: #43746f;
  font-size: 15px;
}

.ea-single-testimonial-box.style-three {
  position: relative;
  padding-left: 180px;
}

.ea-single-testimonial-box.style-three .client-image {
  left: 0;
  top: 50%;
  z-index: 1;
  position: absolute;
  border-radius: 5px;
  padding-bottom: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ea-single-testimonial-box.style-three .client-image img {
  width: 140px;
  height: 140px;
  border-radius: 5px;
}

.ea-single-testimonial-box.style-three .testimonial-desc p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.8;
}

.ea-single-testimonial-box.style-three .client-info h3 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.ea-single-testimonial-box.style-three .client-info span {
  display: block;
  color: #03d392;
  font-size: 15px;
}

.ea-single-testimonial-box.style-four {
  margin-bottom: 30px;
}

.ea-single-testimonial-box.style-four .desc {
  background-color: var(--whiteColor);
  position: relative;
  border-radius: 5px;
  padding: 30px;
  z-index: 1;
}

.ea-single-testimonial-box.style-four .desc p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}

.ea-single-testimonial-box.style-four .desc::after {
  left: 40px;
  z-index: -1;
  content: '';
  width: 80px;
  height: 60px;
  bottom: -35px;
  position: absolute;
  background-color: var(--whiteColor);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

.ea-single-testimonial-box.style-four .client-info {
  margin-top: 50px;
  margin-left: 10px;
}

.ea-single-testimonial-box.style-four .client-info img {
  height: 60px;
  border-radius: 50%;
  width: 60px;
  border: 2px solid #e01a33;
}

.ea-single-testimonial-box.style-four .client-info .title {
  margin-left: 15px;
}

.ea-single-testimonial-box.style-four .title h3 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.ea-single-testimonial-box.style-four .title span {
  display: block;
  font-size: 15px;
  color: var(--blackColor);
}

.ea-single-testimonial-box.style-five .desc {
  background-color: #f5f5f5;
  position: relative;
  border-radius: 5px;
  padding: 40px;
  z-index: 1;
}

.ea-single-testimonial-box.style-five .desc p {
  font-size: 16px;
  margin-bottom: 0;
}

.ea-single-testimonial-box.style-five .desc::after {
  left: 50%;
  content: '';
  width: 80px;
  z-index: -1;
  height: 60px;
  bottom: -35px;
  position: absolute;
  background-color: #f5f5f5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

.ea-single-testimonial-box.style-five .client-info {
  margin-top: 50px;
  margin-left: 15px;
}

.ea-single-testimonial-box.style-five .client-info img {
  height: 60px;
  border-radius: 50%;
  width: 60px;
  border: 2px solid #e01a33;
}

.ea-single-testimonial-box.style-five .client-info .title {
  margin-left: 15px;
}

.ea-single-testimonial-box.style-five .title h3 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.ea-single-testimonial-box.style-five span {
  display: block;
  font-size: 15px;
  color: var(--blackColor);
}

.ea-single-testimonial-box.style-six {
  text-align: center;
  color: var(--whiteColor);
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.ea-single-testimonial-box.style-six p {
  color: var(--whiteColor);
  font-size: 16px;
}

.ea-single-testimonial-box.style-six .client-info {
  margin-top: 25px;
  text-align: left;
}

.ea-single-testimonial-box.style-six .client-info img {
  border: 2px solid var(--whiteColor);
  width: 60px;
  border-radius: 50%;
  height: 60px;
}

.ea-single-testimonial-box.style-six .client-info .title {
  margin-left: 20px;
}

.ea-single-testimonial-box.style-six .title h3 {
  margin-bottom: 6px;
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 700;
}

.ea-single-testimonial-box.style-six .title span {
  display: block;
  font-size: 15px;
  color: var(--whiteColor);
}

.ea-single-testimonial-box.style-seven {
  z-index: 1;
  margin-top: 40px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  padding: 70px 50px 40px;
  background-color: #fafafb;
}

.ea-single-testimonial-box.style-seven img {
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  border-radius: 50%;
  position: absolute;
  border: 5px solid #e3fbff;
  width: 80px;
  display: inline-block !important;
}

.owl-carousel .owl-item .ea-single-testimonial-box.style-seven img {
  width: 80px;
}

.ea-single-testimonial-box.style-seven p {
  font-size: 16px;
}

.ea-single-testimonial-box.style-seven .client-info {
  margin-top: 25px;
}

.ea-single-testimonial-box.style-seven h3 {
  font-size: 18px;
  margin-bottom: 7px;
}

.ea-single-testimonial-box.style-seven span {
  color: var(--optionalColor);
  font-size: 15px;
  display: block;
}

.ea-testimonial-image {
  z-index: 1;
  text-align: center;
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 30px;
}

.ea-testimonial-image img {
  border-radius: 5px;
}

.ea-testimonial-image::before {
  content: '';
  left: -30px;
  top: -30px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  background-color: #1a2238;
}

.ea-testimonial-list {
  padding-left: 15px;
}

.ea-testimonial-list .sub-title {
  display: block;
  color: #e01a33;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
}

.ea-testimonial-list h2 {
  font-size: 36px;
  margin-bottom: 0;
}

.ea-testimonial-list p {
  margin-top: 15px;
}

.ea-testimonial-list .ea-single-testimonial-box.style-four {
  margin-bottom: 0;
}

.ea-testimonial-list .ea-testimonial-slides.style-two {
  margin-top: 30px;
}

.ea-testimonial-slides.style-one.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: .01;
  margin-top: 30px;
}

.ea-testimonial-slides.style-one.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 4px;
  border-radius: 50%;
  background: #cccccc;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-testimonial-slides.style-one.owl-theme .owl-dots .owl-dot.active span, .ea-testimonial-slides.style-one.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #03d392;
}

.ea-testimonial-slides.style-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.ea-testimonial-slides.style-two.owl-theme .owl-dots {
  right: 0;
  bottom: 9px;
  position: absolute;
  margin-top: 10px !important;
}

.ea-testimonial-slides.style-two.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  position: relative;
  background: transparent;
  border: 1px solid #8f8f8f;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-testimonial-slides.style-two.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 2px;
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #8f8f8f;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-testimonial-slides.style-two.owl-theme .owl-dots .owl-dot:hover span, .ea-testimonial-slides.style-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: #e01a33;
}

.ea-testimonial-slides.style-two.owl-theme .owl-dots .owl-dot:hover span::before, .ea-testimonial-slides.style-two.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  background-color: #e01a33;
}

.ea-testimonial-slides.style-three.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.ea-testimonial-slides.style-three.owl-theme .owl-dots {
  left: 0;
  right: 0;
  bottom: 10px;
  position: absolute;
  margin-top: 10px !important;
}

.ea-testimonial-slides.style-three.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  border-radius: 50%;
  position: relative;
  background: transparent;
  border: 1px solid #8f8f8f;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-testimonial-slides.style-three.owl-theme .owl-dots .owl-dot span::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  margin: 2px;
  position: absolute;
  border-radius: 50%;
  background-color: #8f8f8f;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-testimonial-slides.style-three.owl-theme .owl-dots .owl-dot:hover span, .ea-testimonial-slides.style-three.owl-theme .owl-dots .owl-dot.active span {
  border-color: #e01a33;
}

.ea-testimonial-slides.style-three.owl-theme .owl-dots .owl-dot:hover span::before, .ea-testimonial-slides.style-three.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  background-color: #e01a33;
}

.ea-testimonial-slides.style-four.owl-theme .ea-single-testimonial-box.style-six {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.ea-testimonial-slides.style-four.owl-theme .owl-nav .owl-prev, .ea-testimonial-slides.style-four.owl-theme .owl-nav .owl-next {
  left: 0;
  top: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 47px;
  border-radius: 50%;
  position: absolute;
  color: var(--blackColor);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
}

.ea-testimonial-slides.style-four.owl-theme .owl-nav .owl-prev:hover, .ea-testimonial-slides.style-four.owl-theme .owl-nav .owl-next:hover {
  background-color: #ff5d22;
  color: var(--whiteColor);
}

.ea-testimonial-slides.style-four.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.ea-testimonial-slides.style-five.owl-theme .owl-nav .owl-prev, .ea-testimonial-slides.style-five.owl-theme .owl-nav .owl-next {
  top: 50%;
  padding: 0;
  left: -60px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 45px;
  border-radius: 50%;
  position: absolute;
  color: var(--blackColor);
  border: 1px solid #eae2d7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
}

.ea-testimonial-slides.style-five.owl-theme .owl-nav .owl-prev:hover, .ea-testimonial-slides.style-five.owl-theme .owl-nav .owl-next:hover {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #ff5d22;
  color: var(--whiteColor);
  border-color: #ff5d22;
}

.ea-testimonial-slides.style-five.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -60px;
}
