.main-wrapper {
  background-image: url(../images/main-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.main-illustration img {
  max-width: 100%;
}
.carousel-caption h2 {
  color: #fff;
  font-size: 50px;
}
.carousel-item img {
  animation: zoomin 10s ease-in infinite;
  transition: all 0.5s ease-in-out;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.carousel-indicators {
  border-top: 0px solid transparent !important;
  border-bottom: 0px solid transparent !important ;
}
.main-row {
  padding-top: 6rem !important;
}

.text-one {
  font-size: 60px;
  font-weight: 700;
  color: #f39150;
  letter-spacing: inherit;
}

.text-two {
  color: #9fbd84;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: inherit;
}

.life-content p {
  max-width: 80%;
  margin: 0 auto;
  padding-top:1rem;
}

.life-box {
  border: 1px solid #373c80;
  border-radius: 10px;
  background: #f5ecee;
  padding: 25px;
  text-align: center;
  position: relative;
  border-radius: 25px;
}

.life-box:hover {
  background: #fff;
  border: inherit;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.circle {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: #f39150;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.life-box:hover .circle {
  background: #373c80;
}

.circle p {
  color: #fff;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}
.aboutus-wrapper {
  background-color: #f5ecee;
}
.aboutus-wrapper img {
  max-width: 50%;
}
.about-content p {
  max-width: 90%;
  text-align: justify;
}
.about-content a {
  text-decoration: none;
  color: #fff;
}
.about-img {
  position: relative;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.play-btn {
  width: 80px;
  height: 80px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.play-btn span {
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #000 !important;
  position: relative;
  margin: 18px auto;
}
.service-wrapper {
  background-color: #fff;
  text-align: center;
}
.service-box {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.service-box a {
  color: #373c80;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-decoration: none;
}
.gallery-wrapper {
  position: relative;
}
.gallery-content {
  text-align: center;
}
.banner-three-item {
  width: 100%;
  padding: 0 20px;
}
.banner-three-item img {
  width: 100%;
}
.feedback-wrapper {
  background: #f5ecee;
}

.feedback-box {
  border-radius: 5.347px;
  border: 1.337px solid #e7eaec;
  background: #fff;
  padding: 15px;
  height: 250px;
}
.feedback-box img {
  max-width: 70px;
}
.feedback-box .google {
  max-width: 30px;
}
.rating ul {
  padding: inherit;
  display: flex;
}
.rating li {
  list-style: none;
  padding-right: 10px;
}
.rating li i {
  color: #fdcc0d;
}
@media screen and (orientation: landscape) {
  .carousel img {
    height: 100vh;
  }
}

@media (max-width: 1400px) {
  h1 {
    font-size: 40px !important;
    line-height: 1.5 !important;
  }
  .text-one {
    font-size: 40px;
  }
  .text-two {
    font-size: 40px;
  }
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 25px !important;
  }
}
