.hero-section {
  position: relative;
  overflow: hidden;
}
.hero-section .bgshadow {
  width: 502px;
  height: 502px;
  filter: blur(252px);
  position: absolute;
  border-radius: 50%;
}
.hero-section .bgshadow.shadow1 {
  top: -72px;
  left: -63px;
  background-color: rgba(245, 119, 45, 0.4);
}
.hero-section .bgshadow.shadow2 {
  background-color: rgba(0, 128, 129, 0.6980392157);
  top: 30%;
  left: -172px;
}
.hero-section .bgshadow.shadow3 {
  background-color: #66428A;
  top: 95px;
  right: 0;
}
.hero-section .hero-inner {
  background-color: #203864;
  padding-top: 135px;
}
.hero-section .hero-content {
  position: relative;
}
.hero-section .hero-content .hero-heading {
  margin-bottom: 30px;
  position: relative;
}
.hero-section .hero-content .hero-heading .plane-wrapper {
  width: 167px;
  position: absolute;
  top: -50px;
  left: 80px;
}
.hero-section .hero-content .hero-heading .plane-wrapper img {
  display: block;
}
.hero-section .hero-content .hero-heading .heading {
  font-size: 50px;
  line-height: 61px;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.hero-section .hero-content .hero-heading .heading span {
  color: #F2AC30;
}
.hero-section .hero-content .hero-heading .sub-heading {
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
  color: #C4C4C4;
  text-align: center;
}
.hero-section .hero-content .button-wrapper {
  text-align: center;
  margin-bottom: 46px;
}
.hero-section .hero-content .button-wrapper .btn-primary {
  padding: 15px 78px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}
.hero-section .hero-content .banner-img-wrapper img {
  display: block;
  margin: 0 auto;
}

.lms-section {
  padding: 180px 0 90px;
  position: relative;
  overflow: hidden;
}
.lms-section .pattern-wrapper {
  position: absolute;
  top: -5%;
  width: 362px;
  z-index: 0;
}
.lms-section .pattern-wrapper .dot-pattern {
  position: absolute;
  bottom: -30px;
  display: block;
}
.lms-section .pattern-wrapper.pattern2 {
  top: -5.2%;
  right: 0;
}
.lms-section .pattern-wrapper.pattern2 .ribbon-right {
  display: block;
  margin-left: auto;
}
.lms-section .pattern-wrapper.pattern2 .dot-pattern {
  bottom: 5px;
}
.lms-section .section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.lms-section .section-heading .subheading {
  display: inline-block;
  padding: 0 55px;
  position: relative;
}
.lms-section .section-heading .subheading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 15px;
  background: url(../images/arrow-icon.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translateY(-50%);
}
.lms-section .section-heading .subheading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 15px;
  background: url(../images/arrow-icon.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translateY(-50%) rotate(180deg);
}

.learning-journey-section {
  padding: 90px 0 60px;
}
.learning-journey-section .section-heading {
  max-width: 600px;
  margin: 0 auto 32px;
}
.learning-journey-section .section-heading .heading {
  text-align: center;
}
.learning-journey-section .section-heading .heading span {
  color: #FFC300;
}

.student-section {
  padding: 90px 0;
}
.student-section .custom-row {
  flex-direction: row-reverse;
}
.student-section .section-heading {
  margin-bottom: 36px;
}
.student-section .section-heading .heading {
  line-height: 56px;
  margin-bottom: 6px;
  color: #203864;
}
.student-section .section-heading .subheading {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #203864;
  max-width: 370px;
  margin-bottom: 20px;
}
.student-section .section-heading .subheading.third-section {
  font-size: 25px;
  line-height: 39px;
  font-weight: 500;
  max-width: unset;
}
.student-section .section-heading .subheading.third-section span {
  font-size: 28px;
  line-height: 39px;
  font-weight: 500;
  color: #FFC300;
}
.student-section .student-section-img-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 706px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.student-section .student-section-img-wrapper .circle-bg {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  max-width: 574px;
  width: 100%;
  max-height: 574px;
  height: 100%;
  background-color: #D6E4FF;
  z-index: 1;
  border-radius: 50%;
  min-height: 500px;
}
.student-section .student-section-img-wrapper img {
  position: relative;
  z-index: 2;
}

.introduction-section {
  padding: 90px 0;
}
.introduction-section .section-heading {
  margin-bottom: 47px;
}
.introduction-section .section-heading .heading {
  text-align: center;
  font-size: 40px;
  line-height: 78px;
  font-weight: 700;
  margin-bottom: 1px;
}
.introduction-section .section-heading .subheading {
  text-align: center;
  max-width: 1014px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 auto;
}
.introduction-section .intro-content-wrapper {
  padding-top: 154px;
  position: relative;
  overflow: hidden;
}
.introduction-section .intro-content-wrapper::before {
  content: "";
  position: absolute;
  top: -34%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Rectangle-img3.svg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.introduction-section .intro-content-wrapper .img-wrapper {
  max-width: 1143px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.introduction-section .intro-content-wrapper .img-wrapper video {
  max-width: 100%;
}

.count-section {
  padding: 90px 0;
}
.count-section .count-content {
  padding: 77px 87px;
  background: url(../images/count-section-bg.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
}

.lms-section.empower-section {
  padding: 90px 0;
}
.lms-section.empower-section .section-heading {
  margin-bottom: 40px;
}
.lms-section.empower-section .custom-tab-section .nav-link.active {
  color: #FFC300;
}

.discover-section {
  padding: 90px 0;
}
.discover-section .discover-inner {
  background: linear-gradient(93.82deg, #BCCDFA -5.93%, #F0F4FF 103.88%);
}
.discover-section .discover-content-left {
  padding: 80px 0 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.discover-section .discover-content-left .section-heading {
  margin-bottom: 13px;
}
.discover-section .discover-content-left .section-heading .heading {
  font-size: 29px;
  line-height: 42px;
  font-weight: 500;
  color: #203864;
}
.discover-section .discover-content-left .section-heading .heading span {
  font-weight: 700;
}
.discover-section .discover-content-left .section-heading .subheading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #203864;
}
.discover-section .discover-content-left .btn-wrapper {
  margin-top: auto;
}
.discover-section .discover-content-left .btn-wrapper .btn-primary {
  background-color: #F2AC30;
  color: #fff;
  border-color: #203864;
  padding: 16px 37px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  width: max-content;
  display: flex;
  justify-content: flex-start;
}
.discover-section .discover-content-left .btn-wrapper .btn-primary span {
  position: relative;
  display: inline-block;
}
.discover-section .discover-content-left .btn-wrapper .btn-primary span img.non-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
}
.discover-section .discover-content-left .btn-wrapper .btn-primary:hover span img.active {
  opacity: 0;
}
.discover-section .discover-content-left .btn-wrapper .btn-primary:hover span img.non-active {
  opacity: 1;
}
.discover-section .discover-content-right .discover-slider-wrapper .discover-slider .slick-list {
  max-height: 510px !important;
}
.discover-section .discover-content-right .discover-slider-wrapper .discover-slider2 .slick-list {
  max-height: 510px !important;
}
.discover-section .discover-content-right .discover-slider-wrapper .img-wrapper {
  margin: 15px 0;
  border-radius: 20px;
  overflow: hidden;
}
.discover-section .discover-content-right .discover-slider-wrapper .img-wrapper img {
  box-shadow: 0px 4.3636364937px 25.0909099579px 0px rgba(0, 0, 0, 0.0705882353);
}

.get-started-section {
  padding: 90px 0 0;
}
.get-started-section .get-started-content {
  background: url(../images/get-started-bg.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 78px 46px 78px 0;
  border-radius: 30px;
  box-shadow: 0px 4px 64px 0px rgba(195, 195, 195, 0.5019607843);
}
.get-started-section .get-started-content .custom-row {
  align-items: center;
}
.get-started-section .get-started-content .content-left {
  display: flex;
  align-items: center;
}
.get-started-section .get-started-content .content-left .icon-wrapper {
  width: 83px;
}
.get-started-section .get-started-content .content-left .content-text {
  font-size: 35px;
  line-height: 41px;
  font-weight: 500;
  color: #8C90B6;
  margin-bottom: 9px;
}
.get-started-section .get-started-content .content-left span {
  display: block;
  font-size: 35px;
  line-height: 41px;
  font-weight: 500;
  color: #203864;
}
.get-started-section .get-started-content .content-right .btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
.get-started-section .get-started-content .content-right .btn-wrapper .btn-primary {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  padding: 16px 37px;
  min-width: 172px;
}
.get-started-section .get-started-content .content-right .btn-wrapper .btn-contact {
  color: #FFFFFF;
  background-color: #1B253E;
  border-bottom-color: #FFC300;
  margin-right: 10px;
}
.get-started-section .get-started-content .content-right .btn-wrapper .btn-signup {
  color: #FFFFFF;
  background-color: #FFC300;
  border-bottom-color: #203864;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-section .hero-content .hero-heading .plane-wrapper {
    left: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .hero-section .hero-content .hero-heading .plane-wrapper {
    left: -34px;
    width: 115px;
    top: -16px;
  }
}
@media (max-width: 1200px) {
  .get-started-section .get-started-content {
    padding: 50px 30px 50px 0;
  }
  .get-started-section .get-started-content .content-left .content-text {
    font-size: 30px;
    line-height: 35px;
  }
  .get-started-section .get-started-content .content-left span {
    font-size: 30px;
    line-height: 35px;
  }
  .get-started-section .get-started-content .content-right .btn-wrapper .btn-primary {
    font-size: 15px;
    line-height: 22px;
    padding: 16px 25px;
    min-width: 127px;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-inner {
    padding-top: 65px;
  }
  .hero-section .hero-content .hero-heading .heading {
    font-size: 42px;
    line-height: 54px;
  }
  .hero-section .hero-content .hero-heading .sub-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .hero-section .hero-content .hero-heading .plane-wrapper {
    display: none;
  }
  .lms-section {
    padding: 100px 0 45px;
  }
  .lms-section .pattern-wrapper {
    width: 150px;
  }
  .lms-section .pattern-wrapper .ribbon-left {
    max-width: 60%;
  }
  .lms-section .pattern-wrapper .ribbon-right {
    max-width: 70%;
  }
  .lms-section .section-heading {
    margin-bottom: 30px;
  }
  .learning-journey-section {
    padding: 45px 0 15px;
  }
  .student-section {
    padding: 45px 0;
  }
  .student-section .section-content {
    margin-bottom: 50px;
  }
  .student-section .student-section-img-wrapper {
    width: 350px;
    height: 350px;
  }
  .student-section .student-section-img-wrapper .circle-bg {
    min-height: unset;
  }
  .introduction-section {
    padding: 45px 0;
  }
  .introduction-section .intro-content-wrapper {
    padding-top: 100px;
  }
  .count-section {
    padding: 45px 0;
  }
  .count-section .count-content {
    padding: 30px 40px 10px;
  }
  .lms-section.empower-section {
    padding: 45px 0;
  }
  .lms-section.empower-section .section-heading {
    margin-bottom: 20px;
  }
  .discover-section {
    padding: 45px 0;
  }
  .discover-section .discover-content-left {
    padding: 40px 0;
  }
  .get-started-section {
    padding: 45px 0 0;
  }
  .get-started-section .get-started-content {
    padding: 30px;
  }
  .get-started-section .get-started-content .content-left {
    justify-content: center;
    margin-bottom: 15px;
  }
  .get-started-section .get-started-content .content-right .btn-wrapper {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-inner {
    padding-top: 40px;
  }
  .hero-section .bgshadow {
    width: 250px;
    height: 250px;
  }
  .hero-section .hero-content .hero-heading .heading {
    font-size: 36px;
    line-height: 48px;
  }
  .hero-section .hero-content .hero-heading .sub-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .lms-section {
    padding: 45px 0 45px;
  }
  .lms-section .pattern-wrapper {
    display: none;
  }
  .lms-section .section-heading .subheading {
    padding: 0 40px;
  }
  .lms-section .section-heading .subheading::before {
    width: 35px;
  }
  .lms-section .section-heading .subheading::after {
    width: 35px;
  }
  .learning-journey-section {
    padding: 30px 0 15px;
  }
  .student-section {
    padding: 30px 0;
  }
  .student-section .section-heading .heading {
    line-height: 40px;
  }
  .student-section .section-heading .subheading.third-section {
    font-size: 20px;
    line-height: 30px;
  }
  .student-section .section-heading .subheading.third-section span {
    font-size: 22px;
    line-height: 28px;
  }
  .introduction-section {
    padding: 40px 0;
  }
  .introduction-section .section-heading {
    margin-bottom: 30px;
  }
  .introduction-section .section-heading .heading {
    font-size: 34px;
    line-height: 40px;
  }
  .introduction-section .section-heading .subheading {
    font-size: 16px;
    line-height: 22px;
  }
  .introduction-section .intro-content-wrapper {
    padding-top: 50px;
  }
  .lms-section.empower-section {
    padding: 30px 0;
  }
  .discover-section {
    padding: 30px 0;
  }
  .discover-section .discover-content-left .section-heading .heading {
    font-size: 24px;
    line-height: 35px;
  }
  .discover-section .discover-content-left .section-heading .subheading {
    font-size: 16px;
    line-height: 20px;
  }
  .discover-section .discover-content-left .btn-wrapper .btn-primary {
    font-size: 15px;
    line-height: 22px;
    padding: 12px 28px;
  }
  .discover-section .discover-content-right .discover-slider-wrapper .discover-slider .slick-list {
    max-height: 400px !important;
  }
  .discover-section .discover-content-right .discover-slider-wrapper .discover-slider2 .slick-list {
    max-height: 400px !important;
  }
  .get-started-section {
    padding: 30px 0 0;
  }
  .get-started-section .get-started-content .content-left .content-text {
    font-size: 26px;
    line-height: 30px;
  }
  .get-started-section .get-started-content .content-left span {
    font-size: 26px;
    line-height: 30px;
  }
  .get-started-section .get-started-content .content-right .btn-wrapper .btn-primary {
    padding: 12px 28px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-heading {
    margin-bottom: 20px;
  }
  .hero-section .hero-content .hero-heading .heading {
    font-size: 30px;
    line-height: 42px;
  }
  .hero-section .hero-content .button-wrapper {
    margin-bottom: 35px;
  }
  .hero-section .hero-content .button-wrapper .btn-primary {
    padding: 10px 50px;
  }
  .lms-section {
    padding: 40px 0 30px;
  }
  .lms-section .section-heading .subheading {
    padding: 0;
  }
  .lms-section .section-heading .subheading::before {
    display: none;
  }
  .lms-section .section-heading .subheading::after {
    display: none;
  }
  .learning-journey-section {
    padding: 30px 0 15px;
  }
  .student-section {
    padding: 30px 0;
  }
  .student-section .section-heading .heading {
    line-height: 34px;
  }
  .student-section .section-heading .subheading {
    margin-bottom: 10px;
  }
  .introduction-section {
    padding: 30px 0;
  }
  .introduction-section .section-heading .heading {
    font-size: 28px;
    line-height: 34px;
  }
  .introduction-section .section-heading .subheading {
    font-size: 14px;
    line-height: 18px;
  }
  .count-section {
    padding: 30px 0;
  }
  .count-section .count-content {
    padding: 30px 30px 10px;
  }
  .lms-section.empower-section {
    padding: 30px 0;
  }
  .get-started-section .get-started-content {
    padding: 20px;
  }
}
@media (max-width: 425px) {
  .get-started-section .get-started-content .content-left .icon-wrapper {
    width: 65px;
  }
  .get-started-section .get-started-content .content-left .content-text {
    font-size: 20px;
    line-height: 26px;
  }
  .get-started-section .get-started-content .content-left span {
    font-size: 20px;
    line-height: 26px;
  }
  .student-section .section-heading {
    margin-bottom: 20px;
  }
  .student-section .student-section-img-wrapper {
    width: 250px;
    height: 250px;
  }
  .discover-section .discover-content-right {
    max-width: 280px;
    margin: 0 auto;
  }
  .discover-section .discover-content-right .discover-slider-wrapper .img-wrapper {
    margin: 6px 0;
    border-radius: 10px;
  }
  .discover-section .discover-content-right .discover-slider-wrapper .discover-slider .slick-list {
    max-height: 200px !important;
  }
  .discover-section .discover-content-right .discover-slider-wrapper .discover-slider2 .slick-list {
    max-height: 200px !important;
  }
}
@media (max-width: 350px) {
  .get-started-section .get-started-content .content-right .btn-wrapper {
    flex-direction: column;
  }
  .get-started-section .get-started-content .content-right .btn-wrapper .btn-contact {
    margin-right: 0;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=index.css.map */