#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: block;
  text-align: center;
  -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;
  bottom: 0;
  top: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(48%, rgba(0, 0, 0, 0.78)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 48%);
}

#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;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

#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;
  float: left;
  width: 48%;
  margin-right: 22px;
}

#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 {
  margin: 3px;
  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: #C69E66;
  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: #FFF;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: bold;
  text-transform: inherit !important;
  line-height: 26px;
}

#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: #FFF;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: bold;
  text-transform: inherit !important;
  line-height: 26px;
}

#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: 43%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#placement .eye-icon {
  position: absolute;
  bottom: 69px;
  left: 0;
  right: 0;
  text-align: center;
  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;
}

#programs .badge {
  white-space: inherit;
  line-height: 21px;
}

#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 0px;
  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 .clse-bnt {
    width: 27px;
    height: 27px;
    font-size: 27px;
    background: none;
    border: none;
    position: absolute;
    right: -30px;
    color: #fff;
    top: -16px;
  }
}

#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;
}

#news-listss {
  padding: 50px 0px;
}

#news-listss .serch-boxx {
  background: url(../images/bg-3.jpg);
  padding: 20px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 7px 0 #00000029;
          box-shadow: 0 0 7px 0 #00000029;
}

#news-listss .srch-bxxs {
  position: relative;
  margin-top: 24px;
}

#news-listss .sech-iinppt {
  border: 1px solid #ced4da;
  padding: 9px 12px;
  width: 100%;
  border-radius: 7px;
}

#news-listss .srhh-innsc {
  position: absolute;
  bottom: 11px;
  right: 13px;
}

#news-listss .form-control {
  display: block;
  width: 100%;
  padding: 9px;
}

#news-listss .dsscb {
  margin-bottom: 7px;
}

#news-listss .pdng-44 {
  padding: 30px 20px;
}

#news-listss .custom-dropdown__select {
  padding: 9px 18px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-weight: 400;
  color: #777;
  height: 54px;
  border: none;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 0;
}

#news-listss .custom-dropdown::before, #news-listss .custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

#news-listss .custom-dropdown::after {
  content: url(../images/ddwn.png);
  height: 0;
  font-size: 13px;
  line-height: 1;
  right: 16px;
  top: 56%;
  margin-top: -9px;
  color: #D72027 !important;
}

#news-listss .custom-dropdown::before {
  width: 2.3em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

#news-listss .custom-dropdown__select[disabled] {
  color: #0000004d;
}

#news-listss .custom-dropdown.custom-dropdown--disabled::after {
  color: #0000001a;
}

#news-listss .custom-dropdown--white::before {
  background-color: transparent;
  border-left: none;
}

#news-listss .custom-dropdown--white::after {
  color: #000000e6;
}

#news-listss .custom-dropdown--emerald::before {
  background-color: #1aa181;
}

#news-listss .custom-dropdown--emerald::after {
  color: #0006;
}

#news-listss .custom-dropdown--red::before {
  background-color: #d53a22;
}

#news-listss .custom-dropdown--red::after {
  color: #0006;
}

#news-listss .custom-dropdown--large .custom-dropdown__select {
  padding-right: 1.3em;
}

#news-listss .custom-dropdown--small .custom-dropdown__select {
  padding-right: .5em;
}

#news-listss .custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
  border-radius: 2px;
  width: 100%;
  margin: 0 auto;
}

#news-listss .custom-dropdown__select {
  padding: 4px 13px;
  background: #fff;
  border: 0;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-weight: 400;
  color: #777;
  height: 45px;
  border: 1px solid #CED4DA;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 0;
}

#news-listss #news-listss .form-control {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 6px;
  -webkit-transition: border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  transition: border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  transition: border-color .3s ease-in-out,box-shadow .3s ease-in-out;
  transition: border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
}

#news-listss .archovsw_2 {
  margin-bottom: 13px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 23px;
  float: right;
}

#contct-us-ppge {
  padding: 40px 0;
  background: #f4f4f4;
}

#contct-us-ppge .contct-hdd-3 {
  text-align: center;
  margin: 0px auto 10px;
}

#contct-us-ppge .contct-hdd-3 h1 {
  margin: 0 auto;
  font-size: 39px;
  font-weight: bold;
}

#contct-us-ppge .frm-frm-cntct {
  width: 86%;
  margin: 0px auto;
}

#contct-us-ppge .cnt-text-nme {
  margin: 0 auto;
}

#contct-us-ppge .cnt-frm1 {
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 9px 12px;
  background: #fff;
  margin-bottom: 6px;
}

#contct-us-ppge .submt-bttn-ctn {
  border-radius: 0;
  border: 1px solid #197083;
  background: #197083;
  padding: 8px 22px;
  font-size: 17px;
}

#fotr-adrss {
  padding: 35px 0px;
}

#fotr-adrss .adrs-iitm {
  border-bottom: 1px dashed #33333382;
  padding: 11px 0 3px;
}

