@font-face {
  font-family: "Canela Deck";
  src: url("../fonts/CanelaDeck-Black.woff2") format("woff2"),
    url("../fonts/CanelaDeck-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Canela Deck";
  src: url("../fonts/CanelaDeck-Light.woff2") format("woff2"),
    url("../fonts/CanelaDeck-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Canela Deck";
  src: url("../fonts/CanelaDeck-Bold.woff2") format("woff2"),
    url("../fonts/CanelaDeck-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Canela Deck";
  src: url("../fonts/CanelaDeck-Thin.woff2") format("woff2"),
    url("../fonts/CanelaDeck-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Canela Deck";
  src: url("../fonts/CanelaDeck-Regular.woff2") format("woff2"),
    url("../fonts/CanelaDeck-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Canela Deck";
  src: url("../fonts/CanelaDeck-Medium.woff2") format("woff2"),
    url("../fonts/CanelaDeck-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.py-5 {
  padding: 3rem 0;
}

.justify-content-center {
  justify-content: center;
}

.blink {
  animation: blinker 2s linear infinite;

  font-weight: bold;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.mobile {
  display: none !important;
}

@media (max-width: 767.98px) {
  .mobile {
    display: flex !important;
    align-items: center;
  }

  .desktop {
    display: none !important;
  }
}

.contact-tab-sec {
  background: #f1f1f1;
  padding: 2% 15px;
}

.c-filtering .tabs {
  display: -webkit-box;
  margin: 0;
  padding: 0;
}

.c-filtering .tabs .tab-link {
  -webkit-box-flex: 1;
  cursor: pointer;
  display: block;
  flex: 1 1 auto;
  float: none;
  position: relative;
  margin: 0;
  border-radius: 0;
}

.c-filtering .tabs .tab-link a {
  -webkit-box-flex: 1;
  background: #f1f1f1;
  border-right: 1px solid #d6d6d6 !important;
  cursor: pointer;
  display: block;
  flex: 1 1 auto;
  border-radius: 0;
  float: none;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 20px 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 600;
}

.c-filtering .tabs .tab-link:last-child a {
  border: none !important;
}

.c-filtering .tabs .tab-link.active a {
  background: #f9f9f9 !important;
  color: #072b7d;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.c-filtering .tab-content {
  background: #f9f9f9 !important;
  padding: 20px 30px;
}

.c-filtering .tab-pane {
  display: none;
}

.c-filtering .tab-pane.active {
  display: block;
}

.c-filtering .tab-content .statutory-blue {
  background-color: #072b7d;
  padding: 20px;
}

.c-filtering .tab-content .statutory-blue h4 {
  color: #fff;
}

.c-filtering .tab-content .statutory-blue p,
.c-filtering .tab-content .statutory-blue p strong {
  color: #fff;
  opacity: 1;
}

.c-filtering .tab-content .statutory-blue a {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.c-filtering .tab-content .statutory-blue a:hover {
  text-decoration: none;
}

.c-filtering .form-control,
.c-filtering .PhoneInputInput {
  background: #ededed !important;
  border: 1px solid #d4d4d4 !important;
  border-radius: 3px !important;
  color: #66696d !important;
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  margin-bottom: 10px !important;
  padding: 12px 10px !important;
  width: 100% !important;
  height: 46px;
}

.c-filtering label {
  font-weight: 500;
  opacity: 0.9;
  margin: 0;
}

.c-filtering label sup {
  color: var(--red);
  font-size: 13px;
}

.c-filtering .form-control {
  height: auto;
}

.c-filtering .PhoneInput {
  display: flex;
  align-items: center;
  height: 46px;
}

.c-filtering .PhoneInput .PhoneInputInput {
  margin-top: 10px;
}

.c-filtering ::-webkit-input-placeholder {
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
  height: 46px;
}

.c-filtering :-moz-placeholder,
::-moz-placeholder {
  color: #333;
  text-transform: uppercase;
}

.c-filtering :-ms-input-placeholder {
  color: #333;
  text-transform: uppercase;
}

.c-filtering button.hvr-bounce-to-right {
  background: #072b7d;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 24px;
  border-radius: 4px;
  border: none;
  overflow: hidden;
}

.c-filtering .gm-style .gm-style-iw-c {
  max-width: 90% !important;
}

.c-filtering .mapsec .map-address-content p {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 20px;
  color: #000 !important;
  margin: 0 !important;
}

.c-filtering .mapsec .map-address-content p a {
  color: #000;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.c-filtering .mapsec .map-address-content p a:hover {
  text-decoration: none;
}

.message-banner img {
  width: 100%;
  height: auto;
}

.message-banner .hero_text {
  position: absolute;
  width: 100%;
  top: 25%;
  left: 0;
}

.message-banner .hero_text h4 {
  font-size: 2.6rem;
}

.message-banner .hero_text h6 {
  font-size: 2rem;
  margin-top: 20px;
}

.faculty-banner-sec {
  position: relative;
  overflow: hidden;
}

.faculty-banner-sec img.user-bg {
  width: 100%;
  height: auto;
}

.faculty-banner-sec img.user-img {
  position: absolute;
  right: 15%;
  bottom: -10px;
  width: 300px;
}

.faculty-banner-sec .hero_text {
  position: absolute;
  width: 100%;
  bottom: 25%;
  left: 0;
}

.faculty-banner-sec .hero_text h4 {
  font-size: 2.6rem;
}

.faculty-banner-sec .hero_text h4 .scial-icon {
  width: 30px;
  position: relative;
  top: -10px;
  left: 10px;
}

.faculty-banner-sec .hero_text h4 a:hover img {
  opacity: 0.8;
}

.faculty-banner-sec .hero_text h6 {
  font-size: 1.6rem;
  margin-top: 20px;
}

.ul-listing-block {
  list-style: none;
  margin: 15px 0;
}

.ul-listing-block li.list-block {
  box-shadow: 0 5px 10px 0 rgba(179, 179, 179, 0.5);
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

.ul-listing-block li.list-block p.date {
  text-align: right;
}

.ul-listing-block li.list-block p.date span {
  color: var(--red);
}

.ul-listing-block li.list-block p.date span.material-symbols-outlined {
  position: relative;
  top: 3px;
  font-size: 20px;
}

.ul-listing-block li {
  margin: 0;
}

.ul-listing-block li h4 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.ul-listing-block li h5 {
  font-size: 1.3rem;
  line-height: 1.2rem;
}

.ul-listing-block li ul.list-documents {
  padding: 8px 0 8px 15px;
}

.ul-listing-block li ul.list-documents li a {
  color: #000;
}

.ul-listing-block li ul.list-documents li a:hover {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.events .ul-listing-block li a h4 {
  color: var(--blue);
  text-align: left;
}

.events .ul-listing-block li a h5 {
  color: var(--blue);
  text-align: left;
}

.events .ul-listing-block li a p {
  color: var(--black);
}

.events .ul-listing-block li.list-block:hover {
  box-shadow: 0 10px 15px 0 rgba(179, 179, 179, 0.4);
}

.events .ul-listing-block li a:hover h4,
.events .ul-listing-block li a:hover h5 {
  color: var(--light-blue);
}

.acadamic-calender-sec {
  position: relative;
  padding: 5% 15px;
}

.academic-calender-sec .calender-block {
  background-color: #03b2cb;
  padding: 4%;
  border-radius: 14px;
}

.academic-calender-sec .calender-block .rbc-calendar {
  background-color: #fff;
  padding: 10px;
  border-radius: 14px;
}

.event-details ul {
  list-style: none;
  margin: 0;
}

.event-details ul li {
  line-height: 20px;
  margin: 0 0 15px 0;
  border-left: 4px solid #61d4ff;
  padding: 0 0 0 10px;
}

.event-details ul li.selected-date {
  border-left: 4px solid #006aad;
}

.event-details ul li span {
  font-weight: 600;
  color: var(--blue);
  display: block;
}

.event-details h3 {
  font-size: 34px;
  margin: 0 0 22px 0;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.dropdown-submenu {
  position: relative;
  display: block;
}

.sub-dropdown-menu.level-2 {
  display: none;
}

.dropdown-submenu.open .sub-dropdown-menu.level-2 {
  display: block;
}

#header-search {
  width: 100%;
  background: #072b7d;
  z-index: 9999;
  left: 0;
  margin: auto;
  right: 0;
  position: fixed;
}

#header-search #search .container {
  position: relative;
}

#header-search #search button.btn-close:focus,
#header-search #search button.btn-close {
  outline: none;
  position: absolute;
  top: 18%;
  right: 15px;
  display: block;
  width: 46px;
  height: 46px;
  margin: 0px 0 0 px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  content: "";
  transform: scale(1) translateZ(0);
  transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1);
  padding: 10px;
  transform: scale(0.9);
  transition: all 0.3s;
}

#header-search #search button.btn-submit:focus,
#header-search #search button.btn-submit {
  outline: none;
  position: absolute;
  top: 18%;
  right: 60px;
  display: block;
  width: 46px;
  height: 46px;
  margin: 0px 0 0 2px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  content: "";
  transform: scale(1.3) translateZ(0);
  transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1);
  padding: 10px;
  transform: scale(0.9);
  transition: all 0.3s;
}

#header-search #search button.btn-submit span.material-symbols-outlined {
  font-size: 30px;
  left: -2px;
  position: relative;
  top: -2px;
  color: #fff;
}

#header-search #search button.btn-close span.material-symbols-outlined {
  left: -2px;
  position: relative;
  top: -2px;
  color: red;
  font-size: 30px;
}

#header-search #search button.btn-close:hover {
  transform: scale(1);
  transition: all 0.3s;
}

#header-search #search button.btn-submit:hover span.material-symbols-outlined {
  color: #fff;
}

#header-search #search button.btn-submit:hover {
  opacity: 0.8;
  transform: scale(1);
  transition: all 0.3s;
  color: #fff;
}

