/* star rating css */
:root {
  --star-size: 20px;
  --star-color: lightgrey;
  --star-background: #fc0;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.Stars::before {
  content: '★★★★★';
  letter-spacing: 0px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.star-rating {
  display: none;
}

.zoom img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
}

/* --------- SLIDER--------- */

#carousel-slider-section {
  position: relative;
  z-index: 1;
  height: 870px;
  padding: 0;
  background: #18A69D;


}

.slider-content-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding-left: 12px;
}



.carousel-caption {
  z-index: 9;
}

.carousel-caption {
  position: absolute !important;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 0 !important;
  left: unset;

  color: #fff;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.slider-image img {
  width: 100%;
  height: 870px;
  animation: pulse 15s infinite;
  object-fit: cover;
  clip-path: polygon(0% 0%, 82.016% 0%, 82.016% 0%, 82.132% 0.437%, 82.451% 1.667%, 82.931% 3.568%, 83.529% 6.018%, 84.201% 8.894%, 84.906% 12.074%, 85.6% 15.437%, 86.242% 18.859%, 86.787% 22.219%, 87.193% 25.395%, 87.193% 25.395%, 87.477% 29.635%, 87.449% 33.585%, 87.193% 37.318%, 86.791% 40.903%, 86.327% 44.413%, 85.886% 47.918%, 85.55% 51.49%, 85.404% 55.2%, 85.53% 59.119%, 86.013% 63.318%, 86.013% 63.318%, 87.001% 68.125%, 88.41% 73.107%, 90.117% 78.102%, 91.997% 82.95%, 93.927% 87.492%, 95.784% 91.568%, 97.443% 95.017%, 98.781% 97.678%, 99.675% 99.393%, 100% 100%, 0% 100%, 0% 0%);
}

.slider-button-box {
  display: flex;
  align-items: center;
  justify-content: end;
}

.carousel-caption h1 {
  color: #FFFFFF;
  font-family: Lora;
  font-weight: 700;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-shadow: 0px 4px #00000040;
}

.carousel-caption h1 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;
}

.carousel-caption {
  display: flex;
  align-items: end;
  justify-content: center;
}

.carousel-caption .slider-paragraph {
  color: #FFFFFF;
  font-family: Inter;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: right;
  padding: 36px 0;
  width: 70%;
}

.slider-para-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.slider-connect-content p {
  font-family: Inter;
  font-weight: 300;
  font-size: 14px;
  line-height: 133%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #312E2E;
  padding: 8px 34px 14px;
  margin: 0;
}

.slider-connect-content h4 {
  font-family: Lora;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A5F5A;
}

