.footer-one-alt {
    margin-top: 0px;
    padding: 20px 0px;
    border-top: 1px solid #3B3B40;
}
.footer-one {
    color: #9ba1ac;
    padding-top: 0px; 
    /* padding-bottom: 0px; */
}

.black-background{
    color:white;
}


.email-error{
    background:#ca2e1a;
    background-image: linear-gradient(to right, rgba(207,0,15,0), rrgba(207,0,15,1));
}

.email-success{
    background: #43cea2;
    background-image: linear-gradient(to right, rgba(0,230,64,0), rgba(0,230,64,1));
}
.subscribe-form button {
    position: absolute;
    top: 4px;
    right: 4px;
    outline: none !important;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 11px 30px;
}

.img-fluid {
    max-width: 34%;
    height: auto;
}