#header-search #search .span_12 p {
  opacity: 0.5;
  color: #000000;
  display: block;
  margin: 10px 0 15px 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

#header-search #search #search-box {
  padding: 0% 0 5% 0;
}

#header-search #search #search-box input[type="text"] {
  background: transparent;
  font-size: 38px;
  line-height: 1;
  height: 76px !important;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  display: block;
  width: 100%;
}

#header-search #search #search-box input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}

.signarture-sec {
  text-align: center;
  width: 280px;
  margin: 20px 0 15px auto;
}

.signarture-sec img {
  width: 80%;
  margin: auto;
}

.vcs-old-sec {
  padding: 2% 0;
  position: relative;
}

.vcs-old-sec .vcscarousel {
  position: relative;
}

.vcs-old-sec .vcscarousel::before {
  content: "";
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--red);
}

.vcs-old-sec .vcs-block {
  margin-top: 60px;
}

.vcs-old-sec .vcs-block aside {
  padding: 10px;
  text-align: center;
}

.vcs-old-sec .vcs-block aside p {
  margin: 20px 0;
}

.vcs-old-sec .vcs-block aside p span {
  color: var(--red);
}

.vcs-old-sec .vcs-block aside h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.vcs-old-sec .vcs-block .owl-dots {
  display: none;
}

