@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* font-family: "Lato", sans-serif;*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: unset;
  /* font-family: "Lato", sans-serif;*/
  line-height: unset;
  color: #000;
}

body {
  /* line-height: normal; */
  color: #565656;
  /* line-height: 25px; */
}

header {
  position: absolute;
  z-index: 1000;
}

li#mega-menu-item-449 ul.mega-sub-menu {
  left: unset;
  right: 0 !important;
}

section.breadcrumb-banner:after {
  background: linear-gradient(359deg, #000000c9 49%, #00000000, #00000000);
}

li#mega-menu-item-436 ul.mega-sub-menu {
  display: block;
  max-width: 636px !important;
  left: unset !important;
  right: 0 !important;
}

.breadcrumb-vdo {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  color: white;
  z-index: 111;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(1deg, #000e30, #000e306b, transparent);
  left: 0;
}

.breadcrumb-vdo h2 {
  color: white;
}

section.library-banner {
  position: relative;
}

section.library-banner img {
  width: 100%;
}

section.library-banner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, #000000ed, #000000a8, transparent);

}

.mid-content.clearfix {
  clear: both;
}



.gigw-wrapper {
  display: block;
}

.top-right-1 {
  float: right;
  border-bottom: 1px solid #ffffff38;
  padding: 0 0 5px;
}

.logo a {
  min-height: unset;
}

.slider:before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #000000ed, transparent);
  width: 100%;
  height: 300px;
  top: 0;
  z-index: 1;
}

.slider-image {
  position: relative;
  height: 100vh;
}

/**/
.logo-right {
  padding: 10px 0;
  float: left;
  width: 100%;
}

section.breadcrumb-banner h2 {
  color: white;
}


ul.iopb-list-1 {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}

ul.iopb-list-1 li {
  position: relative;
  padding-left: 17px;
}

ul.iopb-list-1 li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #268bc4;
  top: 8px;
  left: 0;
}

/**/

.floating-button {
  position: fixed;
  z-index: 10;
  display: inline-flex;
  bottom: 10px;
  right: 4px;
  gap: 10px;
}

.floating-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 22px;
  border-radius: 50px;
  background: #268bc4;
  color: white;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.floating-btn img {
  height: 30px;
  animation: blink 1s infinite;
  /* 1s duration, repeats forever */
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  /* visible */
  50% {
    opacity: 0.3;
  }

  /* invisible */
}

.floating-btn:hover {
  background: #1d72a3;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.btn-icon {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.btn-icon svg {
  width: 16px;
  height: 16px;
  fill: #4facfe;
}

/* Full-width modal */
.modal.slide-up .modal-dialog {
  transform: translateY(100%);
  transition: transform 0.4s ease-out;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100vw;
  /* Full width */
  max-width: 100%;
  /* Remove max width */
}

.modal.slide-up.show .modal-dialog {
  transform: translateY(0);
}

/* Modal content */
.modal-content {
  width: 100%;
  /* Ensure the content stretches across */
  border-radius: 0;
  /* Optional: remove rounded corners */
}

/* Optional: Change the backdrop opacity */
.modal-backdrop.show {
  opacity: 0.5;
}

/* Notice Tab */
.notification-tab-2 .nav-tabs .nav-link {
  font-size: 20px;
  color: #000000;
  border: none;
  padding: 10px 15px 10px 15px;
  background: #ffffffde;
}

.notification-tab-2 .nav-tabs .nav-link.active {
  background: #2548b2a8;
  color: #ffffff;
  position: relative;
  border: none;
}

.notification-tab-2 .tab-content .nav-tabs .nav-link.active {
  background: #ffffff;
  color: #343434;
}

.notification-tab-2 .tab-content .nav-tabs .nav-link {
  color: #ffffff;
  border-radius: unset;
  background: #ffffff33;
}

.notification-tab-list-2 #noticeinnerTab {
  margin-bottom: 20px;
}

#MoreModal .modal-content {
  background: transparent;
  color: white;
}

#MoreModal3 .modal-header {
  padding: 10px 20px;
  position: relative;
}

#MoreModal3 .modal-header:before {
  position: absolute;
  content: '';
  width: 195px;
  height: 100%;
  background: #89a6ff;
  left: 0;
  top: 0;
}

.working-hour-card {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-body ul#announcementTab {
  position: absolute;
  top: -47px;
  left: 195px;
  border: none;
}

.modal-body ul#announcementTab .nav-item.show .nav-link,
.modal-body ul#announcementTab .nav-link.active {
  color: #2548b2;
  position: relative;
  border-color: #cdcdcd;
}

.modal-body ul#announcementTab .nav-link.active:before {
  position: absolute;
  content: '';
  bottom: -2px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #cdcdcd;
  left: 0;
  right: 0;
  margin: auto;
}

.modal-body ul#announcementTab .nav-link {
  border: none;
  font-size: 20px;
  color: black;
  padding: 10px 15px;
  font-weight: 500;
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: transparent;
  border-radius: 0;

}

