* {
  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;
}
html {
  scroll-behavior: smooth;
}


body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
}
p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

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

/*** Header css Start ***/

header {
  padding: 10px 0;
  width: 100%;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: 0px auto;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  background: #23376E80;
  backdrop-filter: blur(40px);
  border-bottom:1px solid #FFFFFF33;
}

.pageHeader.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0px 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: 100%;
  height: 100%;
  margin: 0px 0 0 0;
}
.top-middle {
  width: 100%;
  height: 100%;
  margin: 5px 0 0 0;
  text-align: right;
}
.top-middle img  
{
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  max-width: 57%;
}

.top-right {
  width: 100%;
  height: auto;
  margin: 0px 0 0 0;
  display: flex;
  justify-content: space-between;
  display: none;
}
.tp-right-1
{
  color:#fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  max-width: 150px;
  padding: 19px 0 0 0;
}
.countdown{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.timeBox{
    background: #3B4A7A; /* dark blue like your sample */
    color: #fff;
    padding: 1px 10px 4px;
    text-align: center;
    border-radius: 4px;
}

.timeBox span{
    font-size: 40px;
    font-weight: 700;
    display: block;
    letter-spacing: 2px;
}

.timeBox small{
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.colon{
    font-size: 30px;
    color:#fff;
}


.banner {
  width: 100%;
  height: auto;
  position: relative;
  padding: 80px 0 0px 0;
  background: url(../images/main-banner.webp) no-repeat;
  background-size: 100% auto;
  min-height: 871px;
  position: relative;
}
.bannerText {
  width: 100%;
  max-width: 740px;
  margin: 85px 0 0 0;
  position: relative;
}
.bnInner
{
  width: 100%;
  max-width: 440px;
  margin: 0px 0 0 40px;
  transform: rotate(-4deg);
}
.bnInner h3 {
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}
.bannerText h4
{
  text-align: center;
}
.bannerText h4 span{
  color: #fff;
  margin: 0 0 0px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  border: 1px solid #F9DFB1;
  padding: 10px 30px;
}
.lastDate
{
  border: 1px solid #F9DFB1;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  align-items: center;
  padding: 0 0 0 13px;
  margin: 0 0 11px 0;
}
.lastDate span
{
  background: #fff;
  padding: 10px 20px;
  font-weight: 600;
  color:#083882;
}


.ladyPic {
  width: 800px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: 0px auto;
  text-align: center;
  z-index: 99;
}

.ladyPic img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 0 0;
  transform: translateY(500px);     /* start from bottom */
  animation: slideUp 1.5s ease-out forwards;
  animation-delay: 1s;
}

@keyframes slideUp {
  0% { transform: translateY(500px); }
  100% { transform: translateY(0); }
}


.ldFull
{
  width: 453px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 0px 0 0 0;
  left: 70px;
  top: -200px;
  z-index: 99;
  position: absolute;
}
.ldLeft
{
  width: 147px;
  height: auto;
}
.ldRight
{
  width: 147px;
  height: auto;
}
.ldFull.mb
{
  display: none;
}

.relative
{
  position: relative;
}
.bannerNext
{
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 0 0 0;
  z-index: 99;
}

.bannerNextInner
{
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
}
.arcPic
{
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: -50px;
}
.arcPic img
{
  max-width: 100%;
  height: auto;
}


.arc-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.banPic
{
  width: 100%;
  height: auto;
}
.banPic img
{
  width: 100%;
  height: auto;
  margin-top: -400px;
}

.programmeSection
{
  width: 100%;
  height: auto;
  background: #0b1725;
  padding: 30px 0 70px;
  text-align: center;
  margin-top: -150px;
  position: relative;
  z-index: 999;
  scroll-margin-top: 120px;
}
.progSlider
{
  width: 100%;
  height: auto;
  text-align: center;
  margin: 30px 0 50px 0;
}
.prog
{
  width: 100%;
  height: auto;
  min-height: 320px;
  margin: 30px auto;
  backdrop-filter: blur(40px);
  background: #FFFFFF1A;
  border: 2px solid; 
  border-image-source: linear-gradient(180deg, rgba(202,170,108,0.4) 0%, rgba(0,123,255,0.4) 100%);
  border-image-slice: 1;        /* required */
  padding: 0px 30px 40px;
  max-width: 95%;
}
.prog:hover
{
  transform: rotate(-5deg);
}
.progIcon
{
  width: 80px;
  height: 80px;
  margin: 0px auto 30px;
  background: #F9DFB1;
  backdrop-filter: blur(40px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.progIcon:hover  
{
  background: #071222;
}
.progIcon:hover img  
{
  filter: brightness(0) invert(1);
}
.progIcon img 
{
  max-width: 50px;
}
.pin
{
  width: 80px;
  height: auto;
  margin: -30px auto 20px;
}
.prog p 
{
  color: #A6A6A6;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
.prog:hover  
{
  background: #F9DFB1;
}
.prog:hover p
{
  color: #000;
}
.prog:hover .progIcon  
{
  background: #071222;
}
.prog:hover .progIcon img  
{
  filter: brightness(0) invert(1);
}

.heading h2
{
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  color: #F9DFB1;
  margin: 0 0 20px 0;
}
.heading p
{
  color: #A6A6A6;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  max-width: 950px;
  margin: 0px auto 20px;
}

.heading p b  
{
   color: #F9DFB1;
   font-weight: 400;
}
.heading h5
{
  color: #FFFFFF;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  margin: 0 0 10px 0;
}
.heading-1
{
  text-align: left;
}
.heading-1 p  
{
  max-width: 100%;
}
.chooseList
{
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
}
.chooseList ul   
{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.chooseList ul li 
{
  width: 22%;
  height: auto;
  min-height: 150px;
  border-right: 1px solid #FFFFFF4D;
  padding: 20px 20px 20px 100px;
}
.chooseList h4 
{
  color: #F9DFB1;
  font-weight: 300;
  font-size: 48px;
  line-height: 150%;
  margin: 0 0 10px 0;
  text-align: left;
}
.chooseList p 
{
  color: #A6A6A6;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 0px 0;
  text-align: left;
  max-width: 200px;
}
.chooseList ul li:nth-child(1), .chooseList ul li:nth-child(5)
{
  padding: 20px 40px 20px 0;
}
.chooseList ul li:nth-child(4)
{
  padding: 20px 20px 20px 100px;
  border-right: 0px solid #FFFFFF4D;
  border-bottom: 1px solid #FFFFFF4D;
}
.chooseList ul li:nth-child(5), .chooseList ul li:nth-child(6), .chooseList ul li:nth-child(7)
{
  border-top: 1px solid #FFFFFF4D;
}
.chooseList ul li:last-child
{
  border-right: 0px solid #FFFFFF4D;
}

.newageSection
{
  width: 100%;
  height: auto;
  padding: 70px 0 0;
  background: #F3F4F5;
}
.newageSection .heading h2
{
  color: #083882;
  text-align: center;
}

.ageTab
{
  padding: 0px 0;
  box-shadow: 0px 0px 54px 0px #00000040;
  margin: 40px 0 0px;
}
.vTab{
  display:flex;
  width:100%;
  overflow:hidden;
}

.links{
  width:30%;
  display:flex;
  flex-direction:column;
  background:#ccc url(../images/tab-bg.webp) no-repeat;
  background-size: 100% 100%;
  min-height: 750px;
  position: relative;
}

.tabBtn{
  width:100%;
  padding:25px 50px;
  border:none;
  text-align:left;
  cursor:pointer;
  font-size:20px;
  font-weight: 500;
  line-height: 120%;
  transition:0.3s;
  color:#002581;
  background: rgb(0, 0, 0 , 0.1);
  margin: 0 0 20px 0;
  min-height: 90px;
}

.tabBtn.active{
  background: linear-gradient(92.53deg, #243A96 3.63%, #00146B 62.56%);
  color:#fff;
}

.boxes{
  padding:40px 50px;
  flex:1;
  background: linear-gradient(92.53deg, #243A96 3.63%, #00146B 62.56%);
}

.tabBox{ display:none; }
.tabBox.active{ display:block; }
.vtabPic {
  margin-top: 20px;
  text-align: center;
}

.vtabPic img {
  max-width: 100%;
  display: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
}

.vtabPic img.active {
  display: block;
}
.boxes h3
{
  color: #F9DFB1;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  margin: 0 0 20px 0;
}
.boxes h3 span  
{
  font-size: 20px;
}
.listm
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 40px 0;
}
.list1
{
  background: #fff;
  color: #002581;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.skill
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 30px 0;
}
.skillBox
{
  width: 30%;
  height: auto;
  padding:40px 30px 20px;
  text-align: center;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(202, 170, 108, 0.5) 100%);
  border-image-slice: 1;
  min-height: 200px;
}
.skillBox h5
{
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 20px 0;
}
.skillBox p
{
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 0px 0;
}

.duration
{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.durc
{
  width: auto;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(202, 170, 108, 0.5) 100%);
  border-image-slice: 1;
  padding: 7px;
  display: flex;
  flex-wrap: wrap;
}
.durcIcon
{
  width: 80px;
  height: 80px;
  background: #f9dfb1;
}
.durcText
{
 padding: 10px 20px 0 20px;
}
.durcText p 
{
  color: #FFFFFF;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 0px 0;
}
.durcText h5 
{
  color: #FFFFFF;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin: 0 0 0px 0;
}
.dur2
{
  text-align: center;
  margin: 20px 0;
}
.dur2 p 
{
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 5px 0;
}
.dur2 h4 
{
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 5px 0;
}
.dur3
{
  text-align: center;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.dur3Inner
{
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 0px 0;
  max-width: 300px;
}

.aplBtn
{
  width: auto;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(202, 170, 108, 0.5) 100%);
  border-image-slice: 1;
}
.aplBtn a 
{
  
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  display: block;
  text-decoration: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  background: #f9dfb1;
}
.aplBtn a:hover
{
  background: #fff;
  color: #000;
}


.campusSection
{
  width: 100%;
  height: auto;
  padding: 70px 0 0;
  position: relative;
  background:#fff url(../images/grade.webp) no-repeat;
  background-size: cover;
}
.campusSection .heading h2
{
  color: #083882;
}
.campusSection .heading p
{
  margin: 0 0 0 0;
  max-width: 100%;
  color: #333333;
}
.campLine
{
  width: 100%;
  height: auto;
}
.campLine img 
{
  width: 100%;
  margin-top: -50px;
}
.campFull
{
  width: 100%;
  height: auto;
  position: absolute;
  top: 200px;
  left: 0;
  max-width: 90%;
  right: 0;
  margin: 0px auto;
}
.campIcon
{
  width: 80px;
  height: 80px;
}
.campText h4
{
  color: #083882;
  font-weight: 600;
  font-size: 42px;
  line-height: 100%;
}
.campText p
{
  color: #333333;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}
.camp-1
{
  width: 300px;
  height: auto;
  position: absolute;
  top: 175px;
  left: 100px;
  transition: 1s ease-out;
}
.camp-2
{
  width: 300px;
  height: auto;
  position: absolute;
  top: 91px;
  left: 38%;
  transition: 2s ease-out;
}
.camp-3
{
  width: 340px;
  height: auto;
  position: absolute;
  top: 111px;
  right: 5%;
  display: flex;
  gap: 30px;
  transition: 3s ease-out;
}
.camp-4
{
  width: 373px;
  height: auto;
  position: absolute;
  top: -100px;
  right: 2%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  transition: 4s ease-out;
}
.camp-1 .campIcon
{
  margin:0 0 20px;
}
.camp-2 .campIcon
{
  margin:20px 0 0px;
}
.camp-1,.camp-2,.camp-3,.camp-4{
  opacity: 0;
  transform: translateY(120px);        /* start from bottom */
            /* smooth animation */
}

/* When visible — slide up */
.showUp{
  opacity: 1;
  transform: translateY(0);
}


.workSection
{
  width: 100%;
  height: auto;
  padding: 50px 0 0;
  position: relative;

}
.workSection .heading h2
{
  color: #083882;
  text-align: center;
}
.logoSl {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 0px; /* space between both rows */
}


.logoSl1, .logoSl2 {
  display: flex;
  width: max-content;
  gap: 0px; /* spacing between logos */
  animation-duration:70s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  align-items: center;
}

/* Row 1 — Right → Left */
.logoSl1 {
  animation-name: slideLeft;
}

/* Row 2 — Left → Right */
.logoSl2 {
  animation-name: slideRight;
}
.logos, .logos1
{
  width: 250px;
  height: 120px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos img, .logos1 img {
  max-width: 180px;
  max-height: 80px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: .8s;
}

.logos img:hover, .logos1 img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Keyframes */
@keyframes slideLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@keyframes slideRight {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(0); }
}

.workBg
{
  width: 100%;
  height: auto;
  margin-top: -230px;
  z-index: 9;
  position: relative;
}
.workSection::after
{
  content: "";
  background:url(../images/shd1.webp) no-repeat;
  background-size: 100%;
  height: 300px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom:-2px;
  z-index: 9;
  background-position: 0 100%;
}




.alumniSection
{
  width: 100%;
  height: auto;
  padding: 70px 0 80px;
}
.alumniSection .heading
{
  border-bottom: 1px solid #ccc;
  position: relative;
}
.alumniSection .heading h2 
{
  color: #083882;
  margin: 0 0 30px 0;
}
.coma
{
  position: absolute;
  right: 0;
  top: -10px;
  max-width: 89px;
}
.alumniSl
{
  width: 100%;
  height: auto;
  padding: 40px 0 70px;
}
.alumniFl
{
  display: flex;
  flex-wrap: wrap;
}
.alumniPic
{
  width: 32%;
  height: auto;
}
.alumniDec
{
  width: 60%;
  height: auto;
  padding: 0 0 0 30px;
}
.alumniDec h4 
{
  font-weight: 500;
  font-size: 32px;
  line-height: 180%;
  color: #000000;
}
.alumniDec h5 
{
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  color: #333333;
  margin: 0 0 30px 0;
}
.alumniDec p 
{
  font-weight: 400;
  font-size: 24px;
  line-height: 200%;
  color: #333333;
  margin: 0 0 30px 0;
}
.alumniSl .owl-theme .owl-nav
{
  width: 130px;
  height: auto;
  float: right;
  display: flex;
  justify-content: space-between;
  margin-top: -30px;
  position: relative;
  z-index: 99;
}
.alumniSl .owl-theme .owl-nav .owl-prev, .alumniSl .owl-theme .owl-nav .owl-next
{
  width: 50px;
  height: 50px;
  border: 1px solid #083882;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alumniSl .owl-theme .owl-nav .owl-prev:hover, .alumniSl .owl-theme .owl-nav .owl-next:hover
{
  background: #f9dfb1;
}
.alumniSection .heading.border-none
{
  border-bottom: 0;
}

.procedure
{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  gap: 30px;
  margin-top: 50px;
}

.procedure::after {
  content: "";
  height: 4px;
  width: 0;                     /* initially hidden */
  position: absolute;
  left: 0;
  top: 34px;
  z-index: -1;
  background: #F9DFB1;          /* progress bar color */
  transition: width 4s ease;    /* smooth animation */
  border-radius: 10px;
  border-top: 1px solid #ccc;
}

/* When section becomes visible */
.procedure.lineOn::after {
  width: 100%;
  border-top: 1px solid #F9DFB1;
}

.process
{
  width: 100%;
  height: auto;
  padding: 0 30px 0 0;
}
.process h4 
{
  color: #083882;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  margin: 0 0 20px 0;
}
.process p 
{
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.process ul
{
  padding: 0 0 0 20px;
}
.process ul li 
{
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.cnt
{
  width: 70px;
  height: 70px;
  background: #F9DFB1;
  color: #083882;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  border-radius: 20px;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.datesSection
{
  width: 100%;
  height: auto;
  padding: 70px 0 0;
  background: #071222;
  border-radius: 100px 100px 0 0;
}
.text-center
{
  text-align: center;
}
.datesFull
{
  width: 100%;
  height: auto;
  display: flex;
  border: 1px solid #D9D9D933;
  border-width: 1px 0 1px 0;
  margin: 50px 0 50px 0 ;
}
.dates
{
  width: 100%;
  height: auto;
  display: flex;
  color: #fff;
  flex-wrap: wrap;
  min-height: 350px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px;
  border-right: 1px solid #D9D9D933;
  cursor: pointer;
}
.datesTop
{
  width: 100%;
  height: auto;
}
.datesBottom
{
  width: 100%;
  height: auto;
}
.dates h4
{
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
}
.dates h5
{
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
}
.dates p
{
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  max-width: 80%;
}
.dates:hover
{
  background: #F9DFB1;
  color: #000;
  padding:40px 20px;
}
.datesSection .heading p
{
  max-width: 1150px;
}
.lifeSl
{
  width: 100%;
  height: auto;
  padding: 20px 0 10px 70px;
}
.lifeFl
{
  width: 100%;
  height: auto;
  position: relative;
}
.lifePic
{
  width: 100%;
  height: auto;
  position: relative;
}
.lifeText
{
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
}
.lifeText h5 
{
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 20px 0;
}

.gallerySection
{
  width: 100%;
  height: auto;
  position: relative;
  background:url(../images/gl-bg.webp) no-repeat;
  background-size: cover;
  padding: 70px 0 500px;
}
.gallerySection .heading h2
{
  color: #083882;
  line-height: 150%;
}
.gallerySection .heading h2 span 
{
  display: block;
}
.galleryPic
{
  position: relative;
  width: 100%;
  height: auto;
}
.galleryPic img 
{
  width: 100%;
  height: auto;
}

.galleryBottom
{
  position: absolute;
  width: 100%;
  height: 800px;
  left: 0;
  bottom: 0;
}
.galleryBottom img 
{
  width: 100%;
  height: auto;
}
.faqSection
{
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 0 0;
}

.faqflx
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faqLeft
{
  width: 60%;
  height: auto;
}
.faqPic
{
  width: 30%;
  height: auto;
}
.faqPic img 
{
  margin-bottom: -10px;
}
.faqSection .heading h2
{
  color: #083882;
}
.accordion{
  width: 100%;
  margin: 40px 0 0 0;
}

.accordion .itemm{
  padding: 0px 0px;
  border: 1px solid #91919180;
  box-shadow: 0px 14px 15px 0px #CDD6E4;
  backdrop-filter: blur(40px);
  margin: 0 0 15px 0;
}

.accordion .headerr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 20px;
}

.accordion .headerr h4{
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  line-height: 150%;
}

.accordion .icon{
  font-size: 24px;
  transition: .3s;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #083882;
  padding: 2px 0 0 0;
  border-radius: 50%;
}

.accordion .itemm.active .icon{
  transform: rotate(180deg);
  content: "-";
}

.accordion .content{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .4s ease, opacity .4s;
}

.accordion .itemm.active .content{
  max-height: 200px;
  opacity: 1;
}

.accordion .itemm.active .icon::before{
  content: "-";
}

.accordion .icon::before{
  content: "+";
}
.accordion .itemm.active .headerr
{
 background: #083882;
}
.accordion .itemm.active .headerr h4
{
  color: #F9DFB1;
}
.accordion .itemm.active .content
{
  padding: 20px 15px;
}
.accordion .itemm.active .content p 
{
  color: #333333;
  font-weight: 400;
  line-height: 150%;
  font-size: 18px;
}
.accordion .itemm.active .icon
{
  border: 1px solid #fff;
  background: #F9DFB1;
}
footer
{
  padding: 50px 0;
  background: #071222;
}
.ftFlex
{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.ft-2, .ft-3, .ft-4
{
  text-align: center;
}
footer h4 
{
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 100%;
  color: #fff;
}
footer p 
{
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  line-height: 150%;
  color: #A6A6A6;
}
footer p a  
{
  color: #A6A6A6;
  text-decoration: none;
}
footer p a:hover  
{
  color: #fff;
}
.ftIcon
{
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}


.form
{
  width: 100%;
  height: auto;
  position: absolute;
  right: 80px;
  min-height: 500px;
  border-radius: 0px;
  max-width: 400px;
  top:210px;
  padding: 30px;
  border: 2px solid #A2A2A2;
  background: linear-gradient(180deg, rgba(8, 56, 130, 0.5) 0%, rgba(15, 36, 94, 0.5) 100%);
  backdrop-filter: blur(25px);
  z-index: 999;
  scroll-margin-top: 100px;
}
.form h4 
{
  color: #fff;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  margin: 0 0 20px 0;
}

.last-footer
{
  width: 100%;
  height: auto;
  padding: 15px 15px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  background: #083882;
  border-top: 3px solid #F9DFB1;
  text-align: center;
}
.apply
{
  width: auto;
  height: auto;
  position: fixed;
  right: -66px;
  top: 300px;
  z-index: 99;
  transform: rotate(-90deg);
  z-index: 99999;
}
.apply a
{
  background: #FFFFFF;
  box-shadow: -8px 0px 4px 0px #00000040;
  color: #004B9A;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  padding: 10px 30px;
  text-decoration: none;
}
.apply a:hover
{
  background: #004B9A;
  color: #fff;
}

.ForMb
{
  display: none;
}
.arw
{
  width: 36px;
  height: 60px;
  position: absolute;
  top: 669px;
  border: 1px solid #fff;
  border-radius: 20px;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 12px 0 0 0;
  margin: 0px auto;
  text-align: center;
  cursor: pointer;
}
.arw img 
{
  transform: rotate(90deg);
  max-width: 25px;
}
.arw:hover
{
  background: #23376E80;
  backdrop-filter: blur(40px);
  border: 1px solid #23376E;
}

.mbtb
{
  display: none;
}
.campSl
{
  display: none;
}
.campSl .owl-theme .owl-nav {
  width: 130px;
  height: auto;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-top: -30px;
  margin-left: 7px;
}
.campSl .owl-theme .owl-nav .owl-prev, .campSl .owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border: 1px solid #083882;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mbtab
{
  display: none;
}
.gallerySl
  {
    display: none;
  }
.galFl
{
  width: 100%;
  height: auto;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.galFl img 
{
  margin: 0 0 30px 0;
}
.galMiddle
{
  width: 100%;
  height: auto;
  margin: 40px 0 0 0;
}
.galLeft, .galRight
{
  width: 100%;
}
.inp
{
  width: 100%;
  height: auto;
  margin: 0 0 5px 0;
}
.inp input
{
  width: 100%;
  height: 44px;
  border: 1px solid #ffffff20;
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.inp input:focus
{
  outline: none;
  box-shadow: none;
}
.inp select
{
  width: 100%;
  height: 44px;
  border: 1px solid #ffffff20;
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.inpBtn
{
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
}
.inpBtn input
{
  width: auto;
  height: auto;
  border: 1px solid #ffffff20;
  padding: 8px 20px;
  font-size: 18px;
  background: #F9DFB1;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  color: #083882;
  font-weight: 600;
}
.inpBtn input:hover
{
  background: #083882;
  color: #fff;
}
.form h5
{
  color: #fff;
  font-size: 16px;
  margin: 0 0 7px 0;
  font-weight: 500;
}
.sel
{
  width: 100%;
  height: auto;
  margin: 0 0 5px 0;
  display: flex;
  flex-wrap: wrap;
}
.sel-m
{
  width: auto;
  height: auto;
  margin: 0 10px 5px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.inp input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.inp input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}

.thankyou
{
  text-align: center;
  padding: 150px 20px 30px;
}
.thankyou h1 
{
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 50px;
  margin: 0 0 10px 0;
}
.thankyou h4
{
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 24px;
  margin: 0 0 0px 0;
  font-weight: 400;
}
.mt-10
{
  margin-top: 20px;
}