.vcs-old-sec .vcs-block .owl-nav {
  position: absolute;
  top: 35px;
  width: 100%;
}

.vcs-old-sec .vcs-block .owl-nav button {
  background: var(--red);
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  border-radius: 50%;
  position: absolute;
}

.vcs-old-sec .vcs-block .owl-nav button span {
  position: relative;
  top: -4px;
}

.vcs-old-sec .vcs-block .owl-nav button.owl-prev {
  left: -30px;
}

.vcs-old-sec .vcs-block .owl-nav button.owl-next {
  right: -30px;
}

select.selectpicker.mb_15.sorting {
  height: 34px;
  padding: 0 9px;
  /* border: 1px solid #ccc; */
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .c-filtering .tabs {
    display: block;
  }

  .c-filtering .tabs .tab-link {
    display: inline-block;
    width: 49%;
  }

  .c-filtering .tabs .tab-link a {
    font-size: 14px;
    padding: 20px 16px;
    font-weight: 800;
    word-break: break-all;
  }

  .contact-tab-sec {
    background: #f1f1f1;
    padding: 2% 0px;
  }

  .c-filtering .tab-content {
    background: #f9f9f9 !important;
    padding: 0px 10px;
  }

  .acadamic-calender-sec {
    padding: 5% 0px;
  }

  .react-calendar {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .react-calendar button {
    font-size: 14px;
  }

  .event-details h3 {
    font-size: 28px;
  }

  .facultydetails .profile-header .content-cell {
    padding: 30px 0 20px 0px;
  }

  .vcs-old-sec .vcscarousel::before {
    top: 66px;
  }

  .vcs-old-sec .vcs-block .owl-nav {
    position: absolute;
    top: 30px;
  }

  .vcs-old-sec .vcs-block .owl-nav button span {
    position: relative;
    top: -5px;
  }

  .cnln-years img {
    display: none;
  }
}

.socialfeeds-sec {
  padding: 30px 0;
}

.socialfeeds-sec .head {
  padding: 0px 0px 50px 0px;
}

.socialfeeds-sec .in-block.instagram div {
  display: block !important;
}

.socialfeeds-sec .facebook iframe {
  width: 100%;
  text-align: center;
  height: 405px;
  background: #f2f2f2;
}

.socialfeeds-sec .facebook iframe ._2p3a {
  margin: auto !important;
}

.socialfeeds-sec .linkedin {
  text-align: center;
  height: 405px;
  width: 100%;
  text-align: center;
  width: 100%;
  background-color: white;
  border-radius: 3px;
  border: 1px solid rgb(219, 219, 219);
  box-shadow: none;
  display: block;
  margin: 0px 0px 12px;
  min-width: 100%;
  padding: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}

/* .socialfeeds-sec .linkedin:before {
    content: "";
    background-image: url("wp-content/uploads/2024/04/social-linkedin.png);
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: cover;
    right: 10px;
    top: 10px;
    border-radius: 4px;
} */

.iti {
  position: relative;
  display: block;
}

.iti input.phone {
  padding-left: 79px !important;
}

.textcontrols button {
  width: 32px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  outline: none;
  border: none;
  box-shadow: none;
}

.textcontrols button:hover {
  background: var(--red);
}

span.website-counter {
  letter-spacing: 3px;
  background: var(--blue);
  color: #fff;
  padding: 0 8px 2px 8px;
  border-radius: 4px;
  line-height: normal;
  position: relative;
  top: -2px;
  left: 3px;
}

.pop-up-sec .modal-dialog {
  top: 10%;
}

.pop-up-sec .modal-dialog .succfail-box.succ {
  text-align: center;
}

.pop-up-sec .modal-dialog .succfail-box.succ h2 {
  color: #00a651;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
}

.pop-up-sec .modal-dialog .succfail-box.succ p {
  margin: 10px;
  line-height: 20px;
  font-size: 16px;
}

.pop-up-sec .modal-dialog .modal-content .modal-body img.tick-img {
  width: 220px;
  margin: 20px auto;
}

.pop-up-sec.success-pop .modal-dialog {
  margin-top: 100px;
  width: 500px;
}

.pop-up-sec .close {
  position: absolute;
  right: -15px;
  top: -16px;
  font-size: 30px;
  font-weight: 100;
  color: #ff0028;
  opacity: 1;
  text-shadow: none;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 22px;
  border-radius: 50%;
  padding: 0 0 7px 0;
}

.modal-open .modal {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c1272d;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(11, 61, 145, 0.18);
  cursor: pointer;
  transition: opacity 0.3s, box-shadow 0.3s, background 0.3s;
  z-index: 999;
}
.scrollup:hover {
  opacity: 1;
  box-shadow: 0 8px 24px rgba(11, 61, 145, 0.28);
  background-color: #ae8c32;
  border-color: #ce001c;
}

.box-chart {
  width: 220px;
  line-height: 60px;
  border: 2px solid #072b7d;
  margin: auto;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.line1 {
  font-size: 0;
  width: 2px;
  height: 40px;
  color: #fff;
  background-color: #072b7d;
  margin: auto;
}

.box-chart2 {
  display: inline;
  border: 2px solid #072b7d;
  margin-right: 20px;
  float: left;
  width: 120px;
  padding: 10px;
  text-align: left;
  line-height: 17px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

#line2 {
  font-size: 0;
  width: 100%;
  height: 2px;
  color: #fff;
  background-color: #072b7d;
  margin: auto;
}

#line3 {
  font-size: 0;
  display: inline;
  width: 2px;
  height: 40px;
  color: #fff;
  background-color: #072b7d;
  margin-left: 60px;
  float: left;
}

#line4,
#line5,
#line6,
#line7,
#line8 {
  font-size: 0;
  display: inline;
  width: 2px;
  height: 40px;
  color: #fff;
  background-color: #072b7d;
  margin-left: 140px;
  float: left;
}

