:root {
  --primaryColor: #19288F;
  --secondaryColor: #8686e0;
  --accentColor: #f9f6b8;
  --textColor: #4d4d4f;
}

@font-face {
  font-family: "reckless";
  src: url("fonts/RecklessGX.woff2") format("woff2"),
    /* Modern browsers */ url("fonts/RecklessGX.woff") format("woff"),
    /* Older browsers */ url("fonts/RecklessGX.ttf") format("truetype"),
    /* TrueType for compatibility */ url("fonts/.otf") format("opentype"),
    /* OpenType format */ url("fonts/RecklessGX.eot")
      format("embedded-opentype"),
    /* IE compatibility */ url("fonts/RecklessGX.svg") format("svg"); /* Legacy iOS support */
}

/* .inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
body,
html {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  padding: 0 !important;
  max-width: 100%;
  overflow-x: hidden;
}
body p {
  color: white;
}

* {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.fixed_nav {
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transform: translateY(-110%);
  box-shadow: rgba(100, 100, 111, 0) 0px 7px 29px 0px;
  transition: all 0.3s ease-in-out;
}

.fixed_nav.show {
  transform: translateY(0%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.image1 {
  width: 9.5rem;
}
.image2 {
  width: 7.38rem;
}
.section1 {
  background-color: #e6ebef;
}

.section1::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 9.1rem;
  background: #8686e0;
  content: "";
}

.section1 h1 {
  font-family: reckless;
  font-size: 3.5rem;
}

.section1 h2 {
  font-size: 1.5rem;
  position: relative;
}

.section1 h2 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 0.35rem;
  background-color: #baff92;
  position: absolute;
  display: block;
}

.button1 {
  border-radius: 1.66rem;
  padding-inline: 2rem;
  height: 3.1rem;
  display: flex;
  flex-direction: row;
  font-size: 1.16rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #19288f;
}

.button1:hover,
.button1:active,
.button1:focus {
  background-color: #2f3a40;
}

.button1 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.25rem;
  width: 100%;
  height: 0.2rem;
  background-color: #baff92;
  position: absolute;
  display: block;
}

.image-button {
  background-size: contain;
  background-repeat: no-repeat;
  height: 1rem;
  width: 1rem;
  border: none;
}

.text3 {
  font-size: 1.5rem;
  font-family: reckless;
  text-transform: capitalize;
  font-weight: 700;
  color: #18288f;
  padding: 0;
  margin: 0;
}
.text4 {
  font-size: 1.1rem;
  color: #4d4d4f;
  padding: 0;
  margin: 0;
}

.icon-img {
  width: auto;
  height: 3.3rem;
  margin-top: 0.3rem;
}

.section3 {
  background-color: #19288f;
}

.section3 h1 {
  font-size: 1.75rem;
  font-family: reckless;
  font-weight: 600;
  color: white;
}

.section3_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  object-fit: cover;
  object-position: center top;
}


.section4 {
  background-color: #e6ebef;
}

.section5 h1 {
  font-size: 1.3rem;
}

.text1 {
  font-size: 1.1rem;
  font-family: reckless;
  font-weight: 600;
  color: var(--primaryColor);
}

.text2 {
  font-size: 0.8rem;
}

.text5 {
  font-size: 1.6rem;
  font-family: reckless;
  font-weight: 600;
  color: var(--primaryColor);
}
.text5-1 {
  font-size: 1.75rem;
  font-family: reckless;
  font-weight: 600;
  color: white;
}
.text11 {
  font-size: 2rem;
  font-family: reckless;
  font-weight: 600;
  color: #ffffff;
}
.text6 {
  font-size: 1.1rem;
  color: #4d4d4f;
}

#ptag {
  font-size: 0.75rem;
}

.section3box h1 span::after,
.section4 h1 span::after,
.section5 h1 span::after,
.section6 h1 span::after,
.section7 h1 span::after,
.section8 h1 span::after,
.section9 h1 span::after,
.section10 h1 span::after,
.section13 h1 span::after,
.section14 h1 span::after,
.section15 h1 span::after,
.section11 h1 span::after {
  content: "";
  z-index: -1;
   width: 100%;
   position: absolute;
  display: block;
  
  background-image: linear-gradient(#baff92, #baff92);
  background-size: 100% 0.35em;
  background-repeat: no-repeat;
  background-position: 0 100%;
    padding-bottom: 0.2em;
    line-height: 1.8;
}


.section6 p {
  color: #4d4d4f;
}

.text7 {
  font-size: 1.3rem;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.text8 {
  position: absolute;
  bottom: 8%;
}

.bg-1:hover .text7 {
  bottom: 30%;
}

.application_outer {
  background-color: #e6ebf0;
}

.application_journey {
  background-color: #8686e0;
}

.bg_outer {
  overflow: hidden;
}

.bg_outer img {
  opacity: 0.50;
  z-index: 1;
}

.bg_outer:hover img {
  opacity: 1;
}

.bg_outer::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient( #D9D9D900 25%, #303B41 79% );
  content: "";
  opacity: 0.15;
  transition: all 0.3s ease-in-out;
}

.bg_outer:hover::after {
  opacity: 0;
}

.bg_outer::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient( #D9D9D900 25%, #21292e 79% );
  content: "";
  opacity: 0;
  transform: translateY(75%);
  transition: all 0.3s ease-in-out;
}

.bg_outer:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.bg_inner {
  position: absolute;
  inset: 0;
  background: #0000;
  transform: translateX(0%);
  transition: transform 0.4s ease-in-out;
  z-index: 3;
}

.bg_inner h1 {
  color: var(--primaryColor);
  font-family: "reckless";
  font-weight: 600;
}

.bg_outer:hover .bg_inner h1 {
  color: white;
}

.bg_inner p {
  height: 0;
  overflow: hidden;
}

.bg_outer:hover .bg_inner p {
  height: 11rem;
}

.section7, .section15{
  background-color: var(--secondaryColor);
  position: relative;
}

#customPrevBtn {
  position: absolute;
  top: 50%;
  left: 1%;
  cursor: pointer;
}
#customNextBtn {
  position: absolute;
  top: 50%;
  right: 1%;
  cursor: pointer;
}


.section7 .owl-carousel img {
  width: 75%;
  margin: 0 auto;
}

.section10 img{ width:80px;}

.section10 {
  background-color: #8686e0;
}
.section10 p {
  font-size: 0.8em;
}
.section10 h3 {
  color: #baff92;
}
.text9 {
  font-size: 3.55rem;
  font-family: "reckless";
  color: #ffffff;
}

.text-grey {
  color: #4d4d4f;
}

.section8 h3 {
  color: #19288f;
  font-size: 1.66rem;
}
.section8 p {
  color: #19288f;
  font-size: 1rem;
}
.quotes {
  padding-inline: 7rem 4rem;
}

.alumni_nav {
  padding-left: 7rem;
  display: flex;
  gap: 2rem;
  padding-top: 2rem;
}

.alumni_nav > div {
  width: 2rem;
  height: 2rem;
  background: #E6EBEF;
  border-radius: 50%;
  cursor: pointer;
}

.alumni_nav img {
  position: absolute;
  top: 50%;
  width: 1.5rem;
  user-select: none;
}

.alumni_nav .alumni_nav_prev img {
  transform: translate( 0%, -50%);
  left: 50%;
}

.alumni_nav .alumni_nav_next img {
  transform: translate( 0%, -50%);
  right: 50%;
}

.alumni_nav .alumni_nav_prev:hover img {
  transform: translate( -100%, -50%);
}

.alumni_nav .alumni_nav_next:hover img {
  transform: translate( 100%, -50%);
}

.quotes h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

.quotes p {
  font-size: 1.1rem;
}

.quotes h2 {
  font-size: 1.9rem;
}

.comma1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem !important;
}
.comma2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.8rem !important; 
}
.section9 {
  background-color: var(--secondaryColor);
}
.section9-img {
  width: 100%;
  padding-top: 2rem;
}

.section11 p {
  color: #4d4d4f;
}

.section12 {
  background-color: #e6ebf0;
}

.partnerlogo1 {
  width: 7.5rem;
}

.partnerlogo2 {
  width: 8.3rem;
}

.partnerlogo3 {
  width: 2.5rem;
}

.partnerlogo4 {
  width: 9.4rem;
}

.partnerlogo5 {
  width: 2.2rem;
}

.partnerlogo6 {
  width: 4.4rem;
}

.partnerlogo7 {
  width: 8.7rem;
}

.section12-icons2 {
  /* width: 18.3rem; */
  width: 100%;
}

