.header__section{
    background-color: transparent;
    padding-right: 5vw;
    padding-left: 5vw;
    position: fixed;
    top:0px;
    width: 100%;
    z-index: 10;
    height:5.4vw;;
}
.header__nav-dropdown-content{
    background: transparent;
    transform: translate(0px,-1vw);
}
.header__section.scrolled, .header__section.scrolled .header__nav-dropdown-content{
    background-color: #232323;
}
.header__container{
    width: 100%;
    display: flex;
    height: 100%;
}
.header__logo-container{
    padding-top: 1vw;
    padding-bottom: 1vw;
}
.header__logo{
    margin-right: 4vw;
    height: 100%;
    align-items: center;
    display: flex;
}
.header__logo img{
    max-width: 250px;
    max-height: 100%;
}
.header__nav-container{
    width: 100%;
}
.header__nav-container.header__nav-pos-Center{
    position: absolute;
    height: 100%;
    top:0px;
    left: 0px;
}
.header__nav-container.header__nav-pos-Right .header__nav{
    justify-content: flex-end;
}
.header__nav-container.header__nav-pos-Right .nav-end{
    margin:0px;
}
.header__nav-container.header__nav-pos-Center .header__nav{
    justify-content: center;
}
.header__nav-container.header__nav-pos-Center .nav-end{
    margin:0px;
}
.header__nav-container.header__nav-pos-Center .header__nav-side-bar{
    right: -5.2vw;
    width: 4vw;
}

.header__mobile-container{
    display: none;
    height: 100%;
    align-items: center;

    
}
.header__mobile-burger{
    height: 40px;
    width: 40px;
    margin-left: auto;
}
.header__mobile-burger img{
    height: 100%;
}

.header__mobile-burger svg{
    height: 100%;
    width: 100%;
}
.scrolled .header__mobile-burger svg path{
    stroke: #c30017;
}

.header__mobile-nav{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    right: -100%;
    left: 100%;
    background: black;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: all ease-in-out .5s;
    display: none;
    opacity: 0;
}
.header__mobile-nav.open{
    right: 0px;
    left: 0px;
    transition: all ease-in-out .5s;
    opacity: 1;
}

.header__mobile-top-content{
    display:flex;
    align-items: center;
}
.header__mobile-bottom-content{
    height: 100%;
    margin-bottom: 20px;
    overflow: auto;
}


.header__nav{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.header__nav-bar{
    background-color: #c30017;
    height: 0.2vw;
    position: absolute;
    top: -0.2vw;
    width: 100%;
    transition: all ease-in-out .2s;
}
.header__nav-side-bar{
    position: absolute;
    top:50%;
    left: auto;
    right: -7.2vw;
    width: 6.5vw;
    background-color: white;
    height: 20%;
    transform: translate(0%, -50%);
}
.header__nav-bottom-bar{
    height: 0.1vw;
    background-color: #c30017;
    width: 0%;
    transition: all ease-in-out .5s;
}
.header__nav-item:hover .header__nav-bottom-bar {
    width: 2vw;
  }
.header__nav-item{
    position: relative;
    margin-right: 4vw;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1vw;
    line-height: 1.45;
    font-weight: 300;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px;
}
.header__nav-item a{
    color:#fff;
}
.header__nav-dropdown{
    margin:0px;
    height: 100%;
}
.header__nav-dropdown .icon-2{
    margin-right: 0px;
}
.w-dropdown-toggle.header__nav-item{
    padding-right: 30px;
    padding-left: 16px;
}

.header__nav-dropdown-content .header__nav-item{
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.nav-end{
    margin-left: auto;
    margin-right: 2vw;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
}
.nav-end .header__nav-text{
    position: relative;
}
.header__nav-item:hover .header__nav-bar{
    top:0px;
}
.header__nav-btn{
    position:  relative !important;
    top: 0px !important;
    right: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    margin-left: auto !important;
}
.nbh-back-logo{
    padding-left: 2vw;
    margin-right: 0px;
}
.nbh-back-logo:before{
    content : "";
    position: absolute;
    left    : 0;
    height  : 50%;
    width   : 2px;  /* or 100px */
    border-left:1px solid #c30017;
}

@media screen and (max-width: 991px) {
    .end-logo{
        display: none;
    }
    .header__mobile-top-content{
        margin-bottom:32px;

    }
    .header__section{
        height:13vw;
    }
    .header__nav-container.header__nav-pos-Center{
        position: static;
        height: auto;
    }
    .header__nav{
        display: none ;
    }
    .header__mobile-container{
        display: flex;
    }
    .header__nav-item{
        height: auto;
        margin:0px;
        margin-bottom: 2rem;
    }
    .header__nav-text{
        margin-top: 0vw;
        margin-bottom: 1vw;
        font-size: 20px;
        font-weight: bold;
    }
    .header__mobile-nav{
        display: flex;
        flex-direction: column;
    }
    .header__nav-btn{
        display: block !important;
        padding: 0.6875rem 3.75rem;
        border:1px solid #c30017;
        font-weight: normal;
    }
    .header__nav-btn:hover{
        background-color: #c30017;
    }
    .header__nav-btn .header__nav-text {
        font-weight: normal;
    }
    .w-dropdown-toggle.header__nav-item{
        padding:0px;
    }
    .header__nav-dropdown{
        height: auto;
        width: 100%;
    }
    .header__nav-dropdown .icon-2{
        font-size:16px;
    }
    .header__logo-container{
        padding-top:3vw;
        padding-bottom:3vw;
    }
    .header__logo img{
        max-width: 175px;
    }
    .has-children{
        margin-bottom:2rem;
    }
    .has-children .parent{
        margin-bottom: 0px;
    }
    .has-children .child{
        margin-bottom: 0px;
        opacity: 0.7;
    }
    .has-children .child .header__nav-text{
        font-size: 14px;
        font-weight: normal;
    }
    .header__nav-item.w--current .header__nav-text{
        color: #c30017;
    }
    
}
@media screen and (max-width: 767px) {
    .header__logo img{
        max-width: 150px;
    }
    .header__mobile-burger{
        height:30px;
        width: 30px;
    }
}
@media screen and (max-width: 479px) {
    .header__mobile-burger{
        height:20px;
        width: 20px;
    }
    .header__section{
        height:15vw;
    }
    .header__logo img{
        max-width: 125px;
    }
}