
/* Logo */
/* #header .header-logo img {
    filter: brightness(100);
} */

/* Top Menu */
html.sticky-header-active #header .header-body {
    background-color: #e9ecef!important;
}

#header .header-nav-main nav > ul > li > a {
 color: var(--dark)!important;
}

#modalThemeErrorMessage, 
#modalThemeErrorMessage + .modal-backdrop {
    display: none!important;
}
.mxw-80 {
    max-width: 80%!important;
}
.img-grey-cn {
    filter: grayscale(100%);
    max-height: 300px;
    object-fit: contain;
    margin: 20px auto 0!important;
}
.card:hover .img-grey-cn {
    filter: grayscale(0);
}

.custom-featured-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background-color: #0088cc!important;
}


@media (max-width: 991px) {
    #slide-1 {
       background-position: left !important;
    }
    html #header .header-body {
        background-color: #e9ecef!important;
    }
    /* .x-icon-img {
        display: block !important;
        max-width: 100px;
        margin: 20px auto 40px;
    }   */
}

#bosdev-core-values .feature-box-icon {
    padding: 0 !important;
}

#boshdev-self-growth {
    width: 100%;
}

#boshdev-ham-menu {
	background: #106c88 !important;
}

@media (max-width: 767px) {
    /*#home {*/
    /*    display: none!important;*/
    /*}*/
    /*#homeMobile {*/
    /*    display: block!important;*/
    /*}*/
    #boshdev-first-carousel-item {
        background-position-x: 70% !important;
    }

    #bosdev-core-values .feature-box-icon img {
        width: 100%;
    }
}