footer {
    background: #242328;
}

.footer-bottom {
    background-color: #1a191e;
    padding: 30px 0;
    color: #595959;
}

footer h6 {
    font-family: 'Montserrat', sans-serif;
    color: #525252;
    font-weight: 400;
    letter-spacing: -0.5px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    margin-bottom: 22px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.form-control {
    font-size: 14px;
    height: 48px;
    padding: 10px 20px;
    color: #7b8b8e;
    border: 1px solid #ccc;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

form.subscribe-form button:hover {
    background: #000 !important;
}

select.form-control {}

footer p,
footer a {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 13px;
    text-align: left;
    padding: 0px 0;
    color: #888888;
    line-height: 24px;
}

footer a:hover {
    color: #FFF !important;
}

.home-contact-form .form-control::placeholder {
    color: #fff;
}

.home-contact-form .form-control {
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 0 !important;
    border: 0px;
    transition: 0.5s;
    font-size: 13px;
    color: #fff;
}

.home-contact-form input {
    height: 45px;
}

.home-contact-form .form-control:focus,
.home-contact-form .form-control:hover {
    outline: none;
    box-shadow: none;
    border-radius: 0 !important;
    background: #1F1F1F;
}

@media only screen and (max-width: 786px) {
    footer * {
        text-align: center !important;
    }

    footer input {
        text-align: left !important;
    }

    footer h6 {
        margin-bottom: 10px;
    }
}