.slider-connect-icon i {
  width: 52px;
  height: 52px;
  background: #18A69D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.slider-connect-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.slider-connect-outer-box:hover .slider-connect-image img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}

.slider-connect-image {
  height: 234px;
  border-radius: 10px;
  width: 100%;
  border: 3px solid #FFD443;
  overflow: hidden;
}

.slider-connect-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.slider-button-box a {
  color: #0A5F5A;
  background: #FFD443;
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  padding: 18px 14px;
  justify-content: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 45px;
}



.slider-button-box i {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #FFD443;
  color: #0A5F5A;
  font-size: 30px;
  margin-left: 4px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  margin-right: 4px;
}

.slider-button-box:hover i {
  background: #fff;
  transition: 0.6s ease-in-out;
  transform: translate(-3px, 0px);
}


.slider-button-box:hover a {
  background: #fff;
  transition: 0.6s ease-in-out;
  color: #0A5F5A;

}



.slider-connect-button:hover i {
  background: #0A5F5A;
  transition: 0.6s ease-in-out;
  transform: translate(-3px, 0px);
  color: #fff;

}


.slider-connect-button:hover a {
  background: #0A5F5A;
  transition: 0.6s ease-in-out;
  color: #fff;

}



.slider-connect-button a {
  color: #0A5F5A;
  background: #FFD443;
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  padding: 18px 14px;
  justify-content: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-connect-button i {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #FFD443;
  color: #0A5F5A;
  font-size: 30px;
  margin-left: 4px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  margin-right: 4px;
}

.slider-connect-button {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Our Clients */

#our-clients {
  position: relative;
  z-index: 1;
  padding: 60px 0 110px;
  border-radius: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  background: unset;
  border: unset;
  margin: auto;
}

.owl-nav i {
  color: #0C394C;
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -60px;
  background: unset;
  border: unset;
  margin: auto;
}

.background-image-overlay {
  background: #18A69DCC;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 80;
  border-radius: 30px;
}

.testimonials-content-box:hover .testimonial-inner-content-box {
  background: #0C394C;
  transition: 0.4s ease-in-out;
}

.testimonials-content-box:hover {
  background: #FFFFFF;
  transition: 0.4s ease-in-out;
}

.testimonials-content-box:hover .testimonials-images-box {
  background: #FFFFFF;
  transition: 0.4s ease-in-out;
}

.testimonials-content-box:hover .testimonial-content p {
  color: #FFFFFF;
  transition: 0.4s ease-in-out;
}

.testimonials-content-box:hover .testimonials-title h4 a {
  color: #FFFFFF;
  transition: 0.4s ease-in-out;
}

.testimonial-inner-content-box {
  background: #fff;
  clip-path: polygon(99.141% 47.776%, 99.141% 47.776%, 99.324% 48.185%, 99.468% 48.608%, 99.572% 49.041%, 99.637% 49.483%, 99.663% 49.928%, 99.65% 50.374%, 99.597% 50.817%, 99.506% 51.254%, 99.375% 51.68%, 99.204% 52.094%, 99.141% 52.224%, 76.261% 97.379%, 76.261% 97.379%, 76.034% 97.775%, 75.775% 98.138%, 75.486% 98.466%, 75.171% 98.756%, 74.832% 99.007%, 74.472% 99.216%, 74.094% 99.382%, 73.7% 99.503%, 73.295% 99.577%, 72.88% 99.602%, 27.12% 99.602%, 27.12% 99.602%, 26.718% 99.579%, 26.325% 99.509%, 25.943% 99.395%, 25.575% 99.239%, 25.223% 99.042%, 24.891% 98.806%, 24.58% 98.533%, 24.295% 98.224%, 24.036% 97.881%, 23.807% 97.506%, 23.739% 97.379%, 0.859% 52.224%, 0.859% 52.224%, 0.676% 51.815%, 0.532% 51.392%, 0.428% 50.959%, 0.363% 50.517%, 0.337% 50.072%, 0.35% 49.626%, 0.403% 49.183%, 0.494% 48.746%, 0.626% 48.32%, 0.796% 47.906%, 0.859% 47.776%, 23.739% 2.621%, 23.739% 2.621%, 23.966% 2.225%, 24.225% 1.862%, 24.514% 1.534%, 24.829% 1.244%, 25.168% 0.993%, 25.528% 0.784%, 25.906% 0.618%, 26.3% 0.497%, 26.705% 0.423%, 27.12% 0.398%, 72.88% 0.398%, 72.88% 0.398%, 73.282% 0.421%, 73.675% 0.491%, 74.057% 0.605%, 74.425% 0.761%, 74.777% 0.958%, 75.109% 1.194%, 75.42% 1.467%, 75.705% 1.776%, 75.964% 2.119%, 76.193% 2.494%, 76.261% 2.621%, 99.141% 47.776%);
  padding: 32px 20px;
  position: relative;

}

.testimonials-content-box {
  background: #0C394C;
  clip-path: polygon(99.141% 47.776%, 99.141% 47.776%, 99.324% 48.185%, 99.468% 48.608%, 99.572% 49.041%, 99.637% 49.483%, 99.663% 49.928%, 99.65% 50.374%, 99.597% 50.817%, 99.506% 51.254%, 99.375% 51.68%, 99.204% 52.094%, 99.141% 52.224%, 76.261% 97.379%, 76.261% 97.379%, 76.034% 97.775%, 75.775% 98.138%, 75.486% 98.466%, 75.171% 98.756%, 74.832% 99.007%, 74.472% 99.216%, 74.094% 99.382%, 73.7% 99.503%, 73.295% 99.577%, 72.88% 99.602%, 27.12% 99.602%, 27.12% 99.602%, 26.718% 99.579%, 26.325% 99.509%, 25.943% 99.395%, 25.575% 99.239%, 25.223% 99.042%, 24.891% 98.806%, 24.58% 98.533%, 24.295% 98.224%, 24.036% 97.881%, 23.807% 97.506%, 23.739% 97.379%, 0.859% 52.224%, 0.859% 52.224%, 0.676% 51.815%, 0.532% 51.392%, 0.428% 50.959%, 0.363% 50.517%, 0.337% 50.072%, 0.35% 49.626%, 0.403% 49.183%, 0.494% 48.746%, 0.626% 48.32%, 0.796% 47.906%, 0.859% 47.776%, 23.739% 2.621%, 23.739% 2.621%, 23.966% 2.225%, 24.225% 1.862%, 24.514% 1.534%, 24.829% 1.244%, 25.168% 0.993%, 25.528% 0.784%, 25.906% 0.618%, 26.3% 0.497%, 26.705% 0.423%, 27.12% 0.398%, 72.88% 0.398%, 72.88% 0.398%, 73.282% 0.421%, 73.675% 0.491%, 74.057% 0.605%, 74.425% 0.761%, 74.777% 0.958%, 75.109% 1.194%, 75.42% 1.467%, 75.705% 1.776%, 75.964% 2.119%, 76.193% 2.494%, 76.261% 2.621%, 99.141% 47.776%);
  padding: 3px;
  position: relative;
}

.testimonial-double-quotes {
  width: 52px;
  height: 37px;
}

.testimonial-double-quotes svg {
  width: 100%;
  height: 100%;
}


.testimonial-content p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #312E2E;
  margin: 0;
  padding: 10px 0;
}

.testimonial-inner-content {
  padding: 0 32px 0 14px;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-images-box {
  background: #0C394C;
  padding: 2px;
  clip-path: polygon(99.141% 47.776%, 99.141% 47.776%, 99.324% 48.185%, 99.468% 48.608%, 99.572% 49.041%, 99.637% 49.483%, 99.663% 49.928%, 99.65% 50.374%, 99.597% 50.817%, 99.506% 51.254%, 99.375% 51.68%, 99.204% 52.094%, 99.141% 52.224%, 76.261% 97.379%, 76.261% 97.379%, 76.034% 97.775%, 75.775% 98.138%, 75.486% 98.466%, 75.171% 98.756%, 74.832% 99.007%, 74.472% 99.216%, 74.094% 99.382%, 73.7% 99.503%, 73.295% 99.577%, 72.88% 99.602%, 27.12% 99.602%, 27.12% 99.602%, 26.718% 99.579%, 26.325% 99.509%, 25.943% 99.395%, 25.575% 99.239%, 25.223% 99.042%, 24.891% 98.806%, 24.58% 98.533%, 24.295% 98.224%, 24.036% 97.881%, 23.807% 97.506%, 23.739% 97.379%, 0.859% 52.224%, 0.859% 52.224%, 0.676% 51.815%, 0.532% 51.392%, 0.428% 50.959%, 0.363% 50.517%, 0.337% 50.072%, 0.35% 49.626%, 0.403% 49.183%, 0.494% 48.746%, 0.626% 48.32%, 0.796% 47.906%, 0.859% 47.776%, 23.739% 2.621%, 23.739% 2.621%, 23.966% 2.225%, 24.225% 1.862%, 24.514% 1.534%, 24.829% 1.244%, 25.168% 0.993%, 25.528% 0.784%, 25.906% 0.618%, 26.3% 0.497%, 26.705% 0.423%, 27.12% 0.398%, 72.88% 0.398%, 72.88% 0.398%, 73.282% 0.421%, 73.675% 0.491%, 74.057% 0.605%, 74.425% 0.761%, 74.777% 0.958%, 75.109% 1.194%, 75.42% 1.467%, 75.705% 1.776%, 75.964% 2.119%, 76.193% 2.494%, 76.261% 2.621%, 99.141% 47.776%);

}

.testimonial-image {
  width: 65px;
  height: 60px;
  clip-path: polygon(99.141% 47.776%, 99.141% 47.776%, 99.324% 48.185%, 99.468% 48.608%, 99.572% 49.041%, 99.637% 49.483%, 99.663% 49.928%, 99.65% 50.374%, 99.597% 50.817%, 99.506% 51.254%, 99.375% 51.68%, 99.204% 52.094%, 99.141% 52.224%, 76.261% 97.379%, 76.261% 97.379%, 76.034% 97.775%, 75.775% 98.138%, 75.486% 98.466%, 75.171% 98.756%, 74.832% 99.007%, 74.472% 99.216%, 74.094% 99.382%, 73.7% 99.503%, 73.295% 99.577%, 72.88% 99.602%, 27.12% 99.602%, 27.12% 99.602%, 26.718% 99.579%, 26.325% 99.509%, 25.943% 99.395%, 25.575% 99.239%, 25.223% 99.042%, 24.891% 98.806%, 24.58% 98.533%, 24.295% 98.224%, 24.036% 97.881%, 23.807% 97.506%, 23.739% 97.379%, 0.859% 52.224%, 0.859% 52.224%, 0.676% 51.815%, 0.532% 51.392%, 0.428% 50.959%, 0.363% 50.517%, 0.337% 50.072%, 0.35% 49.626%, 0.403% 49.183%, 0.494% 48.746%, 0.626% 48.32%, 0.796% 47.906%, 0.859% 47.776%, 23.739% 2.621%, 23.739% 2.621%, 23.966% 2.225%, 24.225% 1.862%, 24.514% 1.534%, 24.829% 1.244%, 25.168% 0.993%, 25.528% 0.784%, 25.906% 0.618%, 26.3% 0.497%, 26.705% 0.423%, 27.12% 0.398%, 72.88% 0.398%, 72.88% 0.398%, 73.282% 0.421%, 73.675% 0.491%, 74.057% 0.605%, 74.425% 0.761%, 74.777% 0.958%, 75.109% 1.194%, 75.42% 1.467%, 75.705% 1.776%, 75.964% 2.119%, 76.193% 2.494%, 76.261% 2.621%, 99.141% 47.776%);

}

.testimonial-stars span i {
  color: #FFD443;
}

.testimonial-inner-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-title h4 a {
  font-family: Lora;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #312E2E;
}

.our-clients-headings h2 {
  font-family: Lora;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

#our-clients .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  border: unset;
  background: #FFFFFF80;
  margin: 4px;
  border-radius: 15px;
}

#our-clients .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

#our-clients .owl-dots .owl-dot.active {
  width: 100px;
  height: 10px;
  border: unset;
  background: #FFFFFF;
  border-radius: 15px;
}









/* Faq */

.faq-main-heading h2 {
  font-family: Lora;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0C394C;
  padding-bottom: 60px;
}

.faqcontent-left-box {
  background: #0C394C;
  border-radius: 15px;
  padding: 15px;
  height: 100%;
}

.faq-contactus-content svg {
  animation: tada 4s infinite;
  width: 72px;
  height: 72px;
}

.faqcontent-left-box p {
  font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding: 25px 15px;
}

.faq-contactus-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.faq-contactus-content a {
  font-family: Inter;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.faq-contactus-content h6 {
  font-family: Lora;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  padding: 28px 0 20px;
}

.faq-left-image {
  height: 190px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.faq-left-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.faqcontent-left-box:hover .faq-left-image::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}




.faq-left-image img {
  width: 100%;
  border-radius: 15px;
  height: 100%;
}

.faq-callme-button a {
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A5F5A;
  background: #FFD443;
  border-radius: 30px;
  padding: 0px 30px 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.faq-callme-button:hover i {
  transition: 0.6s ease-in-out;
  transform: translate(-3px, 0px);
  color: #0A5F5A;

}


.faq-callme-button:hover a {
  background: #fff;
  transition: 0.6s ease-in-out;
  color: #0A5F5A;

}



.faq-callme-button a i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A5F5A;
  padding-left: 24px;
  border-left: 3px solid #0C394C;
  padding: 22px 0px 22px 22px;
  margin-left: 25px;
  font-size: 23px;
}

.faq-callme-button {
  display: flex;
  align-items: center;
  justify-content: center;
}




























/* EXcellence */

.excellence-image-icon {
  width: 62px;
  height: 62px;
}
.excellence-image-icon svg {
  width: 100%;
  height: 100%;
}
#excellence {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;

}

.excellence-image-icon svg path {
  fill: #0C394C;
}

#excellence .background-image-overlay {
  background: #022446;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.85;
}

