@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  color: #000;
  letter-spacing: 0.5px;
  padding: 15px;
}

a, a:hover {
  text-decoration: none;
}

ul, ol, li {
  list-style-type: none;
  padding-inline-start: 0;
}

.playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  background: rgb(33, 26, 60);
  color: white;
  border: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 95%;
}

.modal-body {
  background: #f5efe0;
  border-radius: 0px 0px 10px 10px;
}

.modal-content {
  border-radius: 10px;
}

.modal-title {
  font-size: 22px;
}

section {
  position: relative;
  padding: 90px 0;
}

.bg1 {
  background: #f5efe0;
}

.bg2 {
  background: #d4e0c4;
}

.bg3 {
  background: #2b2b2b;
}

.bg4 {
  background: linear-gradient(180deg, #dedbd6, #ded8d8);
}

.textcolor1 {
  color: #c62242;
}

.textcolor2 {
  color: rgb(248, 58, 47);
}

.textcolor3 {
  color: rgb(220, 79, 58);
}

.lity-close {
  font-size: 55px !important;
}

/*================================================ Header CSS End =================================================*/
.mainSliderForm {
  padding: 44px 42px 32px;
  width: 100%;
  border-radius: 0px 20px 20px 0px;
  background: #23183b;
  height: 100%;
}

.mainSliderForm h2 {
  font-size: clamp(1.3125rem, 1.2662rem + 0.1948vw, 1.5rem);
  line-height: clamp(2rem, 1.9383rem + 0.2597vw, 2.25rem);
  color: #000;
  font-weight: 600;
}

.mainForm button.btn {
  background: #c62242;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 12px;
}

.mainForm button.btn:active, .mainForm button.btn:hover {
  background: #c62242;
  color: #fff;
  border: 1px solid #c62242;
}

.mainForm button.btn svg {
  width: 22px;
  fill: #fff;
}

.mainForm label {
  font-weight: 400;
  color: #121212;
}

.mainForm input, .mainForm select, .mainForm textarea {
  border-radius: 0;
  height: 3.5rem !important;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
}

.form-control:focus, .form-select:focus {
  color: #121212;
  border-color: #b6bbbf;
  box-shadow: none;
}

.bannerLogo {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 1;
}

.carousel-caption h1 {
  color: #1f1c3d;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
}

.carousel-caption h1 span {
  background: rgba(255, 255, 255, 0.78);
  border-radius: 15px;
  padding: 7px 17px;
  display: inline-block;
  margin: 0;
}

.carousel-caption h1 span.sliderSpan {
  border-radius: 0px 0px 15px 15px;
  padding-top: 0;
}

.carousel-caption {
  padding-bottom: 20px;
}

.bannerTopImg {
  height: 99dvh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.carousel-caption {
  z-index: 99;
}

.bannerLogoFixed {
  opacity: 1;
  visibility: visible;
}

.bannerLogoFixed.bannerLogoRemover {
  opacity: 0;
  visibility: hidden;
}

.bannerLogo img {
  width: 79px;
}

.bannerLogo2 img {
  width: 299px;
  filter: hue-rotate(45deg);
  opacity: 0.3;
}

span.logoTagline {
  color: #1f1c3d;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 27px;
  text-transform: uppercase;
}

span.logoTagline small {
  font-size: 44%;
  font-weight: 600;
  line-height: 21px;
  color: #293626;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-top: 2px;
  border-top: 1px solid #23183b;
  padding-top: 3px;
}

span.logoTagline span {
  font-size: 86%;
  letter-spacing: 1.7px;
}

.logoBlock {
  display: flex;
  align-items: center;
  gap: 25px;
  background: rgba(255, 255, 255, 0.4);
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 43px 12px 24px;
  border-radius: 0px 90px 90px 0px;
}

h2.mainHead {
  font-size: 60px;
  line-height: 77px;
  font-weight: 800;
  color: #1f1c3d;
  margin-bottom: 10px;
}

p.mainText {
  font-size: 28px;
  line-height: 41px;
  font-weight: 400;
  color: #000;
}

h3.topTitle {
  font-size: 50px;
  line-height: 73px;
  font-weight: 700;
}

section.outerBannerSection1 {
  padding: 120px 0px 120px 0px;
  background: linear-gradient(45deg, #d3debb, #ebe6ff);
}

.welcome-btn a {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #211a3c !important;
  font-size: 17px;
  line-height: 25px;
  padding: 15px 66px 13px 19px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  border: 1px solid #d6d3de;
}

.welcome-btn a svg {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 35px;
  height: 35px;
  background: #211a3c;
  border-radius: 5px;
  padding: 4px;
  fill: #ffffff;
  transform: rotate(0deg);
  transition: 0.6s ease-in-out;
}

.feeStructureBlock {
  background: #e8e4f3;
  border-radius: 20px;
  width: 100%;
  max-width: 804px;
  margin: 0 auto;
  padding: 32px 39px;
  border: 1px solid #cce3d3;
  z-index: 9;
  margin-top: 20px;
  justify-content: space-between !important;
}

.feeStructurePrice h3 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 0;
}

.feeStructurePrice h3 small {
  font-size: 46%;
  line-height: 28px;
  font-weight: 400;
}

.welcome-btn a:hover svg {
  transform: rotate(45deg);
}

.section-area-5 span {
  font-size: 30px;
  font-weight: 600;
}

.leftImg, .rightImg, .centerImg {
  position: relative;
}

span.captionImg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 30px 8px 22px 8px;
  background: linear-gradient(0deg, rgba(12, 12, 12, 0.93), transparent);
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.2px;
  border-radius: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.leftImg img {
  width: 100%;
  height: 584px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.rightImg img {
  width: 100%;
  height: 584px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.centerImg {
  margin-top: 150px;
}

.centerImg img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

h2.topTitle1 {
  background: #e9fddb;
  padding: 2px 20px;
  font-size: 23px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  line-height: 48px;
  font-weight: 700;
  color: #211a3c;
  text-transform: uppercase;
}

.btn-close {
  filter: invert(1);
  opacity: 1 !important;
}

.worldClassBlock .swiper-button-prev:after, .worldClassBlock .swiper-rtl .swiper-button-next:after {
  font-size: 30px !important;
}

.worldClassBlock .swiper-button-next:after, .worldClassBlock .swiper-rtl .swiper-button-prev:after {
  font-size: 30px !important;
}

.worldClassBlock .swiper-button-next, .worldClassBlock .swiper-button-prev {
  color: #ffffff;
  background: #211a3c;
  padding: 6px 10px;
  height: 60px;
  width: 60px;
  font-size: 16px;
  border-radius: 5px;
}

.worldClassBlock .swiper-cards {
  padding: 0px 200px;
}

.worldClassBlock .swiperText {
  position: absolute;
  bottom: 10px;
  left: 20px;
  padding: 40px 30px;
  z-index: 9;
}

.worldClassBlock .swiper-cards .swiper-slide {
  border-radius: 20px;
}

.worldClassContant img {
  border-radius: 20px;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.militarySection {
  background: linear-gradient(45deg, #d3debb, #ebe6ff);
}

.worldClassBlock .swiperText h4 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
}

.worldClassBlock .swiper-slide .worldClassContant {
  position: relative;
}

.worldClassBlock .swiper-slide .worldClassContant:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(12, 12, 12, 0.83), transparent);
  border-radius: 20px;
}

.militaryImgContent {
  position: absolute;
  bottom: 0;
  padding: 27px 30px;
  width: 100%;
  z-index: 9;
}

.militaryImgContent h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}

.militaryblock {
  position: sticky;
  top: 24%;
  margin-top: 100px;
  margin-bottom: 160px;
}

.militaryImg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(12, 12, 12, 0.83), transparent);
  border-radius: 20px;
}

