/* ########## FOOTER START ########## */

.footer {
    padding: 65px 0 30px 0;
}

.footer p {
    margin-top: 14px;
    font-size: 13px;
    color: #8e8e8e;
}

.footer img {
    margin-bottom: 5px;
}

.footer a {
    margin-top: 12px;
}

.footer ul li h6 {
    color: var(--caption);
    font-weight: 600;
    padding-bottom: 10px;
}

.footer ul li a {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    color: var(--bodyc);
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    font-weight: 500;
}

.footer ul li a:hover {
    padding-left: 6px;
    color: var(--primaryc);
}

/* ########## FOOTER END ########## */

@media (max-width: 767.98px) {
    .footer ul {
        margin-left: 0;
    }

    .footer ul li h6 {
        margin-top: 15px;
    }
}
