.header-top-bar {
    background: #067a3b;
    font-size: 14px;
    padding: 10px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    }
    
    .top-bar-info li a {
    color: #fff;
    margin-right: 20px;
    
    }
    
    .top-right-bar a span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    }
    
    .top-right-bar a i {
    color: #fff;
    margin-right: 10px;
    }

    #footer {
        color: white;
        font-size: 14px;
        background: #161616;
      }
      #footer .footer-top {
        padding: 60px 0 30px 0;
        background: #161616;
      }
      #footer .footer-top .footer-contact {
        margin-bottom: 30px;
      }
      #footer .footer-top .footer-contact h4 {
        font-size: 22px;
        margin: 0 0 30px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 700;
      }
      #footer .footer-top .footer-contact p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Raleway", sans-serif;
        color: white;
      }
      #footer .footer-top h4 {
        font-size: 16px;
        font-weight: bold;
        color: white;
        position: relative;
        padding-bottom: 12px;
      }
      #footer .footer-top .footer-links {
        margin-bottom: 30px;
      }
      #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      #footer .footer-top .footer-links ul i {
        padding-right: 2px;
        color: #067a3b;
        font-size: 18px;
        line-height: 1;
      }
      #footer .footer-top .footer-links ul li {
        padding: 10px 0;
        display: flex;
        align-items: center;
      }
      #footer .footer-top .footer-links ul li:first-child {
        padding-top: 0;
      }
      #footer .footer-top .footer-links ul a {
        color: white;
        transition: 0.3s;
        display: inline-block;
        line-height: 1;
      }
      #footer .footer-top .footer-links ul a:hover {
        text-decoration: none;
        color: #067a3b;
      }
      #footer .footer-newsletter {
        font-size: 15px;
      }
      #footer .footer-newsletter h4 {
        font-size: 16px;
        font-weight: bold;
        color: white;
        position: relative;
        padding-bottom: 12px;
      }
      #footer .footer-newsletter form {
        margin-top: 30px;
        background: #fff;
        padding: 6px 10px;
        position: relative;
        border-radius: 50px;
        text-align: left;
        border: 1px solid #e0e5e2;
      }
      #footer .footer-newsletter form input[type=email] {
        border: 0;
        padding: 4px 8px;
        width: calc(100% - 100px);
      }
      #footer .footer-newsletter form input[type=submit] {
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 20px 2px 20px;
        background: #067a3b;
        color: #fff;
        transition: 0.3s;
        border-radius: 50px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
      }
      #footer .footer-newsletter form input[type=submit]:hover {
        background: #3ac162;
      }
      #footer .credits {
        padding-top: 5px;
        font-size: 13px;
      }
      #footer .credits a {
        color: #3ac162;
        transition: 0.3s;
      }
      #footer .credits a:hover {
        color: #067a3b;
      }
      #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #067a3b;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
      }
      #footer .social-links a:hover {
        background: #3ac162;
        color: #fff;
        text-decoration: none;
      }