* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Prata", serif;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.btn1 {
  background: #E0E0E0;
  color: black;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
  padding: 8px 20px;
}

.sec_gap {
  padding: 80px 0;
}

.sec_head {
  text-align: center;
  margin-bottom: 30px;
}
.sec_head h2 {
  font-size: 30px;
  font-weight: 500;
  color: #072f5f;
  margin: 0;
  position: relative;
  display: inline-block;
}
.sec_head p {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4a4a4a;
  letter-spacing: 1px;
}

.sec_head_center h2,
.sec_head_center p {
  text-align: start;
}

.subHeading {
  font-weight: 300;
  color: #072f5f;
  line-height: 32px;
}

.breadcrumbSection {
  padding: 100px 0 20px;
  background: #e9f3ff;
  border-radius: 0 0 60px 60px;
}
.breadcrumbSection nav .breadcrumb {
  align-items: center;
  justify-content: center;
}
.breadcrumbSection nav .breadcrumb .breadcrumb-item {
  text-transform: capitalize;
  font-size: 18px;
}
.breadcrumbSection nav .breadcrumb .breadcrumb-item i {
  font-size: 14px;
}
.breadcrumbSection nav .breadcrumb .breadcrumb-item.active {
  color: #175caf;
}
.breadcrumbSection nav h1 {
  font-size: 32px;
  text-align: center;
  font-family: "Prata", serif;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  padding: 6px 0;
  box-shadow: 0 3px 18px rgba(7, 47, 95, 0.3647058824);
  background: white;
  border-radius: 0 0 40px 40px;
}
.navbar .navbar-brand {
  width: 30%;
  padding: 0;
  margin-right: 0;
}
.navbar .navbar-brand img {
  width: 50%;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  padding: 0;
  color: #cf992c;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link i {
  display: none;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active, .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #000000;
}
.navbar .navbar-collapse .navbar-nav .nav-item:not(:last-child) {
  margin-right: 40px;
}
.navbar .navbar-toggler span {
  height: 2px;
  width: 20px;
  background: #072f5f;
  position: relative;
  display: block;
  transition: all 0.5s ease-in-out;
}
.navbar .navbar-toggler span::before, .navbar .navbar-toggler span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #072f5f;
  left: 0;
  transition: all 0.3s ease;
}
.navbar .navbar-toggler span::before {
  bottom: -6px;
}
.navbar .navbar-toggler span::after {
  top: -6px;
}
.navbar .navbar-toggler[aria-expanded=true] span {
  background: white;
}
.navbar .navbar-toggler[aria-expanded=true] span::before {
  transform: rotate(45deg);
  bottom: 0;
}
.navbar .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(-45deg);
  top: 0;
}

