* {
  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;
}





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

h1,
h2,
h3,
h4,
h5 {
   font-family: "Open Sans", sans-serif;
}
p {
   font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
}
.container-fluid
{
  max-width: 1800px;
  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-right {
  width: auto;
  height: auto;
  margin: 14px 0 0 0;
}
.top-right a  
{
  border: 5px solid #FFFFFF;
  background: #FFC540;
  border-radius: 10px;
  padding: 13px 25px;
  box-shadow: 2px 4px 4px 0px #00000040;
  text-decoration: none;
  color: #1A4393;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
}
.top-right a:hover 
{
  background: #1A4393;
  color: #fff;
}

.is-sticky .top-right {
  margin: 18px 0 0 0;
}


.banner {
  width: 100%;
  height: auto;
  position: relative;
  padding: 80px 0 0px 0;
  background: url(../images/banner-bg.webp) no-repeat;
  background-size: cover;
  min-height: 750px;
  overflow: hidden;
}
.bannerText {
  width: 100%;
  max-width: 740px;
  margin:0px 0 0 0;
  z-index: 99;
  position: relative;
}
.bannerText h1 {
  color: #1A4393;
  margin: 0 0 0px 0;
  font-weight: 700;
  font-size: 33px;
  line-height: 150%;
  z-index: 99;
  position: relative;
}
.bannerText h3 {
  color: #ED2224;
  font-weight: 700;
  font-size: 64px;;
  line-height: 150%;
  letter-spacing: 0%;
}

.cursor {
  display: inline-block;
  margin-left: 2px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}
.bnlogo
{
  margin: 0 0 30px 0;
}

.ladyPic {
  width: 900px;
  height: auto;
  position: absolute;
  right: 25%;
  bottom: 0;
  text-align: center;
}

.ladyPic img {
  width: auto;
  height: auto;
  max-width: 90%;
  margin: 0 0 -8px 0;
}
.relative
{
  position: relative;
}




.applyBtn
{
  width: auto;
  height: auto;
  margin: 0px 0 0 0;
}
.applyBtn a
{
  background: linear-gradient(90deg, #BF933A -26.04%, #FFF8AD -6.44%, #C79F47 8.46%, #F9EFA3 48.36%, #EAD888 62.19%, #DEC471 77.53%, #D9BC68 87.11%, #FFF8AD 100.52%, #C79F47 120.21%);
  padding:15px 40px;
  border-radius: 40px;
  color: #123985;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
}
.applyBtn a:hover  
{
  background: #123985;
  color: #fff;
}

.form
{
  width: 100%;
  height: auto;
  position: absolute;
  right: 90px;
  min-height: 550px;
  border-radius: 20px;
  max-width: 410px;
  top: 75px;
  text-align: center;
  padding: 30px 10px;
  scroll-margin-top: 120px;
  background: linear-gradient(90deg, #0F2F6D 0%, #2958A5 100%);
}
.form h4  
{
  color: #fff;
}

.heading
{
  margin: 0 0 40px 0;
  text-align: center;
}

.heading h3
{
  color: #1A4393;
  font-weight: 400;
  font-size: 48px;
  line-height: 150%;
}
.heading h4
{
  color: #EE3228;
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
}
.heading p
{
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 2%;
  max-width: 1400px;
  margin: 0px auto;
}
.postGradSection
{
  width: 100%;
  height: auto;
  background: url(../images/rainbow.webp) no-repeat right top; 
  padding: 60px 0;
}
.postgradInner
{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  text-align: center;
  margin-top: 70px;
}
.postIcon
{
  height: 100px;
}
.postIcon img  
{
  max-height: 90px;
}
.post p
{  
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #333333;
  letter-spacing: 1%;
}
.post p b
{
  font-style: italic;
  font-weight: 800;
}
.color-1
{
  color: #ED2224;
}
.color-2
{
  color: #FFC540;
}
.color-3
{
  color: #11AA4B;
}
.color-4
{
  color: #3D71BA;
}
.color-5
{
  color: #F68A1F;
}

.admissionSection
{
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.admissionInner
{
  width: 100%;
  height: auto;
  position: relative;
}
.line
{
  width: 100%;
  height: auto;
  text-align: center;
  margin: 100px 0 0 0;
}
.admissionInner p 
{
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #000;
  margin: 0 0 20px 0;
}
.admissionInner h5
{
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  text-align: right;
   background: linear-gradient(90deg, #0F2F6D 0%, #2958A5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.admIcon
{
  width: 150px;
  height: 150px;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 4px 4px 2px #00000040;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  margin: 0px auto;
}

.adm-1
{
  width: 100%;
  height: auto;
  max-width: 335px;
  position: absolute;
  top: 19px;
  left: 96px;
}
.adm-2
{
  width: 100%;
  height: auto;
  max-width: 360px;
  position: absolute;
  top: -49px;
  left: 41%;
}
.adm-3
{
  width: 100%;
  height: auto;
  max-width: 335px;
  position: absolute;
  top: 128px;
  left: 72%;
}

.experienceSection
{
  width: 100%;
  height: auto;
  padding: 100px 0 50px ;
}
.expInner
{
  width: 100%;
  height: auto;
  display: flex;
  padding: 20px;
  background: linear-gradient(80.86deg, #0F2F6D 36.37%, #2958A5 102.51%);
  border-radius: 30px;
  justify-content: space-between;
  gap: 30px;
}
.expRight
{
  width: 60%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 40px 20px;
}
.exp
{
   width: 50%;
   height: auto;
   margin: 0 0 30px 0;
   padding: 0 60px 0 0;
}
.exp h4 
{
  color: #FFC540;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin: 10px 0 0 ;
}
.exp p 
{
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.advantageSection
{
  width: 100%;
  height: auto;
  padding: 40px 0 50px;
}
.advantageInner
{
  display: flex;
  justify-content: space-between;
  gap: 100px;
  padding: 0 0 0 70px;
  margin: 0 0 70px 0;
}
.adv
{
  width: 90%;
  height: 150px;
  border: 3px solid #ED2224;
  position: relative;
  padding: 0 0 0 80px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.advIcon
{
  width: 100px;
  height: 110px;
  background: #fff;
  padding: 10px;
  position: absolute;
  left:-59px;
  top: 16px;
}
.adv p 
{
  color: #10316D;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin: 0;
}
.pathInner
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.path  
{
  width: 28%;
  height: auto;
  border: 3px solid #EE3228;
  background: #FFFFFF1A;
  border-radius: 20px;
  padding: 30px;
}
.path h4 
{
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.path p 
{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 30px 0;
}
.path ul
{
  padding: 0 0 0 20px;
}
.path ul li
{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.path:hover 
{
  background: linear-gradient(90deg, #0F2F6D 0%, #2958A5 100%);
  border: 3px solid #0F2F6D;
}
.path:hover h4, .path:hover p, .path:hover ul li
{
  color: #fff;
}

.campusSection
{
  width: 100%;
  height: auto;
  padding: 50px 0;
  background:url(../images/yellow-bg.webp) no-repeat;
  background-size: 100% auto;
  background-position: 0 44%;
}
.campusInner
{
  width: 100%;
  height: auto;
  background:url(../images/campus.webp) no-repeat center;
  min-height: 800px;
  background-size:cover;
  padding: 40px 50px ;
}
.campusInner .heading h3 
{
  color: #000;
}
.campusBottom
{
  display: flex;
  margin-top: 500px;
  justify-content: space-between;
  text-align: center;
  gap: 100px;
}
.camp
{
  width: 100%;
}
.campBox
{
  background: linear-gradient(90deg, #0F2F6D 0%, #2958A5 100%);
  min-height: 100px;
  padding: 20px 20px;
  border-radius: 20px;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  margin: 15px 0 0 0;
}

.slInner
{
  width: 100%;
  height: auto;
  background: #fff;
  padding: 50px 50px;
  margin: 100px 0 0 0;
}
.slInner .heading
{
  margin: 0 0 0px 0;
}
.sliderWrap {
  max-width: 100%;
  margin: auto;
  position: relative;
}
.campusSlider .item {
  width: 100%;
  margin:50px 0px 0 0;
}
.campusSlider .item p
{
  font-weight: 600;
  font-style: Italic;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #1A4393;
  margin: 0 0 20px 0;
  visibility: hidden;
}

.campusSlider .owl-item.active.center .item p
{
 visibility: visible;
}
.facultyInner
{
  width: 100%;
  height: auto;
  padding: 0 20px;
}


.campusSlider .item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
}

/* Scale effect */
.campusSlider .owl-item {
  transform: scale(0.95);
  transition: all 0.4s ease;
  opacity: 0.6;
}

.campusSlider .owl-item.center {
  transform: scale(1.1);
  opacity: 1;
  z-index: 99;
   margin:0px 0 0;
}
.campusSlider .owl-item.center .item img
{
  height: 550px;
}

/* Nav arrows */
.campusSlider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent; !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.campusSlider .owl-nav button span 
{
  display: none;
}

.campusSlider .owl-nav .owl-prev {
  left: -30px;
  background: url(../images/left.webp) no-repeat !important;
  background-size: 50px;
}
.campusSlider .owl-nav .owl-prev:hover {
  left: -30px;
  background: url(../images/left-hv.webp) no-repeat !important;
  background-size: 50px;
}

.campusSlider .owl-nav .owl-next {
  right: -30px;
  background: url(../images/right.webp) no-repeat !important;
  background-size: 50px;
}
.campusSlider .owl-nav .owl-next:hover {
  right: -30px;
  background: url(../images/right-hv.webp) no-repeat !important;
  background-size: 50px;
}

.facultySection
{
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
}
.facultyDec
{
  text-align: center;
  border: 1px solid #F16522;
  padding: 20px 15px;
  border-radius: 0 0 10px 10px;
  border-width: 0 1px 1px 1px;
}
.facultyDec h5 
{
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
}
.facultyDec p
{
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
.or .facultyDec
{
  border-color: #F16522;
}
.yl .facultyDec
{
  border-color: #FFC540;
}
.gr .facultyDec
{
  border-color: #11AA4B;
}
.bl .facultyDec
{
  border-color: #3D71BA;
}

/* Nav arrows */
.facultySection .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent; !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.facultySection .owl-nav button span 
{
  display: none;
}

.facultySection .owl-nav .owl-prev {
  left: 0px;
  background: url(../images/left.webp) no-repeat !important;
  background-size: 50px;
}
.facultySection .owl-nav .owl-prev:hover {
  left: 0px;
  background: url(../images/left-hv.webp) no-repeat !important;
  background-size: 50px;
}

.facultySection .owl-nav .owl-next {
  right: 0px;
  background: url(../images/right.webp) no-repeat !important;
  background-size: 50px;
}
.facultySection .owl-nav .owl-next:hover {
  right: 0px;
  background: url(../images/right-hv.webp) no-repeat !important;
  background-size: 50px;
}

.testimSection
{
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.tstbg
{
  position: absolute;
  left:-200px;
  top: -70px;
  max-width: 450px;
}

.testFl
{
  width: 100%;
  height: auto;
  padding: 0px;
  background: #F68A1F;
  box-shadow: 2px 4px 10px 0px #00000020;
  height: auto;
  border-radius: 32px;
  margin: 40px auto;
  max-width: 400px;
  min-height: 300px;
  transform: rotate(-15deg);
}
.test
{
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  min-height: 300px;
  text-align: center;
  transform: rotate(15deg);
  box-shadow: 2px 4px 10px 0px #00000040;
}
.test h5 
{
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.test p 
{
  font-weight: 400;
  font-size:16px;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.testFl.grn
{
  background:#5FA25B ;
}
.testFl.ble
{
  background:#3D71BA ;
}

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


.accordion {
  max-width: 100%;
  margin: 20px auto;
}

.acc-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #07038D;
}

.acc-header {
  padding: 40px 25px 18px 120px;
  background: #1d3f91;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.hat
{
  position: absolute;
  left: 25px;
  top: 55px;
}
.hat img 
{
  filter: brightness(0) saturate(100%) invert(100%);
}
.mn
{
  padding: 0 0 0 20px ;
}
.mn h2
{
  font-weight: 700;
  font-style: Italic;
  font-size: 50px;
  line-height: 150%;
  letter-spacing: 0%;
}
.mn h3
{
  font-weight: 600;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}



.acc-item.active .acc-header
{
  background: #fff;
  color: #1A4393;
}
.acc-item.active .acc-header .hat img
{
  filter: brightness(100%) saturate(100%) invert(0);
}

.acc-body {
  display: none;
  padding: 0px 0;
  background: #1d3f91;
}
.adtext
{
  padding: 30px 80px;
}
.adtext h4
{
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 1%;
  color: #fff;
  margin: 0 0 20px 0;
}
.adtext ul li
{
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 1%;
  color: #fff;
  list-style: none;
  padding: 0 0 0 30px;
  background: url(../images/bult.webp) no-repeat;
  background-position: 0 6px;
  margin: 0 0 20px 0;
}
.adtext ul li:last-child
{
  margin: 0 0 5px 0;
}


.acc-item.active .acc-body {
  display: block;
}

.vertical-tabs {
  display: flex;
  border-radius:0 0 10px 10px;
}

.vtab-links {
  width: 37%;
  background: #fff;
  padding: 0 0 20px 135px;
  position: relative;
}
.vtab-links:before 
{
  content: "";
  left: 60px;
  top: -50px;
  width:1px;
  height: 100%;
  background: #1A4393;
  position: absolute;
}

.vtab {
  width: 100%;
  padding: 15px 0;
  border: none;
  text-align: left;
  cursor: pointer;
  background: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #000000;
  position: relative;
}

.vtab.active {
  color: #ED2224;
  font-style: italic;
}
.vtab.active:before
{
  width: 50px;
  height: 1px;
  content: "";
  background: #1A4393;
  position: absolute;
  left:-75px;
  top: 30px;
  z-index: 9;
}
.vtab.active:after
{
   width: 15px;
  height: 15px;
  content: "";
  background: #F68A1F;
  border-radius: 50%;
  position: absolute;
  left: -32px;
  top: 24px;
  z-index: 9;
}

.vtab-content {
  width: 63%;
  padding: 0px 0 20px 50px;
  background: #fff;
  position: relative;
}

.vtab-pane {
  display: none;
}

.vtab-pane.active {
  display: block;
}

.info-row {
  display: flex;
  gap: 40px;

}
.info-1
{
  width: 100%;
  height: auto;
  position: relative;
}
.info-2
{
  width: 100%;
  height: auto;
  position: relative;
}
.info-3
{
  width: auto;
  height: auto;
  min-width: 120px;
  position: relative;
}
.info-1:before, .info-2:before
{
  content: "";
  position: absolute;
  right: 0;
  height: 3px;
  background: #3D71BA;
  width: calc(100% - 100px);
  top: 50px;
}
.info-1:after, .info-2:after
{
  width: 20px;
  height: 20px;
  content: "";
  background: #F68A1F;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: 41px;
}

.infoIcon
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #10316D;
  margin: 0 0 30px 0;
  text-align: center;
  padding: 10px 0 0 0;
}
.infoIcon img 
{
  max-width: 80px;
  margin: 0px auto;
}
.infoDec
{
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
}
.infoDec h4 
{
  color: #1A4393;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.infoDec p
{
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.arrow
{
  width: 49px;
  height: 49px;
  background: url(../images/down.webp) no-repeat;
  background-size: 100%;
}
.acc-item.active .arrow
{
  background: url(../images/up.webp) no-repeat;
  background-size: 100%;
}





footer
{
  width: 100%;
  height: auto;
  padding: 100px 0 0 0;
  position: relative;
  margin-bottom: -5px;
}
.ftPic
{
  width: 100%;
  height: auto;
  text-align: center;
}
.ftLeft
{
  width: auto;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.ftRight
{
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.aplyBtn
{
  width: 100%;
  height: auto;
  margin: 40px 0 -50px 0;
  text-align: center;
  z-index: 9;
  position: relative;
}
.aplyBtn a  
{
  border: 5px solid #FFFFFF;
  background: #FFC540;
  border-radius: 10px;
  padding: 13px 25px;
  box-shadow: 2px 4px 4px 0px #00000040;
  text-decoration: none;
  color: #1A4393;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
}
.aplyBtn a:hover 
{
  background: #1A4393;
  color: #fff;
}



.last-footer
{
  width: 100%;
  height: auto;
  padding: 15px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  background: linear-gradient(90deg, #0F2F6D 0%, #2958A5 100%);
  text-align: center;
}
.last-footer span 
{
  float: right;
}
.last-footer span a 
{
  color: #123985;
  text-decoration: none;
  padding: 0 5px;
}
.last-footer span a:hover 
{
  color: #000;
}

.mbBtn
{
  width: 100%;
  height: auto;
  background: #fff;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.mbBtn a
{
  border: 5px solid #FFFFFF;
  background: #FFC540;
  border-radius: 2px;
  padding: 13px 25px;
  box-shadow: 2px 4px 4px 0px #00000040;
  text-decoration: none;
  color: #1A4393;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  display: block;
  text-align: center;
  cursor: pointer;
}
.mbBtn a:hover
{
  background: #1A4393;
  color: #FFC540;
}
.admissionMobile
{
  display: none;
}
.pathInnerSl
{
  display: none;
}


.thankSection {
    width: 100%;
    height: 100vh;
    padding: 0px 0;
    text-align: center;
    background: url(../images/thankyou-bgn.webp) no-repeat center;
    background-size: cover;
}
.thankInner
{
  width: 100%;
  height: auto;
  padding: 200px 20px 0;
  float: left;
}
.thankInner h5
{
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #B6A54B;
  margin: 20px 0 0 0;
}




.thankInner h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    margin: 0px 0 10px 0;
    background: linear-gradient(180deg, #1A4393 0%, #08152D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.thankInner h5 {
    font-weight: 600;
    font-size: 28px;
    line-height: 150%;
    color: #000000;
    margin: 0px 0 40px 0;
}
.thankInner h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    color: #0F408F;
    margin: 0px 0 10px 0;
}
.thankInner p {
    font-weight: 600;
    font-size: 28px;
    line-height: 150%;
    color: #000000;
    margin: 0px 0 40px 0;
}