.ns-footer {
    background: linear-gradient(to right, #350057, #150028);
    background-color: #150028;
    padding: 25px 15px;
}


.ns-footer > .wrap {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.copyright {
    color: #fff;
    font-size: 15px;
    opacity: 0.7;
}

.ns-footer .copyright a {
    opacity: 1;
}

.ns-footer a {
    color: #fff;
    font-size: 15px;
    text-decoration: none !important;
    outline: none !important;
    opacity: 0.7;
}

.ns-footer a:hover {
    color: #fff;
    opacity: 0.5;
}

.footer-nav a:not(:last-child) {
    margin-right: 20px;
}


/* MOBILE CSS */
@media (max-width: 767px) {
    .ns-footer {
        padding: 15px;
    }

    .ns-footer .row {
        flex-direction: column-reverse;
    }

    .ns-footer .col-md-6 {
        text-align: center !important;
    }

    .footer-nav {
        margin-bottom: 10px;
    }
}
/* /MOBILE CSS */
