﻿footer dl, footer ol, footer ul {
    margin-top: 0;
}

footer li {
    list-style-type: none;
    text-align: -webkit-match-parent;
}

footer .bs-footer {
    background: #032538 !important;
    height: auto !important;
    padding: 0 !important
}

    footer .bs-footer .footer-link-wrap {
        padding: 2.9rem 1.5rem 4.2rem;
        border-bottom: 1px solid #294556;
    }

    footer .bs-footer .footer-info-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.8rem 1.5rem;
    }

    footer .bs-footer .footer-ex-wrap {
        padding: 1.6rem 1.5rem 2.3rem;
        background: #021e2d;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    footer .bs-footer .footer-link-wrap .f-link-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }

    footer .bs-footer .footer-link-wrap .f-link-item {
        width: 16.66%;
    }

        footer .bs-footer .footer-link-wrap .f-link-item .link-title {
            font-size: 1.6rem;
            line-height: 2.4rem;
            color: #fff;
            font-family: "Noto Sans bold";
            margin-bottom: 1.2rem;
            text-transform: capitalize;
        }

        footer .bs-footer .footer-link-wrap .f-link-item .link-item {
            margin-bottom: 0.8rem;
            font-size: 1.2rem;
            line-height: 2.4rem;
            font-family: "Noto Sans";
            color: #fff;
        }

        footer .bs-footer .footer-link-wrap .f-link-item .nav-link {
            color: #e2e2e2;
            font-size: 1.4rem;
        }

footer .cp-social-link.cm-mobile {
    display: none;
}

footer .cp-social-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

footer .cm-mobile {
    display: none;
}

footer .bs-footer .footer-info-wrap .contact-wrap .contact-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

footer .bs-footer .footer-info-wrap .contact-wrap .contact-item {
    color: #fff;
    padding-left: 3.6rem;
    position: relative;
    margin-right: 3.5rem;
}

    footer .bs-footer .footer-info-wrap .contact-wrap .contact-item .icon {
        font-size: 2.4rem;
        line-height: 2.4rem;
        position: absolute;
        left: 0;
        top: 5px;
        color: #fff;
    }

footer .bs-footer .footer-info-wrap .contact-wrap .contact-info .contact {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-family: "Noto Sans bold";
    color: #fff;
}

footer .bs-footer .footer-info-wrap .contact-wrap .contact-info .ex-info {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-family: "Noto Sans";
    max-width: 20rem;
    display: block;
}

.cm-line-break {
    display: block;
}

footer .cp-social-link .social-title {
    font-size: 1.4rem;
    line-height: 2.3rem;
    color: #ccd8e0;
    margin-right: 1rem;
    font-family: "Noto Sans";
}

footer .cp-social-link .social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .cp-social-link .social-item {
    margin-left: 1.6rem;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
}

    footer .cp-social-link .social-item:hover {
        background: #f5bb33
    }

footer .cp-social-link .social-link {
    transition: .5s all ease;
}

    footer .cp-social-link .social-link .icon {
        font-size: 1.4rem;
        line-height: 1.4rem;
        color: #032538;
    }

footer .bs-footer .footer-info-wrap .ex-link-wrap .ex-link-list {
    display: -ms-flexbox;
    display: flex;
}

footer .bs-footer .footer-info-wrap .ex-link-wrap .ex-link-item {
    padding: 0 1rem;
    position: relative;
}

footer .bs-footer .footer-info-wrap .ex-link-wrap .ex-link {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #fff;
    font-family: "Noto Sans";
}

footer .bs-footer .footer-info-wrap .ex-link-wrap .ex-link-item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1.4rem;
    width: 0.1rem;
    background-color: #fff;
}

footer .bs-footer .footer-ex-wrap .extra-note {
    margin-top: 0;
}

    footer .bs-footer .footer-ex-wrap .extra-note .desc {
        font-size: 1.4rem;
        line-height: 2.4rem;
        color: #ccd8e0;
        font-family: "Noto Sans";
        opacity: 1
    }

    footer .bs-footer .footer-ex-wrap .extra-note .copyright {
        font-size: 1.2rem;
        line-height: 2.3rem;
        color: #ccd8e0;
        font-family: "Noto Sans";
        margin-top: 0.3rem;
    }

