/*
Theme Name: B2O
Template: hello-elementor
Version: 2.0.0
Text Domain: bdc
*/
.footer-links a {
    color: #CECECE;
}

footer a {
    color: #ffffff;
    transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
}

footer a:hover, footer a:active {
    color: #6e92bd;
}

/* shrinking header section */
body:not(.home) .shrinker {
    position: static;
}

body.home .shrinker {
    position: absolute;
    top: 0;
    left: 0;
}

.shrinker {
    width: 100% !important;
    background-color: #fff;
    /*background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.5494572829131652) 45%, rgba(0,0,0,0) 100%);*/
    height: 110px;
    transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
}

.shrinker.elementor-sticky--effects {
    background-color: #fff;
    height: 60px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
}

.shrinker.elementor-sticky--effects .jet-mega-menu-item__title {
    color: #00558e;
}

.shrinker.elementor-sticky--effects li:hover .jet-mega-menu-item__title {
    color: #fff;
}

.shrinker li.current_page_item .jet-mega-menu-item__title:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 100%;
    height: 3px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.shrinker .logo img {
    padding: 5px;
    height: 70px;
    transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
}

.shrinker.elementor-sticky--effects .logo img {
    height: 45px;
    width: auto;
}

span.blabel {
    font-weight: 700;
}

.gallery {
    display: flex;
    gap: 20px;
}

@media (max-width: 450px) {

    .shrinker {
        height: 60px;
    }

    .shrinker .logo.logo img {
        height: 35px;
    }

    .shrinker.elementor-sticky--effects .logo.logo img {
        height: 35px;
    }
}

.bdc-mark {
    font-weight: 700;
    color: #007bcf;
}