.masonry .item,
html {
  box-sizing: border-box
}

.nav-link,
a,
a:hover {
  text-decoration: none
}

.barch,
.contact ul li,
.march,
.nav-item,
.navbar li {
  position: relative
}

/* .anchor, */
.hideNav .nav-item {
  visibility: hidden
}

/* .nav-list.hideNav {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
} */

.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
  z-index: 99;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  background: #fff
}



#vision .container-section,
.alumni .container-section,
.contact,
.event .banner img,
.faculty .container-section,
.faculty .icon-box img,
.header-scrolled nav,
.news .container-section,
nav {
  width: 100%
}

#main,
.aboutSec,
.navbar-mobile {
  overflow: hidden
}

.contact .list ul li,
ul li {
  list-style-type: none
}

.breadcrumbs ol,
.faq .faq-list ul,
.nav-list,
.navbar ul {
  list-style: none
}

.grid-wrapper .big,
.grid-wrapper .wide {
  grid-column: span 2
}

.item,
.masonry .item {
  box-shadow: 2px 2px 4px 0 #ccc
}

.grid-wrapper img,
.item img,
.masonry .item img {
  max-width: 100%
}

:root {
  --color0: #fff;
  --color1: #F25CA2;
  --color2: #0433BF;
  --color3: #032CA6;
  --color4: #021859;
  --color5: #0B9ED9;
  --color6: #000;
  scroll-behavior: auto !important
}

html {
  font-size: 10px
}

body {
  font-family: Poppins, sans-serif !important;
  color: #343232;
  font-size: 16px !important;
  overflow-x: hidden
}

a {
  color: #000
}

/* a:hover {
  color: #fff
} */

p {
  line-height: 1.8;
  font-weight: 400
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
nav h5 {
  font-family: Oswald, sans-serif;
  color: #000
}

.section-title h1 {
  font-weight: 200;
}

.container-section {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1500px
}

.sec-h {
  height: calc(100vh - 80px)
}

.section-bg {
  background-color: #ececec
}

h1,
h1.welcome,
h1.arch-title,
section h1,
article h1,
aside h1,
nav h1{
  font-size: 10rem !important;
}
 
h2 {
  font-size: 5rem
}

h3 {
  font-size: 4.5rem
}

h4 {
  font-size: 4rem
}

h5 {
  font-size: 3.5rem
}

h6 {
  font-size: 3rem
}

.anchor {
  display: block;
  height: 80px;
  margin-top: -80px
}

.nav-list,
.navbar ul,
.navbar-brand,
nav {
  display: flex
}

nav {
  height: 10rem;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  background-color: var(--color2);
  width: 6rem;
  border-radius: 50%
}

.navbar-brand i {
  font-size: 4rem;
  color: var(--color0);
  margin: auto
}

.nav-link {
  font-size: 1.6rem;
  display: block;
  margin: 0 2rem;
  color: #000;
  text-transform: capitalize
}

.nav-item {
  line-height: 5rem;
  transform: translateX(100%);
  transition: transform .3s;
  padding: 10px 0
}

.nav-list.active .nav-item {
  visibility: visible;
  transform: translateX(0);
  transition: transform .3s
}

.navbar {
  padding: 0
}

.navbar ul {
  margin: 0;
  padding: 0
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  transition: .3s;
  font-family: Oswald, sans-serif
}

.navbar .dropdown ul,
.navbar-mobile ul {
  position: absolute;
  padding: 10px 0;
  display: block
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px
}

.aboutSec .btn-watch-video:hover i,
.faculty .icon-box:hover h4 a,
.faq .faq-list a.collapsed:hover,
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a,
.navbar a:hover,
.navbar li:hover>a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
  color: #47b2e4
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600
}

.navbar .getstarted:focus:hover,
.navbar .getstarted:hover {
  color: #fff;
  background: #31a9e1
}

.navbar .dropdown ul {
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  border-radius: 4px
}

/*.alumni-slider.slick-initialized,*/
.back-to-top.active,
.facultySlider.slick-initialized,
/*.staff_slider .slick-initialized,*/
.navbar .dropdown:hover>ul,
.navbar-mobile .dropdown ul {
  visibility: visible;
  opacity: 1
}

.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
  min-width: 200px
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53
}

.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i,
.news .card-body span {
  font-size: 12px
}

.navbar .dropdown:hover>ul {
  top: 100%
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible
}

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: .5s
}

#header .logo a,
.cta p,
.mobile-nav-toggle.bi-x,
.team .member .social a:hover i {
  color: #fff
}

.navbar-mobile {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, .9);
  transition: .3s;
  z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px
}

.navbar-mobile ul {
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: .3s
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important
}

.hamburger {
  width: 3.6rem;
  height: 1.8rem;
  position: relative;
  cursor: pointer;
  line-height: 5rem;
  z-index: 1500
}

.hamburger.active {
  line-height: 0
}

