
.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;
}

.footer-bottom-bg {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 102%;
}

.footer-area a {
    color: #326589;
}
.footer-area a:hover {
    color: #AD7CFF;
}

.footer-logo {
    margin-bottom: 35px;
}

.footer-bottom-area {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    position: relative;
}