.bannerSection {
  background: linear-gradient(120deg, #cf992c 0%, #072f5f 70%);
  padding: 100px 0 30px 0;
  position: relative;
  border-radius: 0 0 120px 120px;
  position: relative;
  overflow: hidden;
}
.bannerSection .bannerTextDiv {
  position: relative;
  z-index: 11;
}
.bannerSection .bannerTextDiv h1 {
  color: white;
  text-transform: capitalize;
  font-size: 60px;
  line-height: 80px;
}
.bannerSection .bannerTextDiv h1 span {
  color: black;
}
.bannerSection .bannerTextDiv p {
  margin: 30px 0;
  font-size: 18px;
  color: white;
}
.bannerSection .bannerTextDiv .quill_pen {
  position: absolute;
  bottom: 55%;
  left: -100px;
  opacity: 0.1;
}
.bannerSection .bannerImgDiv {
  position: relative;
  z-index: 11;
}
.bannerSection .bannerImgDiv .bannerMainImg {
  width: 540px;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: relative;
}
.bannerSection .bannerImgDiv::after {
  position: absolute;
  content: "";
  height: 540px;
  width: 540px;
  right: 3px;
  bottom: 0;
  background: transparent;
  border-top: 3px solid white;
  border-right: 4px solid white;
  border-bottom: 2px solid white;
  border-left: 1px solid white;
  border-radius: 50%;
  animation: spin 4s infinite linear;
}
.bannerSection .bannerImgDiv::before {
  position: absolute;
  content: "";
  height: 520px;
  width: 530px;
  left: 8px;
  bottom: -8px;
  background: transparent;
  border-bottom: 3px solid #23fcf8;
  border-left: 4px solid #23fcf8;
  border-right: 2px solid #23fcf8;
  border-top: 1px solid #23fcf8;
  border-radius: 50%;
  animation: spin 4s infinite linear;
}
.bannerSection::after {
  position: absolute;
  content: "";
  height: 930px;
  width: 200px;
  right: 600px;
  bottom: -105px;
  background: rgba(255, 171, 0, 0.0784313725);
  transform: rotate(-45deg);
}
.bannerSection::before {
  position: absolute;
  content: "";
  height: 800px;
  width: 200px;
  right: 90px;
  bottom: -85px;
  background: rgba(255, 255, 255, 0.0588235294);
  transform: rotate(45deg);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes move1 {
  from {
    top: 0px;
  }
  to {
    top: 60px;
  }
}
.bannerUl {
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
}
.bannerUl li .joinBtn {
  padding: 12px 24px;
  text-transform: capitalize;
  background: rgba(0, 0, 0, 0.7137254902);
  color: white;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.bannerUl li .joinBtn:hover {
  background: #cf992c;
}
.bannerUl li:not(:last-child) {
  margin-right: 20px;
}
.bannerUl li .videoBtn {
  padding: 12px 24px;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.337254902);
  color: white;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.bannerUl li .videoBtn:hover {
  background: #cf992c;
}
.bannerUl li .videoBtn i {
  margin-right: 6px;
}

.ourSuccessSection {
  padding: 40px 0;
  margin: 80px 0;
  background: #fdf8ec;
  position: relative;
}
.ourSuccessSection .successSchoolImg_1 {
  height: 160px;
  position: absolute;
  right: 50px;
  top: -80px;
  opacity: 0.1;
}
.ourSuccessSection .successSchoolImg_2 {
  height: 80px;
  position: absolute;
  left: 5%;
  top: 20px;
  opacity: 0.1;
}
.ourSuccessSection .success {
  display: flex;
}
.ourSuccessSection .success .successImg {
  margin-right: 20px;
}
.ourSuccessSection .success .successImg img {
  width: 100%;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
  border: 1px solid #cf992c;
  border-radius: 6px;
  background: #ffffff;
}
.ourSuccessSection .success .successText h4 {
  font-size: 44px;
  font-weight: 400;
  background: -webkit-linear-gradient(black, #072f5f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ourSuccessSection .success .successText strong {
  text-transform: capitalize;
  color: gray;
}

.stickerBG {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -11;
  opacity: 0.4;
}

.aboutSection .aboutTextDiv {
  position: relative;
}
.aboutSection .aboutTextDiv p {
  margin-bottom: 16px;
}
.aboutSection .aboutTextDiv .btn1 {
  margin-top: 0;
}
.aboutSection .aboutImgDiv {
  position: relative;
}
.aboutSection .aboutImgDiv img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 11;
}
.aboutSection .aboutImgDiv.aboutPageImage img {
  height: 320px !important;
}
.aboutSection .aboutImgDiv::after {
  position: absolute;
  content: "";
  height: 140px;
  width: 140px;
  border-radius: 12px;
  background: #072f5f;
  top: -14px;
  left: -14px;
}
.aboutSection .aboutImgDiv::before {
  position: absolute;
  content: "";
  height: 140px;
  width: 140px;
  border-radius: 12px;
  background: #cf992c;
  bottom: -14px;
  right: -14px;
}

.aboutPage .aboutImgDiv img {
  width: 100%;
  height: 440px;
}

.missionVissionSection .MVdiv {
  margin-top: 16px;
  padding: 12px;
  background: #f2f9ff;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2196078431);
  height: 100%;
}
.missionVissionSection .MVdiv.serviceDiv {
  margin-top: 0;
  margin-bottom: 30px !important;
}
.missionVissionSection .MVdiv .MVtextDiv {
  text-align: center;
}
.missionVissionSection .MVdiv .MVtextDiv h6 {
  text-transform: capitalize;
}
.missionVissionSection .MVdiv .MVtextDiv p {
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: #cf992c;
}
.missionVissionSection .MVdiv .MVtextDiv span {
  font-size: 12.5px;
  text-align: justify !important;
}
.missionVissionSection .MVdiv .MVtextDiv ul {
  padding-left: 0;
  margin-top: 10px;
  padding-top: 16px;
  border-top: 1px solid #d4d4d4;
}
.missionVissionSection .MVdiv .MVtextDiv ul li {
  list-style-type: none;
  text-align: start;
  font-size: 14px;
  display: flex !important;
  align-items: start;
}
.missionVissionSection .MVdiv .MVtextDiv ul li i {
  margin-top: 5px;
  color: #e1c17f;
  font-size: 13px;
  margin-right: 6px;
}
.missionVissionSection .MVdiv .MVtextDiv ul li p {
  color: inherit;
  margin-left: 6px;
  font-size: 13px;
}

.MVimgDiv {
  position: relative;
}
.MVimgDiv .topImg {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.MVimgDiv .shape {
  width: 100%;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}

.serviceCategory {
  margin-bottom: 60px;
}
.serviceCategory .serviceCategoryHeading {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.serviceCategory .serviceCategoryHeading p {
  font-size: 15px;
  color: gray;
  font-weight: 300;
}
.serviceCategory.serviceCategoryBottom .serviceDiv {
  display: flex;
  height: auto !important;
}
.serviceCategory.serviceCategoryBottom .serviceDiv .MVimgDiv {
  width: 75%;
  border-radius: 10px;
}
.serviceCategory.serviceCategoryBottom .serviceDiv .MVimgDiv img {
  width: 100%;
  height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 16px;
  background: #e7ffff;
  border-radius: 10px;
}
.serviceCategory.serviceCategoryBottom .serviceDiv .MVtextDiv {
  text-align: start;
  margin-left: 30px;
}

.accordion-button {
  font-size: 20px;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}

.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #cf992c;
  background-image: none !important;
}

.accordion-button.collapsed {
  color: #cf992c;
}
.accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}

.ourServicesSection {
  position: relative;
  z-index: 1;
}
.ourServicesSection::after {
  position: absolute;
  content: "";
  width: 65%;
  background-color: #9ef7f9;
  opacity: 0.5;
  left: 0;
  top: 52%;
  height: 448px;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 0 40px 0 0;
}
.ourServicesSection .servicesSlider {
  position: relative;
}
.ourServicesSection .servicesSlider .item {
  padding: 30px 14px 30px 14px;
}
.ourServicesSection .servicesSlider .item .service {
  padding: 14px 14px 36px 14px;
  border: 1px solid white;
  border-radius: 12px;
  background: white;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2196078431);
  text-align: center;
  position: relative;
}
.ourServicesSection .servicesSlider .item .service .zoom {
  overflow: hidden;
  padding: 0;
  float: left;
  border-radius: 8px;
}
.ourServicesSection .servicesSlider .item .service .zoom img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
  transition-duration: 1s;
  margin: 0 auto 8px;
  display: block;
}
.ourServicesSection .servicesSlider .item .service .zoom img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  z-index: 0;
}
.ourServicesSection .servicesSlider .item .service a {
  margin: 12px 0;
  text-transform: capitalize;
  font-size: 17px;
  color: black;
  transition: all 0.5s ease-in-out;
}
.ourServicesSection .servicesSlider .item .service a:hover {
  color: #072f5f;
}
.ourServicesSection .servicesSlider .item .service .yellowShapeDiv {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28px;
}
.ourServicesSection .servicesSlider .item .service .yellowShapeDiv a {
  position: relative;
}
.ourServicesSection .servicesSlider .item .service .yellowShapeDiv a img {
  height: 60px;
  width: 64px;
  position: relative;
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
}
.ourServicesSection .servicesSlider .item .service .yellowShapeDiv a i {
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.7568627451);
  transition: all 0.5s ease-in-out;
}
.ourServicesSection .servicesSlider .item .service .yellowShapeDiv a:hover i {
  color: black;
}
.ourServicesSection .servicesSlider .item .service .yellowShapeDiv a:hover img {
  opacity: 1;
}
.ourServicesSection .servicesSlider .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
.ourServicesSection .servicesSlider .owl-nav button {
  margin: 0 12px;
}
.ourServicesSection .servicesSlider .owl-nav button:hover {
  background: none;
}
.ourServicesSection .servicesSlider .owl-nav button span {
  font-size: 40px;
}
.ourServicesSection .data_science {
  position: absolute;
  left: 90px;
  bottom: -15px;
  animation: dataScience 8s ease-in-out infinite alternate;
  animation-timing-function: linear;
  height: 180px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #072f5f;
  text-decoration: none;
}