.faq .faq-list .icon-show,
.faq .faq-list a.collapsed .icon-close,
.hamburger .bxs-right-arrow,
.hide {
  display: none
}

.hamburger.active .bxs-right-arrow {
  display: block !important;
  /* transform: rotate(-270deg); */
  font-size: 22px;
  position: absolute;
  top: -7px;
}

.hamburger.active .line {
  display: none !important
}

.hamburger .line {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  display: block;
  right: 0;
  transition: 650ms
}

.hamburger .line:first-child {
  top: 0
}

.hamburger .line:nth-child(2) {
  top: 50%;
  margin-top: -1px;
  width: 2.8rem
}

.hamburger .line:nth-child(3) {
  top: 100%;
  margin-top: -2px;
  width: 2rem
}

.hamburger.active .line:first-child {
  transform: translateY(.8rem) rotate(45deg);
  width: 2rem
}

.hamburger.active .line:nth-child(2) {
  opacity: 0
}

.hamburger.active .line:nth-child(3) {
  transform: translateY(-.8rem) rotate(-45deg);
  width: 2rem
}

.center_div {
  display: flex;
  align-items: center;
  height: 100vh
}

/* .gallery {
  padding-top: 30px
} */

/* #vision .mission,
#vision .values,
#vision .vision {
  background-color: #fff;
  padding: 20px 50px;
  margin-bottom: 30px
}

#vision .section-title h2 {
  margin-bottom: 0;
  padding-bottom: 0
} */


.eventsDetails p,
.programme .content p:last-child,
.section-title p {
  margin-bottom: 0
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: .4s
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0
}

.back-to-top:hover {
  background: #afafaf;
  color: #000
}

.fixed-top {
  position: sticky !important
}

#header {
  transition: .5s;
  z-index: 997;
  background-color: #fff
}

#header.header-inner-pages,
#header.header-scrolled {
  background: rgb(255 255 255);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1)
}

#header .logo {
  padding: 20px 0
}

/* #header .logo img {
  width: 175px
} */

#header nav h5 {
  font-size: 24px;
  font-weight: 200;
  color: #595252
}

#leadership .designation {
  background: #6f6f6f
}

#leadership .designation .btn {
  transform: rotate(-90deg);
  color: #fff;
  font-size: 17px;
  height: 100%;
  white-space: nowrap;
  width: 65px
}

#leadership .card {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform .4s;
  -moz-transition: -moz-transform .4s;
  -o-transition: -o-transform .4s;
  transition: transform .4s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d
}

#leadership .card.flipped {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

#leadership .card .back,
#leadership .card .front {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 260px;
  color: #000;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, .25)
}

#leadership .drvs-info {
  padding: 40px
}

.formItem:first-child {
  margin-top: 20px
}

#leadership .card .back label {
  display: inline-block;
  width: 70px;
  text-align: left
}

#leadership .card .front {
  background: #fff;
  color: 000
}

#leadership .card .back {
  background: #fff
}

#leadership #fade-in {
  height: 150px;
  width: 1px;
  opacity: 0;
  transition: .75s
}

#leadership #fade-in.show {
  opacity: 1;
  height: 150px;
  width: 500px
}

#leadership .btn:first-child:active {
  border-color: transparent
}

.aboutSec {
  width: 100%;
  position: relative
}

.aboutSec .arch-title span {
  background-color: #2e2c2c;
  padding: 0 10px 12px;
  color: #fff;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: center
}

.aboutSec .beam-img img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%
}

.aboutSec .container {
  padding-top: 72px
}

.aboutSec h1 {
  margin: 0 0 25px;
  color: #000;
  line-height: 100px
}

.aboutSec h2 {
  margin-bottom: 50px
}

.programme h3,
.section-title h2 {
  margin-bottom: 20px
}

.aboutSec .btn-get-started {
  font-family: Jost, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px;
  border-radius: 50px;
  transition: .5s;
  margin: 10px 0 0;
  color: #fff;
  background: #47b2e4
}

.aboutSec .btn-get-started:hover {
  background: #209dd8
}

.aboutSec .btn-watch-video {
  display: flex;
  align-items: center;
  transition: .5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1
}

.btn-more,
.btn-more:hover,
.footer .social_media a:hover,
.footer ul li a:hover,
.news .card:hover {
  color: #000
}

.aboutSec .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: .3s;
  margin-right: 8px
}

.aboutSec .animated {
  animation: 2s ease-in-out infinite alternate-reverse both up-down
}

.programme .bxs-right-arrow {
  /* transform: rotate(-270deg); */
  font-size: 30px;
}

@keyframes up-down {
  0% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(-10px)
  }
}

.news .card, .event_sec .card {
  background: #e6e5e5;
  border: 1px solid #a7a4a4;
  width: 100%;
  height: 305px;
  overflow: hidden;
  border-radius: 0
}

.news .col-lg-3, .event_sec .col-lg-3{
  margin-bottom: 15px;
  padding-right: 15px;
  height: 295px;
}