.excellence-inner-content-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.excellence-inner-content-box h4 {
  text-align: center;
  color: #0C394C;
  margin: 0;
  padding: 28px 0px 20px;
  font-family: Lora;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

.excellence-headings h2 {
  color: #0C394C;
  text-align: left;
  font-family: Lora;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
}

.excellence-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;
}


.excellence-headings h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
  margin-top: 14px;
}

.excellence-image-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.excellence-parters-box:hover {
  background: #0C394C;
  transition: 0.4s ease-in-out;
}

.excellence-parters-box:hover .excellence-image-icon svg path {
  fill: #FFD443;
  transition: 0.4s ease-in-out;
}

.excellence-parters-box:hover .excellence-inner-content-box h4 {
  color: #fff;
}

.excellence-parters-box:hover .excellence-inner-content-box p {
  color: #fff;
}

.excellence-parters-box {
  border-radius: 10px;
  padding: 26px 13px;
  background: #fff;
  margin: 10px 0;
  box-shadow: 0px 0px 4px 2px #00000040;
}

.excellence-inner-content-box p {
  font-family: Inter;
  font-weight: 500;
  font-size: 15px;
  line-height: 124%;
  letter-spacing: 0%;
  text-align: center;
  color: #0C394C;
  margin: 0;

}

#excellence .owl-item{
  padding: 0 10px;
}

