﻿/*******************************************************/
/******************* ## Footer *******************/
/*******************************************************/

.main-footer {
    color: var(--sage-green);
}

    .main-footer a {
        color: var(--sage-green);
    }

        .main-footer a:hover {
            color: var(--light-color);
            text-decoration: underline;
        }

.footer-widget {
    margin-bottom: 50px;
}

.footer-title {
    margin-bottom: 24px;
}

    .footer-title h5 {
        color: var(--light-color);
        font-size: 22px;
        text-transform: capitalize;
    }

.footer-contact .list-style-one li {
    margin-bottom: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

    .footer-contact .list-style-one li i {
        font-size: 16px;
        margin-top: 7px;
    }

    .footer-contact .list-style-one li:not(:last-child) {
        margin-bottom: 15px;
    }

.footer-map iframe {
    height: 125px;
    border-radius: 6px;
}

.footer-top {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 992px) {
    .footer-top:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
    }
}

.footer-top .section-title h2 {
    color: var(--light-color);
}

/* Widget Area */
@media only screen and (min-width: 1200px) {
    .widget-area .col-md-6 {
        width: 20%;
    }
}

/* Footer Two */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-two .widget-area .col-md-6 {
        width: 40%;
    }
}

/* Footer Bottom */
.footer-bottom {
    position: relative;
    background: var(--dark-green);
}

    .footer-bottom .copyright-text a {
        color: var(--secondary-color);
    }

    .footer-bottom .scroll-top {
        top: -30px;
        position: absolute;
        left: calc(50% - 28px);
    }

.footer-bottom-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -13px;
    margin-right: -13px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .footer-bottom-nav li {
        margin: 0 13px 5px;
    }