.centerImg1 {
  overflow: hidden;
}

.militaryBlock {
  margin: 60px 0px 0px 0px;
}

.militaryImg {
  margin-bottom: 131px;
  transform: rotate(-9deg);
  transition: transform 0.6s ease-out;
}

.militaryImg.rotate-zero {
  transform: rotate(0deg);
}

.militaryImg img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.centerImg.centerImg1.lastImg {
  margin-top: -741px;
}

.mainForm .wrapper-control input, .mainForm .wrapper-control select, .mainForm .wrapper-control textarea {
  padding: 8px 12px;
  height: 49px !important;
  background-color: #fff;
  border: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #121212;
  border-radius: 6px;
}

.alumniThinkBlock {
  border-radius: 20px;
}

.alumniThinkBlock:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3843137255);
  z-index: 1;
  transition: 0.5s ease-in-out;
}

.alumniThinkBlock figure img.figure1 {
  visibility: visible;
  opacity: 1;
  height: 536px;
  -o-object-fit: cover;
     object-fit: cover;
}

.alumniThinkBlock:hover figure img.figure1 {
  visibility: hidden;
  opacity: 0;
  height: 536px;
  -o-object-fit: cover;
     object-fit: cover;
}

.alumniThinkBlock figure img.figure2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  height: 536px;
  -o-object-fit: cover;
     object-fit: cover;
}