@keyframes clockwiseSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.clockwiseSpin {
  animation: clockwiseSpin 10s infinite linear;
}

@keyframes dataScience {
  from {
    transform: rotate(15deg);
  }
  to {
    transform: rotate(-60deg);
  }
  from {
    transform: rotate(15deg);
  }
}
.howWeWorkSection {
  position: relative;
}
.howWeWorkSection .dotedBG {
  position: absolute;
  top: -200px;
  right: 60px;
  width: 15%;
}
.howWeWorkSection::after {
  position: absolute;
  content: "";
  height: 725px;
  width: 65%;
  background-color: #fade78;
  opacity: 0.3;
  left: 0;
  top: -19px;
  z-index: -1;
  border-radius: 0;
}
.howWeWorkSection .workingProcessDiv {
  padding: 40px;
  background: white;
  border-radius: 40px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2196078431);
  position: relative;
  z-index: 11;
}
.howWeWorkSection .workingProcessDiv .stepsUL {
  margin: 30px 0 0 0;
}
.howWeWorkSection .workingProcessDiv .stepsUL li {
  position: relative;
}
.howWeWorkSection .workingProcessDiv .stepsUL li::after {
  position: absolute;
  content: "";
  height: 60px;
  width: 1px;
  background: #72632c;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.howWeWorkSection .workingProcessDiv .stepsUL li:not(:last-child) {
  margin-bottom: 30px;
}
.howWeWorkSection .workingProcessDiv .stepsUL li i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #ffeeb6;
  color: #72632c;
  margin-right: 6px;
  position: relative;
  z-index: 11;
}
.howWeWorkSection .workingProcessDiv .sateLight {
  position: absolute;
  right: 0px;
  bottom: 0;
  animation: dataScience 8s ease-in-out infinite alternate;
  animation-timing-function: linear;
  height: 200px;
  opacity: 0.4;
}
.howWeWorkSection .workImgDiv {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.howWeWorkSection .workImgDiv .workImgInnerDiv {
  position: relative;
  margin: auto;
}
.howWeWorkSection .workImgDiv .workImgInnerDiv img {
  border-radius: 20px;
  position: relative;
  z-index: 11;
}
.howWeWorkSection .workImgDiv .workImgInnerDiv::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #5B61EB;
  right: -30px;
  bottom: -30px;
}
.howWeWorkSection .workImgDiv .workImgInnerDiv::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #F56666;
  right: 100px;
  bottom: -35px;
}
.howWeWorkSection .workImgDiv::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #33EFA0;
  left: -30px;
  top: -30px;
}
.howWeWorkSection .workImgDiv::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #33D9EF;
  left: 100px;
  top: -35px;
}