.news .card-img-top, .event_sec .card-img-top {
  height: 150px
}

.news .card-body {
  padding: 20px
}

.news p.card-text {
  font-weight: 600;
  font-size: 16px
}

.vision button:not(:disabled) {
  border: none !important;
  background: #fff;
  font-family: Oswald, sans-serif
}

.faq .faq-list a,
.faq-list h2 {
  font-family: Poppins, sans-serif
}

.division-details {
  margin-top: 70px
}

.map-point-sm.active h2 {
  font-size: 7rem;
  font-weight: 600
}

.map-point-sm h2 {
  margin-right: 30px;
  font-size: 6rem
}

.section-title h2 {
  padding-bottom: 10px;
  position: relative;
  font-weight: 200;
  font-size: 8rem
}

.news-division1 {
  padding-right: 40px
}

.text-justify {
  text-align: justify
}

.logo img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%)
}

img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.programme span {
  border: 2px solid #999;
  padding: 3px 7px;
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.programme .content ul {
  list-style: none;
  padding: 0
}

.programme .content ul li {
  padding-left: 28px;
  position: relative
}

.programme .content ul li+li {
  margin-top: 10px
}

.programme .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1
}

.programme .btn-more {
  padding: 0;
  margin-top: 0
}

.programme .content .barch,
.programme .content .march {
  background-color: #fff;
  padding: 40px 40px 100px;
  margin-right: 25px
}

.programsSec {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 545px
}

.programme .text-end span {
  border: none;
  background: #5b5b5b;
  border-radius: 1px;
  color: #fff;
  font-size: 24px;
  padding: 2px;
  height: 35px;
  width: 38px;
  display: inline-block;
  text-align: center
}

.faculty .owl-carousel .owl-item img,
.facultySlider .facultySliderItem img,
.facultySlider img,
.masonry .item img {
  border: 1px solid #fff
}

.programme .text-end span a {
  color: #fff !important
}

.programNote {
  margin-top: 30px
}

.key-highlights {
  display: flex;
}

.key-highlights h6 {
  font-size: 2rem;
  margin-bottom: 7px;
}

.fee-card {
  background-color: #fff;
  padding: 20px 50px;

}

.v-align-middle {
  vertical-align: middle;
}

.ml-15 {
  margin-left: 15px;
}

.barch ul {
  padding-left: 38px;
}

.btn-more {
  display: inline-block;
  transition: .3s;
  line-height: 1;
  animation-delay: .8s;
  margin-top: 6px
}

/* .barch .row,
.march .row {
  position: absolute;
  bottom: 55px;
  width: 90%
} */

.masonry {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6
}

.masonry .item {
  display: inline-block;
  background: #fff;
  width: 100%;
  -webkit-transition: 1s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-height: 280px
}

.carousel-control-next,
.carousel-control-prev {
  background: 0 0 !important;
  opacity: 1 !important
}

.masonry .item:nth-child(12),
.masonry .item:nth-child(4),
.masonry .item:nth-child(8) {
  position: relative !important;
  top: -30px !important
}

@media only screen and (min-width:320px) and (max-width:768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
  }

  .aboutSec .welcome {
    white-space: nowrap;
    text-align: center;
    line-height: 41px;
    font-size: 40px !important;
  }
 h1,
h1.welcome,
h1.arch-title,
section h1,
article h1,
aside h1,
nav h1{
    line-height: 50px !important;
    font-size: 40px;
   }

  .aboutSec .arch-title span {
    background-color: #2e2c2c;
    padding: 3px 10px 12px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0;
    font-weight: 400
  }

  .section-title h2 {
    font-size: 6rem;
    padding-bottom: 20px
  }

  .news .card-body {
    padding: 10px
  }

  .news .card-body span {
    font-size: 10px
  }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3
  }
}

@media only screen and (min-width:1201px) {
  .masonry {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6
  }
}

.events .member {
  background-color: #fbf7f7;
  padding: 20px
}

.faq .faq-list li,
.team .member {
  background: #fff;
  position: relative
}

.eventsDetails {
  display: flex;
  align-items: center
}

.eventsDetails span {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.eventsDetails span i {
  margin-right: 6px
}
.event_sec  .card-body p, .eventsDetails span{
  color:#000 !important;
  font-size: 14px;
}
.event_sec  .card-body p{
  margin-bottom: 7px;
}
.locationEvent {
  margin-left: 20px
}

/* .profile-page {
  padding: 60px 0
} */

.faculty .img-bg {
  padding: 10px 60px;
  color: #fff
}

.faculty .img-bg img {
  width: 100%;
  margin: auto
}

.faculty .icon-box,
.faculty .icon-box h4 {
  margin-bottom: 15px
}

.block-section {
  display: block
}

.block-section-title,
.cta .cta-btn,
.faq .faq-list a.collapsed .icon-show {
  display: inline-block
}

.block-section-title {
  color: #000;
  margin-bottom: 22px
}

.block-section ul li {
  list-style-type: square
}

.faculty .icon-box {
  transition: .4s ease-in-out
}

.address,
.email,
.faculty .icon-box .icon,
.phone {
  margin-bottom: 10px
}

.faculty .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: .3s
}

