/* Testimonials Style 1 */

.testimonials-style-1 .sigma-testimonial-wrapper {
  display: flex;

  align-items: flex-start;
}

.testimonials-style-1 .sigma-testimonial-image-container {
  position: relative;

  display: inline-block;

  width: 140px;

  margin-right: 30px;
}

.testimonials-style-1 .sigma-testimonial-image-container:before {
  position: absolute;

  content: "";

  z-index: -1;

  height: 40px;

  width: 40px;

  background-color: #ffaa17;

  top: 0;

  left: 0;

  border-radius: 50%;
}

.testimonials-style-1 .sigma-testimonial-image-container:after {
  position: absolute;

  content: "";

  z-index: -1;

  height: 40px;

  width: 40px;

  top: auto;

  left: auto;

  bottom: 0;

  right: 0;

  background-color: #041d38;

  border-radius: 50%;
}

.testimonials-style-1 .sigma-testimonial-image-container img {
  border-radius: 50%;

  border: 6px solid #fff;

  -webkit-box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.2);

  box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.2);

  width: 140px;

  height: 140px;

  object-fit: cover;

  background-color: #fff;
}

.testimonials-style-1 .sigma-testimonial-content p {
  font-size: 38px;

  line-height: 1.3;

  margin-top: 20px;

  font-family: "Oswald", sans-serif;

  margin-bottom: 0;

  text-transform: uppercase;

  letter-spacing: -1px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  max-height: 175px;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;
}

.testimonials-style-1 .sigma-testimonial-content p:before {
  content: "â€œ";

  margin-right: 10px;
}

.testimonials-style-1 .sigma-testimonial-content p:after {
  content: "â€";

  margin-left: 10px;
}

.testimonials-style-1 .testimonial-title {
  margin-bottom: 0;

  font-size: 20px;

  line-height: 22px;

  display: inline-block;

  font-weight: 700;
}

.testimonials-style-1 .sigma-testimonial-rating span {
  font-size: 24px;

  margin-right: 5px;

  color: #9e9e9e;
}

.testimonials-style-1 .sigma-testimonial-rating span.checked {
  color: #ffaa17;
}

.testimonials-style-1 .sigma-testimonial-content-cover {
  width: calc(100% - 170px);
}

/* Testimonials Style 2 */

.testimonials-style-2 .sigma-testimonial-content-cover {
  background-color: #fff;

  padding: 40px 30px;

  text-transform: uppercase;

  font-weight: 700;

  font-family: "Oswald", sans-serif;

  font-size: 24px;

  line-height: 1.4;

  position: relative;

  z-index: 1;

  margin-bottom: 20px;
}

.testimonials-style-2 .sigma-testimonial-content-cover:before,
.testimonials-style-2 .sigma-testimonial-content-cover:after {
  position: absolute;

  left: 20px;

  right: 20px;

  top: 20%;

  bottom: -20px;

  content: "";

  background-color: #ffe6bb;

  z-index: -2;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.4s ease-out 0s;

  transition: all 0.4s ease-out 0s;
}

.testimonials-style-2 .sigma-testimonial-content-cover:before {
  background-color: #ffaa17;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  z-index: -1;
}

.testimonials-style-2 .sigma-testimonial-image-container {
  position: relative;

  margin: 0;

  width: 60px;
}

.testimonials-style-2 .sigma-testimonial-content p {
  color: #041d38;

  text-transform: uppercase;

  font-weight: 700;

  font-family: "Oswald", sans-serif;

  font-size: 24px;

  line-height: 1.4;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 5;

  -webkit-box-orient: vertical;
}

.testimonials-style-2 .sigma-testimonial-content-cover .testimonial-author {
  margin-top: 30px;

  display: -ms-grid;

  display: grid;

  -ms-grid-rows: 1;

  grid-template-rows: 1;

  -ms-grid-columns: 60px 1fr;

  grid-template-columns: 60px 1fr;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  grid-column-gap: 20px;
}

