#main-bnanner-video-img .box-announcmnt-1 {
  padding: 285px 38px 38px;
  text-align: center;
  font-weight: 300;
}

#main-bnanner-video-img .swiper-slide video {
  width: 110%;
  position: relative;
  top: -106px;
}

#main-bnanner-video-img .swiper-slide img {
  width: 100% !important;
}

#main-bnanner-video-img .box-announcmnt-1 h1 {
  margin: 0px auto;
  font-weight: 300;
  color: #fff;
  font-size: 23px;
  line-height: 35px;
}

#main-bnanner-video-img .swiper {
  height: 100vh;
}

#main-bnanner-video-img .bnner-announcmnt-slidr {
  position: absolute;
  top: 0;
  height: 81vh;
  right: 108px;
  border-radius: 0 0 40px 40px;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 112, 131, 0)), color-stop(85%, #197083));
  background: linear-gradient(180deg, rgba(25, 112, 131, 0) 0%, #197083 85%);
  z-index: 1;
  width: 29%;
}

#main-bnanner-video-img .swiper-button-next::after, #main-bnanner-video-img .swiper-button-prev::after {
  font-size: 21px;
}

#main-bnanner-video-img .overly-bg-blue-b {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 53, 105, 0)), to(#001040));
  background: linear-gradient(180deg, rgba(18, 53, 105, 0) 0%, #001040 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 54%;
}

#main-bnanner-video-img .bnner-hdd {
  text-align: center;
}

#main-bnanner-video-img .serch-programme-serch {
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: 999;
  right: 0;
  width: 89%;
  margin: 0px auto;
}

#main-bnanner-video-img .serch-bttn-progrm {
  margin: 4px auto 0;
  width: 100%;
}

#main-bnanner-video-img .serch-programme-serch ul li {
  float: left;
  width: 18%;
  margin: auto 16px;
}

#main-bnanner-video-img .bnner-hdd h2 {
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 200;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

#progrmm-sliderr {
  padding: 0 0 33px;
  position: relative;
  background-color: #1f6f78;
  float: left;
  width: 100%;
}

#progrmm-sliderr .department-section {
  background-color: #1f6f78;
  padding: 55px 55px 0;
  color: #fff;
  width: 90%;
  position: relative;
  float: right;
  top: -87px;
  z-index: 2;
}

#progrmm-sliderr .department-section h2 {
  font-weight: 700;
  letter-spacing: 1px;
}

#progrmm-sliderr .department-section .sub-heading {
  font-size: 13px;
  letter-spacing: 2px;
  opacity: .8;
}

#progrmm-sliderr .view-btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 22px;
  font-size: 13px;
  border-radius: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

#progrmm-sliderr .view-btn:hover {
  background: #fff;
  color: #1f6f78;
}

#progrmm-sliderr .department-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#progrmm-sliderr .department-card h5 {
  margin-top: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

#progrmm-sliderr .department-card p {
  font-size: 13px;
  opacity: .85;
}

#progrmm-sliderr .arrow-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

#progrmm-sliderr .arrow-btn:hover {
  background: #fff;
  color: #1f6f78;
}

#progrmm-sliderr .department-card img {
  border-top: 1px solid #fff;
  padding: 11px 0;
  border-bottom: 1px solid #fff;
}

#progrmm-sliderr .owl-theme .owl-nav {
  position: absolute !important;
  left: 0 !important;
}

.owl-next {
  border-radius: 0 !important;
  border: 1px solid #FFF !important;
  background: #fff !important;
  padding: 0 16px !important;
  font-size: 46px !important;
  height: 42px !important;
  width: 43px !important;
}

.owl-next span {
  position: relative;
  top: -23px;
  font-size: 35px;
}

.owl-prev {
  border-radius: 0 !important;
  border: 1px solid #FFF !important;
  background: #fff !important;
  padding: 0 16px !important;
  font-size: 46px !important;
  height: 42px !important;
  width: 43px !important;
}

.owl-prev span {
  position: relative;
  top: -23px;
  font-size: 35px;
}

#e-resources {
  padding: 60px 0;
  background: url(../images/bg_1.jpg) center;
  background-size: cover;
}

#e-resources .physics-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}

#e-resources .physics-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

#e-resources .physics-overlay {
  position: absolute;
  inset: 0;
  background: #00000059;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