.contact .info i,
.faculty .icon-box h4 a,
.team .member .pic img,
.team .member .social a {
  transition: .3s ease-in-out
}

.faculty .icon-box h4 a {
  color: #37517e
}

.faculty .icon-box p {
  line-height: 24px;
  margin-bottom: 0;
  display: none
}

.faculty .icon-box:hover,
.team .member:hover {
  transform: translateY(-10px)
}

.faculty .col-md-3:nth-child(2n) {
  position: relative;
  top: -50px
}

.faculty .row .col- {
  padding: 0 !important
}

.faculty img {
  width: 100% !important
}

.faculty .owl-carousel .owl-item {
  margin-right: 0 !important
}

.faculty .owl-carousel .owl-item:first-child {
  padding-left: 20px
}

.cta {
  background: linear-gradient(rgba(40, 58, 90, .9), rgba(40, 58, 90, .9)) 0 0/cover, url("../img/cta-bg.jpg") center center/cover fixed;
  padding: 120px 0
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700
}

.cta .cta-btn {
  letter-spacing: 1px;
  padding: 12px 40px;
  border-radius: 50px;
  transition: .5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4
}

.team .member {
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
  padding: 30px;
  border-radius: 5px;
  transition: .5s;
  height: 100%
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%
}

.team .member .member-info {
  padding-left: 30px
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0
}

.team .member p {
  margin: 10px 0 0;
  font-size: 14px
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.team .member .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px
}

.team .member .social a:hover {
  background: #47b2e4
}

.team .member .social a+a {
  margin-left: 8px
}

.faq .faq-list ul {
  padding: 0
}

.faq .faq-list li+li {
  margin-top: 15px
}

.faq .faq-list li {
  padding: 20px;
  border-radius: 4px
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  outline: 0;
  cursor: pointer
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4
}

.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: .3s
}

.faq .accordion-button:not(.collapsed) {
  background-color: #e6e5e5
}

.faq .accordion-button:active,
.faq .accordion-button:focus {
  z-index: 3;
  border: none !important
}

.faq-list .accordion-item {
  margin-bottom: 14px
}

.faq-list .accordion-button {
  border-top: 1px solid #eee;
  font-size: 16px
}

.w-25 {
  width: 240px !important
}

.box-border {
  border: 1px solid #a7a4a4;
  padding: 10px 20px
}

.imgAlernative {
  position: relative;
  top: 7px
}

.imgAlernativeBottom {
  position: relative;
  bottom: -30px
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px
}

.contact ul li::before {
  padding-right: 22px
}

.contact .form-control {
  background-color: transparent;
  border: 1px solid #a7a4a4
}

.contact .info .email p {
  padding-top: 5px
}

.contact .info .social-links {
  padding-left: 60px
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: .3s;
  margin-right: 10px
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff
}

.contact li::before {
  font-family: 'FontAwesome' !important;;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  float: left;
  margin-left: -1.1em;
  color: #626262;
  font-size: 20px;
  position: relative;
  top: -4px
}

.contact .email::before {
  content: "\f0e0"
}

.contact .phone::before {
  content: "\efec"
}

.contact .address::before {
 content: "\f3c5";       
}

.contact .btn-more {
  border: 2px solid #5b5b5b;
  background: #5b5b5b;
  border-radius: 1px;
  color: #fff;
  padding: 0 2px 1px
}

.contact .form-control,
.form-select {
  line-height: inherit !important;
  color: #686161;
  font-size: 16px
}

.contact .btn-more i {
  font-size: 23px
}

.address li.address:before {
  content: "\f3c5";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc(var(--icon-space) * -1);
  width: var(--icon-space)
}

.contact .list_item .fa {
  font-size: 25px;
  margin-right: 0
}

.contact .form-control {
  min-height: 65px;
  padding-left: 20px
}

.form-select {
  padding: .375rem .75rem .375rem 20px;
  height: 65px;
  border: 1px solid #a7a4a4
}

.contact .form-group {
  margin-bottom: 30px
}

.contact .list {
  padding-left: 40px
}

.contact .list ul li {
  font-size: 15px;
  color: #5b5b5b
}

.contact .list ul li a:hover {
  color: #000 !important
}

.contact .info,
.contact .list {
  margin: 10px 0
}

.contact .list h3 {
  font-size: 2rem;
  margin-bottom: 20px !important
}

.contact .hyd_section {
  margin-top: 25px
}

.address ul li {
  line-height: 1.5
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
  font-size: 22px
}

.contactAddressSec {
  padding-left: 25px !important
}

.messageHeight {
  height: 187px
}

.contactBtn {
  display: flex;
  justify-content: center
}

#footer {
  padding: 15px;
  background-color: #000;
  color: #fff
}

