/* .author-text {
  text-decoration-line: underline;
  text-decoration-style: solid;
  font-style: italic;
  font-family: Pristina;
  color: #ffffff;
  font-size: 18px;
} */

.testimonials-owl-carousel .owl-item .item {
  background-color: #ffffff;
  min-height: 100px;
  border: none;
  border-radius: 15px;
  margin-bottom: 20px;
  justify-content: center;
  padding: 25px;
  overflow: hidden;
}

.testimonial-wrapper::after,
.testimonial-wrapper::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

/* .testimonial-wrapper::before {
  background-image: url(./../../../../data/editor/quote-icon.png);
  left: 0;
  top: 0;
}

.testimonial-wrapper::after {
  background-image: url(./../../../../data/editor/quote-icon.png);
  right: 0;
  bottom: 2px;
  transform: rotate(180deg);
} */

.carousel-wrap {
  margin: auto;
  position: relative;
}

.testimonial-wrapper img{
  width: auto !important;
  margin-bottom: 25px !important;
  max-width: 90%;
}


.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 1px solid #fff;
}


.owl-carousel .item {
  text-align: center;
}

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  /* background: url(../../images/nav-icon.png) no-repeat scroll 0 0; */
  left: -33px;
}

.owl-carousel .next-slide {
  /* background: url(../../images/nav-icon.png) no-repeat scroll -24px 0px; */
  right: -33px;
}

.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}

span.img-text {
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  display: block;
  text-transform: capitalize;
}

span.img-text:hover {
  color: #2caae1;
}


/* 2021-01-11 add by j */
.owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  height: auto !important;
}

.owl-prev {
  float: left;
}

.owl-next {
  float: right;
}

.testimonial-description p{
  margin-bottom: 10px;
}

.author-text{
  font-style: italic;
}

/* 2021-01-11 add by j */


@media (max-width:991px){
  .testimonials-owl-carousel .owl-item .items{
    padding: 20px 15px
  }

}