/*------------------------------------------------------------------
Testimonial
-------------------------------------------------------------------*/
.oew-testimonial-wrapper {
  width: 95%;
}
.oew-testimonial-wrapper.has-dots {
  padding-bottom: 10px;
}
.oew-testimonial-wrapper.oew-testimonial-bubble .oew-testimonial-content {
  position: relative;
  background-color: #f4f4f4;
  padding: 20px;
}
.oew-testimonial-wrapper.oew-testimonial-bubble .oew-testimonial-content:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #f4f4f4;
  position: absolute;
  top: calc(100% - 7px);
  -webkit-transform: scaleX(0.75) rotate(45deg);
  -ms-transform: scaleX(0.75) rotate(45deg);
  transform: scaleX(0.75) rotate(45deg);
  border-width: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.oew-testimonial-wrapper.oew-testimonial-bubble.oew-testimonial-text-align-left .oew-testimonial-content:after {
  left: 45px;
}
.oew-testimonial-wrapper.oew-testimonial-bubble.oew-testimonial-text-align-center .oew-testimonial-content:after {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0.75) rotate(45deg);
  -ms-transform: translateX(-50%) scaleX(0.75) rotate(45deg);
  transform: translateX(-50%) scaleX(0.75) rotate(45deg);
}
.oew-testimonial-wrapper.oew-testimonial-bubble.oew-testimonial-text-align-right .oew-testimonial-content:after {
  right: 45px;
}
.oew-testimonial-wrapper.oew-testimonial-inline .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 20px;
}
.oew-testimonial-wrapper.oew-testimonial-inline .swiper-slide.oew-testimonial-image-before .oew-testimonial-image {
  padding-right: 20px;
}
.oew-testimonial-wrapper.oew-testimonial-inline .swiper-slide.oew-testimonial-image-before .oew-testimonial-symbol {
  padding-left: 20px;
}
.oew-testimonial-wrapper.oew-testimonial-inline .swiper-slide.oew-testimonial-image-after .oew-testimonial-image {
  padding-left: 20px;
}
.oew-testimonial-wrapper.oew-testimonial-inline .swiper-slide.oew-testimonial-image-after .oew-testimonial-symbol {
  padding-right: 20px;
}
.oew-testimonial-wrapper.oew-testimonial-inline .swiper-slide .oew-testimonial-image {
  width: 30%;
}
.oew-testimonial-wrapper.oew-testimonial-inline .swiper-slide .oew-testimonial-image img {
  width: 100%;
  height: auto;
}
.oew-testimonial-wrapper.oew-testimonial-inline .swiper-slide .oew-testimonial-content {
  margin: 0;
}
.oew-testimonial-wrapper.oew-testimonial-inline .swiper-slide .oew-testimonial-meta {
  margin-top: 15px;
}
.oew-testimonial-wrapper.oew-testimonial-inline .swiper-slide .oew-testimonial-symbol {
  margin: 0;
}
.oew-testimonial-wrapper.oew-testimonial-text-align-left {
  text-align: left;
}
.oew-testimonial-wrapper.oew-testimonial-text-align-left .oew-testimonial-symbol {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.oew-testimonial-wrapper.oew-testimonial-text-align-center {
  text-align: center;
}
.oew-testimonial-wrapper.oew-testimonial-text-align-center .oew-testimonial-symbol {
  -webkit-justify-content: center;
  justify-content: center;
}
.oew-testimonial-wrapper.oew-testimonial-text-align-right {
  text-align: right;
}
.oew-testimonial-wrapper.oew-testimonial-text-align-right .oew-testimonial-symbol {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.oew-testimonial-wrapper .oew-testimonial-symbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.oew-testimonial-wrapper .oew-testimonial-symbol .oew-testimonial-symbol-inner {
  line-height: 1;
}
.oew-testimonial-wrapper .oew-testimonial-symbol path {
  fill: #dadada;
}
.oew-testimonial-wrapper .oew-testimonial-content {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 30px;
}
.oew-testimonial-wrapper .oew-testimonial-meta {
  width: 100%;
  line-height: 1;
}
.oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-aside .oew-testimonial-image,
.oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-aside .oew-testimonial-details {
  display: table-cell;
  vertical-align: middle;
}
.oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-aside .oew-testimonial-image {
  padding-right: 15px;
}
.oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-aside .oew-testimonial-details {
  text-align: left;
}
.oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-top .oew-testimonial-image {
  margin-bottom: 10px;
}
.oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-top .oew-testimonial-details {
  display: block;
}
.oew-testimonial-wrapper .oew-testimonial-meta-inner {
  display: inline-block;
}
.oew-testimonial-wrapper .oew-testimonial-image img {
  height: 60px;
  width: 60px;
  max-width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.oew-testimonial-wrapper .oew-testimonial-name {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
.oew-testimonial-wrapper .oew-testimonial-company {
  display: block;
  font-size: 12px;
}
.oew-testimonial-wrapper .oew-testimonial-rating {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}
.oew-testimonial-wrapper .oew-testimonial-rating li {
  display: inline-block;
}
.oew-testimonial-wrapper .oew-testimonial-rating li i {
  color: #d8d8d8;
}
.oew-testimonial-wrapper .oew-testimonial-rating.rating-five li i {
  color: #f2b01e;
}
.oew-testimonial-wrapper .oew-testimonial-rating.rating-four li:nth-child(1) i, .oew-testimonial-wrapper .oew-testimonial-rating.rating-four li:nth-child(2) i, .oew-testimonial-wrapper .oew-testimonial-rating.rating-four li:nth-child(3) i, .oew-testimonial-wrapper .oew-testimonial-rating.rating-four li:nth-child(4) i {
  color: #f2b01e;
}
.oew-testimonial-wrapper .oew-testimonial-rating.rating-three li:nth-child(1) i, .oew-testimonial-wrapper .oew-testimonial-rating.rating-three li:nth-child(2) i, .oew-testimonial-wrapper .oew-testimonial-rating.rating-three li:nth-child(3) i {
  color: #f2b01e;
}
.oew-testimonial-wrapper .oew-testimonial-rating.rating-two li:nth-child(1) i, .oew-testimonial-wrapper .oew-testimonial-rating.rating-two li:nth-child(2) i {
  color: #f2b01e;
}
.oew-testimonial-wrapper .oew-testimonial-rating.rating-one li:nth-child(1) i {
  color: #f2b01e;
}

.oew-testimonial-carousel .oew-swiper-buttons {
  background-image: none;
  outline: none;
  margin-top: 0;
  width: 40px;
  top: calc(50% - 20px);
  text-align: center;
}
.oew-testimonial-carousel .oew-swiper-buttons::after {
  content: none;
}
.oew-testimonial-carousel .oew-swiper-buttons svg {
  width: 20px;
}
.oew-testimonial-carousel .oew-swiper-buttons, .oew-testimonial-carousel .oew-swiper-buttons svg {
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.oew-testimonial-carousel .swiper-button-next {
  right: 0;
}
.oew-testimonial-carousel .swiper-button-prev {
  left: 0;
}
.oew-testimonial-carousel .swiper-pagination {
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
}
.oew-testimonial-carousel .swiper-pagination-bullet {
  background: #ccc;
  margin: 0 4px;
  height: 8px;
  width: 8px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.oew-testimonial-carousel .swiper-pagination-bullet-active {
  background: #000;
}

/* RTL */
body.rtl .oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-aside .oew-testimonial-image {
  padding-left: 15px;
  padding-right: 0;
}
body.rtl .oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-aside .oew-testimonial-details {
  text-align: right;
}
body.rtl .oew-carousel .meta li {
  margin-left: 12px;
  margin-right: 0;
}
body.rtl .oew-carousel .meta li:last-child {
  margin-left: 0;
}
body.rtl .oew-carousel .swiper-button-next {
  right: auto;
  left: 0;
}
body.rtl .oew-carousel .swiper-button-prev {
  left: auto;
  right: 0;
}

/* Responsive */
@media only screen and (max-width: 959px) {
  body .oew-testimonial-wrapper.oew-testimonial-inline {
    flex-direction: column;
  }
  body .oew-testimonial-wrapper.oew-testimonial-inline.oew-testimonial-image-before .oew-testimonial-image {
    padding: 0 0 20px;
  }
  body .oew-testimonial-wrapper.oew-testimonial-inline.oew-testimonial-image-before .oew-testimonial-symbol {
    padding: 20px 0 0;
  }
  body .oew-testimonial-wrapper.oew-testimonial-inline.oew-testimonial-image-after .oew-testimonial-image {
    padding: 20px 0 0;
  }
  body .oew-testimonial-wrapper.oew-testimonial-inline.oew-testimonial-image-after .oew-testimonial-symbol {
    padding: 0 0 20px;
  }
}