/*
Testimonial Area Style
======================================================*/
.fww-single-testimonial-item {
  background-color: #edf1f0;
  padding: 70px 220px 70px 520px;
  position: relative;
}
.fww-single-testimonial-item .client-img {
  position: absolute;
  left: 70px;
  top: 70px;
}
.fww-single-testimonial-item .client-img img {
  height: 300px;
  width: 300px;
  border-radius: 100%;
}
.fww-single-testimonial-item .content {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.fww-single-testimonial-item .content .quote-icon {
  position: absolute;
  left: -130px;
  top: -40px;
  z-index: -1;
}
.fww-single-testimonial-item .content h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.fww-single-testimonial-item .content .client-profile h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.fww-single-testimonial-item .content .client-profile span {
  font-size: 16px;
}

.fww-testimonial-slider.owl-theme .owl-dots {
  position: absolute;
  right: 100px;
  top: 40%;
}
.fww-testimonial-slider.owl-theme .owl-dots .owl-dot {
  margin: 10px 0;
  display: block;
}
.fww-testimonial-slider.owl-theme .owl-dots .owl-dot span {
  background-color: var(--headingColor);
  height: 10px;
  width: 10px;
}
.fww-testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
  height: 16px;
  width: 16px;
  position: relative;
  right: 3px;
}
.fww-testimonial-slider.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 100%;
  border: 1px solid var(--headingColor);
  left: -5px;
  top: -5px;
}

.fww-testimonial-item {
  max-width: 920px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.fww-testimonial-item .client-profile {
  margin-bottom: 20px;
}
.fww-testimonial-item .client-profile .client-img {
  margin-bottom: 15px;
}
.fww-testimonial-item .client-profile .client-img img {
  height: 150px;
  width: 150px;
  display: inline-block;
  border-radius: 100%;
}
.fww-testimonial-item .client-profile h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.fww-testimonial-item .client-profile span {
  font-size: 16px;
}
.fww-testimonial-item .content h3 {
  font-size: 22px;
  line-height: 34px;
}
.fww-testimonial-item .quote-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: -1;
}
.fww-testimonial-item .quote-icon img {
  height: 200px;
  width: 220px;
  display: inline-block;
  opacity: 0.5;
}

.fww-testimonial-slider2.owl-carousel .owl-nav .owl-next, .fww-testimonial-slider2.owl-carousel .owl-nav .owl-prev {
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 4px rgba(18, 18, 18, 0.05);
  height: 50px;
  width: 50px;
  border-radius: 100%;
  color: var(--headingColor);
  transition: var(--transition);
  position: absolute;
  left: 0;
  top: 50%;
}
.fww-testimonial-slider2.owl-carousel .owl-nav .owl-next.owl-next, .fww-testimonial-slider2.owl-carousel .owl-nav .owl-prev.owl-next {
  right: 0;
  left: auto;
}
.fww-testimonial-slider2.owl-carousel .owl-nav .owl-next:hover, .fww-testimonial-slider2.owl-carousel .owl-nav .owl-prev:hover {
  background-color: var(--headingColor);
  color: var(--whiteColor);
}

.fww-single-testimonial-card {
  background-color: #f7f7f7;
  padding: 70px 90px 70px 80px;
  position: relative;
  margin-bottom: 35px;
}
.fww-single-testimonial-card .client-profile {
  margin-bottom: 30px;
}
.fww-single-testimonial-card .client-profile .client-img {
  margin-right: 15px;
}
.fww-single-testimonial-card .client-profile .client-img img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
}
.fww-single-testimonial-card .client-profile .profile-content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.fww-single-testimonial-card .client-profile .profile-content span {
  font-size: 16px;
}
.fww-single-testimonial-card .content h4 {
  font-size: 18px;
  line-height: 30px;
}
.fww-single-testimonial-card .quote-icon {
  position: absolute;
  top: 70px;
  right: 80px;
}

