.logo {
  height: 70px;
  width: 70px;
}
.icons {
  height: 80px;
  width: 125px;
}
.icons2 {
  height: 55px;
  width: 125px;
}
.icons3 {
  height: 95px;
  width: 115px;
}

/* For Event */
.event-block.active {
  background-color: #f9f9f9; /* Highlight the active event */
  transition: background-color 0.5s ease;
}

/* For gallery */
.inner-banner-gallery {
  padding: 100px 0;
  background: url("../images2/gallery.png");
  background-position: top;
  background-size: cover;
  position: relative;
  color: white;
}

/* For contact us */
.inner-banner-contat-us {
  padding: 100px 0;
  background: url("../images2/contact-us.png");
  background-position: top;
  background-size: cover;
  position: relative;
  color: white;
}

.demo {
  color: red;
}

.education-content {
  background-color: rgba(221, 221, 223, 0.23);
  padding: 40px 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 15px;
}

.education-content h3 span {
  color: #ff9600;
}

.education-content h3 {
  font-weight: 600;
}
.affiliation-content ol li {
  padding: 8px;
}
.vision-banner-img {
  max-height: 300px;
  object-fit: fill;
}

/* Ensure submenus are positioned correctly */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none; /* Initially hide the submenu */
  position: absolute;
  top: 0;
  left: 100%; /* Position the submenu to the right of the parent */
  margin-top: -1px; /* Align perfectly with the parent */
}

.dropdown-toggle2::after {
  color: #0c0b39;
  /* content: " ▶"; */
  content: " \25B6"; /* ▶ = Unicode U+25B6 */

  float: right;
}

.button-2{
  margin-top: 0% !important;
}
.top-header-icon-space{
  margin-right: 10px !important;
  margin-left: 50px !important;
  /* color: red; */
}