#e-resources .physics-title {
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  -webkit-transition: letter-spacing .4s ease,-webkit-transform .4s ease;
  transition: letter-spacing .4s ease,-webkit-transform .4s ease;
  transition: transform .4s ease,letter-spacing .4s ease;
  transition: transform .4s ease,letter-spacing .4s ease,-webkit-transform .4s ease;
}

#e-resources .physics-card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#e-resources .physics-card:hover .physics-overlay {
  background: #0000008c;
}

#e-resources .physics-card:hover .physics-title {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  letter-spacing: 4px;
}

#e-resources #owl-demo-3 {
  margin-top: 24px;
}

.comn-centr-hdd {
  text-align: center;
}

.comn-centr-hdd h2 {
  margin: 0px auto;
  color: #197083;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comn-centr-hdd h3 {
  margin: 0px auto;
  font-size: 17px;
}

#our-progrmmes {
  position: relative;
  background: url(../images/bg_2.jpg) center/cover no-repeat;
  padding: 45px 0;
}

#our-progrmmes .program-section {
  position: relative;
  padding: 100px 0;
  color: #fff;
}

#our-progrmmes .program-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #007882d9;
}

#our-progrmmes .program-section .container {
  position: relative;
  z-index: 2;
}

#our-progrmmes .section-title {
  font-weight: 600;
  letter-spacing: 2px;
}

#our-progrmmes .section-subtitle {
  font-size: 14px;
  letter-spacing: 1px;
  opacity: .8;
}

#our-progrmmes .nav-pills .nav-link {
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 500;
  color: #fff;
}

#our-progrmmes .nav-pills .nav-link.active {
  background-color: #fff;
  color: #197083 !important;
}

#our-progrmmes .program-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#our-progrmmes .program-list li {
  padding: 10px 0;
  border-bottom: 1px solid #fff6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

#our-progrmmes .program-list li:hover {
  padding-left: 10px;
  background: #ffffff1a;
  color: #fff;
}

#our-progrmmes .explore-btn {
  background: #044a4f;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

#our-progrmmes .explore-btn:hover {
  background: #044a4f;
}

#our-progrmmes #programTabs li {
  background: #0a5b60;
  border-radius: 5px;
}

#our-progrmmes .comn-centr-hdd {
  text-align: center;
  margin-bottom: 18px;
}

#our-progrmmes .comn-centr-hdd h2 {
  color: #fff;
}

#our-progrmmes .comn-centr-hdd h3 {
  color: #fff;
}

#our-progrmmes #pg h5 {
  font-weight: bold;
  color: #fff;
}

#whhy-chose {
  padding: 46px 0;
  background: url(../images/bg_3.png) center;
}

#whhy-chose .why-section {
  background: #f4f4f4;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

#whhy-chose .why-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution_gray_dots.png) center no-repeat;
  background-size: contain;
  opacity: .05;
}

#whhy-chose .why-title {
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

#whhy-chose .stat-card {
  margin-bottom: 17px;
  border-right: 10px solid #C69E66;
  width: 100%;
  height: 190px;
  background: #1f6f7a;
  color: #fff;
  border-radius: 12px;
  padding: 30px 30px 0;
  position: relative;
  -webkit-box-shadow: 0 12px 30px #0000001f;
          box-shadow: 0 12px 30px #0000001f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#whhy-chose .stat-label {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#whhy-chose .stat-number {
  font-size: 44px;
  font-weight: 200;
  color: #C69E66;
  line-height: 30px;
}

#whhy-chose .stats-wrapper {
  position: relative;
  height: 456px;
}

#whhy-chose .card1 {
  position: static;
  top: 0;
  left: 40px;
}

#whhy-chose .card2 {
  position: static;
  top: 0;
  right: 40px;
}

#whhy-chose .card3 {
  position: static;
  top: 210px;
  left: 0;
}

#whhy-chose .card4 {
  position: static;
  top: 210px;
  right: 90px;
}

#whhy-chose .card5 {
  position: static;
  top: 120px;
  right: -60px;
}

@media (max-width: 1200px) {
  #whhy-chose .stats-wrapper {
    position: static;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #whhy-chose .stat-card {
    position: relative !important;
  }
  #whhy-chose .stat-card::after {
    display: none;
  }
}

#whhy-chose .mrgn-tp {
  margin-top: 52px;
}

#whhy-chose .mrgn-tp2 {
  margin-top: 123px;
}

