/* Footer */
.page-footer{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.footer{
    position: relative;
    width: 100% !important;
    max-width: 1920px;
    height: auto;
    padding: 0 !important;
    padding-bottom: 0 !important;
    background-color: #fcefef;
    border-radius: 5px 5px 0 0 !important;
    z-index: 1;
    margin-top: 80px !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.highlighted-dark-text{
    color: #11222c !important;
    font-weight: 600 !important;
    font-style: italic !important;
}

.highlighted-white-text{
    color: #fff !important;
    font-weight: 600 !important;
    font-style: italic !important;
}


.footer .row, .footer .row .col-md-4, .footer .row .col-md-4 h5, .footer .row .col-md-4 ul, .footer .row .col-md-4 ul li, .footer .row .col-md-4 ul li a, .footer .row .col-md-4 ul li a svg, .footer .row .col-12, .footer .row .col-12 p, .footer .row .col-12 p strong, .footer .row .col-12 p strong a{
    position: relative;
    background: transparent;
    z-index: 1;
}

.menuBOX{
    width: 70%;
    height: auto;
    background: #11222c;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 5px !important;
    margin-top: -50px !important;
    padding: 10px !important;
}

.menuBOX ul li{
    color: #fcefef !important;
    transition: 0.5s;
}

.menuBOX ul li:hover{
    color: #8ac700 !important;
    font-style: italic !important;
}

.footer .row .col-md-4 h5{
    color: #8ac700;
    margin-bottom: 10px;
}

.footer .row .col-md-4 ul li{
    list-style: none;
}

.footer .row .col-md-4 ul li a, .footer .row .col-md-4 ul li{
    color: #11222c;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
}

.footer .row .col-md-4 ul li a svg path{
    color: #8ac700 !important;
}

.footer-icons-box{
    transition: 0.5s;
}

.footer-icons-box:hover{
    font-weight: bold !important;
}

.footer-icons{
    margin-top: 2px !important;
    margin-right: 5px !important;
}

.footer .row .col-md-4 ul li a:hover, .footer .row .col-md-4 ul li:hover{
    color: #8ac700;
}

.footer .row .col-12{
    border-top: 1px solid #11222c;
}

.footer .row .col-12 p, .footer .row .col-12 p strong{
    margin-top: 8px;
    margin-bottom: 5px;
    color: #11222c;
}

.footer .row .col-12 p strong a{
    color: #f0f0f0;
    text-decoration: none;
    transition: 0.5s;
}

.footer .row .col-12 p strong a:hover{
    color: #8ac700;
}

.f_hr{
    display: none;
    background: transparent;
    width: 90%;
    height: 10px;
    border-top: 1px solid #11222c;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 7px;
    opacity: 0.8;
}


@media (max-width: 768px) {
    .f_hr{
        display: block !important;
    }
}