div#MoreModal3 .modal-header {
  padding: 10px 20px;
}

/* div#noticeTenderTabContent {
  min-height: 200px;
  background: #2548b2a8;
  margin-top: -1px;
  z-index: 1;
  position: relative;
  padding: 20px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  backdrop-filter: blur(5px);
} */

/* ul#noticeTenderTab {
  border: none;
} */
/* 
 .notification-tab-list-2 ul {
  list-style: none;
  padding: 0;
  margin: 0; 
   overflow-y: auto;
   height: 200px; 
} */

/* .notification-tab-list-2 marquee ul li {
  border-bottom: 2px dashed #c1c1c1a1;
  margin-bottom: 15px;
} */

/* .notification-tab-list-2 ul li .content-2 a {
  color: #fff;
  text-decoration: none;
} */

.content-2 p {
  margin-bottom: 10px;
  color: #b1b1b1;
}

.view-btn-2 {
  text-align: right;
  color: white;
  font-style: italic;
  border-bottom: 1px dotted;
}

a.view-btn-2:hover {
  color: #000000;
}

.view-2 {
  text-align: end;
  padding: 10px 0 0;
}

/**/
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
  min-height: unset;
  border-bottom: 3px double #d7d7d7;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}

.ann-btn-view {
  position: absolute;
  right: 0;
  background: white;
  border: 1px solid;
  padding: 10px;
  color: #122459;
}

.ann-btn-view.two {
  right: 74px;
}

.marquee-content .content-2 {
  display: inline-block;
  margin-right: 25px;
  font-size: 16px;
  color: #333;
  position: relative;
  padding: 7px 25px 7px 0px;
}

.marquee-content .content-2::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #0000005e;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.marquee-content .content-2:last-child:before {
  display: none;
}

.marquee-content .content-2 a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #000000;
}

.marquee-content .content-2 a h5 {
  margin-bottom: 0;
  font-size: 14px;
}

.marquee-content .content-2 a img {
  animation: blink 1s infinite;
}

/* .ann-sideTitle {
  background: #268bc4;
  padding: 10px 15px 10px 10px;
  z-index: 1;
} */
/* 
.ann-sideTitle h5 {
  margin: 0;
  color: white;
  font-size: 18px;
} */
h5#slideUpModalLabel2 {
  text-transform: uppercase;
  position: relative;
}

/**/

.announcement-slide-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 13px 10px rgba(0, 0, 0, 0.1);
  /* max-width: 280px; */
}

.announcement-slide-box figure {
  margin: 0;
  background: #2548b2;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-slide-box figure img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.announcement-slide-box h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  /* white-space: nowrap; */
}

.announcement-slide-box h3 a {
  text-decoration: none;
  color: #000;
}

/**/

.heading-new-1 h2 {
  font-weight: 500;
  line-height: 36px;
}

.heading-new-1.heading-new-with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/**/
section.alumni-section-1 {
  padding: 100px 0;
}

.alumni-section-1-left img {
  width: 100%;
}

/**/
/**/
section.alumni-section-2 {
  padding: 100px 0;
  background: whitesmoke;
}

.alumni-member-card {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.alumni-member-card-left img {
  width: 100%;
}

.alumni-member-card-right ul {
  padding: 0;
  margin: 0;
}

.alumni-member-card-right ul li {}

/**/
/* Alumni section 3 */
section.alumni-section-3 {
  padding: 100px 0;
}

section.alumni-section-3 p {
  text-align: justify;
}

section.alumni-section-footer {
  padding: 100px 0px;
  color: #fff;
  width: 100%;
  float: left;
  background: url(../images/campus-bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section.alumni-section-footer:before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0c1645f2;
  bottom: 0;
  /* z-index: 1; */
  position: absolute;
}

section.alumni-section-footer ul li {
  color: white;

}

section.alumni-sec-1 {
  padding: 100px 0;
}

section.alumni-sec-1 .profile-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

section.alumni-sec-1 .profile-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

section.alumni-sec-1 .profile-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #268bc4;
}

section.alumni-sec-1 .profile-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  text-transform: uppercase;
}

section.alumni-sec-1 .view-more-btn {
  background-color: #268bc4;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  color: white;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

section.alumni-sec-1 .view-more-btn:hover {
  background-color: #0056b3;
}

section.alumni-sec-1 .modal-content {
  border-radius: 10px;
}

section.alumni-sec-1 .modal-header {
  background-color: #268bc4;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

section.alumni-sec-1 .modal-body figure img {
  border: 1px dotted black;
}

section.alumni-sec-1 .modal-body figure {
  border: 5px double #4c4c4c;
}

section.alumni-sec-1 .filter-dropdown {
  float: right;
}

section.alumni-sec-1 .alumni-modal-inner {
  position: relative;
}

section.alumni-sec-1 .alumni-modal-inner:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: '';
  background: #b5b5b5;
  right: -10px;
}

section.alumni-sec-1 .modal-title {
  color: white;
}

section.alumni-section-4 {
  padding: 100px 0;
  background: whitesmoke;
}

section.alumni-section-4 .event-card-alumni {
  position: relative;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

section.alumni-section-4 .event-card-alumni:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

section.alumni-section-4 .event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.4s ease;
}

section.alumni-section-4 .event-card-alumni:hover .event-image {
  filter: brightness(0.7);
}

section.alumni-section-4 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0.9;
  transition: opacity 0.4s ease;
}