/* About us */

#about-us {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

#about-us .background-overlay-color {
  background: #18A69D80;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.about-heading h2 {
  font-family: Lora;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  padding: 0 0 60px;
}

.about-clinic-button i {

  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #FFD443;
  color: #0A5F5A;
  font-size: 30px;
  margin-left: 4px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;

}

.about-clinic-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.about-clinic-button a {
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  background: #FFD443;
  padding: 18px 23px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  color: #0A5F5A;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-clinic-button:hover i {
  background: #fff;
  transition: 0.6s ease-in-out;
  transform: translate(3px, 0px);
  color: #0A5F5A;

}


.about-clinic-button:hover a {
  background: #fff;
  transition: 0.6s ease-in-out;
  color: #0A5F5A;

}


.about-clinic-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 36px;
  padding-right: 35px;
  padding-bottom: 35px;
}

.about-left-content {
  background: #0C394C;
  border-radius: 15px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.about-left-content h4 {
  font-family: Lora;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  padding: 0 38px;
}

.about-left-content p {
  font-family: Inter;
  font-weight: 300;
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  padding: 0 38px;
}

.about-experience-box {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px;
}

.counter-box h5 {
  font-family: Lora;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A5F5A;
}

.about-left-image {
  height: 552px;
  border-radius: 15px;
  overflow: hidden;
}

.about-left-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.counter-box span {
  font-family: Lora;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A5F5A;
}

.about-experience-box h6 {
  font-family: Lato;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #312E2E;
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
}




/* Services section */

#services {
  padding: 60px 0 110px;
  position: relative;
  z-index: 1;
}



