body {
    overflow-x: hidden;
  }
  .navbar-toggler {
    border: none !important;
  }
  .btn-primary {
    background-color: #ffed05 !important;
    font-family: "Jost", sans-serif !important;
    border: #002d71 2px solid !important;
    padding: 5px;
    color: #002d71 !important;
  }
  .btn-secondary {
    background-color: #002d71 !important;
    border: #ffed05 2px solid !important;
    color: #ffed05 !important;
    font-family: "Jost", sans-serif !important;
    padding: 5px;
  }
  .logo-header-img {
    margin-left: 50%;
  }
  .navbar {
    background-color: #002d71 !important;
  }
  .footer-title {
    color: #ffed05;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
  }
  .footer-text {
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
  }
  .footer-container {
    background-color:  #002d71;
  }
  a {
    text-decoration: none;
    cursor: pointer;
  }
  .menu-icon {
    color: #ffed05;
  }
  .aboutus-text{
    font-style: 16px;
    color: #282e36;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
  }
  .aboutus-title{
    color: #002d71;
    font-family: "Poppins", sans-serif;
  }
  .aboutus-title-2{
    color: #002d71;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
  }
  @media only screen and (max-width: 600px) {
    .btn-primary {
      background-color: #ffed05 !important;
      font-family: "Jost", sans-serif !important;
      border: #002d71 2px solid !important;
      padding: 5px;
      color: #002d71 !important;
    }
    .btn-secondary {
      background-color: #002d71 !important;
      border: #ffed05 2px solid !important;
      color: #ffed05 !important;
      font-family: "Jost", sans-serif !important;
      padding: 5px;
    }
    .logo-header-img {
      margin-left: 50%;
    }
    .navbar {
      background-color: #002d71 !important;
    }
    
    .footer-title {
      color: #ffed05;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
    }
    .footer-text {
      color: #ffffff;
      font-weight: 400;
      font-family: "Poppins", sans-serif;
      font-size: 12px;
    }
    .footer-container {
      background-color: #002d71 !important;
    }
    a {
      text-decoration: none;
      cursor: pointer;
    }
    .menu-icon {
      color: #ffed05;
    }
  }
  @media only screen and (min-width: 601px) and (max-width: 1024px) {
 
  }
  