.DottedLine {
  width: 100%;
  height: 2px;
  border-bottom: 1px dotted black;
}

.footer {
  background-color: #18288f;
}
.footer2 {
  background-color: #4d4d4f;
}
.footer2 p {
  color: white;
  font-size: 0.6rem;
  padding: 0;
  margin: 0;
}

.footer h2 {
  font-size: 1.3rem;
}

.footer h2 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 0.2rem;
  background-color: #baff92;
  position: absolute;
  display: block;
}

/* modal start */

.modal-dialog {
  max-width: 95%;
  width: 1000px;
  margin: 0 auto;
}

.modal-content {
  background: #f1f2f2;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding-inline: 2rem;
}

.modal-title {
  font-size: 1.6rem;
}

.form-image {
  object-fit: cover;
  object-position: center center;
  border: 1px solid var(--secondaryColor);
}

.form-control {
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid var(--primaryColor);
  border-radius: 0;
  padding-inline: 0;
  font-size: 0.75rem;
  appearance: none;
  background: transparent !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  border-color: var(--textColor);
  outline: none;
  box-shadow: none;
}

.form-control::placeholder {
  color: var(--textColor);
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--textColor);
}

select.form-control {
  background-color: transparent;
  background-image: url(../assets/icons/select.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}

.modal-backdrop {
  background: #fffd;
}

.modal-backdrop.show {
  opacity: 0.85;
}

.form-check-label {
  font-size: 0.7rem;
}

.form-check-input {
  border: 1px solid var(--textColor);
}

.modal-body,
.modal-header {
  border: none;
}

.modal-body {
  padding-top: 0;
}

.modal-header {
  padding-bottom: 0;
}



/* modal end */

/* thank you page start */

.button2 {
  width: 17.1rem;
}
.button3 {
  width: 18.5rem;
}

.section span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 0.35rem;
  background-color: #baff92;
  position: absolute;
  display: block;
}

