footer.page-footer h6 {
    font-family: "open sans", sans-serif;
    font-weight: 700;
    color: #1f2a4b;
    margin: 0 0 10px 0;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

footer.page-footer h6 {
    font-size: 1.025em;
}

footer.page-footer ul {
    padding: 0;
}

footer.page-footer li {
    list-style: none;
    margin-bottom: 10px;
}

footer.page-footer a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-decoration: none;
    outline: 0;
    color: inherit;
}

footer.page-footer li > a:focus,
footer.page-footer li > a:hover {
    background-color: transparent;
    border-color: transparent;
}

footer.page-footer ul {
    padding: 0;
}

footer.page-footer a,
footer.page-footer a:active,
footer.page-footer a:focus {
    outline: 0;
    text-decoration: none;
}

footer.page-footer a,
footer.page-footer a:active {
    text-decoration: none !important;
}

footer.page-footer li {
    list-style: none;
    margin-bottom: 10px;
}

footer.page-footer a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    color: inherit;
}

footer.page-footer li > a:focus,

footer.page-footer li > a:hover {
    background-color: transparent;
    border-color: transparent;
}

footer.page-footer a:active,
footer.page-footer a:focus {
    -moz-outline: 0;
}

footer.page-footer a:hover {
    color: #702dda;
}

footer.page-footer .sec-pad {
    padding-top: 100px;
    padding-bottom: 100px;
}
footer.page-footer img {
    max-width: 100%;
    height: auto;
}

footer.page-footer .light {
    color: #fff;
}

footer.page-footer .light h6 {
    color: #fff;
}

footer.page-footer .grdnt-red:not(.overly) {
    background-image: -webkit-linear-gradient(90deg, #cf3d3a 0, #f36c6a 51%, #cf3d3a 100%);
    background-image: linear-gradient(90deg, #cf3d3a 0, #fc7573 51%, #cf3d3a 100%);
}

footer[class*="grdnt-"] {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background-size: 250% auto;
}

footer.page-footer .pb-0 {
    padding-bottom: 0;
}

footer.page-footer .spce {
    clear: both;
    height: 20px;
    width: 100%;
}

footer.page-footer .spce.md {
    height: 40px;
}

footer.page-footer .social-holder a {
    margin-right: 15px;
}

footer.page-footer .social-holder a:last-child {
    margin-right: 0;
}

footer.page-footer .social-holder a {
    display: inline-block;
    margin-bottom: 0;
}

footer.page-footer .social-holder a {
    margin-right: 15px;
    font-size: 12px;
}

footer.page-footer .social-holder a:last-child {
    margin-right: 0;
}

footer.page-footer .social-holder li {
    display: inline-block;
}

footer.page-footer .social-holder a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
}

footer.page-footer .social-holder a:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

footer.page-footer .footer-wrapper .navbar-brand {
    display: block;
    height: auto;
    padding: 0;
}

footer.page-footer .footer-wrapper li a,
footer.page-footer .footer-wrapper p {
    opacity: 0.9;
}

footer.page-footer .footer-wrapper li a:hover {
    opacity: 1;
    color: #fff;
}

footer.page-footer .footer-wrapper .copyright {
    font-size: 0.9em;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 992px) {
    footer.page-footer h6 {
        font-size: 1.25em;
    }

    footer.page-footer .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    footer.page-footer .sec-pad {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    footer.page-footer .pb-0 {
        padding-bottom: 0;
    }

    footer.page-footer .social-holder a {
        height: 40px;
        width: 40px;
    }

    footer.page-footer .res-margin {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 767px) {
    footer.page-footer .container {
        padding-left: 80px;
        padding-right: 80px;
        max-width: 100%;
    }
    footer.page-footer .pb-0 {
        padding-bottom: 0;
    }
    footer.page-footer .res-margin {
        margin-bottom: 50px;
    }
    footer.page-footer .sec-pad {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    footer.page-footer .pb-0 {
        padding-bottom: 0;
    }
    footer.page-footer .spce {
        height: 15px;
    }
}
@media only screen and (max-width: 480px) {
    footer.page-footer .pb-0 {
        padding-bottom: 0;
    }
    footer.page-footer .res-margin {
        margin-bottom: 25px;
    }
    footer.page-footer .container {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media only screen and (max-width: 360px) {
    footer.page-footer .navbar-brand img {
        width: 120px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    footer.page-footer .pb-0 {
        padding-bottom: 0;
    }
}