section.alumni-section-4 .event-card-alumni:hover .overlay {
  opacity: 1;
}

section.alumni-section-4 .event-title {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

section.alumni-section-4 .event-card-alumni:hover .event-title {
  transform: translateY(0);
}

section.alumni-section-4 .know-more-link {
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 10px 20px;
  border: 2px solid #3366ff;
  border-radius: 25px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  transform: translateY(20px);
}

section.alumni-section-4 .event-card-alumni:hover .know-more-link {
  background-color: #3366ff;
  transform: translateY(0);
}

section.alumni-section-4 .know-more-link:hover {
  background-color: #e6c200;
  color: #1a1a1a;
}

@keyframes fadeInEvent {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

section.alumni-section-4 .event-card-alumni {
  animation: fadeInEvent 0.8s ease-out forwards;
}

/* Alumni sections end */
section.over-view-section {
  padding: 100px 0;
  background: #f3f3f3;
}

.over-view-content p {
  text-align: justify;
}

.read-more-btn-2 {
  display: inline-block;
  background: #3c6de6;
  padding: 10px 40px;
  color: #fff;
  transition: all ease-in-out 0.5s;
}

.read-more-btn-2:hover {
  background: #284eaf;
  color: #fff;
}

.over-view-left {
    position: relative;
    padding: 10px 10px 0 0;
}
.over-view-left:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    right: 0;
    top: 0;
    background: #a7cce1;
}

.over-view-left .carousel-inner {
  border-radius: 5px;
}

.over-view-left-img {
  position: relative;
}

.over-view-left-img img {
  width: 100%;
}

section.over-view-section .col-md-5 .over-view-left-img:nth-child(2) {
  padding-left: 60px;
}

.over-view-left-img img {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}


button.video-ico.pulse-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.video-ico {
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.video-ico .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .06), transparent 40%), rgb(255 68 68 / 75%);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
  position: relative;
  overflow: visible;
  transform-origin: center;
}

/* pulsing ring */
.video-ico.pulse-play .circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--accent);
  animation: pulse 1.6s infinite;
  opacity: .75;
}

/* Play icon styling */
.video-ico .play {
  width: 48%;
  height: 48%;
  fill: white;
  transform: translateX(4%);
  /* optically center triangle */
}

