.about .innerBannerText h1
{
  max-width: 871px;
}
.about-institute
{
  width: 100%;
  height: auto;
  padding: 50px 0 180px;
  position: relative;
  background: url(../assets/images/about/abt-ins-bg.webp) no-repeat;
  background-size:100% auto;
}
.aboutInsPic
{
  width: 100%;
  height: auto;
  text-align: center;
}
.aboutInsPic img 
{
  max-width: 100%;
}
.aboutInsTop
{
  width: 100%;
  height: auto;
  background: url(../assets/images/about/about-bg-2.webp) no-repeat;
  background-size:100% auto;
  min-height: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 250px;
  padding: 230px 100px 0;
}
.aboutInsTopIcon
{
  width: 204px;
  height: 204px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 0px 74.86px 0px #223D711A;
  position: absolute;
  left: 0;
  right: 0;
  margin:0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutInsTopLeft
{
  min-width: 565px;
  max-width: 565px;
}
.aboutInsTopLeft h2
{
  color: #002874;
  font-size: 48px;
  line-height: 120%;
  font-weight: 600;
}
.aboutInsTopRight
{
  width: 100%;
  max-width: 41%;
}
.aboutInsTopRight p
{
  color: #141414;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}
.ourVission
{
  width: 100%;
  height: auto;
  background: url(../assets/images/about/abt-ins-round.webp) no-repeat;
  background-size:100% auto;
  min-height: 650px;
  position: relative;
}
.ourVissionInner
{
  width: 100%;
  height: auto;
  max-width: 800px;
  text-align: center;
  margin: 0px auto;
  padding: 200px 0 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.ourVissionInner h3
{
  color: #223D71;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  margin: 0 0 30px 0;
}
.ourVissionInner p
{
  color: #223D71;
  font-size: 32px;
  line-height: 150%;
  font-weight: 500;
}
.ourVissonPic
{
  width: 550px;
  height: 550px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
}
.ourVissonPic img  
{
  max-width: 200%;
  width: 200%;
  margin-left:-50% ;
  margin-top: -100px;
  opacity: 0.5;
}
.ourMission
{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 0 100px 0;
}
.ourMission h3
{
  color: #223D71;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  margin: 0 0 30px 0;
}
.misionFl
{
  width: 100%;
  box-shadow: 0px 0px 13.6px 0px #0000001F;
  background: #FFFFFF;
  border-radius: 27px;
  max-width: 99%;
  margin: 10px auto;
  padding: 20px;
}
.missionIcon
{
  width: 100%;
  height: 170px;
  background: #F2F9FF;
  backdrop-filter: blur(9.300000190734863px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 19px;
}
.missionIcon span 
{
   width: 115px;
   height: 115px;
   box-shadow: 0px 0px 43.3px 0px #223D711A;
   background: #FFFFFF4D;
   border-radius: 106px;
   display: flex;
  justify-content: center;
  align-items: center;
}


.missionText
{
  width: 100%;
  height: auto;
  min-height: 140px;
  padding: 20px 0 0 0;
}
.missionText p 
{
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  margin: 0;
  background: linear-gradient(180deg, #2E5298 0%, #002263 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* for better browser support */
  background-clip: text;
  color: transparent;
}
.missionSl
{
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 0 0 70px;
}
/* Navigation Wrapper */
.missionNav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  width: auto;
  position: absolute;
  top: -104px;
  right: 87px;
}

/* Arrow Buttons */
.mission-prev,
.mission-next {
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background: #1f3b73;
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pagination Dots */
.mission-pagination {
  display: flex;
  gap: 2px;
}

/* Default dot */
.missionSl .mission-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #1f3b73;
  opacity: 1;
}

/* Active dot */
.missionSl .mission-pagination .swiper-pagination-bullet-active {
  background: #1f3b73 !important;
}

/* Hover */
.mission-prev:hover,
.mission-next:hover {
  background: #002263;
}


.aboutManagement
{
  position: relative;
  width: 100%;
  height: auto;
  padding: 70px 0;
  background: #fff url(../assets/images/about/management-bg.webp) repeat-y;
  background-size: 100%;
}

.amFlx
{
  display: flex;
  gap: 50px;
}
.amRight
{
  min-width: 707px;
}
.amLeft h2
{
  font-size: 48px;
  line-height: 100%;
  margin: 0 0 30px 0;
  font-weight: 500;
  color: #223D71;
}
.amLeft p
{
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 20px 0;
  font-weight: 400;
  color: #555555;
}
.awardSl
{
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
  text-align: center;
}

.awardSl .missionText p
{
  font-size: 20px;
}
.awardNav
{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0 0;
  align-items: center;
}
.award-prev, .award-next
{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #223D71;
  min-height: 50px;
  min-width: 50px;
  border: 1px solid #223D71;
}
.award-prev:hover, .award-next:hover
{
  background:#C62E34 ;
  border: 1px solid #C62E34;
}
.awardSl .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{
  border: 1px solid #223D71;
}
.awardSl .swiper-pagination-bullets.swiper-pagination-horizontal
{
  width: auto;
}
.awardSl .swiper-pagination-bullet-active {
  background: #223D71 !important;
}




/************ leadership page start ************/

.leadershipSec
{
  position: relative;
  width: 100%;
  height: auto;
  padding: 70px 0;
  background: #fff url(../assets/images/about/management-bg.webp) repeat-y;
  background-size: 100%;
}
.heading h2
{
  color: #223D71;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px 0;
}
.heading p
{
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin: 0 0 20px 0;
}

.leadershipPic
{
  width: 100%;
}
.leadershipPic img
{
  width: 100%;
}
.leadershipTabSec
{
  width: 100%;
  height: auto;
  position: relative;
}
.ltabs
{
  background: #F9F9F9;
  border: 1px solid #ADADAD;
  border-radius: 30px;
  position: relative;
  margin-top: -57px;
}




/* Tabs */
.ltab-buttons {
  display: flex;
  gap: 10px;
  width: 100%;
  height: auto;
  max-width: 1150px;
  justify-content: space-between;
  box-shadow: 0px 0px 14px 0px #00000040;
  border: 1px solid #BEBEBE;
  background: #fff;
  border-radius: 20px;
  padding:12px 12px;
  margin: -40px auto 0px;
}

.ltab-btn {
  padding: 10px 20px;
  border: 1px solid #223D71;
  background: #fff;
  cursor: pointer;
  border-radius: 15px;
  width: 100%;
  color: #223D71;
  font-family: var(--font-inter);
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  text-transform: uppercase;

}

.ltab-btn.active {
  background: linear-gradient(180deg, #C52F32 0%, #5F1718 100%);
  color: #fff;
  border: 1px solid #fff;
}

/* Tab Content */
.ltab-content {
  display: none;
  padding: 20px 20px 0;
}
.ltab-content h3 
{
  font-size: 32px;
  line-height: 150%;
  font-weight: 500;
  color: #223D71;
  margin: 0 0 0px 0;
}
.ltab-content p 
{
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  color: #223D71;
  margin: 0 0 10px 0;
}
.ltab-content ul
{
  padding: 0 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.ltab-content ul li 
{
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  color: #223D71;
  margin: 0 0 10px 0;
}

.ltab-content.active {
  display: block;
}

/* Accordion */
.accordion {
  margin: 20px 0 20px 0;
}

.acc-item {
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.acc-item:before
{
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../assets/images/about/down.webp) no-repeat;
  width: 16px;
  height: 10px;
}
.acc-item.active:before
{
  rotate: 180deg;
}

.acc-header {
  background: linear-gradient(180deg, #C52F32 0%, #5F1718 100%);
  color: #fff;
  padding: 12px;
  cursor: pointer;
  font-family: var(--font-inter);
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
}

.acc-body {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.acc-body p 
{
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #555555;
  margin: 0 0 10px 0;
}

.acc-item.active .acc-body {
  display: block;
}
.ltabFlx
{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  min-height: 650px;
}
.ltabLeft
{
  width: 64%;
}
.ltabRight
{
  width: 32%;
  text-align: center;
  position: relative;
}
.ltabRight img 
{
  max-width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}


/************ leadership page End ************/

/************ Board page start ************/
.boardSec
{
  position: relative;
  width: 100%;
  height: auto;
  padding: 70px 0;
  background: #fff url(../assets/images/about/management-bg.webp) repeat-y;
  background-size: 100%;
}
.boardFlx
{
  display: flex;
  gap:50px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.boardBtn
{
  width: 100%;
  height: auto;
  margin: 22px 0 60px 0;
}
.boardBtn a
{
  padding: 20px 30px;
  border: 1px solid #223D71;
  background: #fff;
  cursor: pointer;
  border-radius: 15px;
  color: #223D71;
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
.boardBtn a.active
{
  border: 1px solid #C52F32;
  background:#C52F32;
  color: #fff;
}
.boardBtn a:hover
{
  border: 1px solid #C52F32;
  background:#C52F32;
  color: #fff;
}

.boardLeft
{
  width: 100%;
}
.boardRight
{
  width: 100%;
  text-align: right;
}
.boardSec h2
{
  font-size: 48px;
  line-height: 100%;
  font-weight: 500;
  color: #223D71;
  margin: 0 0 25px 0;
}
.boardSec p
{
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #555555;
  margin: 0 0 20px 0;
}
.boardSec h3
{
  font-size: 32px;
  line-height: 100%;
  font-weight: 600;
  color: #223D71;
  margin: 0 0 30px 0;
}

.mcomitee
{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mcomiteeList
{
  width: 16%;
  min-height: 100px;
  border-radius: 12px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  padding: 10px 10px 10px 25px;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0 0 5px 0;
}
.mcomiteeList h5
{
  color: #1E1E1E;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin: 0;
  position: relative;
}
.mcomiteeList h5:before
{
  content: "";
  width: 6px;
  height: 6px;
  background: #1E1E1E;
  position: absolute;
  left: -15px;
  top: 11px;
  border-radius: 50%;
}
.mcomiteeList h5 span
{
  display: block;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}

.boardSec2
{
  width: 100%;
  height: auto;
  padding: 70px 0 120px;
  background: #00266f url(../assets/images/about/board-bg-2.webp) no-repeat;
  background-size:auto 100%;
  background-position: 0 0;
  overflow: hidden;
}
.boardSec2Inner
{
  width: 100%;
  height: auto;
  max-width: 850px;
  float: right;
}
.boardSec2Inner h4
{
  font-size: 32px;
  line-height: 150%;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
}
.boardSec2InnerList
{
  background: #00000033;
  border: 1px solid #FFFFFF66;
  backdrop-filter: blur(40px);
  border-radius: 20px;
  padding: 30px;
  
}
.boardSec2InnerList ul 
{
  padding: 0 0 0 20px;
  max-height: 500px;
  overflow-y: auto;
}
.boardSec2InnerList ul li 
{
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 7px 0;
}
.extra {
  display: none;
}
.boardSec2InnerList button
{
  background: transparent;
  border: 2px solid #fff;
  font-size: 18px;
  line-height: 170%;
  font-weight: 700;
  color: #FFFFFF;
  border-width: 0 0 2px 0;
  cursor: pointer;
}
.boardSec2InnerList button:hover
{
  color: #C52F32;
}

.boardSec3
{
  width: 100%;
  height: auto;
  padding: 0px 0;
  position: relative;
}
.boardSec3Inner
{
  background: #F9F9F9;
  border-radius: 60px 60px 0 0;
  padding: 30px;
  width: 100%;
  height: auto;
  margin-top: -60px;
}
.boardSec3Inner h3
{
  font-size: 48px;
  line-height: 150%;
  font-weight: 700;
  color: #223D71;
  margin: 0 0 30px 0;
  text-align: center;
}
.boardSec3List
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #AAAAAA;
  margin-bottom: 40px;
}
.boardSec3Box
{
  width:50%;
  line-height: 130%;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  padding: 20px 20px 20px 30px;
  border:1px solid #AAAAAA;
  border-width: 0 1px 1px 0;
  position: relative;
}

.boardSec3Box:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1E1E1E;
  position: absolute;
  left: 13px;
  top: 28px;
  border-radius: 50%;
}
.boardSec3Box:nth-child(even)
{
  border-width: 0 0px 1px 0;
}
.boardSec3Box:last-child
{
  border-width: 0 0px 0px 0;
  width: 100%;
}


/************ Board page End ************/

/************ Campus page Start ************/

.campusSec-1
{
  position: relative;
  width: 100%;
  height: auto;
  padding: 70px 0 0;
  background: #fff url(../assets/images/about/management-bg.webp) repeat-y;
  background-size: 100%;
}
.cs1Flx
{
  display: flex;
  gap:50px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cs1Left
{
  width: 100%;
  height: auto;
}
.cs1Right
{
  width: 100%;
  padding: 100px 0 0 0;
}
.cs1Right h2
{
  font-size: 48px;
  line-height: 100%;
  font-weight: 600;
  color: #223D71;
  margin: 0 0 30px 0;
}
.cs1Right p
{
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #555555;
  margin: 0 0 20px 0;
}
.cs1Pic
{
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -300px;
}





.campusSec-2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 120px 0 70px;
  background: #fff url(../assets/images/about/management-bg.webp) repeat-y;
  background-size: 100%;
}

.campusWrapper {
  position: relative;
  padding-bottom: 00px;
  transition: all 0.3s ease;
}

.campus {
  display: flex;
  box-shadow: 0px 0px 14px 0px #00000040;
  border: 1px solid #CDCDCD;
  background: #F9F9F9;
  padding: 70px 50px;
  gap: 70px;
  border-radius: 0 60px 60px 60px;
  margin-bottom: 150px;
  position: sticky;
  top: 120px; /* adjust based on header */
  z-index: 1;
}
.campus:nth-child(1) { z-index: 1; top: 120px; }
.campus:nth-child(2) { z-index: 2; top: 140px; }
.campus:nth-child(3) { z-index: 3; top: 160px; }
.campus:nth-child(4) { z-index: 4; top: 180px; }
.campus:nth-child(5) { z-index: 5; top: 200px; }
.campus:nth-child(6) { z-index: 6; top: 220px; }

.campus:last-child
{
  margin-bottom: 0px;
}
.campusSec-2,
.container-custom,
.campusWrapper {
  overflow: visible;
}


/* Ensure the container allows for the scroll height */

.campusPic
{
  width: 100%;
}
.campusPic img 
{
  border-radius: 20px;
}
.campusText
{
  width: 100%;
  padding: 40px 0 0 0;
}
.campusText h3 
{
  font-size: 32px;
  line-height: 100%;
  font-weight: 700;
  color: #223D71;
  margin: 0 0 30px 0;
}
.campusText p
{
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #555555;
  margin: 0 0 20px 0;
}
.custom-box
{
  width: 400px;
  height: 100px;
  position: absolute;
  left: -7px;
  top: -90px;
  background:url(../assets/images/about/rec.webp) no-repeat;
  background-size: 100%;
  color: #000000;
  font-size: 46px;
  font-weight: 700;
  padding: 30px 0 0 50px;
}



.campusSec-2-mobile {
  position: relative;
  width: 100%;
  height: auto;
  padding: 70px 0 70px;
  background: #fff url(../assets/images/about/management-bg.webp) repeat-y;
  background-size: 100%;
  display: none;
}

.campusMob {
  display: flex;
  box-shadow: 0px 0px 14px 0px #00000040;
  border: 1px solid #CDCDCD;
  background: #F9F9F9;
  padding: 70px 50px;
  border-radius: 0 60px 60px 60px;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}






/************ Campus page End ************/


/************ Award page Start ************/

.ranking {
  position: relative;
  padding: 130px 0 50px;
  background: #fff url(../assets/images/about/management-bg.webp) repeat-y;
  background-attachment:fixed ;
  background-size: 100%;
}
.wrapper {
  display: flex;
  width: 100%;
  margin: auto;
  gap: 120px;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  position: relative;
}

/* THIS FIXES SCROLL */
.right {
  width: 50%;
}

.item {

  opacity: 0.1;
  transition: 0.1s;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0 30px 0;
}

.item.active {
  opacity: 1;
}

/* LEFT SIDE */
.left {
  width: 50%;
  position: relative;
}
.leftText
{
  position: absolute;
  left: 0;
  width: auto;
  top: 145px;
  color: #000000;
  font-weight: 500;
  font-size: 64px;
  line-height: 150%;
}

.circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2f5597, #0b2c6a);
  position: relative;
  overflow: hidden;
  margin: auto;
}

/* YEARS STACK (IMPORTANT) */
.circle .year {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 40px;
  opacity: 0;
  transition: all 0.6s ease;
  color: #fff;
  font-weight: 700;
}

/* ACTIVE CENTER */
.circle .year.active {
  font-size: 70px;
  opacity: 1;
  transform: translateY(150px);
}

/* ABOVE */
.circle .year.prev {
  transform: translateY(60px);
  opacity: 0.4 !important;
}

/* BELOW */
.circle .year.next {
  transform: translateY(290px);
  opacity: 0.4 !important;
}
.awFull
{
  width: 100%;
  height: auto;
  margin: 0 0 40px 0;
}
.awIcon
{
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.awText
{
  width: 100%;
  height: auto;
  color: #223D71;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
}
/* optional button disabled look */
.arw button:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.arw
{
  position: absolute;
  width: 60px;
  height: 300px;
  right: 0;
  top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.arw button
{
  width: 60px;
  height: 60px;
  background: #223D71;
  border: none;
  border-radius: 50%;
}
.arw button:hover
{
  background: #C62E34;
}

/****** Award page end *******/

/****** About stuff start ******/
 .about-stuff-1
 {
  width: 100%;
  height: auto;
  padding: 70px 0;
 }

.about-stuff-1 h2 {
  color: #223D71;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  margin: 0 0 30px 0;
}
.line
{
  width: 100%;
  height: 1px;
  background: #C9C9C9;
  margin: 20px 0 40px;
}
.stuffSl
{
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
}
.stafFull
{
  width: 100%;
  height: auto;
}
.stufPic
{
  width: 100%;
  height: auto;
  border: 1px solid #C9C9C9;
  background: #fff;
  padding: 5px 5px 3px;
  border-radius: 20px;
  margin: 0 0 20px 0;
}
.stufPic img 
{
  width: 100%;
}
.stafText
{
  width: 100%;
  height: auto;
  text-align: center;
}
.stafText h5
{
  color: #1E1E1E;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  margin: 0 0 15px 0;
}
.stafText p
{
  color: #1E1E1E;
  font-weight:400;
  font-size: 16px;
  line-height: 100%;
  margin: 0 0 0px 0;
}
.ofcPic
{
  width: 100%;
  height: auto;
}
.ofcPic img
{
  max-width: 100%;
  height: auto;
}

.stuffNav1, .stuffNav2, .stuffNav3, .stuffNav4, .stuffNav5, .stuffNav6, .stuffNav7, .stuffNav8, .campusNav
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.stuff-prev1, .stuff-next1, .stuff-prev2, .stuff-next2, .stuff-prev3, .stuff-next3, .stuff-prev4, .stuff-next4, .stuff-prev5, .stuff-next5, .stuff-prev6, .stuff-next6, .stuff-prev7, .stuff-next7, .stuff-prev8, .stuff-next8, .campus-prev, .campus-next
{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #223D71;
  min-height: 50px;
  min-width: 50px;
  border: 1px solid #223D71;
}
.stuff-prev1:hover, .stuff-next1:hover, .stuff-prev2:hover, .stuff-next2:hover, .stuff-prev3:hover, .stuff-next3:hover, .stuff-prev4:hover, .stuff-next4:hover, .stuff-prev5:hover, .stuff-next5:hover, .stuff-prev6:hover, .stuff-next6:hover, .stuff-prev7:hover, .stuff-next7:hover, .stuff-prev8:hover, .stuff-next8:hover, .campus-prev:hover, .campus-next:hover
{
  background:#C62E34 ;
  border: 1px solid #C62E34;
}


/****** About stuff end ******/


/* Media Query Start */

@media screen and (max-width: 1750px)
{
  .innerBannerText
  {
    max-width: 90%;
  }
  .aboutInsTop
  {
    background-size: 100% 100%;
    min-height: 600px;
  }
  .aboutInsTopRight p
  {
    font-size: 16px;
  }
  .ourVissionInner
  {
     max-width: 600px;
  }
  .ourVissionInner p
  {
    font-size: 26px;
  }
  .ourVissionInner h3, .ourMission h3, .heading h2, .boardSec h2, .boardSec3Inner h3, .cs1Right h2
  {
    font-size: 40px;
  }
  .amLeft p, .boardSec p, .cs1Right p
  {
    font-size: 17px;
  }
  .mcomiteeList h5
  {
    font-size: 18px;
  }
  .mcomiteeList h5 span
  {
    font-size: 14px;
  }
  .boardSec2Inner
  {
    max-width: 55%;
  }
  .awText
  {
    font-size: 18px;
  }
  .awFull
  {
    margin: 0 0 20px 0;
  }
  .awIcon {
    margin: 0 0 10px 0;
  }
  .circle
  {
    margin: 0 0 0 34%;
  }
  .campusText {
    padding: 0px 0 0 0;
  }

  
}
@media screen and (max-width: 1630px)
{
  .aboutInsTopLeft h2
  {
    font-size: 42px;
  }
  .aboutInsTop
  {
    gap: 250px;
  }
  .missionText p
  {
    font-size: 22px;
  }
  .amRight {
    min-width: auto;
    width: 70%;
    margin: 70px 0 0 0;
  }
  .amLeft
  {
    width: 100%;
  }
  .amLeft h2
  {
    font-size: 40px;
    margin: 0 0 20px 0;
  }
  .acc-body p, .boardSec p, .cs1Right p {
    font-size: 16px;
  }
  .mcomiteeList
  {
    width: auto;
    min-height: 70px;
    border-radius: 10px;
  }
  .boardSec2InnerList ul li
  {
    font-size: 16px;
  }
  .boardSec2Inner h4 {
    font-size: 30px;
  }
  .boardSec2Inner {
    max-width: 50%;
  }
  .boardSec3Box
  {
    padding: 10px 10px 10px 30px;
    font-size: 16px;
  }
  .boardSec3Box::before
  {
    top: 19px;
  }
  .awText {
    font-size: 16px;
  }

}
@media screen and (max-width: 1550px)
{
  .aboutInsTop
  {
    gap: 160px;
    padding: 230px 50px 0;
  }
  .aboutInsTopIcon
  {
    width: 160px;
    height: 160px;
    top: 300px;
  }
  .aboutInsTopIcon img 
  {
    max-width: 55%;
  }
  .ourVissonPic img {
    margin-top: -130px;
  }
  .ourVissionInner
  {
    padding: 140px 0 0 0;
  }
  .ourVission
  {
    min-height: auto;
  }
  .amLeft p, .heading p {
    font-size: 16px;
  }
  .boardSec2
  {
    background-position: -200px 0;
  }
  .boardSec2Inner h4 {
    font-size: 28px;
  }
  .boardSec3Inner h3, .cs1Right h2
  {
    font-size: 36px;
  }
  .cs1Pic {
    margin-top: -200px;
  }
  .campus
  {
    gap: 30px;
    padding: 40px 40px;
    border-radius: 0 20px 20px 20px;
  }
  .campusText h3 {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
  .campusText p {
    font-size: 16px;
  }

}
@media screen and (max-width: 1400px)
{
  .aboutInsTopRight p {
    font-size: 15px;
  }
  .aboutInsTopLeft h2, .heading h2, .boardSec h2 {
    font-size: 36px;
  }
  .aboutInsTopLeft {
    min-width: 0;
    max-width: 40%;
  }
  .aboutInsTop {
    min-height: 550px;
  }
  .aboutInsTop
  {
    padding: 220px 50px 0;
  }
   .aboutInsTopIcon {
    top: 274px;
  }
  .missionText p, .awardSl .missionText p
  {
    font-size:18px;
  }
  .missionSl
  {
    padding: 0 0 0 40px;
  }
  .missionNav
  {
    right: 57px;
  }
  .ourVissionInner {
    padding: 170px 0 0 0;
  }
  .ourVissonPic
  {
    height: auto;
  }
   .ourVission {
    min-height: auto;
    background-position: 0 48%;
  }
  .leadershipSec
  {
    padding: 40px 0;
  }
  .ltabs
  {
    margin-top: -20px;
  }
  .ltab-btn
  {
    font-size: 18px;
    border-radius: 10px;
  }
  .ltab-buttons
  {
    border-radius: 10px;
  }
  .ltab-content p, .ltab-content ul li {
    font-size: 16px;
  }
  .boardBtn
  {
    margin: 22px 0 40px 0;
  }
  .boardSec
  {
    padding: 50px 0;
  }
  .boardSec2InnerList
  {
    padding: 22px 20px;
  }
  .cs1Right {
    padding: 10px 0 0 0;
  }
  .cs1Right p
  {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px)
{
  
  .aboutInsTop {
    padding: 0px 50px 50px;
    position: relative;
    background: #F2F9FF;
    min-height: auto;
    gap: 0;
    flex-wrap: wrap;
    margin-top: -50px;
  }
  .aboutInsTopIcon {
    position: relative;
    top: -80px;
  }
  .aboutInsTopLeft
  {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
  .aboutInsTopRight
  {
    max-width: 100%;
  }
  .about-institute
  {
    padding: 50px 0 0px;
  }
  .aboutInsTopRight p {
    font-size: 16px;
    line-height: 150%;
  }
  .missionNav {
    position: relative;
    top: 0;
    right: 0;
    width: 300px;
    margin: 30px auto 0;
  }
  .ourVissionInner p {
    font-size: 20px;
  }
  .amFlx {
    gap: 0;
    flex-wrap: wrap;
  }
  .amRight {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }
  .ltabLeft
  {
    width: 100%;
  }
  .ltabRight
  {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .ltabRight img 
  {
    max-width: 100%;
    position: relative;
  }
  .ltab-content p {
    font-size: 16px;
  }
   .ltabs {
    margin-top: 0;
  }
  .ltab-buttons
  {
    margin: 0px auto 0px;
    max-width: 100%;
  }
  .boardRight {
     margin: 0px 0 0 0;
     text-align: center;
  }
  .boardFlx
  {
    flex-wrap: wrap;
    gap: 0;
  }
  .boardSec
  {
    padding: 30px 0;
  }
  .boardSec3Inner h3, .cs1Right h2
  {
    font-size: 32px;
  }
  .leftText
  {
    position: relative;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    margin: 0 0 20px 0;
    font-size: 36px;
  }
  .circle {
    margin: 0 auto 0;
  }
  .ranking
  {
    padding: 70px 0 50px;
  }
  .item
  {
    padding: 40px 0 30px 0;
  }
  .left
  {
   width: 40%;
  }
  .right {
    width: 60%;
  }
  .cs1Flx {
    gap: 0px;
    flex-direction: column-reverse;
  }
  .cs1Left
  {
    text-align: right;
  }
  .cs1Pic {
    margin-top: -250px;
  }
  .campusSec-1
  {
    padding: 30px 0 0;
  }
  .campus
  {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 991px){
  .boardSec2 {
    background:#00266f;
    padding: 40px 0 100px;
  }
  .boardSec2Inner {
    max-width: 100%;
  }
  .circle {
    width: 100%;
    height: 300px;
  }
  .ranking .circle .year.active
  {
    font-size: 45px;
    transform: translateY(115px) !important;
  }
  .circle .year
  {
    font-size: 30px;
  }
  .circle .year.prev {
    transform: translateY(42px) !important;
  }
  .circle .year.next
  {
    transform: translateY(200px) !important;
  }
  .cs1Left img
  {
     max-width: 450px;
  }
  .cs1Pic {
    margin-top: -188px;
  }
  
}
@media screen and (max-width: 881px)
{
  .ourVissonPic {
    max-height: 600px;
    overflow: hidden;
  }
  .ourVissonPic img {
    max-width: 100%;
    width: 100%;
    margin-left: 0%;
    margin-top: 0;
  }
   .ourVission {
    min-height: 400px;
    background-position: 0 69%;
  }
  .ourVissionInner {
    padding: 130px 0 0 0;
  }
   .ltab-content p {
    font-size: 15px;
  }
  .ltab-btn {
    font-size: 16px;
  }
  .ltabs {
    margin-top: 25px;
  }
  .ltab-content ul li
  {
    margin: 0 30px 0px 0;
  }
  .ltab-content ul
  {
    gap: 10px;
  }
  .boardSec3Box
  {
    font-size: 15px;
  }
  .boardSec3Inner
  {
    border-radius: 30px 30px 0 0;
  }
  .right {
    width: 70%;
  }
  .ranking .circle .year.active
  {
    font-size: 40px;
  }
  .circle .year
  {
    font-size: 25px;
  }

}


@media screen and (max-width: 767px)
{
  .innerBannerText {
    text-align: center;
    margin: 0px auto;
    top: 40px;
  }
  .innerBanner video {
    height: 300px;
    width: 200%;
    max-width: 200%;
  }
  .aboutInsTopIcon
  {
    width: 125px;
    height: 125px;
    top: -57px;
    position: absolute;
  }
  .aboutInsTop
  {
    padding: 0px 30px 50px;
  }
  .aboutInsTopLeft h2, .heading h2, .boardSec3Inner h3, .cs1Right h2 {
    font-size: 30px;
  }
  .missionSl {
    padding: 0 0 0 15px;
  }
  .aboutInsTop {
    padding: 80px 20px 50px;
    margin-top: -20px;
  }
  .leadershipSec .heading h2
  {
    text-align: left;
  }
  .leadershipSec .heading p
  {
    text-align: left;
  }
  .ltab-btn
  {
    padding: 10px 10px;
  }
  .ltab-content ul {
    padding: 0 0 0 19px;
  }
   .ltabs {
    margin-top: 125px;
    border-radius: 10px;
  }
   .ltab-buttons {
    margin: -90px auto 0px;
  }
  .ltab-content
  {
    padding: 30px 20px 0;
  }
  .ltab-content h3, .boardSec h2
  {
    font-size: 30px;
  }
  .boardSec2Inner h4, .about-stuff-1 h2 {
    font-size: 26px;
  }

  .ranking .left {
    width: 100%;
  }
  .right {
    width: 100%;
  }
  .campusSec-2
  {
    display: none;
  }
  .campusSec-2-mobile
  {
    display: block;
    padding: 30px 0 30px;
  }
  .campusMob
  {
    padding: 30px 20px;
    border-radius: 0 20px 20px 20px;
    max-width: 90%;
    margin: 70px auto 10px;
  }
  .custom-box
  {
    padding: 30px 0 0 30px;
    font-size: 36px;
    left: -5px;
    top: -76px;
    width: 341px;
  }
}
@media screen and (max-width: 570px){
  .aboutInsTopLeft h2, .boardSec3Inner h3, .cs1Right h2 {
    font-size: 28px;
  }
  .aboutInsTopRight p, .cs1Right p
  {
    font-size: 15px;
  }
  
   .ourVissionInner p {
    font-size: 16px;
  }
  .ourVissionInner {
    padding: 70px 20px 0 20px;
  }
  .ourVission {
    min-height: auto;
    background-position: 43% 69%;
    background-size: 131%;
  }
  .ourVissonPic {
    width: 100%;
  }
   .ourVissionInner h3, .ourMission h3 {
    font-size: 30px;
  }
  .aboutInsTopIcon
  {
    width: 90px;
    height: 90px;
    top: -45px;
    position: absolute;
  }
  .aboutInsTop {
    padding: 64px 20px 50px;
    margin-top: -20px;
  }
  .about-institute {
    padding: 30px 0 0px;
  }
  .mission-pagination {
    gap: 0;
  }
  .missionNav
  {
    gap: 3px;
  }
  .ourVissionInner h3
  {
    margin: 0 0 10px 0;
  }
  .ourMission
  {
    padding: 0 0 30px 0;
  }
  .missionNav
  {
    width: 84%;
  }
  .missionText
  {
    min-height: 100px;
  }
  .misionFl
  {
    max-width: 93%;
    border-radius: 15px;
    padding: 15px;
  }
  .amLeft p, .heading p
  {
    font-size: 14px;
  }
  .amLeft h2 {
    font-size: 32px;
    margin: 0 0 20px 0;
  }
  .aboutManagement
  {
    padding: 40px 0;
  }
  .missionText p, .awardSl .missionText p {
    font-size: 16px;
    text-align: left;
  }
  .missionIcon
  {
    border-radius: 15px;
  }
   .amRight {
    margin: 0px 0 0 0;
  }
  .awardSl
  {
    margin: 30px 0 0 0;
  }
  .ltab-buttons
  {
    width: 100%;
    overflow-x: auto;
    display: block ruby;
  }
  .ltab-btn
  {
    width: 200px;
  }
  .boardBtn a {
    padding: 15px 15px;
    font-size: 14px;
    margin: 0 5px 0 0;
    border-radius: 10px;
  }
  .mcomitee
  {
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    gap: 0px;
  }
  .mcomiteeList
  {
    width: 100%;
    height: auto;
    min-height: auto;
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin: 0 0 0px 0;
  }
  .mcomiteeList:last-child
  {
    border-width: 0 0 0px 0;
  }
  .mcomiteeList h5 span
  {
    display: initial;
  }
  .mcomiteeList h5 {
    font-size: 16px;
    font-weight: 400;
  }
  .boardSec h3
  {
    font-size: 28px;
    line-height: 130%;
  }
  .boardSec2Inner h4 {
    font-size: 24px;
  }
  .boardSec2InnerList ul li {
    font-size: 14px;
  }
  .boardSec2InnerList
  {
    border-radius: 10px;
  }
  .boardSec2InnerList button
  {
    font-size: 16px;
  }
   .boardSec2 {
    background: #00266f url(../assets/images/about/board-bg-2-mobile.webp) no-repeat;
    padding: 40px 0 300px;
    background-position: 0 100%;
    background-size: 100% auto;
  }
  .boardSec2InnerList ul {
    padding: 0 0 0 10px;
    max-height: 700px;
    overflow-y: auto;
  }
   .boardSec3Box {
    font-size: 14px;
    width: 100%;
    border-width: 0 0px 1px 0;
  }
  .boardSec3Inner
  {
    padding: 20px 15px;
    margin-top: -40px;
  }
  .boardSec3Inner h3
  {
    margin: 0 0 15px 0;
  }
  .boardSec3List
  {
    margin-bottom: 20px;
  }
  .stafText h5
  {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .stafText p
  {
    font-size: 14px;
    margin: 0 0 0px 0;
  }
  .about-stuff-1 h2
  {
    font-size: 24px;
  }
  .about-stuff-1
  {
    padding: 30px 0;
  }
  .about-stuff-1 button img, .campusSec-2-mobile img
  {
    max-width: 20px;
  }
  .about-stuff-1 button, .campusSec-2-mobile button
  {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
  .stuffNav1, .stuffNav2, .stuffNav3, .stuffNav4, .stuffNav5, .stuffNav6, .stuffNav7, .stuffNav8
  {
    margin-top: 30px;
  }
  .wrapper
  {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0 0;
  }
  .ranking {
    padding: 30px 0 20px;
  }
  .awFull
  {
    display: flex;
    gap: 20px;
  }
  .awIcon
  {
    min-width: 60px;
    width: auto;
  }
   .circle {
    height: 250px;
  }
   .circle .year.prev {
    transform: translateY(22px) !important;
  }
  .ranking .circle .year.active {
    font-size: 42px;
    transform: translateY(92px) !important;
  }
  .circle .year.next {
    transform: translateY(187px) !important;
  }
  .item {
    padding: 30px 0 20px 0;
  }
  .left {
    padding: 0px 20px 20px;
    background: #fff;
    position: relative;
    z-index: 11;
  }
  .right {
    padding: 20px 20px;
    background: #fff;
  }
  .awText {
    font-size: 15px;
  }
  .cs1Left img
  {
     max-width: 300px;
     margin-right: -30px;
  }
  .cs1Pic {
    margin-top: -140px;
  }
  .campusText h3 {
    font-size: 26px;
  }
  .campusText p
  {
    font-size: 15px;
  }
  .campusText
  {
    height: 250px;
    overflow-y: auto;
    padding: 0 0 0px 0;
  }
  .campusPic
  {
    padding: 20px 0 0 0;
  }
  .custom-box
  {
    font-size: 30px;
  }

}
@media screen and (max-width: 400px){
  .innerBannerText {
    top: 30px;
  }
  .innerBanner video {
    height: 230px;
  }
  .heading p, .ltab-content p, .boardLeft p, .cs1Right p
  {
    font-size: 14px;
  }
  .ltab-content h3 {
    font-size: 28px;
    line-height: 130%;
    margin: 0 0 10px 0;
  }
  .boardSec h2, .boardSec3Inner h3
  {
    font-size: 28px;
  }
  .boardBtn a
  {
    padding: 12px 5px;
  }
  .mcomiteeList h5 {
    font-size: 14px;
  }
  .boardSec h3
  {
    font-size: 24px;
  }
  .awText {
    font-size: 14px;
  }
  .cs1Left img
  {
     max-width: 260px;
  }
  .cs1Pic {
    margin-top: -120px;
  }
  .campusText h3 {
    font-size: 24px;
  }
  .campusText p
  {
    font-size: 14px;
  }

  
}

/* Media Query End */



