
    .section-course-listing .bgs-light-green {
        transition: all .5s ease;
      }
      
      .section-course-listing .bgs-light-green:hover {
        background-color: #0A263B;
      }
      
      .section-course-listing .bgs-light-green:hover h2,
      .section-course-listing .bgs-light-green:hover h5,
      .section-course-listing .bgs-light-green:hover p,
      .section-course-listing .bgs-light-green:hover .course-enroll-btn {
        color: #fff !important;
      }
      
      .section-course-listing .view-course {
        border-top: 1px solid #e1e1e1;
      }
      

  .section-fundamental-banner {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  
  .section-fundamental-banner .ratings {
    font-size: 20px;
  }
  
  .section-fundamental-banner .pad-top h1 {
    font-size: 30px;
    /* font-family: Manrope-Bold; */
    line-height: 40px;
    padding-right: 40px;
    color: #FFFFFF;
  }
  
  .section-fundamental-banner .pad-top b,
  .section-fundamental-banner .pad-top strong,
  .section-fundamental-banner .pad-top a {
    font-size: 16px;
    color: #FF9500;
    /* font-family: Manrope-Bold; */
  }
  
  .section-fundamental-banner .pad-top .main-button2 {
    color: #0A263B;
  }
  
  .section-fundamental-banner .pad-top .main-button2:hover {
    color: #FFFFFF;
  }
  
  .section-fundamental-banner .pad-top ul li,
  .section-fundamental-banner .pad-top ol li {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
  }
  
  .section-fundamental-banner .pad-top ul li::marker {
    font-size: 18px;
  }
  
  .section-fundamental-banner .course-logo img {
    border-radius: 50%;
    background: #fff;
    width: 50px;
     height: 50px;
  }