/*______________________________________________Banner_____________________________________________*/

#bannerOverNav {
    height: 191px;
    background: #a6a6a6;
    color: #494b4d;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
}

#boxLogo {
    text-align: left;
}

#boxLogo a img {
    margin-top: 20px;
    width: 100px;
    margin-left: 31px;
}

#boxHeading {
    margin-top: -75px;
    text-align: center;
}

#boxAdress {
    margin-right: 31px;
    font-size: 0.7em;
    text-align: right;
    margin-top: -77px;
}

#bunnerSubtitle {
    margin-top: -24px;
}


@media screen and (max-width: 767px) {
    #boxHeading {
        margin-top: 9px;
        margin-left: 0px;
        z-index: 999999;
        position: absolute;
    }

    #boxAdress {
        margin-top: -100px;
    }
}

/*_______________________Navbar_________________________________________________*/

html {
    font-size: 62.5%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
}

h1 {
    margin-bottom: 0.5em;
    font-size: 3.6rem;
}

p {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    line-height: 1.6;
}

.button {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 25px;
    border-radius: 4px;
}

.button-primary {
    position: relative;
    background-color: #2ECCFA;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    transition: color 0.3s ease-in;
    z-index: 1;
}

.button-primary:hover {
    color: #2ECCFA;
    text-decoration: none;
}

.button-primary::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform: scaleX(0.8);
    -ms-transform: scaleX(0.8);
    transform: scaleX(0.8);
    transition: all 0.3s ease-in;
    z-index: -1;
}

.button-primary:hover::after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    font-size: 14px;
}


.bannerOverNavMobileScroll {
    height: 61px !important;
}

.notVisibleMobileScroll {
    display: none;
}

.menuButtonMobileScroll {
    top: -121px !important;
    margin-right: 6px;
}

.mobileScrollHeaddingPos {
    /* margin-left: 71px;
    margin-top: 19px; */
    margin-top: -32px !important;
    text-align: center;
}

.logoWidthMobileScroll a img{
    width: 45px !important;
    margin-top: 7px !important;
    margin-left: 0px !important;
}

.navbarCollapseMobilePos {
    margin-top: -80px !important;
}


#menuButton {
    position: absolute;
    right: 6px;
    width: 49px;
    padding: 10px;
    top: 25px;
    float: right;
    margin-left: 88%;
    height: 38px;
}

@media screen and (max-width: 767px) {
    .navbar-collapse {
        margin-top: 43px;
    }

    #bannerOverNav {
        height: 200px;
    }

    .navbar-collapse {
        margin-top: 61px;
        padding-left: 36px;
        background: #d8d8d8;
    }

}

.bg-dark {
    background: transparent !important;
}

.nav-item {
    padding-left: 30px;
}

#bannerOverNav {
    z-index: 999;
}

.navbar-collapse {
    max-height: 280px;
    overflow-y: auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #494b4d;
}

    .navbar-light .navbar-nav .nav-link.active {
        color: #6d6d6d;
        font-weight: bold;
        text-decoration: underline;
    }

.navbar-light .navbar-nav .show > .nav-link {
    color: #4d86cd;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #4d86cd;
    font-weight: bold;
}

.subDropDownMenu {
    top: -5px;
    left: 186.625px;
}

#bunnerTitle {
    font-weight: normal;
}

#bunnerSubtitle {
    font-weight: normal;
}