#fotr-adrss .frm-frm-cntct {
  width: 86%;
  margin: 0px auto;
}

#fotr-adrss .icn-itm-infos {
  color: #197083;
  background: #eee;
  width: 54px;
  height: 54px;
  padding: 13px 16px;
  border-radius: 50%;
  margin: 0px auto 10px;
}

#contnt-pge-contents {
  padding: 40px 20px;
  background: #f5f7fb;
}

#contnt-pge-contents .comn-brd-heddings {
  margin-bottom: 20px;
}

#contnt-pge-contents .comn-brd-heddings h2 {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

#contnt-pge-contents #brd-crmpp ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}

#contnt-pge-contents #brd-crmpp ul li {
  margin-right: 10px;
  color: #666;
}

#contnt-pge-contents #brd-crmpp ul li a {
  text-decoration: none;
  color: #007bff;
}

#contnt-pge-contents #brd-crmpp ul li i {
  margin-left: 8px;
  color: #999;
}

#contnt-pge-contents .cont-inmn {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px #00000014;
          box-shadow: 0 4px 15px #00000014;
}

#contnt-pge-contents .embed-responsive {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

#contnt-pge-contents .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#newwws-dep-page {
  padding: 50px 0;
}

#newwws-dep-page .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 20px 5px;
  scrollbar-width: none;
}

#newwws-dep-page .slider-wrapper::-webkit-scrollbar {
  display: none;
}

#newwws-dep-page .news-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 14px);
          flex: 0 0 calc(33.333% - 14px);
  scroll-snap-align: start;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0px 2px 2px #0000001a;
          box-shadow: 0 0px 2px 2px #0000001a;
  -webkit-transition: -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
  transition: -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
  transition: transform .3s ease,box-shadow .3s ease;
  transition: transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#newwws-dep-page .news-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 15px -3px #0000001a;
          box-shadow: 0 10px 15px -3px #0000001a;
}

#newwws-dep-page .news-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

#newwws-dep-page .card-content {
  height: 249px;
  padding: 20px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#newwws-dep-page .badge {
  background: #dbeafe;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 12px;
  text-transform: uppercase;
}

#newwws-dep-page .card-content h3 {
  font-size: 20px;
  color: #c69e66;
  line-height: 28px;
  font-weight: bold;
}

#newwws-dep-page .card-content p {
  color: var(--text-light);
  font-size: .95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

#newwws-dep-page .read-more {
  margin-top: auto;
  color: #c69e66;
  text-decoration: none;
  font-weight: 600;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#newwws-dep-page .nav-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 6px #0000001a;
          box-shadow: 0 4px 6px #0000001a;
  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;
  z-index: 10;
  -webkit-transition: background .2s;
  transition: background .2s;
}

#newwws-dep-page .nav-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

#newwws-dep-page .btn-left {
  left: -22px;
}

#newwws-dep-page .btn-right {
  right: -22px;
}

@media (max-width: 1024px) {
  #newwws-dep-page .news-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 640px) {
  #newwws-dep-page .news-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
  #newwws-dep-page .btn-left, #newwws-dep-page .btn-right {
    display: none;
  }
}

#newwws-dep-page #owl-demo-16 .item {
  margin: 15px auto;
}

#achivmnt-news .achievement-slider {
  width: 100%;
  position: relative;
  height: 365px;
  margin: 24px auto 0;
}

#achivmnt-news .slide {
  position: static;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
  transition: opacity .8s ease,-webkit-transform .8s ease;
  transition: opacity .8s ease,transform .8s ease;
  transition: opacity .8s ease,transform .8s ease,-webkit-transform .8s ease;
  pointer-events: none;
}

#achivmnt-news .slide.active {
  opacity: 1;
  pointer-events: auto;
}

#achivmnt-news .image-wrap {
  width: 65%;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 40px #0003;
          box-shadow: 0 20px 40px #0003;
}

#achivmnt-news .image-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#achivmnt-news .content-box {
  width: 45%;
  background: #197083;
  color: #fff;
  padding: 28px;
  position: absolute;
  right: 0;
  top: 151px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 10px 10px 0 #C69E66;
          box-shadow: 10px 10px 0 #C69E66;
  border-radius: 2px;
}

#achivmnt-news .content-box h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #fbd38d;
}

#achivmnt-news .content-box h2 {
  font-size: 22px;
  margin: 0 0 12px;
  line-height: 1.2;
}

#achivmnt-news .content-box p {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.6;
  opacity: .9;
}

#achivmnt-news .nav-controls {
  position: absolute;
  bottom: -60px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#achivmnt-news .nav-btn {
  background: #197083;
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

#achivmnt-news .nav-btn:hover {
  background: #C69E66;
}

@media (max-width: 768px) {
  #achivmnt-news .achievement-slider {
    height: auto;
  }
  #achivmnt-news .slide {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;
    display: none;
  }
  #achivmnt-news .slide.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #achivmnt-news .image-wrap, #achivmnt-news .content-box {
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #achivmnt-news .content-box {
    padding: 30px;
  }
}

