.footer-area {
    position: relative;
}

.footer-area-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer-area-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.footer-bottom {
    position: relative;
    border-top: 2px solid rgba(121, 113, 175, 0.1);
}

.footer-bottom-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------
    FOOER ELEMENT STYLE
------------------------ */
.footer-area a {
    color: #c2d1e2;
}

.footer-area a:hover {
    color: #F9C200;
}

.footer-logo {
    margin-bottom: 35px;
}

.footer-bottom-area {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    position: relative;
}
/* -----------------------
    404 PAGE FOOTER
------------------------ */
.error404 .content-area.section-padding {
    min-height: 500px;
}
@media only screen and (max-width: 767px) {
    .error404 .content-area.section-padding {
        min-height: auto;
    }
}