#no2 {
  display: inline;
  border: 1px solid #000;
  clear: both;
  margin-left: 35px;
  float: left;
}

#no2 a,
#no4 a,
#no8 a {
  width: 84px;
  height: 50px;
  padding-top: 8px;
}

#no3 {
  display: inline;
  border: 1px solid #000;
  margin-left: 58px;
  float: left;
}

#no3 a,
#no5 a,
#no6 a,
#no7 a,
#no9 a {
  width: 84px;
  height: 42px;
  padding-top: 16px;
}

#no4 {
  display: inline;
  border: 1px solid #000;
  margin-left: 53px;
  float: left;
}

#no5 {
  display: inline;
  border: 1px solid #000;
  margin-left: 55px;
  float: left;
}

#no6,
#no8 {
  display: inline;
  border: 1px solid #000;
  margin-left: 107px;
  float: left;
}

#line9,
#line11,
#line15,
#line17 {
  font-size: 0;
  display: inline;
  width: 26px;
  height: 1px;
  color: #fff;
  background-color: #000;
  margin-top: 29px;
  float: left;
}

#line10,
#line12,
#line16,
#line18 {
  font-size: 0;
  display: inline;
  width: 1px;
  height: 60px;
  color: #fff;
  background-color: #000;
  float: left;
}