.footer h4 {
  padding-bottom: 20px !important;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 3rem !important
}

.footer_bottom {
  color: #000;
  padding: 120px 0
}

.footer_bottom ul li {
  font-size: 16px;
  margin-bottom: 10px
}

.pwrdbycts {
  text-align: right
}

.social_media i {
  font-size: 33px;
  margin-right: 7px;
  color: #5b5b5b
}

.footer_bottom ul {
  padding-left: 0
}

@keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 10px;
  margin: 0;
  font-size: 14px
}

.breadcrumbs ol li+li {
  padding-left: 10px
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/"
}

.grid-wrapper img {
  height: auto;
  vertical-align: middle;
  display: inline-block
}

.grid-wrapper>div>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0
}

.bx-arrow-back,
.profile-page .bx-arrow-back {
  font-size: 24px
}

.leader-ship {
  display: flex;
  border: 1px solid #ececec;
  align-items: center
}

.leader-ship .drvs {
  flex-basis: 300px
}

.leader-ship .drvs img {
  width: 90%
}

.leader-ship .drvs-info {
  flex: 3;
  padding-right: 30px
}

.leaderDetails p {
  margin-bottom: 2px;
  font-weight: 500
}

.leaderDetails {
  margin-bottom: 25px;
  margin-top: 10px
}

/*.alumni-slider,*/
.facultySlider

/*,
.staffSlider*/
  {
  opacity: 0;
  visibility: hidden
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense
}

.grid-wrapper .big,
.grid-wrapper .tall {
  grid-row: span 2
}

label.error {
  border-color: red !important;
  color: red !important
}

.masonry {
  gap: 0;
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  padding: 0;
  font-size: .85em
}

.item {
  display: inline-block;
  background: #fff;
  width: 100%;
  -webkit-transition: 1s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  transition: opacity .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}

.hover-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none;
  height: auto
}
.alumni-arrows i,
.carouselIcons i,
.slick-arrow i {
  color: #8a8a8a;
  font-size: 32px
}

.item-height {
  max-height: 230px
}

.item-width {
  max-height: 240px
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute !important;
  top: -50px;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2%;
  padding: 0;
  color: #fff;
  text-align: center;
  border: 0;
  transition: opacity .15s;
  background-color: #262525;
  height: 37px
}

.carousel-control-next {
  left: auto
}

.carousel-control-prev {
  left: 96% !important
}

@media only screen and (max-width:320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1
  }
}

@media only screen and (min-width:321px) and (max-width:768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
  }
}

@media only screen and (max-width:767px) {
  .testimonial_box-name {
    width: 28%;
    padding: 30px 0 0;
    text-align: left
  }

  .testimonial_box-inner {
    min-height: auto
  }

  .grid-wrapper {
    display: block !important
  }

  .drvs img {
    width: 50% !important;
    margin-bottom: 20px
  }

  .leader-ship {
    border: none
  }
}

@media (max-width:1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%
  }
}

@media (max-width:1600px) {
  .faq .faq-list {
    padding: 0
  }

  .aboutSec .beam-img img {
    max-width: 45%
  }
}

@media screen and (max-width:1180px) {
  .nav-list {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    background-color: #eee;
    position: fixed;
    left: 0;
    bottom: -100vh;
    transform: bottom 650ms;
    padding-top: 100px
  }

  .nav-list.active {
    bottom: 0
  }

  .hamburger.active .bxs-right-arrow {
    display: none
  }

  .contact ul li {
    font-size: 14px
  }

  .dropdown-menu {
    position: inherit !important;
    width: 200px;
  }

  .dropdown-toggle h5::after {
    color: #000;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;

  }
}

.slick-next,
.slick-prev {
  position: absolute;
  top: -55px
}

@media (max-width:991px) {
  .mobile-nav-toggle {
    display: block
  }

  .aboutSec {
    height: auto;
    text-align: center
  }

  .aboutSec .animated {
    animation: none
  }

  .aboutSec .beam-img {
    display: none
  }

  .aboutSec .beam-img img {
    width: 50%
  }

  #vision .d-flex {
    display: block !important
  }

  .contact .hyd_section {
    margin-top: 0
  }

  /* #vision .mission,
  #vision .values,
  #vision .vision {
    padding: 15px
  }

  #vision .section-title h2 {
    margin-bottom: 0
  } */

  .hyd_section .email {
    letter-spacing: -1px;
    font-size: 14px !important
  }

  #vision .section-title h2::after {
    display: none;
  }
}

@media (max-width:768px) {
  .sec-vh {
    height: auto !important
  }

  .footer_bottom {
    padding: 30px !important
  }

  .aboutSec {
    padding-top: 30px;
    height: auto
  }

  .aboutSec h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px
  }

  .news-division1 {
    padding-right: 10px !important
  }

 h1,
