@charset "utf-8";
/* Sundtlcm Quotes Wrap CSS */
.quotes-wrap {
  max-width: 1170px;
  padding-top: 270px;
  margin: 80px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.quotes-wrap .sundtlcm-image img {
	width: 626px;
	height: 626px;
	border-radius: 100%;
	object-fit: cover;
	object-position: center;
}
.quotes-wrap.aos-animate::before, .quotes-wrap.aos-animate::after {
  opacity: 1;
  transform: scale(1) translateX(-50%);
}
.quotes-wrap.aos-animate .quote-author {
  opacity: 1;
  transform: scale(1);
}
.quotes-wrap::before, .quotes-wrap::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 660px;
  background: url(../images/circle1.svg) no-repeat 50% 100% / contain;
  opacity: 0;
  content: "";
  transform: scale(0.85) translateX(-50%);
  transition: var(--transition);
  transition-delay: 0.6s;
  transition-duration: 0.6s;
  transform-origin: left bottom;
  z-index: -1;
}
.quotes-wrap::after {
  top: 140px;
  width: 892px;
  height: 515px;
  background-image: url(../images/circle2.svg);
  transition-delay: 0.4s;
}
.quotes-wrap .quote-author {
  position: absolute;
  top: 2.3%;
  left: 25.25%;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.5);
  transition: var(--transition);
  transition-delay: 0.8s;
  transition-duration: 0.6s;
  z-index: 1;
}
.quotes-wrap .quote-author:nth-child(2) {
  top: auto;
  bottom: 53%;
  left: auto;
  right: 1%;
  transition-delay: 1.1s;
}
.quotes-wrap .quote-author:nth-child(3) {
  top: auto;
  bottom: 34.6%;
  left: 11%;
  transition-delay: 1.4s;
}
.quotes-wrap .quote-author:nth-child(3) img {
  border-color: var(--brand-clr2);
}
.quotes-wrap .quote-author:nth-child(4) {
  top: 17.2%;
  left: auto;
  right: 28.3%;
  transition-delay: 1.7s;
}
.quotes-wrap .quote-author:nth-child(4) img {
  border-color: var(--brand-clr2);
}
.quotes-wrap .quote-author:hover span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.quotes-wrap .quote-author img {
  margin-right: 0;
  border-color: rgba(0, 14, 79, 0.5);
}
.quotes-wrap .quote-author span {
  position: absolute;
  bottom: 70%;
  right: 100%;
  min-width: 300px;
  padding: 15px 25px;
  background: var(--brand-clr2);
  color: var(--white-clr);
  font-family: var(--family2);
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  border-radius: 30px;
  transform: translateX(-25px);
  transition: var(--transition);
  z-index: 0;
}
.quotes-wrap .quote-author span::after {
  position: absolute;
  top: 100%;
  left: 100%;
  margin: -5px 0 0 -20px;
  border-top: 20px solid var(--brand-clr2);
  border-left: 4px solid transparent;
  border-right: 2px solid transparent;
  content: "";
  transform: rotate(-35deg);
  transition: var(--transition);
  z-index: 1;
}
/* Sundtlcm Testimonials CSS */
.sundtlcm-testimonials p {
  font-family: var(--family2);
}
.sundtlcm-testimonials .title-wrap h2 {
  font-weight: bold;
  line-height: 1.33;
}
.sundtlcm-testimonials .has-icon::before {
  left: -85px;
  color: rgba(0, 22, 87, 0.05);
  font-size: 205px;
}
.sundtlcm-testimonials [class*="col-"]:first-child {
  position: relative;
  z-index: 1;
}
.sundtlcm-testimonials .owl-carousel {
  padding-left: 50px;
  z-index: unset;
}
.sundtlcm-testimonials .owl-carousel::after {
  position: absolute;
  top: 50%;
  right: 100%;
  width: calc(100% * 5);
  height: calc(100% * 1.5);
  background: var(--white-clr);
  content: "";
  transform: translateY(-50%);
  z-index: 0;
}
.sundtlcm-testimonials .owl-stage-outer {
  overflow: visible;
}
.sundtlcm-testimonials .active .testimonial-item {
  background: none;
  box-shadow: 30px 30px 40px rgba(0, 14, 79, 0.25);
}
.sundtlcm-testimonials .active ~ .owl-item .testimonial-item {
  box-shadow: 30px 30px 40px rgba(0, 14, 79, 0.25);
}
.sundtlcm-testimonials .active .testimonial-item::after {
  height: 100%;
  background: var(--brand-clr3);
  border-radius: 10px;
}
.sundtlcm-testimonials .active + .active .testimonial-item {
  background: rgba(136, 136, 136, 0.2);
}
.sundtlcm-testimonials .active + .active .testimonial-item::after {
  height: 0;
}
.sundtlcm-testimonials .text-center.pt-5.mt-5 {
  padding-top: 100px !important;
}