.modal-title::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.45rem;
  width: 100%;
  height: 0.25rem;
  background-color: #baff92;
  position: absolute;
  display: block;
}

.section h1 {
  font-size: 4rem;
  font-family: "reckless";
}
.text10 {
  font-size: 1rem;
  color: #4D4D4F;
}

.section12 img {
  width: auto;
  height: 3.3rem;
}

.social_links img {
  width: 1.75rem;
}

/* thank you page end */

@media screen and (max-width: 1399px) {
  body, html {
    font-size: 17px;
  }
  .section1 h1 {
    font-size: 3rem;
  }
  .section1 h2 {
    font-size: 1.2rem;
  }
  .quotes h3 {
    font-size: 1.3rem;
  }
  .quotes p {
    font-size: 1rem;
  }
  .quotes h2 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1199px) {
  body,
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 16px;
  }
  .section1 h1 {
    font-size: 2.2rem;
  }
  .section1::after {
    bottom: 5.3rem;
  }
  .side {
    padding-inline: 4rem;
  }
  .box1-p {
    padding-right: 0;
  }
  .bg_outer:hover .bg_inner p {
    height: 12rem;
  }
  .section7 .owl-carousel img {
    width: 100%;
  }
  .quotes {
    padding-inline: 7rem 0;
  }
}