@keyframes dataScience {
  from {
    transform: rotate(-15deg);
  }
  to {
    transform: rotate(60deg);
  }
  from {
    transform: rotate(-15deg);
  }
}
.subscriptionPlanSection {
  background: #fdf8ec;
  position: relative;
}
.subscriptionPlanSection .plan {
  padding: 40px 20px 20px 40px;
  background: white;
  border-radius: 20px;
  border: 2px solid #072f5f;
  margin-top: 24px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.subscriptionPlanSection .plan .planTop {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.subscriptionPlanSection .plan .planTop img {
  height: 48px;
  width: 48px;
  margin-right: 10px;
}
.subscriptionPlanSection .plan .planTop strong {
  font-size: 24px;
}
.subscriptionPlanSection .plan p {
  color: #bebebe;
}
.subscriptionPlanSection .plan.active, .subscriptionPlanSection .plan:hover {
  background: linear-gradient(120deg, #e8d6ad 0%, #fdf8ec 40%);
  border: 2px solid #cf992c;
  box-shadow: 0 4px 16px rgba(80, 85, 218, 0.4431372549);
}
.subscriptionPlanSection .plan.active .planInfoUl, .subscriptionPlanSection .plan:hover .planInfoUl {
  border-top: 2px dotted white;
}
.subscriptionPlanSection .plan.active .planInfoUl li i, .subscriptionPlanSection .plan:hover .planInfoUl li i {
  color: #cf992c;
}
.subscriptionPlanSection .plan.active p, .subscriptionPlanSection .plan:hover p {
  color: #ffffff;
}
.subscriptionPlanSection .plan .planInfoUl {
  margin: 20px 0 0 0 !important;
  padding-top: 20px;
  border-top: 2px dotted #072f5f;
}
.subscriptionPlanSection .plan .planInfoUl li {
  display: flex;
  align-items: center;
}
.subscriptionPlanSection .plan .planInfoUl li:not(:last-child) {
  margin-bottom: 8px;
}
.subscriptionPlanSection .plan .planInfoUl li i {
  margin-right: 6px;
  color: #cf992c;
  opacity: 0.8;
}
.subscriptionPlanSection .rocketLunch {
  position: absolute;
  top: -60px;
  opacity: 0.4;
  height: 160px;
  animation: move1 3s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}

.toggleReadMore {
  position: absolute;
  right: 48%;
  bottom: -18px;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}

.toggleIcon {
  font-size: 28px;
  padding: 4px 6px;
  border-radius: 50%;
  background: black;
  color: white;
  display: inline-block;
  transition: transform 0.3s ease;
}

.rotate {
  transform: rotate(180deg);
}

.hidden {
  display: none;
}

.gallerySection {
  position: relative;
}
.gallerySection .galleryImg {
  margin-top: 24px;
}
.gallerySection .galleryImg img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2196078431);
}
.gallerySection .waves > use {
  animation: move-forever 2s -2s linear infinite;
}
.gallerySection .waves > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 6s;
}
.gallerySection .waves > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
.gallerySection .swiper-button-prev,
.gallerySection .swiper-button-next {
  color: #ffba2f;
}
.gallerySection .waveImages {
  position: absolute;
  bottom: 110px;
  z-index: -11;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.contactUsSection {
  padding-bottom: 60px;
}
.contactUsSection .contactUs {
  background-image: url("../images/contactUsBG.webp");
  padding: 28px 40px;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  border-radius: 20px;
  margin-top: 30px;
}
.contactUsSection .contactUs::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: rgba(8, 34, 56, 0.8784313725);
  left: 0;
  top: 0;
}
.contactUsSection .contactUs .contactForm {
  position: relative;
  z-index: 11;
}
.contactUsSection .contactUs .contactForm label {
  color: #a9a9a9;
}
.contactUsSection .contactUs .contactForm .form-control {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #6c6c6c;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 12px;
  padding: 0 0 4px 0 !important;
  color: white;
  font-size: 15px;
}
.contactUsSection .contactUs .contactForm .form-control:focus-visible {
  box-shadow: none;
}
.contactUsSection .contactUs .contactForm .btn1 {
  padding: 10px 40px;
}
.contactUsSection .contactInfoDiv {
  margin-top: 30px;
}
.contactUsSection .contactInfoDiv img {
  width: 100%;
}
.contactUsSection .InfoDiv {
  position: relative;
  padding: 20px;
  background: linear-gradient(to bottom, #c1d5ea, #e1ecf2, #c7d9eb);
  border-radius: 16px;
  height: 100%;
}
@media (max-width: 767.99px) {
  .contactUsSection .InfoDiv {
    height: auto;
    margin-bottom: 14px;
  }
}
.contactUsSection .InfoDiv img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  width: 80px;
}