.services-images {
  width: 80px;
  height: 80px;
}

.services-headings h2 {
  text-align: left;
  color: #0C394C;
  font-family: Lora;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
}

.services-outer-box {
  box-shadow: 1px 1px 4px 1px #00000040;
  box-shadow: 1px 1px 4px 1px #00000040 inset;
  margin-bottom: 22px;
  padding: 26px 15px 26px 28px;
  background: #FFFFFF;
  border-radius: 15px;
}

.services-outer-box:hover {
  background: #0C394C;
  transition: 0.3s ease-in-out;
}

.services-outer-box:hover .services-inner-content p {
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}

.services-outer-box:hover .services-inner-content h4 a {
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}

.services-outer-box:hover .services-content-image-box {
  background: #FFD443;
  transition: 0.3s ease-in-out;
  animation: bounceInDown 600ms linear;
}



.services-content-image-box {
  box-shadow: 0px 0px 4px 2px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 14px;
  background: #FFFFFF;
  flex-direction: column;
}

.services-content-image-box {
  position: absolute;
  bottom: -40px;
}

.services-inner-content h4 a {
  font-family: Lora;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #312E2E;
}

.services-inner-content p {
  font-family: Inter;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #312E2E;
  margin: 0;
}

.service-content-text p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 121%;
  letter-spacing: 0%;
  text-align: center;
  color: #312E2E;
  margin: 0;
  padding-top: 19px;
}

