body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
  background: #eee;
}
/* Navbar Ends */
/* carousel Start */

/* Carousel End */
/* BIT Data Start */
.bit-data {
  background-color: #212529;
  color: white;
}


/* Social Engagement Start */


/* Social Engagement Ends */



/* Academic Start */
#dashboard-menu h4,
  #dashboard-menu a.nav-link,
  #dashboard-menu ul,
  #dashboard-menu li {
      text-align: left !important;
      justify-content: flex-start !important;
      align-items: flex-start !important;
      display: block;
  }

  #dashboard-menu .nav-link {
      display: block;
      width: 100%;
      white-space: normal !important;
      word-break: break-word;
  }

  #dashboard-menu hr {
      border-color: white;
      margin: 5px 0;
      width: 100%;
      display: block;
  }
/* Academic Ends */

/* Footer Start */
.footer-links {
  color: white;
  text-decoration: none;
}

.footer-links:hover {
  text-decoration: underline;
}


/* Footer Ends */







/* Swiper Js Start */
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Swiper Js Ends */