@media screen and (max-width: 767px) {
  .section1::after {
    bottom: 9.1rem;
  }

  .section7 .owl-carousel img {
    width: 100%;
  }
  .section8 .quotes h1 {
    font-size: 1.4rem;
  }
  .section12 img {
    width: auto;
    height: 3rem;
  }
  .text9 {
    font-size: 3rem;
    font-family: "reckless";
    color: #ffffff;
  }
  .modal-content {
    padding-inline: 0.5rem;
  }
  .banner-image {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .section1 h1 {
    font-size: 2rem;
  }
  .section3_img {
    position: static;
    width: 100%;
  }
  .bg_outer img {
    opacity: 1;
  }
  .bg_outer::after {
    opacity: 0;
  }
  .bg_outer::before {
    opacity: 1;
    transform: translateY(0%);
  }
  .bg_inner h1 {
    color: white;
  }
  .bg_inner p {
    height: auto !important; 
    overflow: hidden;
  }
}

@media screen and (max-width: 575px) {

  .side {
    padding-inline: 2rem;
  }
  .bg_inner {
    transform: translateX(0%);
  }
  .bg-1 > h1,
  .bg-2 > h1,
  .bg-3 > h1 {
    display: none;
    /* transform: translateX(0);
    transition: transform 0.4s ease-in-out; */
  }
  .bg-1,
  .bg-2,
  .bg-3 {
    height: 28.4rem;
  }
  .section h1 {
    font-size: 3.4rem;
  }
  .image1 {
    width: 7rem;
  }
  .image2 {
    width: 5.5rem;
  }
  .banner-image {
    transform: scale(1);
  }
  .quotes {
    padding: 4rem 2rem;
  }
  .comma1 {
    width: 2.8rem;
    top: 2%;
    left: 0%;
  }
  .comma2 {
    bottom: 24%;
    right: 9%;
    width: 2.8rem;
  }
  .section8 h3,p{
    font-size: 1.3rem;
  }
  .button1 {
    padding-inline: 1rem;
    font-size: 1rem;
    height: 2.5rem;
  }
  .banner-image {
    transform-origin: center top;
    transform: scale(1.1);
    height: 70vw;
  }
  .section1::after {
    bottom: 5.5rem;
  }
  .section1 h2 {
    font-size: 1rem;
  }
  .section1 h1 {
    font-size: 2.25rem;
  }
  .section3_img {
    transform-origin: center top;
    transform: scale(1.1);
  }
  .section3box p,  .bg_inner p {
    font-size: 1rem;
  }
  .bg_inner h1 {
    font-size: 1.5rem;
  }
  .section6 p,
  .section9 p,
  .section11 p,
  .text6 {
    font-size: 1rem;
  }
  .quotes img {
    z-index: -1;
    opacity: 0.5;
  }
  .quotes h2 {
    font-size: 1.3rem;
  }
  .alumni_nav {
    padding-top: 0;
    padding-left: 1.5rem;
  }

  .section12 img {
    height: 2.3rem;
  }
}

.campuses_wrap .campusBtn_wrap {
  position: absolute;
  bottom: 0;
  left: 30px;
  display: flex;
  gap: 20px;
  transform: translateY(50%);
}

.campuses_wrap .campusBtn_wrap img {
  background: #555;
  filter: invert(1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center center;
  padding: 5%;
  cursor: pointer;
}

.header.thank {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.thank .text5 {
  color: #8686E0;
  font-size: 5rem;
  text-transform: capitalize;
}

@media( max-width: 575px ) {
  .image-thank {
    transform-origin: center top;
    transform: scale(1.1);
  }
  .thank .text5 {
    font-size: 4rem;
  }
}

.newtext {
    font-size: 1.1rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.white-bg {
    background-color: white;
}

.grn-bg {
    background-color: #baff92 !important;
}

.blue-bg {
    background-color: #8686e0;
}

.box-wrapper-boxes h2 {
    font-size: 5rem;
}
.box-wrapper h2 {
    font-family: "reckless";
    margin: 0;
    position: relative;
    display: inline-block;
}
.special-text {
    font-size: 7.6rem;
    color: #19288f;
}
.box-wrapper-boxes p {
    font-size: 1.2rem;
}
.box-wrapper p {
    font-family: "reckless";
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
}

.text-clr{color:#000; }
.video-box {
    cursor: pointer;
}

.videoplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 4rem;
    pointer-events: none;
}


/* modal start */

.videoModal .modal-content {
  background: transparent;
  border: none;
}

.videoModal iframe {
  aspect-ratio: 16/9;
  max-height: 85vh;
}

#customPrevBtn {
  position: absolute;
  top: 50%;
  left: 1%;
  cursor: pointer;
}
#customNextBtn {
  position: absolute;
  top: 50%;
  right: 1%;
  cursor: pointer;
}


.custom-carousel .item{
  transform-origin: center center;
  transform: scale(0.8) translateY(5%);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.custom-carousel .center .item {
  transform: scale(1);
  opacity: 1;
}

.custom-carousel-box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.custom-carousel-box div {
  position: absolute;
  padding: 1.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(150%);
  opacity: 0;
  pointer-events: none;
  transition: none;
}

.custom-carousel .center .item .custom-carousel-box div {
  transform: translateY(0%);
  pointer-events: all;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.custom-carousel .center .item .custom-carousel-box div::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(to top, #000f, #0000 );
  mix-blend-mode: multiply;
}

.custom-carousel-box p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0;
}

.videoplay2 {
  display: inline-block;
  width: 2.5rem;
  cursor: pointer;
}

.videoplay2 img {
  width: 100%;
}

#customPrevBtn3 {
  position: absolute; 
  top: 50%;
  left: 1%;
  cursor: pointer;
}
#customNextBtn3 {
  position: absolute;
  top: 50%;
  right: 1%;
  cursor: pointer;
}

.section13{
  background-color: #e6ebef;
}

.section13 h6 {
    font-size: 1.45rem;
    font-family: "reckless";
    line-height: 1.4;
    padding-right: 1rem;
}

.slider img{
  width:  11.1rem !important;
  height: 11.3rem !important;
}

.slider img.comma {
  width: 3.68rem !important;
  height: auto !important;
}

.section13 .text5 {
  padding-right: 2rem;
}

.section13 h6 .end-para {
  display: inline-block;
  width: 0;
  height: 0;
}

.section13 h6 .end-para::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3.68rem;
  height: 3.68rem;
  z-index: 2;
  background-image: url(IMAGES/comma2.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(10%, -40%);
}


.left-comma{
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.right-comma-wrap::after,
.right-comma-wrap::before {
  content: none !important;
  display: none !important;
}



.right-comma{
 position: absolute;
  bottom: 0%; 
  transform: translateY(30%);
  left: 36%;
}



.section13 h1{
  font-family: reckless !important;
  font-weight: 600 !important;
  color: #4d4d4f !important;
  font-size: 1.6rem;

}

#customPrevBtn2 {
  position: absolute; 
  bottom: 0%; 
  left: 0%;
  cursor: pointer;
}
#customNextBtn2 {
  position: absolute;
  bottom: 0%;
  left: 60px;
  cursor: pointer;
}
.side-boxes {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.section15 .sidebox {
    width: 11.56rem;
    height: 8.17rem;
    background-color: white;
    padding: 1rem;
}
.section15 h4 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #19288f;
    font-family: "reckless";
    line-height: 0.9;
    margin-bottom: 0.5rem;
}
.section15 .sidebox p {
    font-size: 0.83rem;
    color: #4D4D4F;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.4;
}
.application_outer {
    background-color: #e6ebf0;
}
.box-wrapper-boxes p {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 1rem;
	color:black;
}

.blue-text{ color:#19288f;}

.pnts {
  list-style-type: none; /* Or 'circle', 'square' for different bullet points */
  padding-left: 20px; /* Adjust as needed for spacing from the border */
}

.pnts li {
  border-left: 4px solid #18288f; /* Adjust thickness, style, and color */
  padding-left: 10px; /* Space between the border and the list item content */
  padding-left: 30px;
  margin-left: 0px;
  padding-bottom: 20px;
}

.pnts li::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #baff92;
    box-shadow: 0px 5px 20px rgba(114, 114, 114, 0.5);
    border-radius: 50%;
}

.pnts li::marker { margin-left:20px; }

.pnts p{ margin:0px; padding:0px;}

.slpd{ padding:0px 90px;}

@media (max-width: 991px) {
  .form-image {
    height: 200px !important;
  }
  
    .blue-bg, .grn-bg {
        width: 100%;
        height: 100%;
    }
  .box-wrapper-boxes h2 {
    font-size: 3rem;
}
      .side-boxes {
        flex-direction: row;
        flex-wrap: wrap;
    }
      .section15 .sidebox {
        width: 40%;
        flex-grow: 1;
        height: 8.17rem;
        background-color: white;
    }
  .slpd{ padding:0px;}
  
}