.testimonials-style-2 .sigma-testimonial-content {
  margin-bottom: 0px;
}

.testimonials-style-2
  .sigma-testimonial-content-cover
  .testimonial-author
  .testimonials-top {
  display: flex;

  flex-wrap: wrap;
}

.testimonials-style-2
  .sigma-testimonial-content-cover
  .testimonial-author
  .testimonials-top
  .sigma-testimonial-rating
  span {
  font-size: 18px;

  margin-right: 5px;

  line-height: normal;

  color: #9e9e9e;
}

.testimonials-style-2
  .sigma-testimonial-content-cover
  .testimonial-author
  .testimonials-top
  .sigma-testimonial-rating {
  line-height: 1;

  display: flex;

  margin-bottom: 10px;
}

.testimonials-style-2
  .sigma-testimonial-content-cover
  .testimonial-author
  .testimonials-top
  .sigma-testimonial-rating
  span.checked {
  color: #ffaa17;
}

.testimonials-style-2 .slick-current .sigma-testimonial-content-cover:before,
.testimonials-style-2 .slick-current .sigma-testimonial-content-cover:after {
  visibility: visible;

  opacity: 1;
}

.testimonials-style-2 .slick-current .testimonial-designation {
  color: #fff;
}

.testimonials-style-2 .testimonial-title {
  display: block;

  color: #041d38;

  font-size: 18px;

  letter-spacing: -1px;

  line-height: 1.2;

  margin-right: 10px;

  margin-bottom: 0px;
}

.testimonials-style-2 .testimonial-designation {
  font-size: 14px;

  color: #ffaa17;

  line-height: 1;

  -webkit-transition: all 0.4s ease-out 0s;

  transition: all 0.4s ease-out 0s;
}

.testimonials-style-2 .sigma-testimonial-content-cover .quote-icon {
  position: absolute;

  right: 20px;

  bottom: 20px;

  opacity: 0.1;

  z-index: -1;

  display: inline-block;
}

.testimonials-style-2 .owl-dots {
  position: absolute;

  right: 0;

  bottom: 17px;
}

.testimonials-style-2 .owl-dots .owl-dot {
  background: #f5f5f5;

  width: 10px;

  height: 10px;

  outline: none;

  display: inherit;

  margin: 4px 0;
}

.testimonials-style-2 .owl-dots .owl-dot.active {
  background: #ffaa17;
}

.testimonials-style-2 .testimonial-user-sec {
  justify-content: center;
}

.arrow-middle-right .testimonials-style-2 .owl-nav {
  position: absolute;

  top: auto;

  bottom: -55px;

  margin-top: 0;

  left: 0;

  right: 0;

  text-align: center;

  margin: 0 auto;
}

.arrow-middle-right .testimonials-style-2 .owl-nav button {
  display: inline-block;

  margin: 0 5px;
}

/*left-side-testimonials*/

.left-side-testimonials.testimonials-style-2 .testimonial-user-sec {
  justify-content: flex-start;
}

.left-side-testimonials.testimonials-style-2
  .sigma-testimonial-image-container {
  margin-left: 0;
}

.left-side-testimonials.testimonials-style-2 .owl-dots {
  top: 0;

  bottom: 15px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .testimonials-style-1 .sigma-testimonial-content p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .testimonials-style-1 .sigma-testimonial-content p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .testimonials-style-1 .sigma-testimonial-rating span,
  .testimonials-style-1 .sigma-testimonial-content p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
  .testimonials-style-1 .sigma-testimonial-image-container {
    width: 120px;

    margin-right: 20px;
  }

  .testimonials-style-1 .sigma-testimonial-image-container img {
    width: 120px;

    height: 120px;
  }
}

@media (max-width: 576px) {
  .testimonials-style-1 .sigma-testimonial-wrapper {
    display: block;
  }

  .testimonials-style-1 .sigma-testimonial-image-container {
    margin-bottom: 30px;
  }

  .testimonials-style-1 .sigma-testimonial-content-cover {
    width: 100%;
  }
}
