footer {
    width: 100%;
    background: linear-gradient(180deg, #10243a 0%, #071827 100%);
    color: #d7e2e8;
    border-top: 4px solid transparent;
    border-image: linear-gradient(90deg, #37b34a 0%, #109bd7 72%, #f6bd16 100%) 1;
}

.footer-box {
}

.footer-box-item {
    width: 25%;
    padding: 40px 20px;
    transition: all ease .3s;
    border-right: 1px solid rgba(255,255,255,.1);
    box-sizing: border-box;
}

.footer-box-item:last-child {
    border-right: none;
}

.footer-box-item:hover {
    background: linear-gradient(180deg, rgba(55,179,74,.10) 0%, rgba(16,155,215,.08) 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}

.footer-box-item-contact p {
    line-height: 26px;
    margin-top: 10px;
    color: #d7e2e8;
}

.footer-box-item-contact img {
    max-width: 260px;
    height: auto;
}

.footer-box-item-share {
    margin-top: 25px;
}

.footer-box-item-share a {
    width: 42px;
    height: 42px;
    margin-right: 14px;
    font-size: 1.25rem;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    transition: all ease .3s;
}

.footer-box-item-share a:hover {
    color: #fff;
    background: linear-gradient(135deg, #37b34a 0%, #109bd7 82%);
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(16,155,215,.22);
}

.footer-box-item-menu h2 {
    position: relative;
    color: #fff;
    font-size: 1.1rem;
    line-height: 32px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-weight: 800;
}

.footer-box-item-menu h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #37b34a 0%, #109bd7 100%);
}

.footer-box-item-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #d7e2e8;
    font-size: 1rem;
    line-height: 36px;
    text-decoration: none;
    transition: all ease .3s;
}

.footer-box-item-menu a span {
    flex: 1;
}

.footer-box-item-menu a i {
    margin-left: auto;
    color: #109bd7;
    transition: all ease .3s;
}

.footer-box-item-menu a:hover {
    color: #37b34a;
}

.footer-box-item-menu a:hover i {
    color: #37b34a;
    transform: translateX(-5px);
}

.footer-copy {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.1);
    color: #b9c8d2;
    background: rgba(0,0,0,.16);
}


/* ==============================
   Footer Mobile <= 768px
================================= */

@media screen and (max-width: 768px) {

    footer {
        background: linear-gradient(180deg, #10243a 0%, #071827 100%);
        color: #d7e2e8;
        border-top: 3px solid transparent;
        border-image: linear-gradient(90deg, #37b34a 0%, #109bd7 72%, #f6bd16 100%) 1;
    }

    .footer-box,
    .footer-box.container,
    .footer-box.flex,
    .footer-box.flex.flex-center-contain {
        display: block !important;
        width: 100%;
        padding: 0 22px;
        box-sizing: border-box;
    }

    .footer-box-item {
        width: 100%;
        padding: 14px 0;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.1);
        box-sizing: border-box;
    }

    .footer-box-item:last-child {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .footer-box-item:hover {
        background: transparent;
        box-shadow: none;
    }

    .footer-box-item-contact img {
        max-width: 150px;
        height: auto;
        display: block;
        margin-bottom: 16px;
    }

    .footer-box-item-contact p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
        color: #d7e2e8;
        word-break: break-word;
    }

    .footer-box-item-share,
    .footer-box-item-share.flex {
        display: flex !important;
        align-items: center;
        margin-top: 18px;
    }

    .footer-box-item-share a {
        width: 38px;
        height: 38px;
        margin-right: 14px;
        font-size: 18px;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.16);
        color: #fff;
    }

    .footer-box-item-share a:hover {
        background: linear-gradient(135deg, #37b34a 0%, #109bd7 82%);
        border-color: transparent;
        color: #fff;
        transform: none;
    }

    .footer-box-item-menu h2 {
        position: relative;
        margin: 0;
        padding: 0 38px 0 0;
        color: #fff;
        font-size: 16px;
        line-height: 36px;
        cursor: pointer;
        font-weight: 800;
    }

    .footer-box-item-menu h2::after {
        content: "+";
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        bottom: auto;
        width: 32px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #37b34a;
        font-size: 22px;
        font-weight: bold;
        background: none;
        border-radius: 0;
        transition: all .25s ease;
    }

    .footer-box-item-menu.footer-menu-open h2::after {
        content: "−";
        color: #109bd7;
    }

    .footer-box-item-menu > a {
        display: none !important;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        color: #d7e2e8;
        font-size: 14px;
        line-height: 40px;
        padding: 2px 0;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255,255,255,.06);
        text-decoration: none;
    }

    .footer-box-item-menu.footer-menu-open > a {
        display: flex !important;
    }

    .footer-box-item-menu > a span {
        display: block;
        flex: 1;
        text-align: left;
        padding-right: 12px;
    }

    .footer-box-item-menu > a i {
        display: block;
        flex: 0 0 auto;
        margin-left: auto !important;
        text-align: right;
        font-size: 13px;
        color: #109bd7;
        opacity: 1;
        transition: none;
    }

    .footer-box-item-menu > a:hover {
        color: #37b34a;
    }

    .footer-box-item-menu > a:hover i {
        transform: none;
        color: #37b34a;
    }

    .footer-copy,
    .footer-copy.container {
        width: 100%;
        padding: 16px 22px 20px;
        text-align: center;
        font-size: 13px;
        line-height: 22px;
        box-sizing: border-box;
        border-top: none;
        color: #b9c8d2;
        background: rgba(0,0,0,.18);
    }
}