#hero-carousel {
  height: 80vh;
}
#hero-carousel .carousel-item .overlay {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0.5), transparent, transparent);
  z-index: 1;
}
#hero-carousel .carousel-item .carousel-item-content {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  z-index: 1;
}
#hero-carousel .carousel-item .carousel-item-content .title {
  color: white;
  margin-bottom: 0;
}
#hero-carousel .carousel-item .carousel-item-content .description {
  color: white;
}

#why-us .why-us-item .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
#why-us .why-us-item .title {
  font-weight: bold;
  color: black;
}
@media (max-width: 768px) {
  #why-us .why-us-item {
    text-align: center;
    margin-bottom: 20px;
  }
}

#about-us {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#about-us .overlay .section-title {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

#principal-message .img-holder {
  border-radius: 10px;
  overflow: hidden;
}
#principal-message .img-holder img {
  width: 100%;
  height: auto;
}
#principal-message .message {
  text-align: justify;
}

#admission-notice {
  text-align: center;
}
#admission-notice img {
  width: 10vw;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #admission-notice img {
    width: 100%;
  }
}

#campus-facilities .masonry a {
  position: relative;
}
#campus-facilities .masonry a .thumb-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
#campus-facilities .masonry a:hover .thumb-caption {
  background-color: #2582A1;
}/*# sourceMappingURL=home.css.map */