#services .services-outer-boxs:nth-child(3) .row {
  flex-direction: row-reverse;
}

#services .services-outer-boxs:nth-child(4) .row {
  flex-direction: row-reverse;
}

#services .services-outer-boxs:nth-child(3) .services-outer-box {
  padding: 26px 28px 26px 15px;
}

#services .services-outer-boxs:nth-child(4) .services-outer-box {
  padding: 26px 28px 26px 15px;
}


#services .services-outer-boxs:nth-child(3) .services-outer-box h4 {
  text-align: right;
}

#services .services-outer-boxs:nth-child(4) .services-outer-box h4 {
  text-align: right;
}

#services .services-outer-boxs:nth-child(3) .services-outer-box .services-inner-content p {
  text-align: right;
}

#services .services-outer-boxs:nth-child(4) .services-outer-box .services-inner-content p {
  text-align: right;
}

/* Book Your Consultant */
#book-consultant {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.consultant-image {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;

}


.consultant-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.consultant-image:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}




.consultant-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.book-consultant-forms-box {
  box-shadow: 1px 1px 4px 0px #00000040;
  border-radius: 20px;
  padding: 20px 40px;
  height: 100%;
}

.book-consultant-headings h2 {
  font-family: Lora;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0C394C;
}

.book-consultant-forms-box h4 {
  font-family: Lora;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #312E2E;
  text-align: center;
  margin: 0;
  padding-bottom: 42px;

}


























/* Trends blogs */


#blogs {
  padding: 60px 0 110px;
  position: relative;
  z-index: 1;
}

.blogs-headings h2 {
  font-family: Lora;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0C394C;
}

.blogs-inner-content h4 a {
  font-family: Lora;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #312E2E;
}

.blogs-inner-content p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #312E2E;
  margin: 0;
  width: 90%;
}

.our-blogs-outer-box {
  box-shadow: 1px 1px 4px 0px #00000040;
  box-shadow: 1px 1px 4px 0px #00000040 inset;
  margin-bottom: 20px;
  border-radius: 20px;
}

.our-blogs-outer-box:hover {
  background: #0C394C;
  transition: 0.4s ease-in-out;
}

.our-blogs-outer-box:hover .blogs-inner-content p {
  color: #fff;
  transition: 0.4s ease-in-out;
}

.our-blogs-outer-box:hover .blogs-inner-content h4 a {

  color: #fff;
  transition: 0.4s ease-in-out;
}