#event-activty {
  padding: 60px 0 60px 119px;
  background: url(../images/bg_2.jpg) center;
  background-size: cover;
}

#event-activty .evnt-activty {
  background: #fff;
  margin: 21px auto;
}

#event-activty .comn-centr-hdd {
  text-align: left;
}

#event-activty .comn-centr-hdd h2 {
  color: #fff;
}

#event-activty .comn-centr-hdd h3 {
  color: #fff;
}

#event-activty .news-card {
  background: #fff;
  padding: 40px;
  max-width: 650px;
  border-radius: 2px;
}

#event-activty .news-date {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}

#event-activty .divider {
  border-bottom: 1px solid #222;
  margin: 16px 0 10px;
}

#event-activty .divider-light {
  border-bottom: 1px solid #222;
  margin: 0px 0;
  padding: 0 0;
}

#event-activty .news-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

#event-activty .news-text {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 200;
}

#event-activty .read-more {
  padding: 9px 0;
  color: #C69E66;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

#event-activty .read-more:hover {
  padding: 9px 0;
  letter-spacing: 4px;
  color: #a87c2a;
}

@media (max-width: 768px) {
  #event-activty .news-title {
    font-size: 28px;
  }
  #event-activty .news-card {
    padding: 25px;
  }
}

#event-activty .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  bottom: -82px;
  left: 164px;
}

#event-activty .dclassred-more {
  text-align: left;
}

#event-activty .dclassred-more a {
  background: #C69E66;
  border: 1px solid #C69E66;
  border-radius: 0;
  padding: 9px 29px;
  letter-spacing: 1px;
  font-size: 16px;
}

#campus-facilties {
  padding: 65px 0;
}

#campus-facilties .comn-centr-hdd h3 {
  font-size: 17px;
  width: 72%;
  line-height: 30px;
}

#campus-facilties .facility-item {
  padding: 35px 20px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: 100%;
}

#campus-facilties .facility-item i {
  font-size: 35px;
  color: #C69E66;
  margin-bottom: 15px;
  display: inline-block;
}

#campus-facilties .facility-item h5 {
  color: #1b6b73;
  font-weight: 500;
  margin: 0;
}

#campus-facilties .facility-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#campus-facilties .border-right-custom {
  border-right: 1px solid #ddd;
}

#campus-facilties .border-bottom-custom {
  border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
  #campus-facilties .col-md-3:nth-child(4), #campus-facilties .col-md-3:nth-child(8) {
    border-right: none !important;
  }
}

#campus-facilties .cmp-facil-wdthh {
  margin-top: 25px;
}

#news-iitm {
  background: #1f6f78;
}

#news-iitm .news-section {
  color: #fff;
}

#news-iitm .section-title {
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  font-size: 34px;
  margin-bottom: 0;
}

#news-iitm .read-link {
  color: #f4b400;
  font-size: 14px;
  text-decoration: none;
}

#news-iitm .read-link:hover {
  text-decoration: underline;
}

#news-iitm .news-card {
  background: transparent;
  border-radius: 12px;
  padding: 15px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

#news-iitm .news-card img {
  width: 100%;
  border-radius: 12px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

#news-iitm .news-card small {
  color: #f4b400;
  letter-spacing: 1px;
  font-size: 12px;
}

#news-iitm .news-card p {
  font-size: 14px;
  color: #d9f1f2;
}

#news-iitm .news-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#news-iitm .featured-card img {
  width: 100%;
  border-radius: 15px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

#news-iitm .featured-card small {
  color: #f4b400;
  letter-spacing: 1px;
}

#news-iitm .featured-card p {
  color: #d9f1f2;
  font-size: 15px;
  line-height: 1.7;
}

#news-iitm .divider-left {
  border-left: 1px solid #ffffff26;
}

@media (max-width: 991px) {
  #news-iitm .divider-left {
    border-left: none;
    margin-top: 40px;
  }
}

#alumni-slidr {
  background: url(../images/bg-alumni.jpg) center;
  background-size: cover;
}

#alumni-slidr .alumni-section {
  background: #f3f5f6;
  position: relative;
  overflow: hidden;
}

#alumni-slidr .alumni-section::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #0000000d 1px, transparent 1px);
  background-size: 15px 15px;
  top: -50px;
  right: -50px;
  opacity: .5;
}

#alumni-slidr .section-title {
  color: #1f6f78;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 42px;
}

