/***** Homepage *****/
.aqh-container h1 span {
  color: #034EA2;

}
.wcs-heading-container {
  max-width: 245px;
  width: 100%;
  height: 100%;
}
.wcs-img-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.wcs-img-wrap:hover .wcs-img-bg > div{
  transform: scale(1.1);
}
.wcs-img-bg {
  overflow: hidden;
  width: 240px;
  height: 240px;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  border: 10px solid #fff;
  border-radius: 50%;
}
.wcs-img-bg > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s ease-in-out;
}
.wcs-widget-container h4 {
  font-size: 25px;
  color: #fff;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  margin-top: 30px;
}
.elementor-element.brand-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.elementor-element.brand-carousel .swiper-container {
  padding-bottom: 45px;
}
.ig-swiper .swiper-wrapper {
  padding-bottom: 63px;
  max-width: 1140px;
}
.ig-bg-wrap {
  width: 277.5px;
  height: 100%;
  position: relative;
}
.ig-bg-wrap:not(:last-child) {
  margin-right: 10px;
}
.ig-bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 277.5px;
}
.ig-bg > div {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
}
.ig-swiper .swiper-slide:hover .ig-bg > div {
  transform: scale(1.1);
}
.ig-swiper .swiper-pagination-bullet {
  margin: 0 8px;
}
.ig-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #D9D9D9;
  opacity: 1;
}
.ig-pagination .swiper-pagination-bullet-active {
  background: #565203;
}
/***** Homepage End *****/


/***** Testimonial *****/
.testimonial-sec {
  overflow: hidden;  
}
.testimonial-sec .swiper-wrapper {
  flex-direction: row;
}
.testimonial-sec .swiper-slide {
  margin-bottom: 50px;
  margin-right: 20px;
  width: calc(50% - 20px) !important;
}
.testimonial-sec .swiper-slide:before {
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: translateX(-110px);
}
.testimonial-sec .swiper-slide:after {
  background-image: url(../png/testimonial-bg-tail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 118px;
  width: 59px;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.testimonial-sec .swiper-slide > div {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 480px;
  padding: 20px 132px 56px 29px;
  text-align: center;
}
.testimonial-sec .swiper-slide > div:before {
  background-image: url(../png/testimonial-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -2;
}
.testimonial-sec .swiper-slide > div:after {
  background-image: url(../png/testimonial-quote.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 36px;
  width: 55px;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  transform: translateX(92px);
  z-index: -1;
}
.testimonial-sec h2 {
  font-family: Concert One;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.testimonial-sec .star-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.testimonial-sec .star-wrap > div {
  width: 18px;
  height: 18px;
  display: flex;
}
.testimonial-sec .star-wrap > div.one-star:not(:first-child),
.testimonial-sec .star-wrap > div.two-star:nth-child(n+3),
.testimonial-sec .star-wrap > div.three-star:nth-child(n+4),
.testimonial-sec .star-wrap > div.four-star:last-child {
  filter: invert(1) brightness(0);
  opacity: 0.3;
}
.testimonial-sec .star-wrap > div:not(:last-child) {
  margin-right: 4px;
}
.testimonial-sec .star-wrap picture {
  display: flex;
}
.testimonial-sec .star-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.testimonial-sec p {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.testimonial-sec .swiper-pagination {
  text-align: left;
  position: relative;
  bottom: 0;
}
.testimonial-sec .swiper-pagination .swiper-pagination-bullet {
  background-color: #CCC200;
  width: 14px;
  height: 14px;
  opacity: 1;
}
.testimonial-sec .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #565203;
}
/***** Testimonial End *****/



/***** Terms and Conditions *****/
.custom-ol-list ol {
  counter-reset: item;
}
.custom-ol-list ol > li {
  counter-increment: item;
}
.custom-ol-list ol > li > ol {
  counter-reset: sitem;
}
.custom-ol-list .custom-ol-forthlvl > li::marker {
  content: counter(item) "." counter(sitem) ". ";
}
.custom-ol-list .custom-ol-forthlvl > li > ol {
  counter-reset: titem;
}
.custom-ol-list .custom-ol-forthlvl > li > ol > li {
  counter-increment: titem;
  margin-left: 0;
}
.custom-ol-list .custom-ol-forthlvl > li > ol > li > ol {
  counter-reset: fitem;
  margin-left: 35px;
}
.custom-ol-list .custom-ol-forthlvl > li > ol > li > ol > li {
  counter-increment: fitem;
}
.custom-ol-list .custom-ol-forthlvl > li > ol > li > ol > li::marker {
  content: counter(titem) "." counter(fitem) ". ";
}
.custom-ol-list ol > li > ol > li {
  counter-increment: sitem;
  margin-left: 25px;
}
.custom-ol-list .custom-ol-thirdlvl > li::marker {
  content: counter(item) "." counter(sitem) ". ";
  font-weight: normal;
}
.custom-ol-list .custom-ol-thirdlvl > li > ol {
  counter-reset: titem;
}
.custom-ol-list .custom-ol-thirdlvl > li > ol > li {
  counter-increment: titem;
  margin-left: 0;
}
.custom-ol-list .custom-ol-thirdlvl > li > ol > li::marker {
  content: counter(titem) ". ";
}
.custom-ol-list ol > li > ol > li > p + ol {
  margin-top: -23px;
}
.custom-ul-list ::marker {
  font-weight: bold;
}
.custom-ul-list > ol {
  counter-reset: item;
}
.custom-ul-list ol > li {
  counter-increment: item;
}
.custom-ul-list > ol > ol {
  counter-reset: sitem;
}
.custom-ul-list ol > li > ol > li {
  counter-increment: sitem;
  margin-top: 15px;
  margin-left: 15px;
}
.custom-ul-list ol > li > ol > li::marker {
  content: counter(item) "." counter(sitem) ". ";
  font-weight: normal;
}
.custom-ul-list .custom-ul {
  list-style-type: lower-alpha;
}
.custom-ul-list .custom-ul > li::marker {
  font-weight: normal;
}
/***** Terms and Conditions End *****/