.our-blogs-outer-box:hover a {
  animation: fadeInRight 500ms linear;
}

.our-blogs-outer-box:hover a i {
  background: #fff;
  color: #0C394C;
  transition: 0.5s ease-in-out;
}




.blogs-images {
  height: 236px;
  border-radius: 20px;
  overflow: hidden;
}

.blogs-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogs-read-more-btn a i {
  background: #312E2E;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48%;
  color: #fff;
  font-size: 22px;
  transform: rotate(-40deg);
}

.blogs-read-more-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 26px;
}

















/* countdown css */
.countdown {
  position: absolute;
  top: -50px;
  right: 100px;
  z-index: 1;
  width: 100%;
}

.countdown .border-rounded {
  background-color: white;
  min-width: 380px;
  height: 100px;
  padding: 10px;
}

.bg-color-countdown {}

.countdown-number {
  font-size: 30px;
  color: #AEA679;
  font-weight: 500;
}

.p-10 {
  padding: 10px;
}

.position-days {
  position: absolute;
  top: 58px;
  left: 52px;
}

.position-hours {
  position: absolute;
  top: 58px;
  left: 146px;
}

.position-minutes {
  position: absolute;
  top: 58px;
  left: 222px;
}

.position-seconds {
  position: absolute;
  top: 58px;
  left: 302px;
}

/* latest arrival */

.category-tab {
  background-color: transparent;
  font-family: "Roboto";
  font-size: 20px;
  color: black;
  border: none;
  outline: none !important;
}


.product-img {
  text-align: center;

  position: relative;
}


#latest-arrival .tabcontent {
  display: none;
}

/* latest arrival animations */

#latest-arrival .box,
#millions-of-hours .box {
  overflow: hidden;
  position: relative;
}

#latest-arrival .box:before,
#millions-of-hours .box:before {
  border-radius: 0 50px 50px 0;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

#latest-arrival .box:hover:before,
#millions-of-hours .box:hover:before {
  width: calc(100% - 85px);
  opacity: 0.9;
}

#latest-arrival .box img,
#millions-of-hours .box img {
  width: 100%;
  height: auto;
  height: auto;
  transform-origin: 50% 65%;
  transition: transform 1s, filter 3s ease-in-out;
  padding: 15px 25px;
}

#latest-arrival .box img:hover,
#millions-of-hours .box img:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#latest-arrival .box:hover img,
#millions-of-hours .box:hover img {
  opacity: 1;
}

#latest-arrival .box .box-content,
#millions-of-hours .box .box-content {
  color: white;
  background-color: #4E5668;
  opacity: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all 0.4s ease 0.2s;
  width: 100%;
}

#latest-arrival .box:hover .box-content,
#millions-of-hours .box:hover .box-content {
  opacity: 1;
}

#latest-arrival .box .title,
#millions-of-hours .box .title {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

#latest-arrival .box .post,
#millions-of-hours .box .post {
  display: block;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

/* best-deal */
#best-deal .best-deal-height {
  height: 220px;

}

.color-1 {
  color: #F5806A;
}

.color-2 {
  color: #88A4FB;
}

.color-3 {
  color: #74CAC7;
}

.bg-1 {
  background-color: #F5806A;
}

.side-bg-1 {
  background-color: #FDE6E1;
}

.bg-2 {
  background-color: #88A4FB;
}

.side-bg-2 {
  background-color: #CAD7FF;
}

.bg-3 {
  background-color: #74CAC7;
}

.side-bg-3 {
  background-color: #D8F2F6;
}

.position-right {
  position: absolute;
  top: 0;
  right: 0.5rem;
  padding: auto;
  border-radius: 50% 0 0 50%;
  height: 220px;
  width: 160px;
  background: rgba(0, 0, 0, 0) radial-gradient(120deg, #4f4f4f 68%, #ed0009 32%) repeat scroll 0 0;
}

.position-right img {
  align-items: right;
}

.position-left {
  position: absolute;
  top: 0;
  border-radius: 0 0 25px 0;
}

.best-deal-position {
  position: absolute;
  top: 30%;
  color: white !important;
}

.best-deal-position a {
  color: white;
}

.font-small-size {
  font-size: 14px;
}

#best-deal h5 {
  color: white;
}