#alumni-slidr .section-subtitle {
  font-size: 16px;
  color: #777;
  letter-spacing: .5px;
}

#alumni-slidr .alumni-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-shadow: 0 5px 20px #0000000d;
  box-shadow: 0px 0px 5px 1px #00000026;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin: 6px auto;
}

#alumni-slidr .alumni-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#alumni-slidr .alumni-card img {
  width: 130px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

#alumni-slidr .alumni-card h5 {
  font-weight: 600;
}

#alumni-slidr .alumni-card small {
  color: #c49b5c;
  font-weight: 500;
}

#alumni-slidr .view-btn {
  background: #c49b5c;
  color: #fff;
  padding: 12px 35px;
  border: none;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  transition: .3s;
}

#alumni-slidr .view-btn:hover {
  background: #a67c3f;
}

#alumni-slidr .carousel-control-prev, #alumni-slidr .carousel-control-next {
  width: 40px;
}

#alumni-slidr .carousel-control-prev-icon, #alumni-slidr .carousel-control-next-icon {
  background-color: #1f6f78;
  padding: 20px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  #alumni-slidr .alumni-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

#alumni-slidr .text-start p {
  font-size: 14px;
}

#placement {
  padding: 60px 0 0;
}

#placement #placement {
  padding: 80px 0 90px;
}

#placement #placement h2 {
  font-weight: 700;
  letter-spacing: 3px;
  color: #1f7a83;
}

#placement #placement p {
  font-size: 12px;
  letter-spacing: 3px;
  color: #555;
  margin-bottom: 55px;
}

#placement .placement-box {
  position: relative;
}

#placement .placement-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}

#placement .eye-wrapper {
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#placement .eye-icon {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c49b5a;
  font-size: 18px;
}

#placement .section-title {
  color: #1f6f78;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 42px;
}

#placement .section-subtitle {
  font-size: 16px;
  color: #777;
  letter-spacing: .5px;
  margin: 0px auto 23px !important;
}

#testimonials-bggr {
  padding: 60px 0;
}

#testimonials-bggr .testimonial-section {
  padding: 80px 0;
}

#testimonials-bggr .section-subtitle {
  color: #6c757d;
  font-size: 15px;
  margin-bottom: 24px !important;
}

#testimonials-bggr .testimonial-card {
  border: 1px solid #dcdcdc;
  width: 88%;
  float: right;
  background: url(../images/testim_bg.jpg);
  background-size: cover;
  border-radius: 25px;
  padding: 24px;
  position: relative;
}

#testimonials-bggr .testimonial-img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: -106px;
}

#testimonials-bggr .testimonial-text {
  color: #6c757d;
  line-height: 1.8;
  font-size: 16px;
  position: relative;
  left: -74px;
}

#testimonials-bggr .testimonial-name {
  font-weight: 600;
  font-size: 18px;
  margin-top: 0px;
}

#testimonials-bggr .testimonial-role {
  font-size: 14px;
  color: #6c757d;
}

#testimonials-bggr .slider-btn {
  width: 45px;
  height: 45px;
  background: #1f7a7a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

#testimonials-bggr .slider-btn:hover {
  background: #145c5c;
}

#testimonials-bggr .slider-prev {
  left: -60px;
}

#testimonials-bggr .slider-next {
  right: -60px;
}

@media (max-width: 992px) {
  #testimonials-bggr .slider-prev, #testimonials-bggr .slider-next {
    display: none;
  }
}

#testimonials-bggr .testim-text {
  position: relative;
  left: -74px;
  top: -8px;
}

#testimonials-bggr .section-title {
  color: #1f6f78;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 42px;
}

#rnking-accrditn {
  background: #f4f4f4;
  padding: 50px 0;
}

#rnking-accrditn .section-title {
  margin-bottom: 22px;
  color: #1f6f78;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  font-size: 42px;
}

#rnking-accrditn .rnk-item_mmg-text {
  text-align: center;
}

#rnking-accrditn .mmg-rk-item {
  background: #fff;
  padding: 11px 24px;
  border-radius: 8px;
  margin-bottom: 12px;
}

#rnking-accrditn .mmg-rk-item_text {
  text-align: center;
}

#rnking-accrditn .item {
  position: relative;
  margin: 0 4px;
}

