.menu-link{
    font-size: 18px !important;
}

.text-color-default-1 {
    margin-top: 70px !important ;
    color: gray;
}
.Flexible-heading{
    font-size: 45px;
    text-decoration: solid;
    color: #423473;
    line-height: 12px;
}
.Borrow-paragraph{
    font-size: 25px;
}
.strive-text{
    color: gray;
}

.gray-text{
    color: gray;
}

.owl-stage-outer{
    height: 420px;
}

.custom-card-courses img {
    height: 200px; /* Adjust this value as needed */
    width: 100%;
    object-fit: cover;
}
.custom-card-courses {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card-body {
    flex: 1;
}

.funding-section {
    background-color: #f8f9fa;
  }
  .funding-section h1 {
    color: #ffffff;
    font-weight: 700;
  }
  .funding-section .lead {
    color: #ffffff;
    font-size: 1.25rem;
  }

  .funding-section {
    position: relative;
    background-size: cover;
    color: white;
    overflow: hidden;
  }
  
  .funding-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4); /* semi-transparent overlay */
    z-index: 1;
  }
  
  .funding-section .container {
    position: relative;
    z-index: 2; /* Bring content above overlay */
  }
  
  .funding-container{
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .custom-btn {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 55px;
    font-size: 1.25rem;
    transition: all 0.3s ease;
  }
  
  .custom-btn:hover {
    background-color: white;
    color: black;
    transform: translateY(-2px);
  }

  a.text-color-secondary:hover,
a.gray-text:hover {
    text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.contact-card-paragraph{

}

.contact-card-head{
color: #332859;
font-size: 35px;
font-weight: 300;
}