@keyframes pulse {
  0% {
    transform: scale(.9);
    box-shadow: 0 0 0 0 rgba(255, 59, 48, .6);
    opacity: .9;
  }

  70% {
    transform: scale(1.6);
    box-shadow: 0 0 0 12px rgba(255, 59, 48, 0);
    opacity: 0;
  }

  100% {
    transform: scale(1.6);
    box-shadow: 0 0 0 12px rgba(255, 59, 48, 0);
    opacity: 0;
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .video-ico.pulse-play .circle::after {
    animation: none;
    opacity: .3;
    transform: none;
  }
}

.admission-btn {
  background: #268bc4;
  color: white;
  padding: 14px 30px;
  box-shadow: 0 0 5px 0 #00000029;
  position: absolute;
  bottom: 18px;
  left: 0;
  margin: 5px;
  transition: all ease-in-out 0.5s;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 30px;
}

.admission-btn span {
  position: relative;
}

.admission-btn:before {
  content: '';

  background: #1c6d9c;
  position: absolute;
  border-radius: 30px;
  left: 0;
  top: 0;
  transition: all ease-in-out 0.5s;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.admission-btn:hover:before {
  width: 100%;
  height: 100%;
}

.admission-btn img {
  height: 27px;
  margin-right: 7px;
}

.admission-btn:hover {
  color: white;
}

/* videos */
.vdo-1 {
  height: 200px;
  padding-bottom: 5px;
}

.vdo-1 iframe {
  height: 100%;
}

.vdo-2 {
  width: 150px;
  height: 150px;
  float: right;
  margin-bottom: 75px;
}

.vdo-2 iframe {
  height: 100%;
}

.vdo-3 {
  height: 100%;
  padding-left: 5px;
}

.vdo-3 iframe {
  height: 100%;
}

/**/
.newIcon span {
  color: #ffc800;
  margin-top: -35px;
  font-size: 26px;
  position: absolute;
  left: 7px;
  -webkit-text-stroke: #404040 1px;
}

.notification-tab-list-3 .content-2 a {
  font-size: 16px;
  color: #3e3e3e;
}

.notification-tab-list-3 ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  animation: scrollLeft 30s linear infinite;
  gap: 30px;
}

.notification-tab-list-3 ul:hover {
  animation-play-state: paused;

}

.notification-tab-list-3 ul li {
  display: flex;
  align-items: center;
  padding-right: 40px;
  white-space: nowrap;
}

.notification-tab-list-3 ul li .date-b2 h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding-right: 5px;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/**/



.research-section .research-new {
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  margin-top: 30px;
  min-height: 160px;
  border: 4px solid #268bc4;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
  border-top: 0;
}

.research-section .research-new::before {
  position: absolute;
  content: '';
  width: 32%;
  height: 4px;
  background: #268bc4;
  top: 0;
  left: 0;
}

.research-section .research-new::after {
  position: absolute;
  content: '';
  width: 32%;
  height: 4px;
  background: #268bc4;
  top: 0;
  right: 0;
}

.research-content h5 {
  margin: 20px 0 0 0;
  font-size: 30px;
  font-weight: 600;
}

.research-new h4 a {
  font-size: 22px;
}

.research-section .research-new:hover {
  transform: matrix(1, 0, 0, 1, 1, -5);
}

.research-section .research-banner-icon {
  width: 80px;
  height: 80px;
  /* background: #e9e9e9; */
  margin: auto;
  padding: 15px;
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
}

.research-section .research-banner-icon img {
  filter: invert(1);
}



/**/

.heading-new-1 {
  margin-bottom: 20px;
  position: relative;
}

/**/
.research-section-new {
  width: 100%;
  float: left;
  padding: 100px 0;
  background: url(../images/research-bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.research-card {
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 7px #0000005c;

}

.research-card img {
  transition: all 0.5s ease-in-out;
}

.research-card:hover img {
  transform: scale(1.05);
}

.research-section .col-md-6 .research-card {
  height: 400px;
}

.research-section .col-md-4 .research-card {
  height: 400px;
}

.research-section .col-md-4 .research-card:nth-child(2) {
  height: 300px;
}

.research-card-content {
  width: 439px;
  max-width: 100%;
}

.research-card figure {
  margin-bottom: 0;
  display: flex;
  height: 100%;
}

.research-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.research-card-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  background: linear-gradient(181deg, #000, #00000038);
}

.research-card-wrapper a {
  color: #fff;
  text-decoration: none;
}

.research-card-rmore {
  display: inline-flex;
}

.research-card-rmore a {
  color: #fff;
  text-decoration: none;
  padding: 6px 30px;
  background: #4b7bda;
  border-radius: 25px;
}

/**/


.director-image-wrap figure {
    padding: 0 10px;
    position: relative;
    text-align: center;
}
.director-image-wrap figure:before {
    position: absolute;
    content: '';
    width: 252px;
    height: 240px;
    border-radius: 50%;
    background: #268bc45e;
    left: 0;
    bottom: 0px;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.director-image-wrap figure img {
    position: relative;
    border-radius: 50%;
    margin: auto;
    width: 266px;
    height: auto;
}
.director-image-wrap .figcaption {
    text-align: center;
}

.director-image-wrap .figcaption h3 {
  font-size: 24px;
}

.director-image-wrap .figcaption h5 {
  color: #66717c;
  font-size: 16px;
}

.dview-btn {
    width: 50px;
    display: inline-flex;
    height: 50px;
    background: #2d5cd1;
    text-align: center;
    color: white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.director-image-wrap .figcaption .dview-btn:nth-of-type(2){
  background: #268bc4;
}
.dview-btn:hover{
  color: white;
  background: #268bc4;
}
.director-image-wrap .figcaption .dview-btn:nth-of-type(2):hover{
  background-color: #2d5cd1;
}
.director-image-wrap:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 0;
    background: #cacaca;
}
.director-image-wrap {
    position: relative;
    padding-left: 30px;
}

/**/

.campus-new {
  padding: 100px 0 70px;
}

section.notice-circular-sec {
  padding: 100px 0;
  background: #f3f3f3;
}

/**/

/**/
.campus-new .campus-inner figure a::before {
  background: linear-gradient(359deg, #000000f7, #00000000);
}

/**/
/**/
section.admission-section-new {
  padding: 100px 0;
}

.admission-section-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.admission-section-new-wrapper {
  background: #eef2ff;
}

/**/
.top-1-mid {
  padding: 0;
}

.logo-side {
  background: none;
  box-shadow: none;
  padding-right: 0;
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

.top-1 {
  background: none;
  color: #fff;
  border-bottom: none;
  margin-bottom: 0;
}

.top-1-left p {
  color: #d7d7d7;
}

.top-right-1 ul li a {
  color: #d7d7d7;
}

.top-right-1 ul li {
  color: #9b9b9b;
}

.font-size-changer button {
  color: #d7d7d7;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link {
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
}

section.achievement-sec {
  padding: 100px 0;
  background: linear-gradient(270deg, #e3eddd, #e3eddf, #ebf6ff, #ebf6ff);
  position: relative;
}

.achievement-photo figure {
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 15px;
}

/*  */
section.achievement-section {
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #ededed;
  background-image: url(../images/achievements-left-img.png),
    url(../images/achievements-bg-right.png);
  background-repeat: no-repeat no-repeat;
  background-position: left top, right bottom;
}

section.achievement-section .heading {
  margin-bottom: 30px;
}

section.achievement-section .news-box1 {
  position: relative;
}

section.achievement-section .news-box1 figure {
  padding: 0;
  margin: 0;
  display: flex;
  height: 238px;
  margin-bottom: 114px;
}

section.achievement-section .news-box1 figure a {
  display: flex;
  width: 100%;
}

section.achievement-section .news-box1 figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

section.achievement-section .news-box1 .achievement-content {
  width: 95%;
  left: 0;
  right: 0;
  height: 150px;
  overflow: hidden;
  border-radius: 0px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  bottom: -70px;
  z-index: 1;
  position: absolute;
  margin: auto;
  padding: 18px;
}

section.achievement-section .news-box1 .achievement-content h2 {
  font-size: 20px;
}

section.achievement-section .news-box1 .achievement-content h3 {
  font-size: 16px;
  color: #5e5e5e;
}

section.achievement-section .bt {
  text-align: center;
  padding-top: 10px;
}

.know-more-btn {
  background: #dedede;
  color: #030303 !important;
  padding: 14px 100px;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  display: inline-block;
  letter-spacing: 1px;
  line-height: normal;
}

section.achievement-section .owl-nav {
  position: absolute;
  right: 52px;
  top: -18px;
  padding: 5px 10px;
}

section.achievement-section .owl-nav button {
  position: absolute;
  margin: auto;
  height: 40px;
  opacity: 1;
  font-size: 26px !important;
  background: #fff !important;
  width: 40px;
  top: -40px;
}

section.achievement-section .owl-nav button.owl-next {
  left: unset;
  right: -50px;
}

section.achievement-section .owl-nav button.owl-prev {
  position: absolute;
  left: -30px;
  border: 1px solid;
}

.our-project-box-2 figure {
  margin-bottom: 0;
  height: 350px;
}

/*MKM==================== */
.event-contents-sec .eventcontent h5 {
  font-weight: 400;
}

.logo-right ul li {
  max-width: 100px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 96%;
}

/*Research Page*/
section.research-page-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.research-page-banner-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  color: #fff;
  padding-top: 155px;
}

.research-page-banner-content {
  /* background: #ffffffc9; */
  color: #000;
  padding: 30px 0;
  /* max-width: 854px; */
}

.research-page-banner-content h2 {
  font-weight: bold;
}

section.research-page-banner:before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #000000de, #00000000);
  width: 100%;
  height: 239px;
  top: 0;
  z-index: 1;
}

.research-banner-content ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 15px;
}

.research-banner-content ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  border: 1px solid #1f6c97;
  padding: 15px;
  border-radius: 14px;
  background: #0a476873;
}

.research-banner-content ul li a {
  /* background: #268bc4; */
  color: #fff;
  padding: 0;
  width: 100%;
  border-radius: 30px;
}

section.research-page-banner .research-banner-icon {
  width: 80px;
  height: 80px;
  background: #1f6c97;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  display: inline-flex;
  padding: 15px;
  border: 1px solid #3fadeb;
  align-items: center;
  justify-content: center;
}

section.research-page-section-2 {
  padding: 80px 0;
}

section.research-page-section-2 .owl-nav {
  position: absolute;
  top: -64px;
  right: 0;
}

section.research-page-section-2 .owl-nav button i {
  font-size: 32px;
}

.research-card-1 figure {
  display: flex;
  overflow: hidden;
  position: relative;
}

.research-card-1 figure img {
  width: 100%;
}

.research-card-1 figure figcaption {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
  padding-right: 22px;
}

.research-card-1 figure figcaption span {
  display: inline-block;
  background: #197ab1;
  padding: 10px 10px 10px 30px;
  color: #fff;
  position: relative;
}

.research-card-1 figure figcaption span::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #197ab1;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  right: -21px;
}

.research-card-1-content {
  padding: 30px 0;
  position: relative;
}

.research-card-1-content a {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #1780bb;
}

section.research-counter-section {
  padding: 80px 0;
  background: #f7f7f7;
}

section.research-counter-section .d-grid {
  grid-template-columns: auto auto auto auto;
  gap: 15px;
}

.research-counter {
  text-align: center;
}

.research-counter h2 {
  font-size: 47px;
  margin: 30px 0;
  font-weight: 800;
  color: #0d6293;
}

section.research-global-partnership-section {
  overflow: hidden;
}

.partnership-section-left {
  padding: 80px 0 0;
  position: relative;
}

.partnership-section-left-content {
  position: relative;
  background: #3368c6;
  color: #fff;
  padding: 80px 0 50px;
}

.partnership-section-left-content::before,
.partnership-section-left-content::after {
  content: "";
  position: absolute;
  width: 10000000000000000000000000px;
  height: 100%;
  background: #3368c6;
  top: 0;
  right: 100%;
}

.partnership-section-left-content::after {
  right: unset;
  left: 100%;
  width: 100px;
  z-index: 1;
}

.partnership-section-right-image {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.partnership-section-right-image figure {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.partnership-section-right-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**/

/*====================MKM*/

/* Footer */

.footer-heading h2 {
  font-size: 23px;
  margin-bottom: 20px;
  position: relative;
  /* display: inline-block; */
}

.footer-heading h2::before {
  content: '';
  position: absolute;
  background: #78787870;
  width: 100%;
  height: 1px;
  bottom: -8px;
}

.footer-text {
  position: relative;
  display: flex;
  gap: 20px;
}

.footer-text img {
  max-width: 130px;
  margin-bottom: 15px;
}


/*Single research Page============*/

.research-single-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.research-single-content-wrapper .row.align-items-center {
  overflow-x: hidden;
}

.research-single-content-wrapper .row.align-items-center:nth-child(odd) .col-md-5 {
  order: 2;
}

.research-single-content-wrapper .row.align-items-center:nth-child(odd) .about-page-card-content-wrapper::before {
  right: unset;
  left: 100%;
}

section.sin-research-sec {
  padding: 80px 0;
}



section.sin-research-sec .sin-research-con {
  text-align: justify;
}

section.sin-research-sec .sin-right-event {
  box-shadow: 0 0 5px;
  /* padding: 0 20px 20px; */
}

section.sin-research-sec .sin-right-event h2 {
  background: #10368e;
  color: white;
  text-align: center;
  padding: 10px;
  margin: 0;
  font-weight: 600;
}

section.sin-research-sec .sin-right-event ul {
  padding: 0;
  margin: 0;
}

section.sin-research-sec .sin-right-event ul li {
  display: flex;
  align-items: center;
  background: #2a2a2a;
  border-bottom: 1px dotted white;
}

section.sin-research-sec .date-time p {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  margin: 0;
}

section.sin-research-sec .date-time {
  width: 100px;
  flex-shrink: 0;
  color: #ffffff;
}

section.sin-research-sec .date-time h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

section.sin-research-sec .event-con p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 20px;
}

section.sin-research-sec .event-con h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

section.sin-research-sec .event-con {
  background: white;
  padding: 10px;
  color: #444444;
}


section.research-events {
  background: #f5f5f5;
  padding: 100px 0;
}

.sin-right-event ul {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto auto;
}

.sin-right-event ul li {
  position: relative;
  border: 1px solid #efefef;
  padding: 10px;
  border-radius: 5px;
  min-height: 70px;
  padding-left: 107px;
  background: #fff;
}

.sin-right-event ul li p {
  margin-bottom: 5px;
}

.event-con h3 {
  font-size: 16px;
  margin-bottom: 3px;
}

.date-time {
  position: absolute;
  background: #dcf2ff;
  border-radius: 5px;
  padding: 8px;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  width: 87px;
  height: 70px;
  left: 10px;
  top: 10px;
}

.date-time h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.date-time p {
  margin-bottom: 0;
  font-size: 12px;
}

section.sin-faculty-sec {
  padding: 100px 0 70px;
  background: whitesmoke;
}

.img-faculty-box {
  margin-bottom: 30px;
}

/* section.sin-faculty-sec .owl-nav {
  position: absolute;
  top: -53px;
  right: 0;
  display: inline-flex;
  gap: 10px;
} */

.member-details-wrapper {
  padding: 0 10px;
  margin-top: -10px;
}

/* section.sin-faculty-sec .owl-nav  button{
    background: #3c7595!important;
    color: white!important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 22px;
} */

/* .re-member-wrap {
    position: relative;
    height: 311px;
    background: linear-gradient(#ffffff, #ffffff 30%, #031a5f 30%, #1d3548);
    margin: 10px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 #adadad;
} */

/* .imgBx {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.5s;
        z-index: 1;
        transform-origin: top;
    } */
/* .imgBx {
  height: 300px;
} */

.imgBx img {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 3px 0 #6a6a6a;
}


.member-details {
  padding: 20px 50px 20px 20px;
  position: relative;
  background: white;
  min-height: 115px;
  box-shadow: 0px 0px 5px 0 #cfcfcf;
}

.member-details h2 {
  font-size: 18px;
  color: #222222;
  margin-bottom: 0;
  font-weight: 500;
  text-align: start;
}

.member-details h3 {
  font-size: 16px;
  color: #646464;
  margin-bottom: 0;
  text-align: start;
}

a.view-btn {
  position: absolute;
  right: 10px;
  top: 0;
  width: 35px;
  height: 35px;
  font-size: 35px;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in;
}

/* .faculty-tab-inner {
  padding: 30px 0;
}

section.sin-faculty-sec .nav-tabs .nav-link {
  border: none;
  color: #4a4a4a;
  border-radius: 30px;
  margin-right: 5px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 20px;
}

section.sin-faculty-sec .nav-tabs .nav-link.active {
  background: #2548b2;
  color: white !important;
  border-radius: 30px !important;
}

section.sin-faculty-sec ul#facultyTab {
  border: none;
}

.student-box {
  margin-bottom: 10px;
}

.student-box a {
  color: #3c3c3c;
}

section.sin-faculty-sec .nav-tabs .nav-link:hover {
  background: #2548b2;
  color: white;
  opacity: 0.8;
} */

.faculty-tab-wrap nav {
  display: inline-block;
}

.faculty-tab-wrap .nav.nav-tabs {
  background: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 8px 0px #c9c9c9;
}

.faculty-tab-wrap .nav-tabs .nav-item.show .nav-link,
.faculty-tab-wrap .nav-tabs .nav-link {
  background: 0 0;
  border: 0;
  color: black;
  border-radius: 26px !important;
  font-weight: 500;
  padding: 10px 30px;
  font-size: 20px;
}

.faculty-tab-wrap .nav-tabs .nav-item.show .nav-link.active,
.faculty-tab-wrap .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #268bc4 !important;
}

.faculty-tab-wrap {
  text-align: center;
}

.faculty-tab-wrap .tab-content {
  padding: 35px 18px 26px;
  border-radius: 10px;
  box-shadow: 0 0 3px 0px #c9c9c9;
  margin-top: -18px;
  background: #fdfdfd;
}

/*============ Single research Page End*/


/*Over View Page==============*/

section.overview {
  padding: 60px 0 100px 0;
  position: relative;
}

.about-content p {
  text-align: justify;
}

/* section.overview:before {
        position: absolute;
        content: '';
        width: 63%;
        height: 100%;
        background: #2548b20f;
        left: 0;
        top: 0;
    } */

.about-content {
  position: relative;
}

.about-image {
  box-shadow: 0 0px 4px 0 #000000b3;
}

section.about-pro {
  padding: 0;
  overflow-x: clip;
}

.program-card {
  text-align: justify;
  height: 100%;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 8px 0 #00000061;
  border-radius: 20px;
  border-top: 15px solid #071e61;
  border-bottom: 15px solid #071e61;
}

section.about-page-section-2 {
  padding: 80px 0;
  overflow-x: hidden;
}

.about-page-card-content p {
  text-align: justify;
}

.about-page-card-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #ebebeb;
}

.about-page-card-img img {
  width: 100%;
}

.about-page-card-content-wrapper {
  padding: 89px 30px;
  background: #e5e5e573;
  position: relative;
}

.about-page-card-content-wrapper::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 100%;
  background: #e5e5e573;
  top: 0;
  right: 100%;
}

