/* #primary-menu.style-2 {
    background: #152B5C;
    color: white;
}


@media (min-width: 992px) {
    .transparent-header::after {
           background: #152B5C;
    }
} */

.feature-boxes .fbox-icon img {
    width: 100%;
    height: auto;
    margin: 0;
    top: 50%;
    margin-top: -50%;
    position: relative;
}

.feature-boxes .fbox-icon img {
    border-radius: 200px
}


#footer {
    position: relative;
    background-color: #255484;
    border-top: 5px solid #F0A431;
}

#footer p, #footer h1, #footer h1, #footer h3, #footer h4, #footer h5, #footer h6  {
   color: white;
}

.footer-logo {
    width: 100%;
    max-width: 220px;   
    margin-top: 15px;
}
#copyrights {
    background-color: #000000;
}

@media (max-width: 991.98px) {
    .footer-logo {
    margin: 15px auto;
    }
}


@media (max-width: 479px) {
    .feature-boxes {
        grid-template-columns: 1fr 1fr;
    }
}