/* best deal animations */


section {
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

/* best-deal animation */
#best-deal .col-xl-4 {
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#best-deal .col-xl-4:hover {
  transform: scale(1.05);
}

/* find with category */
#find-with-category .box {
  overflow: hidden;
  position: relative;
}

#find-with-category .box img {
  width: 100%;
  height: auto;
  transform-origin: 50% 65%;
  transition: transform 1s, filter 3s ease-in-out;

}

#find-with-category .box img:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#find-with-category .box .box-content {
  color: white;
  background: #4E5668;
  text-align: center;
  padding: 5px 0 0 0;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%) scale(2);
  position: absolute;
  top: 80%;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease-out 0s;
  height: 60px;
}

#find-with-category .box:hover .box-content {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%) scale(1);
}

#find-with-category .box .title {
  font-weight: 400;
  margin: 0 0 3px;
}

@keyframes flash {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}


/* our speciality */
#our-speciality {
  background-color: #F2F2F2;
}

#our-speciality .service-css {
  background-color: white;
  box-shadow: 5px 5px 2rem 0rem lightgrey;
}

/* service animations */

#our-speciality body {
  background: #007bff !important;
}

#our-speciality .main {
  position: relative;
  cursor: pointer;
}

.service {
  z-index: 1;
  transition: transform .8s;
}

/* Mengatur posisi logo service */
.service-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Membuat border title */
.service h4 {
  position: relative;
}

.service h4::after,
.service h4::before {
  content: '';
  position: absolute;
  z-index: -1;
}

.service h4::after {
  background: linear-gradient(to right, #fff, #007bff);
  right: -2px;
  top: -2px;
}

.service h4::before {
  background: linear-gradient(to right, #007bff, #fff);
  left: -2px;
  bottom: -2px;
}


/* membuat shadow untuk service */
.main::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

.main::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 18%;
  z-index: -2;
}

.main:hover .service {
  transform: translateY(-10px);
}

.main:hover::after {
  transform: translateY(-10px);
}

.service-logo img {
  transition: transform 1s;
}

.main:hover .service-logo img {
  transform: rotate(360deg);
}

/* Our popular platform */
#our-popular-platform {
  background-color: #F2F2F2;
}

.partner-bg-color {
  background-color: white;
  box-shadow: 5px 5px 2rem 0rem lightgrey;
}

.partner-bg-color img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.partner-bg-color:hover {

  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.partner-bg-color img:hover {
  -webkit-filter: inherit;
  filter: inherit;
}

/* Instagram */
#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  width: 14%;
}

#sb_instagram .sbi_photo_wrap {
  position: relative;
  width: 200px;
  height: 200px;
}

#sbi_load,
.sb_instagram_header.sbi_no_avatar {
  display: none;
}

/* support */
#support {
  background-color: #F9FAFB;
}

.support-button-color {
  background-color: #AEA679 !important;
}

.support-button-color:hover {
  background-color: #4E5668 !important;
}





/* Newsletter */


.newsletter-headings h2 {
  color: #FFFFFF;
  font-family: Lora;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
}

.newsletter-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;

}

.newsletter-headings p {
  color: #FFFFFF;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  margin: 0;

}

.newsletter-right-image {
  position: absolute;
  right: -20%;
  top: 0;
  width: 45%;
  bottom: 0;
  height: 100%;
  z-index: -1;
}

.newsletter-right-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}


#newsletter input[type="email"] {
  border-bottom: 1px dashed #212224;
}

.newsletter-form-box .wpcf7-form p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#newsletter input[type="email"]::placeholder {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;

}

#newsletter input[type="submit"] {
  background-color: unset;
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF6600;
  border: unset;
}