.about-page-section-2 .about-page-card-content-wrapper::before {
  right: unset;
  left: 100%;
}

/*============== Over View Page End*/
section.all-seminar-sec .seminar-wrapper .inner-seminar-wrap {
  position: relative;
  min-height: 170px;
  padding-left: 46px;
}

section.all-seminar-sec .seminar-wrapper .txt-right {
  background-color: #f3f3f3;
  padding-left: 70px;
  /* margin-left: 18px; */
  /* display: flex; */
  align-items: center;
  border-radius: 10px;
}

section.all-seminar-sec .inner-seminar-wrap figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.all-seminar-sec .inner-seminar-wrap figure {
  width: 90px;
  height: 90px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  margin-bottom: 0;
  border: 2px solid #10358e;
  padding: 15px;
  border-radius: 50%;
}

section.all-seminar-sec .inner-seminar-wrap .seminar-details {
  position: relative;
  max-width: 100%;
}

section.all-seminar-sec .inner-seminar-wrap .seminar-details:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 97px;
  background: #cdcdcd;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

section.all-seminar-sec .wrap-ppl {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
}

section.all-seminar-sec .seminar-textimonial {
  padding-right: 35px;
}

section.all-seminar-sec .seminar-details ul li:last-child::before {
  display: none;
}