#rnking-accrditn .mmg-rk-item_text h3 {
  font-size: 16px;
  margin: 0px auto;
  color: #4e4e4e;
  line-height: 25px;
}

#rnking-accrditn .clss-itm-brd {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, #3a3a3a 50%, rgba(255, 255, 255, 0) 100%);
  width: 1px;
  height: 100%;
  position: absolute;
  right: -15px;
  z-index: 9;
  top: -17px;
  bottom: 0;
}

#gallery-homee {
  padding: 60px 0;
}

#gallery-homee .campus-section {
  padding: 80px 0;
}

#gallery-homee .section-title {
  margin-bottom: 22px;
  color: #1f6f78;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  font-size: 42px;
}

#gallery-homee .section-subtitle {
  font-size: 16px;
  letter-spacing: 2px;
  color: #707070;
}

#gallery-homee .campus-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

#gallery-homee .campus-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

#gallery-homee .campus-overlay {
  position: absolute;
  inset: 0;
  background: #126064a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

#gallery-homee .campus-overlay h5 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

#gallery-homee .campus-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#gallery-homee .campus-card:hover .campus-overlay {
  background: #126064bf;
}

#gallery-homee .know-btn {
  background: #c39a63;
  color: #fff;
  padding: 12px 30px;
  border: none;
  letter-spacing: 2px;
  font-size: 13px;
  -webkit-transition: .3s;
  transition: .3s;
}

#gallery-homee .know-btn:hover {
  background: #a67c47;
}

#recruite .recruiter-section {
  padding: 70px 0;
  text-align: center;
}

#recruite .section-title {
  font-weight: 700;
  letter-spacing: 2px;
  color: #1f7a7a;
}

#recruite .section-subtitle {
  font-size: 16px;
  letter-spacing: 2px;
  color: #b8a999;
  margin: 0px auto 13px !important;
}

#recruite .logo-card {
  background: #fff;
  border-radius: 18px;
  padding: 25px 20px;
  -webkit-box-shadow: 0 1px 3px 1px #0000002b;
          box-shadow: 0 1px 3px 1px #0000002b;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#recruite .logo-card img {
  max-height: 50px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

#recruite .logo-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 6px 18px #00000014;
          box-shadow: 0 6px 18px #00000014;
}

#recruite .logo-card:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#recruite #owl-demo-8 .item {
  margin: 10px auto;
}

#recruite .recruite {
  margin-bottom: 10px;
}

footer {
  padding-top: 107px !important;
  margin-top: 109px;
  padding-top: 80px !important;
}

.fotr-itemm {
  background-color: #c49a6c;
  position: absolute;
  top: -77px;
  left: 106px;
  right: 106px;
}

#main-bnanner-video-img .dclassred-more {
  background: #C69E66;
  border: 1px solid #C69E66;
  border-radius: 5px;
  padding: 4px 16px 9px;
  letter-spacing: 1px;
  font-size: 16px;
}

#main-bnanner-video-img_dep {
  padding: 0 !important;
}

#dep-landing-page {
  background-color: #f4f4f4;
}

#dep-landing-page :root {
  --navy:#001529;
  --gold:#c5a059;
  --light-grey:#f4f4f4;
  --text-dark:#333;
}

#dep-landing-page body {
  color: var(--text-dark);
  overflow-x: hidden;
}

#dep-landing-page .sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 100;
  margin-top: -109px;
}

#dep-landing-page .side-navigation {
  background-color: #197083;
  padding: 40px 25px;
  min-height: 550px;
  border-radius: 2px;
}

#dep-landing-page .side-navigation ul {
  list-style: none;
  padding: 0;
}

#dep-landing-page .side-navigation ul li {
  border-bottom: 1px solid #ffffff1a;
  padding: 12px 0;
}

#dep-landing-page .side-navigation ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: 1.5px;
  display: block;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#dep-landing-page .side-navigation ul li a:hover {
  color: #c69e66;
  padding-left: 8px;
}

#dep-landing-page .side-navigation ul li a span {
  float: right;
}

#dep-landing-page section {
  padding: 0px 0 40px;
  line-height: 29px;
  scroll-margin-top: 20px;
}

#dep-landing-page .section-header {
  color: #C69E66;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 1px;
}

#dep-landing-page .hod-frame {
  position: relative;
  display: inline-block;
}

#dep-landing-page .hod-image {
  width: 280px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px;
}