#line16,
#line18 {
  height: 30px;
}

#no7,
#no9 {
  display: inline;
  border: 1px solid #000;
  margin-left: 169px;
  float: left;
}

.clear {
  clear: both;
}

a.hvr-bounce-to-right {
  background: #072b7d;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 24px;
  border-radius: 4px;
  border: none;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .socialfeeds-sec {
    padding: 30px 30px;
  }
}

.top-header.hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.text-white {
  color: #fff;
}

.top-header {
  display: flex;
  justify-content: end;
  border-bottom: 1px solid #ffffff;
  background-color: #072b7d;
}

.top-header .top-links {
  display: flex;
  justify-content: space-between;
}

.top-links li {
  padding: 0px 9px;
  list-style: none;
  border-right: 2px solid #ffffff;
  margin: 0;
}

.top-links li a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0px;
}

@media screen and (max-width: 972px) {
  .top-header {
    display: none;
  }
}

ul li {
  list-style: none;
}

.logo_text p {
  margin: 0;
}

.container-marquee {
  padding: 5px 20px;
  background-color: #072b7d;
}

.marquee-sec2 {
  background: linear-gradient(0deg, #950303e3, #031295e3);
  padding: 10px 10px;
  height: 400px;
  border: 2px solid #500404;
  border-radius: 5px;
}

.marquee-sec ul li {
  padding: 0px 15px;
  margin: 0px;
  border-right: 2px solid #fff;
}

.marquee-sec ul li a {
  font-size: 18px;
  color: #fff;
}

.notification h5 {
  font-size: 20px;
}

.about {
  /* background-color: #2d3138;
    color: #fff; */
  padding: 20px;
  background-size: cover;
  background-position: center center;
}

.about-sec {
  padding: 80px 0px;
}

.inner-about {
  background: linear-gradient(
    to top,
    rgba(4, 20, 36, 0.88),
    rgba(4, 20, 36, 0.54)
  );
}

.about-sec h3 {
  color: #fff;
  margin-bottom: 20px;
}

.about .mobile-image {
  display: none;
}

@media screen and (max-width: 1285px) {
  .notification .block {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .about .mobile-image {
    display: block;
    width: 100%;
  }

  .about-sec {
    padding: 20px 0px;
  }

  .about-sec h3 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .about {
    background-image: none !important;
    /* background: #041424 !important; */
  }
}

.announcements h4 {
  margin-bottom: 10px;
  text-align: center;
}

.border-left {
  border-left: 2px dotted #072b7d;
}

.border-right {
  border-right: 2px dotted #072b7d;
}

.d-inline {
  display: inline-block;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.information .tab-content p {
  text-align: center;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* padding-bottom: 20px; */
}
.tabs h4 {
  cursor: pointer;
}
.tabs .active {
  border-bottom: 2px solid red;
  padding: 0px 5px;
  border-radius: 10px;
  cursor: pointer;
}

.site-footer {
  padding: 0px 10px;
}

.notice-section {
  /* font-family: "Georgia", serif; */
  padding: 60px 20px;
}

.notice-card {
  background: #fff;
  border-left: 4px solid #8b0000;
  padding: 10px 10px 10px 25px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.notice-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.notice-card h4 {
  /* margin-bottom: 10px; */
  font-size: 22px;
  color: #8b0000;
}

.notice-card p {
  font-size: 20px;
  color: #444;
}

.notice-date {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 5px;
  font-style: italic;
}
/* contact */
.contact {
  max-width: 1100px;
  margin: 28px auto 40px auto;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
  gap: 35px;
  padding: 40px 50px;
  flex-wrap: wrap;
}
.contact section {
  flex: 1 1 450px;
}
.contact h2 {
  color: #1a2634;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 30px;
  border-left: 6px solid #0b3d91;
  padding-left: 12px;
}
.contact form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #0b3d91;
  font-size: 18px;
}
.contact form input,
form textarea {
  width: 100%;
  padding: 7px 16px;
  margin-bottom: 22px;
  border: 2px solid #cbd5e1;
  border-radius: 8px;
  font-size: 18px;
  font-family: inherit;
  resize: vertical;
  transition: border-color 0.3s ease;
}
.contact form input:focus,
form textarea:focus {
  border-color: #0b3d91;
  outline: none;
  box-shadow: 0 0 8px #0b3d91aa;
}
.contact textarea {
  min-height: 140px;
}
.contact form button {
  background-color: #0b3d91;
  color: white;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}
.contact form button:hover {
  background-color: #09326b;
}
.contact .info-block {
  background: #e9f0ff;
  padding: 19px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: inset 0 0 12px #c5d4f2;
  align-items: flex-start;
  gap: 18px;
}
.contact .info-block h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0b3d91;
  font-size: 1.3rem;
  border-bottom: 3px solid #0b3d91;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact .info-block p {
  margin: 0 0 20px 34px;
  color: #33475b;
  font-size: 18px;
  line-height: 1.5;
}
.contact .icon {
  width: 24px;
  height: 24px;
  fill: #0b3d91;
  flex-shrink: 0;
}
.map-section {
  max-width: 1100px;
  margin: 0 auto 60px auto;
  padding: 0 20px;
}
.map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(11, 61, 145, 0.2);
  height: 400px;
}
iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 900px) {
  .contact .container {
    flex-direction: column;
    padding: 30px 20px;
  }
  .contact section {
    flex: 1 1 100%;
  }
  .contact .map-container {
    height: 300px;
  }
}