section.all-seminar-sec .seminar-details ul li:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  background: #cdcdcd;
  left: 0;
  /* right: 0; */
  /* margin: auto; */
  bottom: -5px;
}

section.all-seminar-sec .seminar-details ul li {
  position: relative;
  padding-top: 10px;
  color: #2c2c2c;
}

section.all-seminar-sec .seminar-details {
  padding: 20px 10px;
  color: white;
  position: relative;
}

section.all-seminar-sec .seminar-textimonial h4 {
  margin-bottom: 20px;
  line-height: 30px;
}

section.all-seminar-sec .seminar-textimonial .modal-header {
  background: #58a6d2;
}

section.all-seminar-sec .seminar-textimonial .modal-content {
  border-radius: 8px;
}

section.all-seminar-sec .row:nth-of-type(odd) .txt-right {
  background-color: #ebf2ff;
}

/*==============Seminar Page End*/

/**/


@media (max-width: 1300px) {
  /* #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 7px !important;
  } */
  /* .read-more-btn-2 {
    padding: 7px 10px;
    font-size: 14px;
} */
}

@media (max-width: 1200px) {

  .sin-right-event ul {
    grid-template-columns: auto auto;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    border-bottom: 1px solid #d2d2d2 !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 0 !important;
    box-shadow: 0 0 !important;
  }
}