h1.welcome,
h1.arch-title,
section h1,
article h1,
aside h1,
nav h1{
    font-size: 4.5rem !important;
  }

  h2 {
    font-size: 4rem
  }

  h4 {
    font-size: 2.5rem
  }

  h5 {
    font-size: 2rem
  }

  h6 {
    font-size: 1.5rem
  }
}

@media (max-width:575px) {
  .aboutSec .hero-img img {
    width: 80%
  }

  .aboutSec .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px
  }

  .drvs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
  }

  .drvs img {
    width: 100% !important
  }
}

@media (max-width:1024px) {
  .cta {
    background-attachment: scroll
  }
}

@media (min-width:769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end
  }
}

@media (max-width:992px) {
  .breadcrumbs {
    margin-top: 68px
  }
}

@media (max-width:767px) {
  .contact .list {
    padding: 0 10px;
    margin-top: 20px
  }

  .copyright {
    text-align: center
  }

  .march p {
    height: auto
  }

  .programme .col-md-4,
  .programme .col-md-6 {
    margin-bottom: 10px
  }

  .programme .text-end {
    text-align: left !important
  }

  .Profile_details h2 {
    font-size: 3rem
  }

  .barch .row,
  .march .row {
    position: unset
  }

  .contact .hyd_section {
    margin-top: 15px
  }
}

@media screen and (min-width:992px) and(max-width:1099px) {
  .sec-h {
    height: auto !important
  }

  .d-md-none {
    display: none !important
  }
}

@media (max-width:560px) {
  /* .flex-grow-1 img {
    width: 45%
  } */

  .programme .content .barch,
  .programme .content .march {
    padding: 20px
  }

  .contact {
    padding: 60px 0
  }

  .contact.center_div,
  .contact.d-flex {
    display: block !important
  }

  .footer_bottom {
    padding: 30px 0 !important
  }

  .contact ul li {
    font-size: 12px
  }

  .contact ul li ul {
    padding-left: 12px
  }

  .hyd_section .email {
    letter-spacing: -1px
  }
}

.slick-next {
  right: 0
}

.slick-prev {
  right: 30px
}

.slick-arrow {
  background: 0 0;
  border: none;
  padding: 0
}

body::-webkit-scrollbar {
  display: none
}

.slick-disabled {
  display: none !important;
}

/* #scroll-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #2e2c2c;
  padding: 8px 0;
}

.marquee {
  padding: 12px 0px;
}

.marquee-inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 15s linear infinite;

  &:hover {
    animation-play-state: paused;
    color: red;
  }
}

.marquee-inner span {
  float: left;
  width: 50%;
  overflow: hidden;
  margin-top: -10px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;

  letter-spacing: 1px;
  display: flex;
}

.marquee-inner span .underline {
  text-decoration: underline;
  font-weight: 600;
}

.marquee-inner span p {
  margin-top: -5px;
  margin-bottom: 0;
}

.marquee-inner span .fw-600 {
  font-weight: 600;
}



@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
} */
.scroll-container {

  background-color: #2e2c2c;
  padding: 8px 0;
  overflow: hidden;
  color: #fff;
}

.block {
  position: relative;
  display: flex;
  width: 100%;
}

/* .marquee-text {
  min-width: 100%;
}

.marquee-list .underline {
  text-decoration: underline;
  font-weight: 600;
}

.block-list {
  position: relative;
  display: flex;
  gap: 1.6rem;

  .marquee-list {
    padding: 0;
    display: flex;
    gap: 1.6rem;
    margin-bottom: 0;
  }

  .marquee-list>li {
    display: flex;
    gap: 1.6rem;
    white-space: nowrap;
  }


} */

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: scroll-left 60s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}



/* latest styles */

/* home page */

#captcha_error {
  width: 100%;
  color: #ef4444;
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
}

.arch-title {
  display: flex;
  align-items: end;
  gap: 10px;
}