#programs .card.h-100.border-0.shadow-sm {
  background: #ebebeb !important;
  border-radius: 8px !important;
  padding: 19px !important;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 300px;
}

#programs .badge.bg-warning {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 600;
  padding: 8px 0px !important;
  border-radius: 6px !important;
  margin-bottom: 20px !important;
  display: inline-block;
  background: none !important;
  text-align: left;
  line-height: 25px;
}

#programs .card-body {
  width: 100%;
  padding: 0 !important;
}

#programs .card-title.fw-bold {
  font-size: 18px !important;
  color: #fff !important;
  line-height: 1.3;
  margin-bottom: 7px !important;
  font-weight: 400 !important;
  text-align: left;
  background: #c69e66;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#programs .card-text.text-muted {
  font-size: 18px !important;
  color: #444 !important;
  font-weight: 500;
  margin-bottom: 30px !important;
}

#programs .list-unstyled.mb-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px !important;
  gap: 10px;
  margin-top: auto !important;
  padding: 0;
}

#programs .btn-primary.offrd-prgm-bttn {
  background-color: #267a8c !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

#programs .btn-primary.offrd-prgm-bttn:hover {
  background-color: #1b5e6b !important;
  -webkit-box-shadow: 0 4px 8px #0000001a;
          box-shadow: 0 4px 8px #0000001a;
}

#achivmnt-news {
  padding-bottom: 67px;
}

.cls-my {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 20px;
  position: absolute;
  right: 0;
  padding: 0 8px;
  height: 32px;
  width: 32px;
  top: 0;
}

#faculty .facltty-mg-dv {
  background: #fff;
  padding: 9px;
  border-radius: 12px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 4px 12px #0000000d;
          box-shadow: 0 4px 12px #0000000d;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  margin-bottom: 0px;
  height: 100%;
}

#faculty .facltty-mg-dv:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 24px #0000001a;
          box-shadow: 0 12px 24px #0000001a;
  border-color: #d1d9e0;
}

#faculty .facltty-mg-dv a {
  text-decoration: none !important;
  color: inherit;
}

#faculty .fac-mmg-pos {
  padding: 0;
}

#faculty .fac-mmg-pos img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1 / 1;
  width: 100%;
  -webkit-filter: grayscale(10%);
          filter: grayscale(10%);
  -webkit-transition: -webkit-filter .3s ease;
  transition: -webkit-filter .3s ease;
  transition: filter .3s ease;
  transition: filter .3s ease, -webkit-filter .3s ease;
}

#faculty .facltty-mg-dv:hover .fac-mmg-pos img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#faculty .fac-mmg-cntnt {
  padding: 20px 15px 15px 5px;
}

#faculty .fac-mmg-cntnt h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 6px;
  line-height: 1.2;
}

#faculty .fac-mmg-cntnt h6:first-of-type {
  font-size: .85rem;
  font-weight: 600;
  color: #C69E66;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

#faculty .fac-mmg-cntnt h6:last-of-type {
  font-size: .8rem;
  color: #7f8c8d;
  font-weight: 400;
  line-height: 1.4;
}

#faculty .pad-0xp5 {
  padding: 10px !important;
}

.hd-brdcrmpp4 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0)), color-stop(29%, #197083), color-stop(71%, #197083), color-stop(100%, rgba(255, 255, 255, 0.132073)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(244, 244, 244, 0) 0%, #197083 29%, #197083 71%, rgba(255, 255, 255, 0.132073) 100%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 7px;
}

.hd-brdcrmpp4 h4 {
  margin: 0px auto;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 29px;
}

.hd-brdcrmpp4 ul {
  margin: 0px auto;
  padding: 0px;
}

#alumni-banner-inner {
  position: relative;
}

#news-listss {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #e6e6e6), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #e6e6e6 43%, rgba(255, 255, 255, 0) 100%);
}

#news-listss #news-listss {
  padding: 60px 0;
  background-color: #f8f9fa;
  font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
}

#news-listss .nws-ldst-1 {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 15px #0000000d;
          box-shadow: 0 4px 15px #0000000d;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  overflow: hidden;
  border-left: 5px solid #C69E66;
}

#news-listss .nws-ldst-1:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#news-listss .date-newsss {
  background: #C69E66;
  color: #fff;
  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;
  padding: 20px 10px;
  text-align: center;
}

#news-listss .date-newsss h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

#news-listss .news-para_3 {
  padding: 25px 30px;
}

#news-listss .news-para_3 h4 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 12px;
  font-weight: 600;
}

#news-listss .news-para_3 p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 1rem;
}

#news-listss .no-pad {
  padding: 0 !important;
}

@media (max-width: 768px) {
  #news-listss .date-newsss {
    padding: 15px;
  }
  #news-listss .nws-ldst-1 {
    border-left: none;
    border-top: 5px solid #C69E66;
    border: 1px solid #ccc;
  }
}
/*# sourceMappingURL=main-style.css.map */