#hero {
    width: 100%;
    /* background-color: #6F7A5D !important; */
    background: url("../img/hero-bg.jpg");
    position: relative;
    padding: 120px 0 0 0;
  }
  
  #hero:before {
    content: "";
    background:#B7C8BE !important; 
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  

#header.header-transparent {
    background: #CFDBD4!important;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 4.6rem !important;
    margin-top: 1rem;
}

#footer {
    background: #6E927E;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top .footer-info {
    margin-bottom: 15px;
    background: #9FB6A9;
    color: #fff;
    border-top: 4px solid #CFDBD4;
    text-align: center;
    padding: 30px 20px;
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #6E927E;
    transition: 0.3s;
    z-index: 999;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #4c7c69 !important;
    white-space: nowrap;
    transition: 0.3s;
}