/* student's corner */
.student1 p {
  font-size: 18px;
  text-align: justify;
}
.student .text img {
  height: 64px;
  width: 68px;
}
.student .text a {
  font-size: 24px;
  text-align: center;
  padding-top: 15px;
}
.student .text {
  padding: 10px;
  margin: 10px;
  display: flex;
  border-left: 3px solid red;
  border-radius: 11px;
  background: #fffefe;
  gap: 10px;
  color: #273c75;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s ease;
}

/* undergraduate programme */
.ug p {
  background-color: #40739e;
  color: white;
  margin-top: 7px;
  border-radius: 5px;
  font-size: 20px;
  padding: 5px;
}
.ug-admission .img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.ug-admission p {
  text-align: justify;
  font-size: 19px;
  border-left: 2px solid red;
  padding-left: 20px;
  border-radius: 7px;
}
.duration {
  padding-top: 30px;
}
.duration h6 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: "Canela Deck";
  padding-bottom: 20px;
}
.duration .text-area {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 22px;
  text-align: justify;
}

.duration .text-area p {
  font-size: 18px;
  font-family: math;
}
.duration .underline-title {
  position: relative;
  font-weight: 600;
  color: #1b0606;
}

.duration .underline-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #b4270eff;
  border-radius: 2px;
}
.medium .underline-title {
  position: relative;
  font-weight: 500;
  color: #1b0606;
  text-align: center;
  padding-top: 10px;
}