#dep-landing-page .hod-badge {
  background-color: var(--navy);
  color: #fff;
  padding: 20px;
  width: 220px;
  position: absolute;
  bottom: -25px;
  left: 40px;
  -webkit-box-shadow: 10px 10px 30px #0003;
          box-shadow: 10px 10px 30px #0003;
}

#dep-landing-page .hod-badge h5 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

#dep-landing-page .hod-badge span {
  font-size: .7rem;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-top: 5px;
}

#dep-landing-page .prog-card {
  border: none;
  border-left: 4px solid var(--gold);
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

#dep-landing-page .prog-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px #0000000d;
          box-shadow: 0 10px 20px #0000000d;
}

#dep-landing-page .gallery-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

#dep-landing-page .gallery-img:hover {
  opacity: .8;
}

#dep-landing-page .pd-l-r {
  padding: 0 50px;
}

#dep-landing-page .mobile-header {
  display: none;
  background: var(--navy);
  color: #fff;
  padding: 15px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1001;
}

@media (max-width: 991px) {
  #dep-landing-page .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #dep-landing-page .sticky-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 2000;
  }
  #dep-landing-page .sticky-wrapper.active {
    right: 0;
  }
  #dep-landing-page .main-content {
    padding-top: 20px;
  }
  #dep-landing-page .side-navigation {
    height: 100vh;
    border-radius: 0;
  }
}

#dep-landing-page .schol-heding-brdcrmp {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  letter-spacing: 0;
  left: 47px;
  right: 0;
  background: #0a2d4c;
  background: -webkit-gradient(linear, left top, right top, from(#197083), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #197083 0%, rgba(255, 255, 255, 0) 100%);
  padding: 19px;
}

#dep-landing-page .schol-heding-brdcrmp h2 {
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  letter-spacing: 2px;
  text-shadow: 0 2px 3px #000;
}

#dep-landing-page .schol-heding-brdcrmp h5 {
  margin: 0 auto;
  font-weight: normal;
  color: #C69E66;
  letter-spacing: 1px;
  text-shadow: 0 2px 3px #0000007d;
}

#dep-landing-page .vision-card {
  background: linear-gradient(135deg, #24a2be 0%, #135c6c 100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

#dep-landing-page .vision-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#dep-landing-page .mission-box {
  border-left: 5px solid #c69e66;
  background: #f8fafc;
}

#dep-landing-page .icon-circle {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #fff3;
}

.text-warning {
  color: #C69E66 !important;
}

/* Custom Vibrant Styles */
.text-gradient-vibrant {
  background: -webkit-gradient(linear, left top, right top, from(#6366f1), to(#f43f5e));
  background: linear-gradient(to right, #6366f1, #f43f5e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glass-card {
  -webkit-transition: border 0.4s ease, -webkit-transform 0.4s ease;
  transition: border 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, border 0.4s ease;
  transition: transform 0.4s ease, border 0.4s ease, -webkit-transform 0.4s ease;
}

.glass-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.profile-frame {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  /* Adds a playful, creative tilt */
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.profile-frame:hover {
  -webkit-transform: rotate(0deg) scale(1.02);
          transform: rotate(0deg) scale(1.02);
}

.tracking-widest {
  letter-spacing: 0.2em;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .profile-frame {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    max-width: 400px;
    margin: 0 auto;
  }
}

#events .card {
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px 1px #0000002b;
          box-shadow: 1px 1px 3px 1px #0000002b;
  margin: 8px 3px 6px;
  height: 93% !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: #c69e66 !important;
}

.faculty-bio-hover {
  line-height: 21px;
}

.editorial-main {
  background: #fff;
}

#hod .popup-overlay {
  position: fixed;
  inset: 0;
  background: #0009;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}

#hod .popup-box {
  background: #fff;
  width: 68%;
  max-width: 90%;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  -webkit-animation: popup .3s ease;
          animation: popup .3s ease;
}

#hod .close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
}

@-webkit-keyframes popup {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes popup {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

#hod .btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #C69E66;
  --bs-btn-border-color: #C69E66;
}

#hod .open-btn {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.btn-warning:hover {
  --bs-btn-color: #fff;
  --bs-btn-bg: #a77d44;
  --bs-btn-border-color: #a77d44;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #197083;
  --bs-btn-border-color: #197083;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #c69e66;
  border-color: #c69e66;
}
/*# sourceMappingURL=main-style.css.map */