@media screen and (max-width: 991px) {
  .arch-title {
    display: block;
    margin-top: 25px !important;
  }

  .arch-title img {
    width: auto !important;
  }

  .programsSec {
    min-height: 440px;
  }

  @media (min-width: 385px) and (max-width: 768px) {
    .arch-title img {
      width: 154px !important;
    }
  }

  @media (min-width: 769px) and (max-width: 991px) {
    .arch-title img {
      width: 177px !important;
    }
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .arch-title {
    display: block;
  }

  .arch-title img {
    width: 155px !important;
  }
}


@media (min-width: 1200px) and (max-width: 1214px) {
  .programsSec {
    min-height: 560px;
  }
}


/*.staff_card,*/
.facultyCard {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
  max-width: 250px;
  cursor: pointer;
}

/*.staffCardInner,*/
.facultyCardInner {
  position: relative;
  overflow: hidden;
}

/*.staff_card img,*/
.facultyCard img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/*.staffcard_text,*/
.facultyCardText {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  /* semi-transparent background */
  color: #fff;
  transition: background 0.3s, color 0.3s;
}

/*.staff_card:hover img,*/
.facultyCard:hover img {
  transform: scale(1.1);
  /* zoom effect */
}

/*.staff_card:hover .staffcard_text,*/
.facultyCard:hover .facultyCardText {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

/*.staffcard_text h3,*/
.facultyCardText h3 {
  margin: 0 0 5px;
  font-size: 1.5rem;
  font-weight: bold;
}

/*.staffcard_text p,*/
.facultyCardText p {
  margin: 2px 0;
  font-size: 1.0rem;
}

/*.staff_slider img {
  border: 1px solid #fff;
}*/

.mission-list ul li {
  line-height: 37px;
  font-size: 15px;
  padding-left: 12px;
  position: relative;
  text-align: left;
}

.mission-list ul li::before {
  content: '\f061';
  font-family: FontAwesome;
  position: absolute;
  left: -11px;
  font-size: 16px;
}

section {
  padding: 60px 0px;
}

.facultySlider .slick-slide>div

/*,
.staff_slider .slick-slide>div*/
  {
  display: flex;
  justify-content: center;
}

/*.staff_slider {
  width: 100%;
}

.staffSlider .slick-slide {
  box-sizing: border-box;
}

.staffSlider .slick-track {
  width: unset !important;
}*/

/* symposium page */

/*.symposium .section-title h2 {
  font-size: 5rem;
  padding-bottom: 0px;
}*/

/* infrastructure page */

.highlight ul li {
  line-height: 37px;
  font-size: 15px;
  padding-left: 12px;
  position: relative;
  text-align: left;
}

.highlight ul li::before {
  content: '\f061';
  font-family: FontAwesome;
  position: absolute;
  left: -11px;
  font-size: 16px;
}

.highlight h4 {
  font-size: 16px !important;
  font-weight: normal !important;
}

.facilties {
  font-size: 18.72px !important;
  font-weight: normal !important;
}

/* awards */

.h6title {
  font-size: 3rem;
  padding-bottom: 0px;
  font-weight: 200;
  font-family: Oswald, sans-serif;
  color: #000;
}


#gallery .nav-item {
  transform: translateX(0%) !important;
}

#gallery .nav-link {
  margin: 0 !important;
  border-radius: 10px;
  padding: 10px 15px;
  border: 1px solid #aa9898;
  margin: 20px;
  margin-right: 9px !important;
}

#gallery .nav-item {
  line-height: 2rem;
}

#gallery .nav-link:focus,
#gallery .nav-link:hover {
  color: #000;
}

/* GLightbox */

.gdesc-inner {
  display: none;
}

.gslide-image img {
  max-height: calc(100vh - 300px) !important;
}

/* header styles */

.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 15px;
}

.grid-item {
  position: relative;
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

.grid-item.big {
  grid-column: span 2;
}

.grid-item.wide {
  grid-column: span 2;
}

.grid-item.tall {
  grid-row: span 2;
}

.dropdown-menu {
  /* display: none; */
  position: absolute;
}

.dropdown-menu.show {
  display: block !important;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}


/* Desktop: show dropdown on hover */
/* @media (min-width: 1181px) {
  .dropdown:hover .dropdown-menu {
    display: block !important;
  }
}

.dropdown-menu {
  display: none;
} */

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu li {
  border-bottom: 1px solid #eee;
  padding: 7px;
}

.last_li {
  border-bottom: none !important;
}

.dropdown-menu h5 {
  font-size: 21px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-dropdown-link-hover-bg);
}


@media screen and (max-width: 991px) {
  .faculty .img-bg {
    padding: 0px !important;
  }
}


/* vision & mission */

#vision .sec-h {
  min-height: 100vh;
  position: relative;
}

#vision .visionSec {
  background: #fff;
  position: relative;
  overflow: hidden;
}

#vision .visionSec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(0, 0, 0, 0.02) 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px;
  animation: backgroundMove 20s linear infinite;
  pointer-events: none;
}

@keyframes backgroundMove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(80px, 80px);
  }
}

/* #vision .container-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
} */

#vision .anchor {
  position: absolute;
  top: -100px;
}

/* Typography */
#vision .section-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 0;
  position: relative;
}

#vision .section-title h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

/* Vision and Mission Container Styling */
#vision .vision,
#vision .mission {
  margin-bottom: 4rem;
  position: relative;
}

#vision .vision::before,
#vision .mission::before {
  content: '';
  position: absolute;
  left: 0rem;
  top: 0;
  width: 4px;
  height: 100%;
  background: #000;
  border-radius: 2px;
}

/* Mission List Styling */
#vision .mission-list {
  flex: 1;
  padding-left: 2rem;
}

#vision .mission-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#vision .mission-list li {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding-left: 5.5rem !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  color: #000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

#vision .mission-list li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
  transition: left 0.8s ease;
}

#vision .mission-list li:hover::before {
  left: 100%;
}

#vision .mission-list li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #000;
  transition: width 0.5s ease;
}

#vision .mission-list li:hover::after {
  width: 4px;
}