.medium .underline-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: rgb(238, 147, 74);
  border-radius: 2px;
}
.medium p {
  text-align: center;
  font-size: 22px;
  color: #bd1908;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* postgraduate programme */
.pg p {
  text-align: justify;
  font-size: 18px;
  font-family: math;
}
.pg-admission img {
  height: 222px;
}
.pg-admission .underline-title {
  position: relative;
  font-weight: 500;
  color: #d60f0f;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.pg-admission .underline-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: rgb(238, 147, 74);
  border-radius: 2px;
}
.pg-admission p {
  color: black;
  font-size: 19px;
  font-family: math;
  padding-top: 15px;
  text-align: justify;
}
.pg-admission img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pg-admission .text {
  border-left: 2px solid #c12020;
  border-radius: 10px;
}
.pg-duration .underline-title {
  position: relative;
  font-weight: 500;
  color: #c23616;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 20px;
}

.pg-duration .underline-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: rgb(238, 147, 74);
  border-radius: 2px;
}
.pg-duration .text {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  text-align: justify;
}
.pg-duration p {
  font-size: 19px;
  font-family: math;
}
.pg-medium .underline-title {
  position: relative;
  font-weight: 500;
  color: #1b0606;
  text-align: center;
  padding-top: 10px;
}

.pg-medium .underline-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: rgb(238, 147, 74);
  border-radius: 2px;
}
.pg-medium p {
  /* text-align: center; */
  font-size: 22px;
  color: #c23616;
  padding-top: 11px;
  padding-bottom: 8px;
}

.custom-nav {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--red);
  justify-content: center;
  align-items: center;
  width: 100%;
}

.custom-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  gap: 5px;
  padding: 0px 20px;
}

.custom-nav li {
  position: relative;
  display: inline-block;
  margin: 0;
}

.custom-nav a {
  text-decoration: none;
  color: #fff;
  padding: 3px 2px;
  border-radius: 4px;
  transition: background 0.2s;
  display: block;
}

@media (max-width: 1200px) {
  .custom-nav a {
    text-decoration: none;
    color: #fff;
    padding: 3px 2px;
    border-radius: 4px;
    transition: background 0.2s;
    display: block;
    font-size: 14px;
  }
}

.custom-nav .has-submenu:hover > .submenu,
.custom-nav .has-submenu:focus-within > .submenu {
  display: block;
}

.custom-nav .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #0b223a;
  min-width: 180px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 6px 6px;
  z-index: 100;
  padding: 8px 0;
}

.custom-nav .submenu li {
  display: block;
  width: 100%;
}

.custom-nav .submenu a {
  padding: 3px 20px;
  color: #fff;
  border-radius: 0;
  white-space: nowrap;
}

.custom-nav .submenu a:hover {
  background: #ce001c;
}

.custom-nav a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.custom-nav .has-submenu > a:after {
  content: " ▼";
  font-size: 0.8em;
}

.custom-nav .has-submenu > .submenu {
  display: none;
}

.custom-nav .has-submenu.open > .submenu {
  display: block;
}
@media (max-width: 991px) {
  .custom-nav ul {
    flex-direction: column;
    gap: 0;
    background: #22374b;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 80vw;
    height: 100vh;
    overflow-y: auto;
    transition: left 0.3s;
    z-index: 999;
  }
  .custom-nav a {
    border-bottom: 2px solid white;
    padding: 3px 8px;
  }

  .custom-nav.open ul {
    left: 0;
    justify-content: flex-start;
    gap: 10px;
  }

  .custom-nav li {
    display: block;
    width: 100%;
    padding: 2px 20px;
  }

  .custom-nav .submenu {
    position: static;
    width: 100%;
    height: 85%;
    padding-left: 0px;
  }
  .custom-nav .submenu a {
    white-space: normal;
  }

  .custom-nav .has-submenu > a:after {
    content: " ▼";
    font-size: 0.8em;
  }

  .custom-nav .has-submenu > .submenu {
    display: none;
  }

  .custom-nav .has-submenu.open > .submenu {
    display: block;
  }
}


