/*header css */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap'); */

html {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  /* Regular by default */
}

h1 {
  font-weight: 700;
}

h2,
h3 {
  font-weight: 600;
}

h4,
h5,
h6 {
  font-weight: 500;
}
p a:hover {
  text-decoration: underline !important;
}
.dark_blue {
  background: #1b64ab;
  /* background: #3498db; */
}
.light_blue {
  background: #3498db;
}

/* body{
    font-family: "Poppins", sans-serif;
        font-weight: 100;
        font-style: normal;
} */

.custom-logo {
  max-width: 100px; /* Increase this value as needed */
  height: auto;
}

.logo_container {
  width: 1300px;
  height: 80px;
  margin: auto;
}
.logo_left {
  float: left;
  width: 100px;
  height: 70px;
  padding: 5px;
}
.logo_left img {
  width: 60px;
  height: 70px;
  float: left;
}

.logo_mid {
  width: 1090px;
  height: 70px;
  float: left;
  padding: 5px;
}
.header_mid_title {
  float: left;
  padding: 10px;
  width: 720px;
  height: 60px;
}
.header_mid_title h1 {
  color: #1b64ab;
}
.header_mid_search {
  width: 300px;
  height: 50px;
  padding: 10px;
  float: left;
}
.logo_right {
  float: left;
  width: 100px;
  height: 70px;
  padding: 5px;
}
.logo_right img {
  width: 70px;
  height: 70px;
  float: right;
}
.line {
  background: #1b64ab;
  height: 5px;
  width: 100%;
}

/*code for responsive top bar with logos*/
@media only screen and (max-width: 992px) {
  .header_mid_title {
    float: left;
    padding: 2px;
    width: 100%;
    height: 52px;
    text-align: center;
    padding-top: 15px;
  }

  .header_mid_search {
    display: none;
  }
  .logo_right {
    float: left;
    width: 15%;
    height: 55px;
    padding: 5px;
  }
  .logo_right img {
    width: auto;
    height: 55px;
    float: right;
  }
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .nav-link {
    display: block;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

img {
  max-width: 100%;
}

.navbar {
  background-color: #fff; /* Main navbar background color */
}

.nav-item a {
  color: #000 !important; /* Main menu text color */
}

.nav-item a:hover {
  color: #000 !important; /* Main menu hover text color */
}

/* Dropdown menu styles */
.nav-item .dropdown-menu {
  background-color: #1b64ab; /* Bootstrap primary color */
  border: 1px solid #ffffff; /* White border at the bottom of the dropdown */
  border-radius: 0; /* Remove border radius for sharp edges */
}

.dropdown-menu a {
  color: #ffffff !important; /* Dropdown text color */
}

.dropdown-menu a:hover {
  color: #000000 !important; /* Dropdown hover text color */
}

/* Additional styles for navbar items */
.navbar-nav > li {
  padding-left: 5px;
  padding-right: 5px;
}
.navbar-toggler-icon {
  background-color: #1b64ab; /* Set to black or any other dark color */
  float: left;
}
.navbar-nav .nav-item {
  white-space: nowrap;
}

.navbar-nav {
  flex-wrap: wrap;
}

.top {
  height: 520px;
  max-width: 1400px;
  margin: auto;
}

.top img {
  height: 520px;
  width: 100%;
  object-fit: cover;
  object-position: 100% 0;
  object-position: 100% 0;
}
/*code for responsive slider length images*/
@media only screen and (max-width: 800px) {
  .top {
    height: 60vw;
    max-width: 100%;
    margin: auto;
  }
  .top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 0;
    object-position: 100% 0;
  }
}

.rector_img {
  width: 100%;
  height: auto;
}
.rector_img img {
  width: 100%;
  height: auto;
}
/*code for responsive slider length images*/
@media only screen and (max-width: 600px) {
  .rector_img {
    width: auto !important;
    height: 250px;
    margin: auto;
    display: block;
    text-align: center;
  }
  .rector_img img {
    width: auto;
    height: 230px;
    margin: auto;
  }
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  height: 80px;
  padding: 10px;
}
.alert {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.hide_text {
  height: auto;
  display: block;
}
.blue_title {
  background: #1b64ab !important;
  color: #fff !important;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.iframe-container > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  filter: invert(100%);
}

.facility {
  height: 220px;
  max-width: auto;
  margin: auto;
}

.facility img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: 100% 0;
  object-position: 100% 0;
}
.pull-left {
  float: left !important;
}

#suggestions {
  border: 1px solid #ddd;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  background-color: white;

  z-index: 1000;
}

.suggestion-item {
  padding: 8px;
  cursor: pointer;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

table.dataTable {
  border: 1px solid #ccc; /* Add border around the table */
}

table.dataTable th,
table.dataTable td {
  border: 1px solid #ccc; /* Add border to table cells */
}

table.dataTable thead th {
  background-color: #0d6efd; /* Optional: Style the header */
  color: #fff;
}
