* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

:hover {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Myriad Pro';
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Myriad Pro';
}
p {
  font-family: 'Myriad Pro';
}
html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}
.container-fluid
{
  max-width: 1780px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
}

/*** Header css Start ***/

header {
  padding: 10px 0;
  position: relative;
  width: 100%;
  background: #FFFFFF;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: 0px auto;
}

.pageHeader.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 7px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  z-index: 9999;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


.top-flex {
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
}

.top-left {
  width: auto;
  height: auto;
  margin: 0px 0 0 0;
}
.top-left img{
  max-width: 100%;
  height: 80px;
}
.top-right {
  width: auto;
  height: auto;
  margin: 23px 0 0 0;
}
.top-right a  
{
  background:#123985;
  padding: 15px 40px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}
.top-right a:hover 
{
  background:#FBDA31;
  color: #000;
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 0 ;
}
.bannerVed
{
  width: 100%;
  height: auto;
  position: relative;
}
.bannerVed:before
{
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bluebg.webp) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bannerVed video
{
  width: 100%;
  height:800px;
  object-fit: cover;
}


.bannerText {
  width: 100%;
  max-width: 550px;
  position: absolute;
  left: 77px;
  top: 70px;
  z-index: 9;
}
.bannerText h1 {
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: -1%;
}
.bannerText h2 {
  color: #FBDA31;
  font-weight: 700;
  font-size: 84px;;
  line-height: 120%;
  letter-spacing: 0%;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.bannerText ul  
{
  padding: 0;
  margin: 0 0 45px 0;
}
.bannerText ul li 
{
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  background: url(../images/bult.webp) no-repeat;
  list-style: none;
  padding: 0 0 0 40px;
  background-position: 10px 6px;
  margin: 0 0 7px 0;
}
.banBox
{
  width: 370px;
  height: auto;
  border-radius: 16px;
  border: 2px solid #fff;
  overflow: hidden;
  background: #1E4798;
  backdrop-filter: blur(4px);
}
.banBoxHeading
{
  background: #FBDA31;
  text-align: center;
  color: #1B3577;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 700;
}
.banBoxContent
{
  width: 100%;
  height: auto;
  display: flex;
  gap: 10px;
  padding: 20px 10px
}


.relative
{
  position: relative;
}

.form
{
  width: 100%;
  height: auto;
  position: absolute;
  right: 75px;
  background: #1E479880;
  border-radius: 20px;
  max-width: 410px;
  top:200px;
  padding: 30px 25px 40px;
  backdrop-filter: blur(40px);
  box-shadow: 0px 8px 16px 0px #00000026;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 2px solid #FFFFFF;
}
.form h4  
{
  color: #FBDA31;
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
}
.form p
{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  margin: 0 0 40px 0;
}

.slt
{
  width: 100%;
  height: auto;
  margin: 0 0 14px 0;
}
.slt input 
{
  border: 1px solid #FFFFFF4D;
  background: #0000001A;
  border-radius: 8px;
  height: 44px;
  padding: 10px 10px;
  color:#fff;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  font-family: 'Myriad Pro';
  -webkit-text-fill-color: #fff;
}
.slt input::placeholder {
  color: #fff;
  opacity: 1; /* Chrome fix */
}
.slt select
{
  border: 1px solid #FFFFFF4D;
  background: #0000001A;
  border-radius: 8px;
  height: 44px;
  padding: 10px 10px;
  color:#fff;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  font-family: 'Myriad Pro';
}
.slt select option
{
  color: #000;
  font-family: 'Myriad Pro';
}
.agree
{
  width: 100%;
  height: auto;
  padding: 0 0 0 20px;
  position: relative;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
}
.agree span
{
  position: absolute;
  left:0;
  top: 3px;
}
.sltBtn
{
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
}
.sltBtn input 
{
  background: rgb(251, 218, 49);
  padding: 15px 40px;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  border: none;
}
.sltBtn input:hover 
{
  background: #000;
  color: #fff;
}





.empowerSection
{
  width: 100%;
  height: auto;
  padding: 80px 0 0;
  background:url(../images/left-bg.webp) no-repeat;
  background-position: 0 0%;
}
.empFlx
{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.empLeft
{
  width: 100%;
  height: auto;
  padding: 0 150px 0 0;
}
.empLeft h3 
{
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000;
  margin: 0 0 30px 0;
  max-width: 90%;
}
.empLeft h3 span  
{
  color: #1E4798;
}
.empLeft p 
{
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000;
  text-align: justify;
}
.empright
{
  width: 100%;
  height: auto;
  position: relative;
}
.empright img  
{
  box-shadow: 0px 4px 25px 0px #1E4798;
  border-radius: 15px;
}
.emprightDec
{
  background:#FBDA31;
  padding: 30px;
  box-shadow: 0px 16px 16px 0px #0000001A;
  border: 1px solid #CCCCCC;
  width: 100%;
  height: auto;
  max-width: 420px;
  margin: -30px 0 0 -30px;
  z-index: 9;
  position: relative;
}
.emprightDec p
{
  color: #333333;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin: 0;
} 
.emprightDec p span  
{
  color: #1E4798;
  font-weight: 600;
}

.traditionSection
{
  width: 100%;
  height: auto;
  padding: 80px 0;
  background:url(../images/left-bg.webp) no-repeat;
  background-position: 0 50%;
  position: relative;
}
.traditionSection:before
{
  content: "";
  width: 465px;
  height:532px;
  position: absolute;
  right: 0;
  top: -160px;
  background:url(../images/right-bg.webp) no-repeat;
  z-index: 0;
}

.traditionHeading
{
  text-align: center;
}
.traditionHeading h3 
{
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000;
  margin: 0 0 30px 0;
}
.traditionHeading h3 span  
{
  color: #1E4798;
  display: block;
}
.traditionHeading p 
{
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000;
  max-width: 1150px;
  margin: 0px auto 40px;
}
.traditionHeading h4
{
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  color: #1E4798;
  margin: 0 0 40px 0;
}


.tradBox
{
  background:#FBDA31;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 16px 16px 0px #0000001A;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  position: relative;
  margin: 20px 0 40px;
  min-height: 270px;
}
.tradBox h5
{
  font-weight: 700;
  font-size: 22px;
  line-height: 180%;
  color: #000;
  margin: 0 0 20px 0;
}
.tradBox p 
{
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000;
}
.trdeIcon
{
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1E4798;
  box-shadow: 0px 4px 8px 5px #00000026;
  border: 1px solid #C6C6C6;
  border-radius: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.trdeIcon img 
{
  max-width: 40px;
  max-height: 40px;
}
.traditionSlider .owl-carousel .owl-stage-outer
{  
  display: flex;
  justify-content: center;
}
.countSection
{
  width: 100%;
  height: auto;
  padding: 70px 0 140px;
  background: #1E4798;
  position: relative;
}
.countSection ul  
{
  padding: 0;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  max-width: 1500px;
}
.countSection ul li 
{
  width: 100%;
  height: auto;
  text-align: center;
  border-right: 1px solid #fff;
  list-style: none;
}
.countSection ul li:last-child
{
  border-right:0px solid #fff;
}

.countSection p
{
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0 0 0px 0;
}
.countSection h5 
{
  font-weight: 700;
  font-size: 70px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.pedagogySection
{
  width: 100%;
  height: auto;
  padding: 100px 0;
  background:
    url("../images/house-pic.webp") no-repeat,
    linear-gradient(180deg, #D2DBE8 70.11%, #1E4798 100%);
  background-size: 100% auto;
  border-radius: 50px 0 0 0;
  margin-top: -60px;
  position: relative;
  min-height: 1000px;
}
.pedagogySection .empLeft
{
  max-width: 970px;
  padding: 0 0px 0 0;
}

.pedagogySection .empLeft p
{
  text-align: justify;
}
.legacy
{
  width: 100%;
  height: auto;
  margin: 60px 0 0 0;
}
.legacy h4 
{
  font-weight: 700;
  font-size: 40px;
  line-height: 30px;
  color: #1E4798;
  margin: 0 0 30px 0;
}
.legacy-accor
{
  width: 100%;
  height: auto;
}
.legacyList
{
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px 40px;
  margin: 0 0 2px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(0deg, #616161, #616161),
  linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.legacyCount
{
  width: 15%;
  height: auto;
  padding: 0 0 0 20px;
}
.legacyCount h5
{
  font-weight: 700;
  font-size: 70px;
  line-height: 120%;
  color: #FBDA31;
  -webkit-text-stroke: 2px #1E4798;
}
.legacyText
{
  width: 75%;
  height: auto;
}
.legacyText h5 
{
  font-weight: 400;
  font-size: 32px;
  line-height: 30px;
  color: #1E4798;
  margin: 0 0 10px 0;
}
.legacyText p 
{
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  margin: 0 0 0px 0;
}

.balancedSection
{
  width: 100%;
  height: auto;
  padding: 50px 0;
  background:url(../images/left-bg.webp) no-repeat;
  background-position: 0 70%;
}
.heading
{
  text-align: center;
}
.heading h3 
{
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000;
  margin: 0 0 10px 0;
}
.heading h3 span  
{
  color: #1E4798;
}
.heading p  
{
  color:#000;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin: 0px auto;
  max-width: 1400px;
}
.basBox
{
  background: linear-gradient(180deg, #1E4798 0%, #FFFFFF 163.69%);
  border-radius: 30px;
  border: 1px solid #616161;
  overflow: hidden;
}
.baseBoxText
{
  width: 100%;
  height: auto;
  padding: 30px 20px;
  text-align: center;
  min-height: 400px;
}
.baseBoxText h4 
{
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  text-transform: uppercase;
}
.baseBoxText h5
{
  color: #FBDA31;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.baseBoxText p
{
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.ylbg
{
  background: linear-gradient(180deg, #FBDA31 0%, rgba(253, 237, 152, 0.5) 53.08%, #FFFFFF 138.01%);
}

.ylbg .baseBoxText h4
{
  color: #000;
}
.ylbg .baseBoxText h5
{
  color: #1E4798;
}
.ylbg .baseBoxText p
{
  color: #000;
}
.balancedSlider
{
  width: 100%;
  height: auto;
  margin: 50px 0 50px;
}
.balancedSlider1
{
  width: 100%;
  height: auto;
  margin: 50px 0 50px;
  padding: 0 0 0 80px;
}
.cdeFull
{
  width: 100%;
  height: auto;
}
.cdePic
{
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.cdeFull h4
{
  color: #000000;
  font-weight: 700;
  font-size: 22px;
  line-height: 180%;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.cdeFull p
{
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin: 0;
}
.cdeFull:hover .cdePic
{
  transform: rotate(3deg);
}


.processSection
{
  width: 100%;
  height: auto;
  padding: 50px 0;
  background:url(../images/right-bg-1.webp) no-repeat;
  background-position: 100% 0;
}
.processBox
{
  width: 100%;
  height: auto;
  padding: 30px;
  background: linear-gradient(0deg, #FFFFFF -5.9%, #FBDA31 100%);
  min-height: 350px;
  margin: 40px 0;
  position: relative;
  display: flex;
  gap: 50px;
}
.process
{
  width: 100%;
  height: auto;
  position: relative;
}
.process:before  
{
  content: "";
  height: 108px;
  width: 24px;
  background: url(../images/line.webp) no-repeat;
  position: absolute;
  bottom: -150px;
  left: 47%;
}
.process h4 
{
  color: #1E4798;
  font-weight: 700;
  font-size: 70px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.process p
{
  color: #000000;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin: 0 0 0px 0;
}

.line
{
  width: 100%;
  height: 82px;
  border-bottom: 2px dashed #1E4798;
  max-width: 74%;
  margin: 0px auto 40px;

}

.eligibilitySection
{
  width: 100%;
  height: auto;
  padding: 60px 0;
  min-height: 830px;
  background:#1E4798 url(../images/bg-4.webp) no-repeat center;
  background-size: cover;
}
.eligibBox
{
  width: 100%;
  height: auto;
  max-width: 970px;
  margin: 40px auto;
  display:flex;
  justify-content: center;
  gap: 30px;
}
.eleb 
{
  width: 100%;
  text-align: center;
}
.eleb h4
{
  color: #1E4798;
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.eleb h5
{
  color: #1E4798;
  font-weight: 700;
  font-size: 70px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.eleb p
{
  color: #1E4798;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin: 0 0 0px 0;
}
.heading h2
{ 
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000;
  margin: 0 0 10px 0;
}
.heading h2 span
{
  font-weight: 400;
  font-size: 24px;
}
.valueSection
{
  width: 100%;
  height: auto;
  background: #1E4798;
  padding: 50px 0 70px;
  text-align: center;
}
.valueSection h2
{
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0 0 10px 0;
}
.valueSection h2 span
{
  display: block;
}
.applyBtn
{
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
}
.applyBtn a {
  background: #FBDA31;
  padding: 15px 40px;
  border-radius: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}
.applyBtn a:hover
{
  background: #000;
  color: #fff;
}
footer
{
  width: 100%;
  height: auto;
  padding: 24px 0;
}

.ft-Flx
{
  display: flex;
  justify-content: space-between;
}
.ftfull
{
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 0 0 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.ftfull p 
{
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  max-width: 400px;
  margin: 0;
}
.ftfull p a 
{
  color: #000;
  text-decoration: none;
}
.ftfull p a:hover 
{
  color: #FBDA31;
}
.ftfull p .block
{
  display: block;
}




.last-footer
{
  width: 100%;
  height: auto;
  background: #000;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.rotate-text {
  display: inline-block;
  overflow: hidden;
  height: 100px;        /* height of one word */
}

.rotate-text span {
  display: block;
  height: 100px;        /* must match container height */
  animation: slide 10s infinite;
}

@keyframes slide {
  0% { transform: translateY(0); }
  30% { transform: translateY(0); }

  33% { transform: translateY(-100px); }
  63% { transform: translateY(-100px); }

  66% { transform: translateY(-200px); }
  96% { transform: translateY(-200px); }

  100% { transform: translateY(0); }
}

.thankyou
{
  width: 100%;
  height: calc(100vh - 52.5px);;
  background: #fafafa;
  text-align: center;
}
.thankyouHeader
{
  position: fixed;
  top: 0;
  left:0;
}
.thankyouInner
{
   width: 100%;
   max-width: 90%;
   padding: 200px 0 0 0;
   margin: 0px auto;
}
.thankyouInner h5 
{
  color: #1E4798;
  font-weight: 700;
  font-size:60px;
  line-height: 120%;
  letter-spacing: 0%;
  font-family: "Inter", sans-serif;
  margin-top: 40px;
  text-shadow: 2px 2px 2px rgba(0,0,0, .2);
}


/* Form CSS */
/* Wrapper becomes full width */
.iti {
    width: 100% !important;
}

/* The phone input itself becomes full width */
.iti input[type="tel"],
.iti input[type="text"],
#parent_phone {
    width: 100% !important;
    box-sizing: border-box;
}

/* Dropdown also becomes 100% width */
.iti--container {
    width: 100% !important;
}

.iti__country-list {
    width: 100% !important;
    max-width: 100% !important;
    background: #ffffff !important;
}

/* Selected flag box becomes white */
.iti__selected-flag {
    background-color: #ffffff !important;
    border-radius: 6px;
    padding: 6px 8px;
}

.iti .iti__selected-dial-code{
  color: #ffffff !important;
}

.error{
  color: red;
}