@media (max-width: 992px) {
  .logo a {
    min-height: unset;
  }
.director-image-wrap .figcaption h3 {
    font-size: 16px;
    line-height: 16px;
}
  .top-1-mid-wrapper {
    align-items: start;
  }

  section.research-page-banner figure {
    display: flex;
    height: 100%;
  }

  section.research-page-banner figure {
    margin-bottom: 0;
  }

  section.research-page-banner figure video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .research-banner-icon {
    width: 55px;
    height: 55px;
    padding: 8px;

  }

  .research-banner-content ul li a {
    font-size: 12px;
  }

  .research-counter h2 {
    font-size: 30px;
    margin: 30px 0 6px;

  }

  .top-right-1 ul li.language a {
    padding: 0 5px;
  }

  .top-right-1 ul li {
    margin: 0px 3px;
  }

  .read-more-btn-2 {
    padding: 7px 10px !important;
  }

  .below-cont h5 {
    font-size: 14px !important;
  }

  .faculty-tab-wrap .nav-tabs .nav-item.show .nav-link,
  .faculty-tab-wrap .nav-tabs .nav-link {
    padding: 10px 20px;
    font-size: 14px;
  }
}


@media (max-width: 768px) {
  section.research-counter-section .d-grid {
    grid-template-columns: auto auto;
  }

  .sin-right-event ul {
    grid-template-columns: auto;
  }

  .heading-new-1 h2 {
    font-size: 24px;
  }

  .research-banner-content ul {

    grid-template-columns: auto auto auto;

  }

  .research-section .research-new {
    min-height: 145px;
  }

  .over-view-left {
    margin-bottom: 20px;
  }

  .logo a {
    max-width: 250px;
  }

  .logo-right {
    padding: 0px 0;
  }

  .footer-3 p {
    font-size: 10px;
    line-height: 16px;
  }

  ul.footer-social-media li img {
    width: 90px;
  }

  /* overview */
  section.overview {
    padding: 40px 0 40px 0;
  }

  .about-page-card-content-wrapper {
    padding: 50px 30px;
  }

  section.about-page-section-2 {
    padding: 40px 0;
  }

  /* overview */

  .director-wrap h3 {
    margin-top: 10px;
  }

  .faculty-tab-wrap .nav-tabs .nav-item.show .nav-link,
  .faculty-tab-wrap .nav-tabs .nav-link {
    padding: 10px 10px;
    width: 50%;
  }

  .entry_content {
    width: 100%;
    float: left;
    padding: 40px 0 !important;
  }

  ul.iopb-list {
    padding: 0;
    margin: 0;
    margin-bottom: 10px !important;
  }

  .contact-box {
    margin-bottom: 15px !important;
  }

  .form-control {
    margin-bottom: 10px !important;
  }

  section.all-seminar-sec .seminar-textimonial {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .research-banner-content ul {
    grid-template-columns: auto auto;
    position: relative;
    z-index: 1;

  }

  .research-banner-content ul li {
    padding: 10px;

  }

  .research-banner-icon {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  section.over-view-section,
  section.research-section,
  section.notice-circular-sec {
    padding: 60px 0;
  }

  section.campus-new {
    padding: 60px 0 30px;
  }

  .font-size-changer button {
    width: 15px;
    height: 15px;
    margin: 0;
  }

  .top-right-1 ul li {
    margin: 0px 2px;
    font-size: 12px;
  }

  .logo a {
    max-width: 210px;
  }

  .top-right-1 {
    padding: 0 0 0px;
  }

  ul.footer-social-media li img {
    width: 70px;
  }

  ul.footer-social-media li {
    padding-right: 20px;
  }

  .footer-2 {
    padding: 30px 0 15px;
  }

  .footer-text img {
    max-width: 110px;
  }

  .research-new h4 a {
    font-size: 18px;
  }

}

@media (max-width: 420px) {
  .notification-tab-2 .nav-tabs .nav-link {
    font-size: 14px;

  }

  .logo a {
    max-width: 170px;
  }

  .top-right-1 ul li.language a {
    padding: 0 2px;
  }

  .top-right-1 ul li {
    font-size: 10px;
  }

  ul.footer-social-media li img {
    width: 55px;
  }

  ul.footer-social-media li {
    padding-right: 15px;
  }

  .footer-3 p {
    font-size: 7px;
  }

  .heading-new-1 h2 {
    font-size: 18px;
  }
}