.site-footer {
    padding: 7rem 0;
    position: relative;
    background: #0d1824;
    margin-top: 10rem;
}

@media (max-width: 991.98px) {
    .site-footer {
        padding: 2rem 0;
    }
}

.site-footer.slanted-footer:before {
    content: "";
    background: #0d1824;
    height: 200px;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    z-index: -1;
}

.list-unstyled {
    color: #fff;
}

.site-footer h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.site-footer a {
    color: #e7eaf6;
}

.site-footer a:hover {
    color: #e3e3e3;
}

.site-footer ul li {
    margin-bottom: .5rem;
}

.site-footer ul li a {
    color: #e7eaf6;
}

.site-footer ul li a:hover {
    color: #e3e3e3;
}

.site-footer .scroll-top {
    position: absolute;
    z-index: 5;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #007bff;
    left: 50%;
    -webkit-transform: translate(-50%, -250%);
    -ms-transform: translate(-50%, -250%);
    transform: translate(-50%, -250%);
    -webkit-box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.site-footer .scroll-top>i {
    position: absolute;
    font-size: 2rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
}
.site-footer .scroll-top>svg {
    position: absolute;
    font-size: 2rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
}
.copyright {
    color: rgba(255, 255, 255, 0.5);
}

.footer-social a,
.social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #007bff;
    border-radius: 50%;
    text-decoration: none !important;
}

.footer-social a>i,
.social a>i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.footer-social a>svg,
.social a>svg {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-social a:hover,
.social a:hover {
    background: #fff;
}

.footer-social a:hover i,
.social a:hover i {
    color: #007bff;
}
.footer-social a:hover svg,
.social a:hover svg {
    color: #007bff;
}

.footer-social a i:before,
.social a i:before {
    color: #007bff;
}
.footer-social a svg:before,
.social a svg:before {
    color: #007bff;
}

.social a:hover {
    background: #343a40;
}

.social a:hover i {
    color: #fff;
}
.social a:hover svg {
    color: #fff;
}

.filters .btn {
    border-color: transparent;
    font-size: .8rem;
    margin: 5px;
    background: rgba(52, 58, 64, 0.05);
    color: #343a40;
    text-transform: uppercase;
}

.filters .btn:hover {
    border-color: transparent;
    background: #007bff;
    color: #fff;
}

.filters .btn.active {
    background: #007bff !important;
    color: #fff;
    border-color: #007bff !important;
    -webkit-box-shadow: 0 4px 15px -3px rgba(0, 123, 255, 0.5) !important;
    box-shadow: 0 4px 15px -3px rgba(0, 123, 255, 0.5) !important;
}