.fww-testimonial-slider3.owl-theme .owl-dots .owl-dot {
  margin: 0 7px;
}
.fww-testimonial-slider3.owl-theme .owl-dots .owl-dot span {
  background-color: var(--headingColor);
  height: 10px;
  width: 10px;
}
.fww-testimonial-slider3.owl-theme .owl-dots .owl-dot.active span {
  height: 16px;
  width: 16px;
  position: relative;
  top: 3px;
}
.fww-testimonial-slider3.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 100%;
  border: 1px solid var(--headingColor);
  left: -5px;
  top: -5px;
}

@media only screen and (max-width: 767px) {
  .fww-single-testimonial-item {
    padding: 25px;
  }
  .fww-single-testimonial-item .client-img {
    position: unset;
    margin-bottom: 20px;
  }
  .fww-single-testimonial-item .client-img img {
    height: 150px;
    width: 150px;
  }
  .fww-single-testimonial-item .content {
    margin-top: 0;
  }
  .fww-single-testimonial-item .content h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .fww-single-testimonial-item .content .quote-icon {
    display: none;
  }
  .fww-single-testimonial-item .content .client-profile h4 {
    font-size: 20px;
  }
  .fww-testimonial-slider.owl-theme .owl-dots {
    bottom: 30px;
    top: auto;
    right: 10px;
  }
  .fww-testimonial-slider.owl-theme .owl-dots .owl-dot {
    display: inline-block;
  }
  .fww-testimonial-slider.owl-theme .owl-dots .owl-dot.active {
    top: 3px;
    position: relative;
  }
  .fww-testimonial-item .client-profile .client-img img {
    height: 90px;
    width: 90px;
  }
  .fww-testimonial-item .client-profile h3 {
    font-size: 18px;
  }
  .fww-testimonial-item .client-profile span {
    font-size: 14px;
  }
  .fww-testimonial-item .content h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .fww-testimonial-slider2.owl-carousel .owl-nav .owl-next, .fww-testimonial-slider2.owl-carousel .owl-nav .owl-prev {
    height: 40px;
    width: 40px;
    position: inherit;
    margin-top: 15px;
  }
  .fww-single-testimonial-card {
    padding: 25px;
    margin-bottom: 30px;
  }
  .fww-single-testimonial-card .client-profile .client-img img {
    height: 70px;
    width: 70px;
  }
  .fww-single-testimonial-card .client-profile .profile-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .fww-single-testimonial-card .content h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .fww-single-testimonial-card .quote-icon {
    display: none;
  }
  .fww-testimonial-slider3.owl-theme .owl-dots .owl-dot {
    margin: 0 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fww-single-testimonial-item {
    padding: 25px;
  }
  .fww-single-testimonial-item .client-img {
    position: unset;
    margin-bottom: 20px;
  }
  .fww-single-testimonial-item .client-img img {
    height: 150px;
    width: 150px;
  }
  .fww-single-testimonial-item .content {
    margin-top: 0;
  }
  .fww-single-testimonial-item .content h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .fww-single-testimonial-item .content .quote-icon {
    display: none;
  }
  .fww-single-testimonial-item .content .client-profile h4 {
    font-size: 20px;
  }
  .fww-testimonial-slider.owl-theme .owl-dots {
    bottom: 30px;
    top: auto;
    right: 10px;
  }
  .fww-testimonial-slider.owl-theme .owl-dots .owl-dot {
    display: inline-block;
  }
  .fww-testimonial-slider.owl-theme .owl-dots .owl-dot.active {
    top: 3px;
    position: relative;
  }
  .fww-testimonial-item {
    max-width: 560px;
  }
  .fww-testimonial-item .client-profile .client-img img {
    height: 90px;
    width: 90px;
  }
  .fww-testimonial-item .client-profile h3 {
    font-size: 18px;
  }
  .fww-testimonial-item .client-profile span {
    font-size: 14px;
  }
  .fww-testimonial-item .content h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .fww-testimonial-item .quote-icon img {
    height: 150px;
    width: 160px;
  }
  .fww-testimonial-slider2.owl-carousel .owl-nav .owl-next, .fww-testimonial-slider2.owl-carousel .owl-nav .owl-prev {
    height: 40px;
    width: 40px;
  }
  .fww-single-testimonial-card {
    padding: 40px;
    margin-bottom: 30px;
  }
  .fww-single-testimonial-card .client-profile .client-img img {
    height: 70px;
    width: 70px;
  }
  .fww-single-testimonial-card .client-profile .profile-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .fww-single-testimonial-card .content h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .fww-single-testimonial-card .quote-icon {
    top: 35px;
    right: 35px;
  }
  .fww-single-testimonial-card .quote-icon img {
    height: 70px;
    width: 70px;
  }
  .fww-testimonial-slider3.owl-theme .owl-dots .owl-dot {
    margin: 0 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fww-single-testimonial-item {
    padding: 25px;
  }
  .fww-single-testimonial-item .client-img {
    position: unset;
    margin-bottom: 20px;
  }
  .fww-single-testimonial-item .client-img img {
    height: 150px;
    width: 150px;
  }
  .fww-single-testimonial-item .content {
    margin-top: 0;
  }
  .fww-single-testimonial-item .content h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .fww-single-testimonial-item .content .quote-icon {
    display: none;
  }
  .fww-single-testimonial-item .content .client-profile h4 {
    font-size: 20px;
  }
  .fww-testimonial-slider.owl-theme .owl-dots {
    bottom: 30px;
    top: auto;
    right: 15px;
  }
  .fww-testimonial-slider.owl-theme .owl-dots .owl-dot {
    display: inline-block;
  }
  .fww-testimonial-slider.owl-theme .owl-dots .owl-dot.active {
    top: 3px;
    position: relative;
  }
  .fww-testimonial-item {
    max-width: 750px;
  }
  .fww-testimonial-item .client-profile .client-img img {
    height: 120px;
    width: 120px;
  }
  .fww-testimonial-item .client-profile h3 {
    font-size: 20px;
  }
  .fww-testimonial-item .client-profile span {
    font-size: 14px;
  }
  .fww-testimonial-item .content h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .fww-testimonial-item .quote-icon img {
    height: 160px;
    width: 170px;
  }
  .fww-single-testimonial-card {
    padding: 40px;
    margin-bottom: 30px;
  }
  .fww-single-testimonial-card .client-profile .client-img img {
    height: 70px;
    width: 70px;
  }
  .fww-single-testimonial-card .client-profile .profile-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .fww-single-testimonial-card .content h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .fww-single-testimonial-card .quote-icon {
    top: 35px;
    right: 35px;
  }
  .fww-single-testimonial-card .quote-icon img {
    height: 70px;
    width: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fww-single-testimonial-item {
    padding: 40px 150px 40px 300px;
  }
  .fww-single-testimonial-item .client-img {
    left: 40px;
  }
  .fww-single-testimonial-item .client-img img {
    height: 200px;
    width: 200px;
  }
  .fww-single-testimonial-item .content h2 {
    font-size: 22px;
  }
  .fww-testimonial-slider.owl-theme .owl-dots {
    right: 60px;
  }
  .fww-single-testimonial-card {
    padding: 50px;
    margin-bottom: 30px;
  }
  .fww-single-testimonial-card .client-profile .client-img img {
    height: 80px;
    width: 80px;
  }
  .fww-single-testimonial-card .client-profile .profile-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .fww-single-testimonial-card .content h4 {
    font-size: 17px;
    line-height: 28px;
  }
  .fww-single-testimonial-card .quote-icon {
    top: 40px;
    right: 40px;
  }
  .fww-single-testimonial-card .quote-icon img {
    height: 80px;
    width: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .fww-single-testimonial-item {
    padding: 50px 150px 50px 350px;
  }
  .fww-single-testimonial-item .client-img {
    left: 50px;
  }
  .fww-single-testimonial-item .client-img img {
    height: 230px;
    width: 230px;
  }
  .fww-single-testimonial-item .content h2 {
    font-size: 24px;
  }
}/*# sourceMappingURL=testimonial.css.map */