/* Sundtlcm Responsive CSS */
@media screen and (min-width: 1400px) {
  /* Sundtlcm Testimonials Page CSS */
  .sundtlcm-testimonials .container {
    max-width: 1360px;
  }
}

@media screen and (max-width: 1599px) {
  /* Sundtlcm Testimonials Page CSS */
  .quotes-wrap {
    max-width: 1100px;
    padding-top: 155px;
    margin-top: 40px;
  }
  .quotes-wrap::before {
    height: 500px;
  }
  .quotes-wrap::after {
    top: 80px;
    width: 792px;
    height: 420px;
  }
  .quotes-wrap .quote-author {
    top: 4%;
    left: 27%;
  }
  .quotes-wrap .quote-author:nth-child(2) {
    bottom: 45%;
    right: 9%;
  }
  .quotes-wrap .quote-author:nth-child(3) {
    left: 16%;
  }
  .quotes-wrap .quote-author img {
    width: 75px;
    min-width: 75px;
    height: 75px;
  }
  .quotes-wrap .quote-author span {
    min-width: 250px;
    padding: 9px 18px;
    font-size: 16px;
  }
  .quotes-wrap .sundtlcm-image img {
    width: 500px;
	height: 500px;
  }
  .sundtlcm-testimonials .text-center.pt-5.mt-5 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 1279px) {
  /* Sundtlcm Testimonials Page CSS */
  .quotes-wrap .quote-author span {
    min-width: 220px;
    font-size: 15px;
  }
  .quotes-wrap .sundtlcm-image img {
    width: 450px;
	 height: 450px;
  }  
}

@media screen and (max-width: 1199px) {
  /* Sundtlcm Testimonials Page CSS */
  .quotes-wrap .quote-author {
    top: 3%;
    left: 25%;
  }
  .quotes-wrap .quote-author:nth-child(2) {
    right: 3%;
  }
  .quotes-wrap .quote-author:nth-child(3) {
    left: 10%;
  }
  .quotes-wrap .quote-author:nth-child(4) {
    right: 26%;
  }
  .quotes-wrap .quote-author span {
    right: -50%;
    margin-bottom: 20px;
  }
  .quotes-wrap .quote-author span::after {
    left: 65%;
  }
}

@media screen and (max-width: 991px) {
	.quotes-wrap .quote-author span {
		min-width: 170px;
	}
	.testimonial-item {
		min-height: auto !important;
	}
  /* Sundtlcm Testimonials Page CSS */
  .sundtlcm-testimonials .owl-carousel {
    padding: 30px 30px 0;
  }
  .sundtlcm-testimonials .has-icon::before {
    font-size: 180px;
  }
  .quotes-wrap {
    padding-top: 120px;
  }
  .quotes-wrap::before {
    height: 410px;
  }
  .quotes-wrap::after {
    top: 65px;
    width: 620px;
    height: 350px;
  }
  .quotes-wrap .quote-author {
    top: 1%;
    left: 27%;
  }
  .quotes-wrap .quote-author:nth-child(2) {
    right: -3%;
  }
  .quotes-wrap .quote-author:nth-child(3) {
    left: 5.5%;
  }
  .quotes-wrap .quote-author:nth-child(4) {
    right: 20%;
  }
  .quotes-wrap .quote-author img {
    width: 65px;
    min-width: 65px;
    height: 65px;
    border-width: 3px;
  }
  .quotes-wrap .quote-author span {
    font-size: 15px;
  }
  .quotes-wrap .sundtlcm-image img {
    width: 400px;
	height: 400px;
  }
}

@media screen and (max-width: 767px) {
	.testimonial-item {
		min-height: 310px;
	}
  /* Sundtlcm Testimonials Page CSS */
  .sundtlcm-testimonials .has-icon::before {
    left: -25px;
  }
  .sundtlcm-testimonials .active .testimonial-item, .sundtlcm-testimonials .active ~ .owl-item .testimonial-item {
    box-shadow: 10px 10px 20px rgba(0, 14, 79, 0.2);
  }
  .quotes-wrap {
    padding-top: 10px;
    margin-top: 0;
  }
  .quotes-wrap::before, .quotes-wrap::after, .quotes-wrap .quote-author {
    display: none;
  }
  .quotes-wrap .sundtlcm-image img {
    width: 350px;
	height: auto;
  }
}

@media screen and (max-width: 575px) {
  /* Sundtlcm Testimonials Page CSS */
  .sundtlcm-testimonials .owl-carousel {
    padding: 15px 20px 0;
  }
}