.news-item {
  width: 100%;
  height: 100%;
  background-color: grey;
}

h2 {
  text-align: center;
}

#news {
  margin-top: 50px;
}

footer {
  background-color: #E2B327;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  #scroll {
    display: none;
  }
}

@media (min-width: 300px) {
  #scroll {
    /*display: block;*/
    position: absolute;
    right: 10px;
    top: 15px;
  }
}

.scroll {
  -ms-overflow-style: none;
}

.scroll::-webkit-scrollbar {
  -ms-overflow-style: none;
}

.scroll:-webkit-scrollbar {
  display: none;
}

.scroll::-webkit-scrollbar {
  display: none;
}

.news-tite {
  color: #000;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}

h2 {
  color: var(--system-grey-900, #212121);
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.contact-section {
  background: linear-gradient(179deg, #E2EFFB 75.96%, rgba(226, 239, 251, 0.00) 99.24%);
  /*height: 100px;*/
  padding-top: 25px;
  padding-bottom: 25px;
}

#contact-title {
  color: #363940;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.link-secondary {
  color: white!important;
}

.owl-carousel .caption {
  text-align: center;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.icon {
  color: white;
  font-size: 24px;
  margin: 5px !important;
}

.course-item {
  margin-bottom: 20px;
  background-color: gray;
  padding: 25px;
}

.course-title {
  margin-top: 20px;
}

footer a {
  color: white;
  text-decoration: none;
}

.carousel-indicators .active {
  border-radius: 13px;
  background-color: #30BDDC;
}

.carousel-indicators [data-bs-target] {
  height: 10px!important;
  border-radius: 13px!important;
  background-color: white!important;
}

#courses-heading {
  padding: 100px;
  text-align: center;
  background: #F4F5F6;
}

.courses-info {
  background-color: #FCFCFD;
  margin-top: 90px;
  padding-top: 30px;
}

.course-button {
  display: flex;
  width: 322px;
  height: 40px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 90px;
  border: 1px solid #777E90;
}

.course-button-text {
  color: #777E90;
  text-align: center;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.courses-info h3 {
  color: #182135;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.courses-info-item {
  margin-bottom: 35px;
}

.heading {
  background-color: #E2B327 !important;
  color: white;
}

@media (min-width: 992px) {
  .footer_links {
    display: inline-flex;
  }
}

li {
  margin-right: 7px;
}

.footer_links {
  margin-bottom: 5px;
}

.foundation-box {
  background: #FCFCFD;
}

.foundation-donate-button {
  border-radius: 90px;
  background: #FFB413;
}

.foundation-donate-button-text {
  color: #414244;
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.course-item {
  height: 100%;
}

.more-news-button {
  border-radius: 90px;
  border: 1px solid #CC9A1A;
}

.more-news-button-text {
  color: #777E90;
  text-align: center;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.social-logo {
  height: 30px;
  margin-left: 10px;
}

#contact-info-nav {
  background-color: #E2B327;
  color: white;
}

#contact-info-nav-nowrap {
  overflow: hidden;
  overflow-x: scroll;
  display: flex;
  align-items: center;
}

#nav-mail-phone {
  margin-right: auto;
  float: left;
  margin-left: 0px;
}

#nav-search-login-social {
  position: relative;
  text-align: right;
  float: right;
}

#home-subjects-sections {
  margin-top: 25px;
}

footer h3 {
  color: white;
}

#documents ul li{
  margin-top: 20px;
}
#documents ul li a{
  color: black;
  text-decoration: none;
}
#documents ul li a:visited{
  color: black;
  text-decoration: none;

}
.carousel-item {
    position: relative;
}

.carousel-item img {
    cursor: pointer;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding: 20px;
    bottom: 0;
    left: 5%;
    right: 5%;
    max-height: 50%;
    min-height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousel-caption h3 {
    color: white;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: none;
}

.carousel-caption .news-date {
    color: #FFB413;
    font-size: 14px;
    margin-bottom: 15px;
    text-decoration: none;
}

.carousel-caption .news-prologue {
    color: white;
    font-size: 16px;
    margin-bottom: 20px;
    text-decoration: none;
    overflow: hidden;
}

.carousel-caption .btn-light {
    border-radius: 25px;
    padding: 10px 30px;
    text-decoration: none;
    align-self: flex-start;
}

.carousel-caption a {
    text-decoration: none;
}

@media (max-width: 768px) {
    .carousel-caption {
        padding: 15px;
        max-height: 60%;
        min-height: 30%;
    }

    .carousel-caption h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .carousel-caption .news-date {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .carousel-caption .news-prologue {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .carousel-caption .btn-light {
        padding: 8px 20px;
        font-size: 14px;
    }
}