.btn1 {
  margin-top: 30px;
  border: none;
  background: #cf992c;
  color: white;
  transition: all 0.5s ease-in-out;
}
.btn1:hover {
  background: #072f5f;
  color: white;
}

.footer_div {
  background: #fff2d7;
  border-radius: 120px 120px 0 0;
  padding: 60px 0 20px;
}
.footer_div .footer_logo_div img {
  height: 64px;
  margin-bottom: 20px;
}
.footer_div .footer_logo_div .footer_social_icons {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.footer_div .footer_logo_div .footer_social_icons li a {
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #072f5f;
  transition: all 0.5s ease-in-out;
}
.footer_div .footer_logo_div .footer_social_icons li a i {
  color: #072f5f;
  font-size: 17px;
}
.footer_div .footer_logo_div .footer_social_icons li a:hover {
  border: 1px solid #cf992c;
}
.footer_div .footer_logo_div .footer_social_icons li a:hover i {
  color: #cf992c;
}
.footer_div .footer_logo_div .footer_social_icons li:not(:last-child) {
  margin-right: 16px;
}
.footer_div .footer_links_div .footer_head {
  text-transform: capitalize;
  color: #072f5f;
  display: inline-block;
  border-bottom: 1px solid #cf992c;
  padding-bottom: 6px;
  margin-bottom: 16px;
}
.footer_div .footer_links_div .footer_links li {
  text-transform: capitalize;
}
.footer_div .footer_links_div .footer_links li i {
  color: #072f5f;
  margin-right: 4px;
  font-size: 14px;
}
.footer_div .footer_links_div .footer_links li:not(:last-child) {
  margin-bottom: 8px;
}
.footer_div .footer_links_div .footer_links li a {
  color: #072f5f;
  font-size: 13px;
  transition: all 0.5s ease-in-out;
}
.footer_div .footer_links_div .footer_links li a:hover {
  opacity: 0.6;
  margin-left: 6px;
}
.footer_div .footer_links_div p {
  color: #072f5f;
  font-size: 15px;
  margin-bottom: 10px;
}
.footer_div .footer_links_div .contactUL li {
  margin-bottom: 10px;
}
.footer_div .footer_links_div .contactUL li span {
  color: #072f5f;
  font-size: 18px;
  border-radius: 4px;
  margin-right: 12px;
}
.footer_div .footer_links_div .contactUL li a,
.footer_div .footer_links_div .contactUL li p {
  color: #072f5f !important;
  font-size: 13px;
}
.footer_div .footer_links_div .contactUL li:last-child {
  margin-bottom: 40px;
}

.copy_right_area p {
  font-size: 14px;
  color: #072f5f;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 20px 0 0 0;
  text-align: center;
  border-top: 1px solid #c1bfba;
}

.campusAutomationSection .serviceContent {
  padding: 40px;
  border-radius: 16px;
  background: #f4f0e9;
  border: 1px solid #e3e3e3;
  height: 100%;
}
.campusAutomationSection .serviceContent p {
  margin-bottom: 16px;
  font-size: 16px;
  /* text-align: justify; */
}
.campusAutomationSection .serviceContent h3 {
  margin-bottom: 20px;
  color: #cf992c;
}
.campusAutomationSection .serviceContent .videoBtn {
  background: #072f5f !important;
}
.campusAutomationSection .serviceContent .videoBtn:hover {
  background: #cf992c !important;
}
.campusAutomationSection .serviceContent .demoBtn {
  background: black !important;
}
.campusAutomationSection .serviceContent .demoBtn:hover {
  background: #cf992c !important;
}
.campusAutomationSection .serviceContent .digitalUL {
  margin: 6px 0 0 0;
}
.campusAutomationSection .serviceContent .digitalUL li {
  display: flex;
  align-items: center;
}
.campusAutomationSection .serviceContent .digitalUL li:last-child {
  margin-bottom: 6px;
}
.campusAutomationSection .serviceContent .digitalUL li i {
  color: #92c6f3;
  font-size: 12px;
  margin-right: 10px;
}
.campusAutomationSection .serviceContent .digitalUL li p {
  font-size: 14px;
  margin-bottom: 0;
}
.campusAutomationSection .serviceImage img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.ourPoliciesSection .topPolicyContent .subHeadingUl {
  display: flex;
  align-items: center;
}
.ourPoliciesSection .topPolicyContent .subHeadingUl li {
  color: #6c8da9;
  font-size: 18px;
}
.ourPoliciesSection .topPolicyContent .subHeadingUl li i {
  font-size: 10px !important;
}
.ourPoliciesSection .topPolicyContent .subHeadingUl li:not(:last-child) {
  margin-right: 16px;
}
.ourPoliciesSection .topPolicyContent p.firstParagraph::first-letter {
  font-size: 250%;
  font-weight: bold;
}
.ourPoliciesSection .topPolicyContent .NEP-2020 {
  padding: 24px 20px;
  border-left: 6px solid #b4b4b4;
  border-bottom: 6px solid #b4b4b4;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-radius: 12px;
}
.ourPoliciesSection .topPolicyContent .NEP-2020 span {
  font-size: 18px;
  font-style: italic;
}
.ourPoliciesSection .topPolicyContent .NEP-2020 ul {
  margin: 12px 0 0 0;
}
.ourPoliciesSection .topPolicyContent .NEP-2020 ul li {
  list-style-type: none;
  color: gray;
}
.ourPoliciesSection .topPolicyContent .NEP-2020 ul li:not(:last-child) {
  margin-bottom: 8px;
}
.ourPoliciesSection .topPolicyContent .NEP-2020 ul li i {
  color: #e1c17f;
  font-size: 14px;
  margin-right: 6px;
}
.ourPoliciesSection .policyImg {
  position: relative;
  transition: all 0.5s ease-in-out;
  padding: 8px;
  background: rgba(249, 234, 205, 0.5843137255);
  height: 100%;
  border-radius: 20px;
}
.ourPoliciesSection .policyImg img {
  position: relative;
  width: 100%;
  border-radius: 20px;
  transform: skewX(360deg);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.ourPoliciesSection .policyImg .hotspot {
  position: absolute;
  top: 44%;
  left: 6px;
}
.ourPoliciesSection .policyImg .hotspot .actividad-number-circle {
  background-color: transparent;
  height: 25px;
  border: 2px #eaa54e solid;
  border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  position: absolute;
  margin-top: 10px;
  margin-right: 5px;
}
.ourPoliciesSection .policyImg .hotspot .actividad-number-circle.pulsate {
  animation: pulsate 2000ms ease-out;
  animation-iteration-count: infinite;
  animation: pulsate 2000ms ease-out;
  animation-iteration-count: infinite;
}
.ourPoliciesSection .policyImg .hotspot .actividad-number-circle.pulsateExt {
  animation: pulsateExt 2000ms ease-out;
  animation-iteration-count: infinite;
  animation: pulsateExt 2000ms ease-out;
  animation-iteration-count: infinite;
}
.ourPoliciesSection .policyImg:hover img {
  transform: skewX(358deg);
}
.ourPoliciesSection .bottomPolicyContent {
  margin-top: 60px;
}
.ourPoliciesSection .bottomPolicyContent h3 {
  border-bottom: 2px dashed #cf992c;
  text-transform: capitalize;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
.ourPoliciesSection .bottomPolicyContent h3 small {
  font-size: 16px;
  color: #6a6969;
}
.ourPoliciesSection .bottomPolicyContent .supportDiv {
  border: 0.25px solid #cf992c;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2196078431);
}
.ourPoliciesSection .bottomPolicyContent .supportDiv .support {
  padding: 8px 12px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(120deg, #cf992c 0%, #072f5f 70%);
  color: white;
  font-size: 20px;
}
.ourPoliciesSection .bottomPolicyContent .supportDiv .supportInnerDiv {
  padding: 10px 24px 16px;
}
.ourPoliciesSection .bottomPolicyContent .supportDiv .supportInnerDiv strong {
  font-size: 16px;
}
.ourPoliciesSection .bottomPolicyContent .supportDiv .supportInnerDiv p {
  font-size: 15px;
  margin-top: 10px;
}
.ourPoliciesSection .bottomPolicyContent .supportDiv .supportInnerDiv .serviceDiv .MVtextDiv p {
  font-weight: 500;
  font-size: 16px;
}
.ourPoliciesSection .bottomPolicyContent .supportDiv .supportInnerDiv .serviceDiv .MVtextDiv ul {
  padding-left: 16px;
}
.ourPoliciesSection .bottomPolicyContent .supportDiv .supportInnerDiv .serviceDiv .MVtextDiv ul li {
  font-size: 14px;
  list-style-type: none;
  display: flex !important;
  align-items: start;
}
.ourPoliciesSection .bottomPolicyContent .supportDiv .supportInnerDiv .serviceDiv .MVtextDiv ul li i {
  margin-top: 6px;
  color: #e1c17f;
  font-size: 12px;
  margin-right: 6px;
}
.ourPoliciesSection .bottomPolicyContent .supportDiv .supportInnerDiv .serviceDiv .MVtextDiv ul li p {
  color: inherit;
  margin: 0 0 0 6px;
  font-size: 13px;
}

@keyframes pulsate {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.swiper {
  width: 95%;
  padding-top: 20px;
  padding-bottom: 60px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.mySwiper3 .swiper-wrapper .swiper-slide {
  height: 520px;
}
.mySwiper3 .swiper-wrapper .swiper-slide img {
  height: 520px;
  -o-object-fit: contain;
     object-fit: contain;
}

.photoGallery {
  padding: 60px 0;
  position: relative;
}
.photoGallery::after {
  position: absolute;
  content: "";
  height: 600px;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, white, rgba(227, 232, 237, 0.5882352941), white);
  z-index: -1;
}

.videoGallery video {
  border-radius: 16px;
}

.eventsGallery .event {
  width: 100%;
}
.eventsGallery .event .eventImgDiv {
  position: relative;
}
.eventsGallery .event .eventImgDiv img {
  width: 100%;
  border-radius: 16px;
  position: relative;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.eventsGallery .event .eventTextDiv {
  margin-top: 24px;
}
.eventsGallery .event .eventTextDiv h4 {
  text-transform: capitalize;
  font-size: 22px;
}
.eventsGallery .event .eventTextDiv .eventLocation {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cfbfa0;
}
.eventsGallery .event .eventTextDiv .eventLocation .date_location {
  font-size: 14px;
  margin-bottom: 0;
}
.eventsGallery .event .eventTextDiv .eventLocation .date_location:not(:last-child) {
  margin-right: 24px;
}
.eventsGallery .event .eventTextDiv .eventLocation .date_location i {
  color: #cf992c;
  margin-right: 4px;
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */













/* Wrapper */
.demo-wrapper {
  padding: 40px 0;
}

/* Demo list */
.demo-list p {
  font-size: 15px;
  margin-bottom: 8px;
}

.demo-list i {
  color: #1e88e5;
  margin-right: 6px;
}

/* Who is this for */
.who-for i {
  font-size: 22px;
  color: #1e88e5;
  margin-right: 10px;
}

.who-for small {
  display: block;
  color: #666;
}

/* Demo steps */
.demo-steps {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.demo-steps li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
}

.demo-steps span {
  width: 26px;
  height: 26px;
  background: #1e88e5;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  margin-right: 8px;
}

/* Bottom CTA */
.bottom-cta {
  background: linear-gradient(to right, #1e88e5, #fbc02d);
  color: #fff;
  padding: 14px;
  text-align: center;
  border-radius: 4px;
  font-weight: 500;
}

/* Form Card */
.form-card {
  background: #fff4d6;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.form-control,
.form-select {
  height: 42px;
  border-radius: 4px;
}

/* FAQ */
.faq h6 {
  margin-bottom: 8px;
}

.faq p {
  font-size: 14px;
  margin-bottom: 6px;
}

.faq i {
  color: #1e88e5;
  margin-right: 5px;
}

/* Mobile */
@media (max-width: 768px) {
  .demo-wrapper {
    padding: 20px;
  }
}



        /* Modal backdrop */
        .video-modal .modal-content {
            background: transparent;
            border: none;
            box-shadow: none;
        }

        /* Video container */
        .video-modal video {
            width: 100%;
            border-radius: 14px;
            background: #000;
        }

        /* Close button */
        .video-close-btn {
            position: absolute;
            top: -18px;
            right: -18px;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.8);
            color: #fff;
            font-size: 20px;
            border: none;
            cursor: pointer;
            z-index: 20;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.25s ease;
        }

        .video-close-btn:hover {
            background: #0d6efd;
            transform: scale(1.1);
        }