@media (max-width: 1295px) {
    .nav-container {
      background-color: #0f749c !important;
      transition: background-color 0.5s ease-in;
    }
  
    h1 {
      font-size: 24px;
    }
  
    body {
      background-image: none !important;
    }
  
    .navbar {
      width: 100%;
      box-shadow: 1px 0px 2px #0c5f80, -1px -0px 2px #1289b8;
    }
  
  
  
  }
  
  @media (min-width:1295) {
    .navbar {
      width: 80%;
    }
    h1 {
      font-size: 28px !important;
    }
  
    .navbar-top {
      padding-left: 6%;
      padding-right: 0% !important;
      padding-top: 2%;
    }
    p{
      font-size: 20px !important;
    }
  }
  
  @media (min-width:1700px) {
    .nav-container {
      background-color: #0f749c !important;
      transition: background-color 0.5s ease-in;
    }
    h1 {
      font-size: 32px;
    }
  
    p{
      font-size: 24px !important;
    }
  }


@media (max-width:995px) {
    p{
        font-size: 14px !important;
      }
      .content-box{
        padding-left: 0% !important;
        padding-right: 0% !important;
      }
      .content_segment {
        padding-left: 4% !important;
        padding-right: 4% !important;
        padding-top: 2%;
        padding-bottom: 3%
      }
      h1 {
        font-size: 22px;
      }
      h5{
        font-size: 12px !important;
      }

    .secondary-white-btn {
        padding: 0.125rem 1.375rem;
        line-height: 1.2625rem;
        background-color: transparent;
        color: var(--primary-text);
        border: 0.1675rem solid var(--bg-white);
        font-size: 0.7375rem;
        font-weight: 400;

    }

    /* .header-wrapper .navbar-wrapper {
        border-radius: 0px;
        width: 100%;
    }

    .navbar .navbar-nav {
        padding-left: 12px;
        padding-right: auto;
    } */

    a.white-btn {
        margin-top: 15px;
    }

    #top-bar {
        display: none;
    }

    
}

@media (max-width:820px) {
    h1 {
        font-size: 1.64rem !important;
    }

    h2 {
        font-size: 0.89rem;
        line-height: 20px;
    }

    .project-bg{
        min-height:300px;
      }
}

@media (max-width:767px) {

   

    h1 {
        font-size: 2.0rem;
    }

    h2 {
        font-size: 0.9rem;
        line-height: 22px;
    }

    label,
    form span,
    .form-control {
        font-size: 0.9rem !important;
        line-height: 22px !important;
        font-weight: 500 !important;
    }

    p {
        font-size: 0.656rem;
    }
    h5{
        font-size: 0.725rem!important;
    }

    lable {
        font-size: 0.656rem;
    }

    .secondary-white-btn {
        padding: 0.125rem 1.275rem;
        line-height: 1.5625rem;
        background-color: transparent;
        color: var(--primary-text);
        border: 0.1675rem solid var(--bg-white);
        font-size: 0.8375rem;
        font-weight: 400;
    }
    .project-bg{
        min-height:300px;
      }
   
}

@media (min-width: 995px) {
    .navbar {
      width: 80%;
      border-radius: 52px;
    }
    h1 {
      font-size: 26px;
    }
    h5{
      font-size: 16px !important;
    }
  
    .navbar-top {
      padding-left: 6%;
      padding-right: 6%;
      padding-top: 2%;
    }
    .content-box{
      padding-left: 0% !important;
      padding-right: 0% !important;
    }
    .project-bg{
        min-height:300px;
      }
  }
  

@media(max-width:990px){
    .leaders-navs {
      width: 40% !important;
    }
  }
  @media(max-width:720px){
    .leaders-navs {
      width: 60% !important;
  
    }
  }
@media only screen and (min-width: 600px) {
    .main-label {
      padding-bottom: 3vw;
    }
    .project-bg{
        min-height:300px;
      }
  }