.alumniThinkBlock:hover figure img.figure2 {
  visibility: visible;
  opacity: 1;
}

.alumniThinkBlockContent {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 327px 25px 20px;
  z-index: 2;
  transition: 0.5s ease-in-out;
}

.alumniThinkBlock:hover .alumniThinkBlockContent {
  padding: 290px 25px 20px;
}

.alumniThinkBlockContent h3 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.alumniThinkBlockContent h3 small {
  font-size: 70%;
  line-height: 28px;
  font-weight: 400;
  margin-top: 8px;
}

.alumniThinkBlockContent p {
  font-size: 22px;
  line-height: 26px;
  color: #7d4b36;
  display: inline-block;
  margin-bottom: 8px;
  text-decoration: underline;
  font-weight: 600;
  transition: 0.5s ease-in-out;
  margin-top: 20px;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
}

.alumniThinkBlock:hover .alumniThinkBlockContent p {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.playSvg {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 25px;
  cursor: pointer;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.alumniThinkBlock:hover .playSvg {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.contactForm {
  background: linear-gradient(45deg, #d3debb, #ebe6ff);
  border-radius: 20px;
}

.playSvg svg {
  fill: #23183b;
  width: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.alumniThinkBlock1 {
  height: 100%;
  background: #211a3c;
  position: relative;
  border-radius: 20px;
  padding: 40px 38px;
}

span.testiSpan {
  position: absolute;
  left: 9%;
  top: 9%;
}

span.testiSpan svg {
  width: 83px;
  fill: rgba(255, 255, 255, 0.19);
}

.testMinolesConetnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testMinolesConetnt blockquote {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}

.schp-name {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding-bottom: 7px;
}

.centerText {
  text-align: center;
  margin-bottom: -125px;
}

.centerText h3 {
  font-size: 46px;
  line-height: 62px;
  padding: 0px 8%;
  font-weight: 600;
  color: #211a3c;
}

.centerText h3 span {
  padding: 0px 20%;
}

span.captionTag {
  background: #ebfcd9;
  padding: 12px 21px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 9px;
  color: #23183b;
}

.topButton {
  position: absolute;
  top: 65px;
  z-index: 9;
  right: 3%;
}

/* ================================= Landing Page Footer Start ================================*/
.contactBlockInfo {
  background: linear-gradient(45deg, #d3debb, #ebe6ff);
  padding: 45px 44px 43px;
  width: 100%;
  height: 100%;
  border-radius: 20px 0px 0px 20px;
}

.centerImg1 {
  position: relative;
  width: 100%;
  height: 100dvh; /* ❗ REQUIRED */
  margin: auto;
}

.centerImg1 img,
.centerImg1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, transform 0.3s ease;
  border-radius: 20px;
}

/* image */
.centerImg1 img {
  transform: scale(0.5);
  opacity: 1;
}

/* video */
.centerImg1 video {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 809px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 85px;
}

h3.contactHead {
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  color: #211a3c;
  margin-bottom: 20px;
}

.contactBlockContent {
  padding: 20px 0;
  border-bottom: 2px solid rgb(223, 221, 212);
}

.contactSvg {
  margin-right: 16px;
  background: #fff;
  align-self: baseline;
  padding: 12px;
  border-radius: 40px;
}

.contactSvg svg {
  width: 24px;
  fill: #211a3c;
}

.contactBox {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  color: #121212;
}

.contactBox a {
  color: #121212;
}

.contactBox span {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 2px;
}

.main-copyrights p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 14px 0px;
}

.main-copyrights p a {
  color: #000;
}

/* ================================= Landing Page Footer End ================================*/
@media only screen and (max-width: 767px) {
  .playBtn {
    font-size: 28px;
    width: 57px;
    height: 57px;
  }
  body {
    padding: 0;
  }
  .main-copyrights p {
    margin-bottom: 65px;
  }
  .modal-body {
    padding: 8px 2px;
  }
  .carousel-caption h1 span {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .carousel-caption h1 span.sliderSpan {
    border-radius: 0;
  }
  .carousel-caption h1 {
    color: #1f1c3d;
    font-size: 25px;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 15px;
    padding: 10px;
  }
  .carousel-caption {
    left: 0;
    right: 0;
    padding: 10px 13px;
    bottom: 5px;
  }
  .topButton {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background: #23183b;
  }
  .topButton .welcome-btn a {
    width: 97%;
    margin: 6px 0px;
  }
  .bannerLogo img {
    width: 65px;
  }
  span.logoTagline {
    font-size: 22px;
    line-height: 22px;
  }
  .logoBlock {
    gap: 18px;
    padding: 9px 30px 9px 14px;
  }
  h2.mainHead {
    font-size: 37px;
    line-height: 47px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  p.mainText {
    font-size: 22px;
    line-height: 32px;
  }
  .bannerLogo2 img {
    width: 160px;
  }
  section.outerBannerSection1 {
    padding: 55px 0px 5px 0px;
  }
  .welcome-btn a {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 60px 13px 16px;
    border-radius: 5px;
  }
  .welcome-btn a svg {
    top: 10px;
    width: 32px;
    height: 32px;
  }
  section {
    padding: 50px 0;
    overflow: hidden;
  }
  .centerText h3 {
    font-size: 28px;
    line-height: 37px;
    padding: 0px 0%;
  }
  .centerText h3 span {
    padding: 0;
    display: contents !important;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 98%;
  }
  .modal-title {
    font-size: 19px;
  }
  span.captionTag {
    padding: 9px 15px;
    font-size: 16px;
    border-radius: 5px;
  }
  .centerText {
    margin-bottom: 10px;
  }
  .rightImg img {
    height: 438px;
    border-radius: 10px;
  }
  .centerImg img {
    height: 438px;
    border-radius: 10px;
  }
  .centerImg {
    margin-top: 0;
  }
  .leftImg img {
    height: 438px;
    border-radius: 10px;
  }
  .centerImg1 img {
    transform: scale(1) !important;
    opacity: 1;
    margin-top: 26px;
    height: 245px;
  }
  .centerImg.centerImg1.lastImg {
    margin-top: 0;
  }
  .centerImg1 video {
    height: 245px;
    margin-top: 30px;
    transform: scale(1) !important;
  }
  .centerImg1 {
    height: 300px;
  }
  .feeStructureBlock {
    border-radius: 10px;
    width: 100%;
    padding: 20px 17px;
    margin-top: 23px;
  }
  .feeStructurePrice h3 {
    font-size: 38px;
    line-height: 48px;
  }
  .feeStructurePrice h3 small {
    font-size: 51%;
    line-height: 32px;
  }
  h2.topTitle1 {
    padding: 2px 14px;
    font-size: 17px;
    border-radius: 8px;
    line-height: 45px;
  }
  .militaryblock {
    top: 0%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .militaryImg {
    margin-bottom: 32px;
    background: #fff;
    padding: 6px;
    border-radius: 10px;
  }
  .militaryImg img {
    height: 360px;
    border-radius: 10px;
  }
  .militaryImgContent {
    position: relative;
    bottom: 0;
    padding: 16px 12px;
    width: 100%;
    z-index: 9;
  }
  .militaryImgContent h3 {
    font-size: 22px;
    color: #000000;
    margin: 0;
  }
  .militaryImg:before {
    display: none;
  }
  .alumniThinkBlock {
    border-radius: 10px;
  }
  .alumniThinkBlock figure img.figure1 {
    height: 470px !important;
  }
  .alumniThinkBlock figure img.figure2 {
    height: 470px !important;
  }
  .alumniThinkBlockContent {
    padding: 220px 25px 20px;
  }
  .playSvg {
    width: 60px;
    height: 60px;
    margin-bottom: 86px;
    visibility: visible;
    opacity: 1;
  }
  .playSvg svg {
    width: 23px;
  }
  .alumniThinkBlockContent h3 {
    font-size: 32px;
    line-height: 29px;
  }
  .alumniThinkBlock:hover .alumniThinkBlockContent {
    padding: 288px 25px 20px;
  }
  .alumniThinkBlock:hover .playSvg {
    margin-bottom: 23px;
  }
  .alumniThinkBlock1 {
    height: 404px;
    border-radius: 10px;
    padding: 26px 29px;
  }
  span.testiSpan {
    left: 7%;
    top: 7%;
  }
  span.testiSpan svg {
    width: 65px;
  }
  .testMinolesConetnt blockquote {
    font-size: 19px;
    line-height: 28px;
  }
  .schp-name {
    font-size: 22px;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
  }
  .contactSvg {
    margin-right: 0;
    padding: 10px;
    border-radius: 100%;
    margin-bottom: 10px;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contactBlockInfo {
    padding: 25px 20px 35px;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
  }
  h3.contactHead {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .contactBlockContent {
    padding: 10px 0;
  }
  .contactSvg svg {
    width: 28px;
  }
  .contactBox {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
  }
  .mainSliderForm {
    padding: 25px 20px 35px;
    border-radius: 0px 0px 10px 10px;
  }
  .bannerTopImg {
    height: 91dvh;
  }
  .worldClassBlock .swiper-cards {
    padding: 0;
  }
  .worldClassBlock .swiperText h4 {
    font-size: 22px;
    color: #211a3c;
    margin: 0;
    line-height: 29px;
  }
  .worldClassBlock .swiperText {
    position: relative;
    bottom: 0px;
    left: 0px;
    padding: 16px 13px;
  }
  .worldClassContant img {
    border-radius: 10px;
    height: 380px;
  }
  .worldClassBlock .swiper-slide .worldClassContant {
    position: relative;
    background: #e9e4f7;
    padding: 6px;
    border-radius: 10px;
  }
  .worldClassBlock .swiper-slide .worldClassContant:after {
    display: none !important;
  }
  .worldClassBlock .swiper-button-next:after, .worldClassBlock .swiper-rtl .swiper-button-prev:after {
    font-size: 21px !important;
  }
  .worldClassBlock .swiper-button-prev:after, .worldClassBlock .swiper-rtl .swiper-button-next:after {
    font-size: 21px !important;
  }
  .worldClassBlock .swiper-button-next, .worldClassBlock .swiper-button-prev {
    padding: 6px 8px;
    height: 47px;
    width: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-caption h1 {
    font-size: 30px;
    background: rgba(255, 255, 255, 0.78);
    margin: 10px;
    margin-bottom: 0;
    border-radius: 10px;
    padding: 10px 20px;
  }
  .carousel-caption h1 span {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }
  .carousel-caption h1 span.sliderSpan {
    border-radius: 0;
    padding-top: 0;
    display: contents !important;
  }
  .topButton {
    top: 47px;
    right: 2%;
  }
  .bannerLogo {
    top: 30px;
  }
  .logoBlock {
    gap: 13px;
    padding: 8px 34px 8px 11px;
  }
  .bannerLogo img {
    width: 65px;
  }
  span.logoTagline {
    font-size: 24px;
    line-height: 23px;
  }
  body {
    padding: 8px;
  }
  .bannerLogo2 img {
    width: 217px;
  }
  h2.mainHead {
    font-size: 45px;
    line-height: 58px;
  }
  section.outerBannerSection1 {
    padding: 60px 0px 40px 0px;
  }
  section {
    padding: 60px 0;
  }
  .welcome-btn a svg {
    right: 9px;
    top: 10px;
    width: 32px;
    height: 33px;
  }
  .welcome-btn a {
    font-size: 16px;
    line-height: 25px;
    padding: 12px 57px 13px 13px;
  }
  span.captionTag {
    padding: 10px 19px;
    font-size: 17px;
  }
  .centerText h3 {
    font-size: 31px;
    line-height: 42px;
    padding: 0;
  }
  .centerText h3 span {
    padding: 0;
    display: contents !important;
  }
  .centerText {
    margin-bottom: 10px;
  }
  .rightImg img {
    height: 495px;
  }
  .leftImg img {
    height: 495px;
  }
  .centerImg img {
    height: 330px;
  }
  .centerImg {
    margin-top: 0;
  }
  .centerImg1 img {
    height: 400px !important;
  }
  .centerImg1 video {
    height: 400px;
    margin-top: 0;
  }
  .centerImg.centerImg1.lastImg {
    margin-top: 0;
  }
  .centerImg1 {
    height: 400px;
    margin: auto;
  }
  .feeStructureBlock {
    padding: 30px 20px;
    margin-top: 24px;
  }
  .feeStructurePrice h3 {
    font-size: 38px;
    line-height: 41px;
  }
  p.mainText {
    font-size: 23px;
    line-height: 34px;
  }
  .worldClassBlock .swiperText h4 {
    font-size: 36px;
  }
  .worldClassContant img {
    height: 520px;
  }
  .worldClassBlock .swiper-cards {
    padding: 0px;
  }
  .worldClassBlock .swiper-button-next, .worldClassBlock .swiper-button-prev {
    height: 47px;
    width: 44px;
  }
  .worldClassBlock .swiper-button-next:after, .worldClassBlock .swiper-rtl .swiper-button-prev:after {
    font-size: 23px !important;
  }
  .worldClassBlock .swiper-button-prev:after, .worldClassBlock .swiper-rtl .swiper-button-next:after {
    font-size: 23px !important;
  }
  h2.topTitle1 {
    padding: 2px 20px;
    font-size: 17px;
    line-height: 43px;
  }
  .militaryblock {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 !important;
  }
  .militaryImg img {
    height: 470px;
  }
  .militaryImgContent h3 {
    font-size: 29px;
  }
  .militaryImg {
    margin-bottom: 25px;
  }
  .alumniThinkBlockContent h3 {
    font-size: 33px;
    line-height: 33px;
  }
  .playSvg {
    width: 60px;
    height: 60px;
  }
  .playSvg svg {
    width: 23px;
  }
  .alumniThinkBlock:hover .alumniThinkBlockContent {
    padding: 259px 25px 20px;
  }
  .alumniThinkBlock figure img.figure2 {
    height: 460px;
  }
  .alumniThinkBlock:hover figure img.figure1 {
    height: 460px;
  }
  span.testiSpan svg {
    width: 70px;
  }
  .testMinolesConetnt blockquote {
    font-size: 19px;
    line-height: 26px;
  }
  .schp-name {
    font-size: 21px;
    border-bottom: 1px solid #fff;
  }
  .contactBox {
    font-size: 20px;
    line-height: 29px;
  }
  .mainSliderForm {
    border-radius: 0px 0px 20px 20px;
  }
  .contactBlockInfo {
    border-radius: 20px 20px 0px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contactBlockInfo {
    padding: 30px 20px 32px;
  }
  .mainSliderForm {
    padding: 30px 30px 25px;
  }
  .logoBlock {
    gap: 17px;
    padding: 10px 38px 10px 16px;
  }
  h3.contactHead {
    font-size: 30px;
    line-height: 37px;
  }
  .contactBox {
    font-size: 18px;
    line-height: 28px;
  }
  .welcome-btn a svg {
    width: 32px;
    height: 32px;
  }
  .welcome-btn a {
    font-size: 15px;
    line-height: 25px;
    padding: 13px 57px 11px 15px;
  }
  .bannerLogo img {
    width: 70px;
  }
  span.logoTagline {
    font-size: 25px;
    line-height: 23px;
  }
  body {
    padding: 10px;
  }
  .carousel-caption h1 {
    font-size: 35px;
  }
  .carousel-caption {
    padding-bottom: 4px;
    left: 5%;
    right: 5%;
  }
  section.outerBannerSection1 {
    padding: 80px 0px 107px 0px;
  }
  .bannerLogo2 img {
    width: 220px;
  }
  h2.mainHead {
    font-size: 50px;
    line-height: 62px;
  }
  section {
    padding: 70px 0;
  }
  span.captionTag {
    padding: 10px 19px;
    font-size: 18px;
  }
  .centerText h3 {
    font-size: 31px;
    line-height: 45px;
    padding: 0px 0%;
  }
  .centerText h3 span {
    padding: 0px 24%;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 98%;
  }
  .centerImg img {
    height: 430px;
  }
  .leftImg img {
    height: 370px;
  }
  .rightImg img {
    height: 370px;
  }
  .centerImg.centerImg1.lastImg {
    margin-top: -231px;
  }
  .centerImg1 {
    height: 550px;
  }
  .centerImg1 video {
    height: 465px;
  }
  .centerImg1 img {
    height: 495px;
  }
  .feeStructureBlock {
    padding: 30px 30px;
    margin-top: 64px;
  }
  p.mainText {
    font-size: 23px;
    line-height: 33px;
  }
  .worldClassBlock .swiperText {
    bottom: 10px;
    left: 15px;
    padding: 23px 25px;
  }
  .worldClassBlock .swiperText h4 {
    font-size: 35px;
  }
  .worldClassContant img {
    height: 510px;
  }
  .worldClassBlock .swiper-cards {
    padding: 0px 112px;
  }
  .worldClassBlock .swiper-button-next, .worldClassBlock .swiper-button-prev {
    height: 50px;
    width: 42px;
  }
  .worldClassBlock .swiper-button-prev:after, .worldClassBlock .swiper-rtl .swiper-button-next:after {
    font-size: 23px !important;
  }
  .worldClassBlock .swiper-button-next:after, .worldClassBlock .swiper-rtl .swiper-button-prev:after {
    font-size: 23px !important;
  }
  .militaryImg {
    margin-bottom: 70px;
  }
  .militaryImg img {
    height: 410px;
  }
  .militaryImgContent {
    padding: 20px 21px;
  }
  .militaryImgContent h3 {
    font-size: 26px;
  }
  h2.topTitle1 {
    padding: 2px 15px;
    font-size: 20px;
    line-height: 45px;
  }
  .militaryblock {
    top: 19%;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .schp-name {
    font-size: 20px;
  }
  .testMinolesConetnt blockquote {
    font-size: 20px;
    line-height: 28px;
  }
  .alumniThinkBlockContent h3 {
    font-size: 32px;
    line-height: 30px;
  }
  .alumniThinkBlockContent {
    padding: 299px 25px 20px;
  }
  .alumniThinkBlock figure img.figure2 {
    height: 500px;
  }
  .alumniThinkBlock figure img.figure1 {
    height: 500px !important;
  }
  .playSvg {
    width: 62px;
    height: 62px;
  }
  .playSvg svg {
    width: 23px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .playBtn {
    top: 55%;
    font-size: 32px;
    width: 72px;
    height: 72px;
  }
  .carousel-caption h1 {
    font-size: 36px;
  }
  body {
    padding: 10px;
  }
  .bannerLogo2 img {
    width: 222px;
  }
  section.outerBannerSection1 {
    padding: 93px 0px 90px 0px;
  }
  .centerText h3 span {
    padding: 0px 21%;
  }
  h2.mainHead {
    font-size: 48px;
    line-height: 57px;
  }
  .centerText h3 {
    font-size: 34px;
    line-height: 46px;
    padding: 0px 5%;
  }
  p.mainText {
    font-size: 22px;
    line-height: 31px;
  }
  .worldClassContant img {
    height: 580px;
  }
  .leftImg img, .rightImg img {
    height: 430px;
  }
  .worldClassBlock .swiper-button-next, .worldClassBlock .swiper-button-prev {
    height: 55px;
    width: 55px;
  }
  .centerImg img {
    height: 435px;
  }
  .centerImg1 video {
    height: 550px;
    margin-top: 105px;
  }
  .centerImg1 img {
    height: 698px;
  }
  .centerImg.centerImg1.lastImg {
    margin-top: -452px;
  }
  .feeStructureBlock {
    margin-top: 76px;
    max-width: 745px;
    padding: 29px 28px;
  }
  .worldClassBlock .swiperText h4 {
    font-size: 36px;
    font-weight: 600;
  }
  .worldClassBlock .swiper-cards {
    padding: 0px 137px;
  }
  .militaryImg {
    margin-bottom: 100px;
  }
  .militaryImgContent h3 {
    font-size: 25px;
  }
  .militaryImgContent {
    padding: 25px 29px;
  }
  .militaryblock {
    top: 14%;
    margin-top: 76px;
    margin-bottom: 80px;
  }
  .militaryImg img {
    height: 385px;
  }
  span.testiSpan svg {
    width: 68px;
  }
  span.testiSpan {
    top: 6%;
  }
  .schp-name {
    font-size: 19px;
    border-bottom: 1px solid #fff;
  }
  .testMinolesConetnt blockquote {
    font-size: 16px;
    line-height: 22px;
  }
  .alumniThinkBlock figure {
    height: 400px;
  }
  .alumniThinkBlock figure img.figure2 {
    height: 400px;
  }
  h3.contactHead {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .contactBox {
    font-size: 18px;
    line-height: 24px;
  }
  h2.topTitle1 {
    padding: 2px 17px;
    font-size: 19px;
    line-height: 45px;
  }
  .alumniThinkBlock figure img.figure1 {
    height: 400px;
  }
  .logoBlock {
    gap: 18px;
    padding: 10px 31px 10px 15px;
  }
  .bannerLogo img {
    width: 60px;
  }
  span.logoTagline {
    font-size: 23px;
    line-height: 24px;
  }
  .welcome-btn a {
    font-size: 16px;
    line-height: 25px;
    padding: 13px 66px 14px 19px;
  }
  .alumniThinkBlockContent {
    padding: 230px 25px 20px;
  }
  .alumniThinkBlockContent h3 {
    font-size: 26px;
    line-height: 23px;
  }
  .feeStructurePrice h3 {
    font-size: 36px;
    line-height: 45px;
  }
  .modal-dialog {
    width: 420px;
  }
  .modal-title {
    font-size: 18px;
  }
  section {
    padding: 70px 0;
  }
  .playSvg {
    position: relative;
    width: 50px;
    height: 50px;
  }
  .playSvg svg {
    width: 20px;
  }
  .alumniThinkBlock:hover .alumniThinkBlockContent {
    padding: 203px 25px 20px;
  }
  .mainForm .wrapper-control input, .mainForm .wrapper-control select, .mainForm .wrapper-control textarea {
    padding: 8px 12px;
    height: 42px !important;
    font-size: 13px;
    line-height: 24px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.49) {
  .centerImg1 video {
    height: 641px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.99) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1480px;
  }
  .carousel-caption h1 {
    font-size: 35px;
  }
  section.outerBannerSection1 {
    padding: 70px 0px 90px 0px;
  }
  .bannerLogo2 img {
    width: 173px;
  }
  h2.mainHead {
    font-size: 45px;
    line-height: 56px;
  }
  body {
    padding: 8px;
  }
  span.captionTag {
    padding: 10px 19px;
    font-size: 18px;
  }
  .centerText h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .centerImg1 video {
    height: 595px;
    margin-top: 40px;
  }
  p.mainText {
    font-size: 20px;
    line-height: 28px;
  }
  .militaryImgContent h3 {
    font-size: 24px;
  }
  .alumniThinkBlockContent {
    padding: 230px 25px 20px;
  }
  .playSvg {
    width: 47px;
    height: 47px;
  }
  .playSvg svg {
    width: 18px;
  }
  .welcome-btn a svg {
    top: 8px;
    width: 32px;
    height: 32px;
  }
  .welcome-btn a {
    font-size: 15px;
    line-height: 23px;
    padding: 12px 66px 12px 19px;
  }
  .bannerLogo {
    top: 35px;
  }
  h3.contactHead {
    font-size: 30px;
    line-height: 35px;
  }
  .feeStructurePrice h3 {
    font-size: 31px;
    line-height: 44px;
  }
  .modal-dialog {
    max-width: 400px;
  }
  .modal-title {
    font-size: 19px;
  }
}/*# sourceMappingURL=main.css.map */