footer .cp-social-link .social-title {
    font-size: 1.4rem;
    line-height: 2.3rem;
    color: #ccd8e0;
    margin-right: 1rem;
    font-family: "Noto Sans";
}

footer .bs-footer .footer-info-wrap .ex-link-wrap .ex-link-item:last-child:after {
    content: none
}

footer p, footer a {
    margin: 0;
    padding: 0 !important
}

footer .bs-footer .footer-ex-wrap .extra-note .copyright {
    font-size: 1.2rem;
    line-height: 2.3rem;
    color: #ccd8e0;
    font-family: "Noto Sans";
    margin-top: 0.3rem;
}

footer .bs-footer {
}

    footer .bs-footer .footer-info-wrap .contact-wrap .contact-item .icon img, .cp-social-link .social-link .icon imh {
        width: 26px;
        height: 26px;
        margin-top: -5px;
    }

footer .icon-call:before, footer .icon-whatsapp:before, footer .icon-facebook:before, footer .icon-instagram:before {
    display: none
}



@media only screen and (max-width: 767px) {
    footer .bs-footer .footer-link-wrap {
        padding: 0 1.5rem;
        border: 0;
    }

    footer .bs-footer .footer-info-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer .bs-footer .footer-ex-wrap {
        padding: 0 1.6rem 2rem;
    }

    footer .bs-footer .footer-link-wrap .f-link-item {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

        footer .bs-footer .footer-link-wrap .f-link-item .link-title {
            margin: 0;
            padding: 1.5rem 0 1.9rem;
            position: relative;
        }

    .bs-footer .footer-link-wrap .f-link-item .link-title:after {
        content: "\e91c";
        font-family: icomoon;
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #fff;
        position: absolute;
        right: 0;
        top: 48%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    footer .bs-footer .footer-info-wrap .contact-wrap {
        width: 100%;
        margin-bottom: 1.8rem;
    }

    footer .cp-social-link.cm-mobile.cm-mobile {
        display: -ms-flexbox;
        display: flex;
    }

    footer .cp-social-link {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(255,255,255,.3);
        width: 100%;
    }

    footer .cm-mobile {
        display: block;
    }

    footer .bs-footer .footer-info-wrap .ex-link-wrap {
        margin-top: 1rem;
    }

    footer .bs-footer .footer-info-wrap .contact-wrap .contact-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer .bs-footer .footer-info-wrap .contact-wrap .contact-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    footer .bs-footer .footer-info-wrap .contact-wrap .contact-info .ex-info {
        max-width: 100%;
    }

    footer .cp-social-link .social-item {
        margin: 0;
        margin-right: 1.6rem;
    }

    footer .bs-footer .footer-info-wrap .ex-link-wrap .ex-link-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer .bs-footer .footer-ex-wrap .extra-note .desc {
        line-height: 2.4rem;
        text-align: left;
    }

    footer .bs-footer .footer-ex-wrap .extra-note .copyright {
        line-height: 2.4rem;
    }

    .cm-line-break {
        display: inline-block;
    }
}

@media only screen and (max-width: 1366px) {
    footer .bs-footer .footer-info-wrap .contact-wrap {
        width: 38rem;
    }

        footer .bs-footer .footer-info-wrap .contact-wrap .contact-item {
            margin-right: 0;
        }
}


body.dark .bs-footer {
    background: #323232 !important;
}

    body.dark .bs-footer .footer-link-wrap {
        border-bottom: 1px solid #f2aa00 !important;
    }

    body.dark .bs-footer .footer-info-wrap .contact-wrap .contact-item .icon, body.dark .cp-social-link .social-link .icon {
        color: #f2aa00 !important;
    }

    body.dark .bs-footer .footer-ex-wrap {
        background: #111;
    }