#vision .mission-list li:hover {
  transform: translateX(12px) translateY(-4px);
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.1);
}

/* Vision specific styling */
#vision .vision .mission-list li {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.15);
  font-size: 19px;
  padding: 3rem;
}

#vision .vision .mission-list li::after {
  background: var(--pure-black);
}

/* Mission numbering */
#vision .mission .mission-list li {
  counter-increment: mission-counter;
  padding-left: 4rem;
}

#vision .mission .mission-list {
  counter-reset: mission-counter;
}

#vision .mission .mission-list li::before {
  content: counter(mission-counter, decimal-leading-zero);
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  transition: all 0.3s ease;
  z-index: 2;
}

#vision .mission .mission-list li:hover::before {
  background: #000;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
  border-color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
  .d-flex.flex-row {
    flex-direction: column !important;
  }

  #vision .section-title {
    width: 100% !important;
    margin-bottom: 2rem;
    text-align: center;
  }

  #vision .mission-list {
    padding-left: 0;
  }

  #vision .vision::before,
  #vision .mission::before {
    display: none;
  }
}

@media (max-width: 768px) {
  #vision .container-section {
    padding: 0 1rem;
  }

  #vision .section-title h2 {
    font-size: 2.5rem;
  }

  #vision .mission-list li {
    padding: 1.5rem;
    font-size: 12px;
  }

  #vision .vision .mission-list li {
    padding: 2rem;
    font-size: 12px;
  }

  #vision .mission .mission-list li {
    padding-left: 3rem;
  }

  #vision .mission .mission-list li::before {
    left: 1rem;
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }

  /* .nav-item.dropdown:hover .dropdown-menu {
    display: none;
  } */

  /* .nav-item.dropdown .dropdown-menu {
    display: block;
  } */

  .dropdown-toggle h5::after {
    color: #000;
    display: inline-block;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;

  }

  .dropdown-menu {
    position: inherit !important;

  }
}

/* Floating decorative elements */
#vision .floating-orb {
  position: absolute;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  animation: floatOrb 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes floatOrb {

  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.6;
  }

  50% {
    transform: translateY(-30px) scale(1.1);
    opacity: 0.8;
  }
}

/* Scroll animations */
#vision .fade-in {
  animation: fadeInUp 1s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#vision .vision {
  animation-delay: 0.2s;
}

#vision .mission {
  animation-delay: 0.4s;
}

/* Enhanced visual hierarchy */
#vision .section-title {
  position: relative;
}

#vision .section-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2px;
  background: #000;
  border-radius: 1px;
}

@media (max-width: 992px) {
  #vision .section-title::before {
    display: none;
  }
}

/* Additional black and white theme enhancements */
#vision .visionSec {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.02);
}

/* Subtle border accents */
#vision .vision .mission-list li:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

#vision .mission .mission-list li:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

/* Text contrast improvements */
#vision .mission-list li {
  color: #000;
}

#vision .vision .mission-list li {
  color: #000;
  font-weight: 400;
}

/*contact form*/
.email-error,
.mobile-error {
  color: red;
}

@media (min-width: 1199px) {
  .sec-h {
    height: auto !important;
  }
}

#header nav .nav-link.active h5 {
  color: #000;

}

/*style start*/

.staff_card {
  padding: 2px;
  position: relative;
  max-width: 250px;
}

.staffCardInner {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.staffCardInner img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}

.staffCardInner:hover img {
  transform: scale(1.03);
}

/* TEXT OVERLAY */
.staffcard_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: background 0.3s, color 0.3s;
}

.staffcard_text h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.staffcard_text p {
  font-size: 13px;
  margin: 5px 0 0;
}

/* SLICK ARROWS */
.staff_slider .slick-prev,
.staff_slider .slick-next {
  background: none;
  border: none;
  font-size: 30px;
  color: #000;
  z-index: 1000;
}

.staff_slider .slick-prev:before,
.staff_slider .slick-next:before {
  color: #000;
  font-size: 30px;
}

/*.staff_slider .slick-prev {
  left: -30px;
}
.staff_slider .slick-next {
  right: -30px;
}*/

/* RESPONSIVE SETTINGS */
@media (max-width: 1200px) {
  .staff_slider .staff_card {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .staff_slider .staff_card {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .staff_slider .staff_card {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .staff_slider .staff_card {
    width: 100%;
  }
}
.event_sec .card-img-top {
    height: 204px !important;
}

.card-img-top {
  aspect-ratio: 350 / 150; /* or use the actual image's aspect ratio */
  object-fit: cover; /* or 'contain' based on your layout needs */
  width: 100%;
  height: auto;
}
.alumni_img .lazyload {
  aspect-ratio: 206 / 500; /* Actual image aspect ratio */
  width: 100%;             /* or a specific width */
  height: auto;
  object-fit: cover;       /* Optional: maintains image content nicely */
}

img.bheem {
  /* aspect-ratio: 4 / 3; */
  width: 100%;
  height: auto;
}