:root {
  --transition1: opacity 0.25s ease-in-out 0s, visibility 0.25s ease-in-out 0s, transform 0.3s ease-in-out 0.25s;
  --transition2: all 0.3s linear 0s;
  --transition3: transform 0.25s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
  --transition4:.5s cubic-bezier(.25,.8,.25,1) 0.05s ;
}

.section-banner {
  background: url(../images/home-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 600px;
  min-height: 100vh;
}
.section-banner .video-player {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
}
.section-banner .video-player iframe {
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  position: absolute;
  height: 1080px;
  top: 0;
  width: 1920px;
}
.section-banner video {
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
}
.section-banner .flex-box {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.section-banner-left, .section-banner-right {
  height: 100%;
  width: 50%;
}
.section-banner-right {
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}
.section-banner-right .inner-box {
  max-width: 500px;
  position: relative;
  margin: auto;
  z-index: 5;
}
.section-banner-right .text h1 {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: 600;
}
.section-banner-right .text p {
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 50px 0;
}
.section-banner-right::after {
  position: absolute;
  content: "";
  background-color: rgba(28, 105, 210, 0.7);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.section-banner .arrow {
  bottom: -80px;
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  left: 0;
  height: 160px;
  position: absolute;
  padding: 10px;
  margin: auto;
  right: 0;
  width: 160px;
}
.section-banner .arrow img {
  position: relative;
}
.section-banner .arrow::before {
  position: absolute;
  content: "";
  width: 355px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 91px 5px 16px 5px;
  left: 50%;
  transform: translate(-50%);
  top: -75px;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 77.89%, 2% 77.74%, 4% 77.27%, 6% 76.49%, 8% 75.42%, 10% 74.08%, 12% 72.47%, 14% 70.64%, 16% 68.61%, 18% 66.41%, 20% 64.08%, 22% 61.64%, 24% 59.15%, 26% 56.64%, 28% 54.15%, 30% 51.71%, 32% 49.38%, 34% 47.18%, 36% 45.15%, 38% 43.32%, 40% 41.71%, 42% 40.37%, 44% 39.3%, 46% 38.52%, 48% 38.05%, 50% 37.89%, 52% 38.05%, 54% 38.52%, 56% 39.3%, 58% 40.37%, 60% 41.71%, 62% 43.32%, 64% 45.15%, 66% 47.18%, 68% 49.38%, 70% 51.71%, 72% 54.15%, 74% 56.64%, 76% 59.15%, 78% 61.64%, 80% 64.08%, 82% 66.41%, 84% 68.61%, 86% 70.64%, 88% 72.47%, 90% 74.08%, 92% 75.42%, 94% 76.49%, 96% 77.27%, 98% 77.74%, 100% 77.89%);
          clip-path: polygon(100% 100%, 0% 100%, 0% 77.89%, 2% 77.74%, 4% 77.27%, 6% 76.49%, 8% 75.42%, 10% 74.08%, 12% 72.47%, 14% 70.64%, 16% 68.61%, 18% 66.41%, 20% 64.08%, 22% 61.64%, 24% 59.15%, 26% 56.64%, 28% 54.15%, 30% 51.71%, 32% 49.38%, 34% 47.18%, 36% 45.15%, 38% 43.32%, 40% 41.71%, 42% 40.37%, 44% 39.3%, 46% 38.52%, 48% 38.05%, 50% 37.89%, 52% 38.05%, 54% 38.52%, 56% 39.3%, 58% 40.37%, 60% 41.71%, 62% 43.32%, 64% 45.15%, 66% 47.18%, 68% 49.38%, 70% 51.71%, 72% 54.15%, 74% 56.64%, 76% 59.15%, 78% 61.64%, 80% 64.08%, 82% 66.41%, 84% 68.61%, 86% 70.64%, 88% 72.47%, 90% 74.08%, 92% 75.42%, 94% 76.49%, 96% 77.27%, 98% 77.74%, 100% 77.89%);
}
.section-why {
  background-color: #ffffff;
  padding: 120px 0 30px;
}
.section-why .img-box {
  max-width: 94%;
  margin: auto;
  transition: all 0.5s ease-out;
}
.section-why .img-box1 {
  animation: MoveUpDown 2s linear infinite alternate;
}
.section-why .img-box img {
  max-width: 100%;
}
.section-why .text {
  color: #666666;
  max-width: 94%;
  margin: auto;
}
.section-why .text h3 {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 10px;
}
.section-why .text p {
  font-size: 2rem;
  line-height: 3rem;
}
.section-why .points {
  padding: 70px 0 50px;
  position: relative;
}
.section-why .points-box {
  max-width: 300px;
  margin: 30px auto 30px;
}
.section-why .points-no {
  background: linear-gradient(0deg, #ffffff 0, 54%, #74a8f0 100%) 0 0 no-repeat padding-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: MoveUpDown 2s linear infinite alternate;
  line-height: 1;
  font-size: 114px;
  font-weight: 700;
  position: relative;
  z-index: -1;
}
.section-why .points-info {
  margin: -50px 0 0;
}
.section-why .points-info h4 {
  color: #333333;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.3;
}
.section-why .points-info p {
  color: #333333;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.section-why .points::after, .section-why .points::before {
  position: absolute;
  content: "";
}
.section-why .points::after {
  background: url(../images/map-pin-line.png) 0 0 no-repeat;
  background-size: contain;
  background-position: center center;
  height: 314px;
  top: -30px;
  width: 100%;
}
.section-why .points::before {
  background: url(../images/why-bg.png) 0 0 no-repeat;
  background-size: contain;
  bottom: 0;
  background-position: center;
  height: 787px;
  top: auto;
  width: 100%;
}
.section-why .points .row {
  margin-top: 150px;
}
.section-why .points .row [class*=col-]:nth-child(2), .section-why .points .row [class*=col-]:nth-child(5) {
  margin-top: 50px;
}
.section-why .points-extra {
  margin: 30px 0;
}
.section-why .points-extra-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-why .points-extra-row + .points-extra-row {
  margin-top: 80px;
}
.section-why .points-extra-left {
  width: 40%;
}
.section-why .points-extra-left .text {
  color: #333333;
  max-width: 80%;
  margin: auto;
}
.section-why .points-extra-left .text h5 {
  color: #333333;
  font-size: 3.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin: 0 0 35px;
}
.section-why .points-extra-left .text p {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.section-why .points-extra-left .btn-group {
  margin-top: 50px;
}
.section-why .points-extra-right {
  width: 60%;
}
.section-schedule {
  background-color: #ffffff;
  padding: 100px 0 150px;
  position: relative;
}
.section-schedule .container {
  position: relative;
  z-index: 55;
}
.section-schedule .text h4 {
  color: #333333;
  font-size: 3.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin: 0 0 35px;
}
.section-schedule .text p {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.section-schedule .timing {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-schedule .timing p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 400;
}
.section-schedule .timing p ~ p {
  color: #1c69d2;
  font-weight: 500;
}
.section-schedule::after {
  position: absolute;
  content: "";
  background: url(../images/s-meeting.png) 0 0 no-repeat;
  background-size: contain;
  left: 0;
  height: 630px;
  top: 0;
  width: 100%;
}
.section-testimonial {
  background-color: #1c69d2;
  color: #ffffff;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.section-testimonial .quote-icon {
  height: 54px;
  width: 54px;
}
.section-testimonial .quote-icon svg {
  max-width: 100%;
}
.section-testimonial .blue-box {
  background-color: #1c69d2;
  color: #ffffff;
  font-size: 3.5rem;
  height: auto;
  left: auto;
  position: absolute;
  padding: 40px;
  top: 0;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 7px;
  width: 400px;
}
.section-testimonial .slick-dots {
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  padding: 0;
  width: auto;
}
.section-testimonial .slick-dots li button {
  background-color: #ffffff;
  border-radius: 100%;
  height: 15px;
  width: 15px;
}
.section-testimonial .slick-dots li.slick-active button {
  background-color: #403e4b;
}
.section-testimonial .testimonial-container {
  padding: 0 70px;
  position: relative;
}
.section-testimonial .testimonial-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.section-testimonial .testimonial-left {
  max-width: 660px;
  padding: 50px 0;
}
.section-testimonial .testimonial-left p {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.section-testimonial .testimonial-left .author p {
  font-weight: 500;
}
.section-testimonial .testimonial-left .star {
  margin: 35px 0;
}
.section-testimonial .testimonial-left .star i {
  color: #1c69d2;
  font-size: 1.8rem;
}
.section-testimonial .testimonial-right {
  max-width: 621px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-testimonial .testimonial-right .img-box {
  height: 250px;
  width: 250px;
  position: relative;
  z-index: 5;
}
.section-testimonial .testimonial-right .img-box img {
  max-width: 100%;
}
.section-testimonial::after {
  position: absolute;
  content: "";
  background: url(../images/s-meeting.png) 0 0 no-repeat;
  background-size: contain;
  left: 0;
  height: 630px;
  top: 0;
  opacity: 0.6;
  width: 100%;
  z-index: -1;
}
.section-blog {
  background-color: #f4f4f4;
  padding: 90px 0;
}
.section-blog h3 {
  font-size: 3.5rem;
  font-weight: 400;
  color: #413F4B;
  line-height: 1.3;
  margin-bottom: 30px;
}
.section-blog .img-box {
  width: 100%;
  height: 220px;
  margin-bottom: 35px;
}
.section-blog .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-blog .text h5 {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #333333;
  font-weight: 400;
}
.section-blog .text h5 b {
  font-weight: 700;
  color: #000000;
}
.section-blog .text p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin: 32px 0 15px;
  color: #333333;
}
.section-blog .text a {
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #333333;
  text-decoration: none;
}
.section-blog .text a:hover {
  text-decoration: underline;
}
.section-diversify {
  background-color: #1c69d2;
  padding: 160px 0;
  position: relative;
}
.section-diversify h3 {
  font-size: 3.5rem;
  color: #ffffff;
  margin-bottom: 50px;
  line-height: 1.3;
}
.section-diversify .btn2 {
  border: 1px solid transparent;
}
.section-diversify .btn2:hover {
  border: 1px solid #ffffff;
}
.section-diversify::before {
  position: absolute;
  content: "";
  background: url("../images/cta-bg.png") 0 0 no-repeat;
  background-position: right;
  background-size: contain;
  bottom: 0;
  left: auto;
  right: 0;
  height: 410px;
  width: 100%;
}

.scroll-prompt {
  bottom: 0;
  position: absolute;
  margin-left: -50px;
  left: 50%;
  height: 100px;
  top: 30px;
  width: 100px;
  z-index: 10;
}
.scroll-prompt .scroll-prompt-arrow-container {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -13px;
  animation-name: bounce;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.scroll-prompt .scroll-prompt-arrow {
  animation-name: opacity;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.scroll-prompt .scroll-prompt-arrow:last-child {
  animation-direction: reverse;
  margin-top: -6px;
}
.scroll-prompt .scroll-prompt-arrow > div {
  width: 26px;
  height: 26px;
  border-right: 4px solid #1c69d2;
  border-bottom: 4px solid #1c69d2;
  transform: rotate(45deg) translateZ(1px);
}

@media (max-width: 1199px) {
  .section-banner-right .inner-box {
    padding: 0 60px;
  }
  .section-schedule {
    padding: 80px 0;
  }
  .section-schedule .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .section-schedule::after {
    display: none;
  }
  .section-testimonial {
    padding: 80px 0;
  }
  .section-testimonial .testimonial-container {
    min-height: inherit;
    max-height: inherit;
    text-align: center;
  }
  .section-testimonial .testimonial-row {
    min-height: inherit;
    max-height: inherit;
  }
  .section-testimonial .testimonial-left {
    max-width: 100%;
  }
  .section-testimonial .testimonial-right {
    display: none;
  }
  .section-testimonial .blue-box {
    display: none;
  }
  .section-testimonial .slick-dots {
    bottom: 0;
    left: 0;
    right: 0;
  }
  .section-testimonial .slick-dots li button {
    background-color: #1c69d2;
  }
  .section-diversify {
    padding: 80px 0;
  }
  .section-diversify .row {
    justify-content: center;
  }
  .section-diversify::before {
    display: none;
  }
}
@media (max-width: 1420px) {
  .section-testimonial .testimonial-left {
    max-width: 470px;
  }
}
@media (max-width: 992px) {
  .section-banner-left {
    display: none;
  }
  .section-banner-right {
    width: 100%;
  }
  .section-banner-right .inner-box {
    max-width: 100%;
    text-align: center;
  }
  .section-why .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-why .text {
    margin-top: 30px;
    text-align: center;
    max-width: 100%;
  }
  .section-why .points .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-why .points-extra-left {
    order: 2;
    width: 100%;
  }
  .section-why .points-extra-left .text {
    margin-top: 50px;
    max-width: 100%;
  }
  .section-why .points-extra-right {
    order: 1;
    width: 100%;
  }
  .section-schedule {
    text-align: center;
  }
  .section-blog .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-blog .col-md-4 + .col-md-4 {
    margin-top: 30px;
  }
  .section-diversify .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-banner {
    height: 560px;
  }
  .section-banner .arrow {
    transform: scale(0.65);
  }
  .section-banner-right .inner-box {
    padding: 15px;
  }
  .section-banner-right .text h1 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .section-banner-right .text h1 br {
    display: none;
  }
  .section-banner-right .text p {
    margin: 20px 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .section-why .text h3 {
    font-size: 3rem;
  }
  .section-why .text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .section-why .points {
    padding: 50px 0 20px;
  }
  .section-why .points-extra {
    margin: 0;
  }
  .section-why .points-extra-left .btn-group {
    margin-top: 30px;
  }
  .section-why .points-extra-left .text h5 {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .section-why .points-extra-left .text p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .section-why .points-extra-row + .points-extra-row {
    margin-top: 40px;
  }
  .section-why .points::after, .section-why .points::before {
    display: none;
  }
  .section-why .points .row {
    margin: 0;
  }
  .section-why .points .row [class*=col-]:nth-child(2),
  .section-why .points .row [class*=col-]:nth-child(5) {
    margin: 0;
  }
  .section-why .points-info p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .section-why .points-no {
    font-size: 9rem;
  }
  .section-schedule {
    padding: 30px 0;
  }
  .section-schedule .text h4 {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .section-diversify h3 {
    font-size: 2.5rem;
  }
  .section-testimonial {
    padding: 40px 0;
  }
  .section-testimonial .testimonial-container {
    padding: 0;
  }
  .section-testimonial .testimonial-left {
    padding: 0;
    max-width: 100%;
  }
  .section-testimonial .quote-icon {
    display: none;
  }
  .section-testimonial .slick-dots {
    bottom: -30px;
  }
  .section-testimonial::after {
    display: none;
  }
  .section-blog {
    padding: 40px 0;
  }
}/*# sourceMappingURL=homepage.css.map */