.nav-label-container{
    margin: 50px 0px 40px;
    text-align: left;
}
.nav-label-container.left{
    text-align: left;
}
.nav-label-container.center{
    text-align: center;
}
.nav-label-container.right{
    text-align: right;
}
.nav-label{
    color: #1E1E1E;
    font-family: var(--secondary-font), "Georgia";
    font-weight: 400;
    font-size: 80px;
    line-height: 90px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0px;
    margin: 50px 0px 40px;
}
.nav-label.smaller{
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 0px;
}
.nav-label-container .nav-label{
    margin: 0px;
}
.nav-intro{
    color: #1E1E1E;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0px 0px;
}
.nav-label-container .nav-box{
    /*max-height: 210px;
    overflow: hidden;
    margin: 0px -30px;
    padding: 0px 30px;*/
}
/*.nav-label-container .nav-box{
    position: relative;
    padding-bottom: 30px;
}
.nav-label-container .nav-box::before{
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    margin: 0px;
    background: var(--primary-color-hex);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: auto;
}
.nav-label-container.left .nav-box::before{
    left: 0px;
    right: auto;
    margin-left: 0;
}
.nav-label-container.center .nav-box::before{
    left: 50%;
    right: auto;
    margin-left: -50px;
}
.nav-label-container.right .nav-box::before{
    left: auto;
    right: 0px;
    margin-left: 0;
}*/
@media (max-width: 1439px){
    .nav-label{
        font-size: 70px;
        line-height: 80px;
        padding-bottom: 0px;
    }
    .nav-label.smaller{
        font-size: 56px;
        line-height: 66px;
        padding-bottom: 0px;
    }
}
@media (max-width: 1199px){
    .nav-label{
        font-size: 60px;
        line-height: 70px;
        padding-bottom: 0px;
    }
    .nav-label.smaller{
        font-size: 50px;
        line-height: 60px;
        padding-bottom: 0px;
    }
    .nav-intro{
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 991px){
    .nav-label-container,
    .nav-label{
        margin: 40px 0px 30px;
    }
    .nav-label{
        font-size: 50px;
        line-height: 60px;
        padding-bottom: 0px;
    }
    .nav-label.smaller{
        font-size: 46px;
        line-height: 56px;
        padding-bottom: 0px;
    }
    .nav-intro{
        margin-top: 15px;
        font-size: 18px;
        line-height: 22px;
    }
    /*.nav-label-container .nav-box{
        padding-bottom: 20px;
    }
    .nav-label-container .nav-box::before{
        width: 80px;
    }*/
}
@media (max-width: 767px){
    .nav-label-container{
        text-align: left;
    }
    .nav-label-container,
    .nav-label{
        margin: 30px 0px 20px;
    }
    .nav-label{
        font-size: 46px;
        line-height: 56px;
        padding-bottom: 0px;
    }
    .nav-label.smaller{
        font-size: 42px;
        line-height: 52px;
        padding-bottom: 0px;
    }
    .nav-intro{
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 480px){
    .nav-label{
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 0px;
    }
    .nav-label.smaller{
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 0px;
    }
    .nav-intro{
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }
}

.subheader-container{
    margin: 0px 0px 0px;
    background-color: #333333;
    color: #fff;
    position: relative;
    z-index: 1;
}
.subheader-container.with-mb{
    margin-bottom: 100px;
}
body.header-float .subheader-container{
    margin-top: -110px;
}
/*.subheader-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
}*/
/*.subheader-container::after{
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: -webkit-linear-gradient(rgba(27, 27, 27, 0) 0%, rgb(27, 27, 27) 100%);
    background: -moz-linear-gradient(rgba(27, 27, 27, 0) 0%, rgb(27, 27, 27) 100%);
    background: linear-gradient(rgba(27, 27, 27, 0) 0%, rgb(27, 27, 27) 100%);
}*/
.subheader-container .nav-label-container{
    margin: 0;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 4;
    color: #fff;
    transform: translateY(-50%);
    margin-top: 50px;
    /*top: auto;
    bottom: 30px;
    transform: translateY(0);
    margin-top: 0px;*/
}
.subheader-container .nav-label-container .nav-label {
    margin: 0;
    color: #fff;
}
.subheader-container .nav-label-container .nav-intro {
    color: #fff;
}
.subheader-container.nav-absolute-and-max-height .nav-label-container .nav-label {
    max-height: 180px;
    overflow: hidden;
}
.subheader-container.nav-absolute-and-max-height .nav-label-container .nav-label.smaller {
    max-height: 140px;
    overflow: hidden;
}
.subheader-container.nav-absolute-and-max-height .nav-label-container .nav-intro {
    max-height: 64px;
    overflow: hidden;
}
@media (max-width: 1439px){
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-label {
        max-height: 160px;
        overflow: hidden;
    }
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-label.smaller {
        max-height: 132px;
        overflow: hidden;
    }
}
@media (max-width: 1199px){
    body.header-float .subheader-container{
        margin-top: -80px;
    }
    .subheader-container.with-mb{
        margin-bottom: 100px;
    }
    .subheader-container .nav-label-container{
        margin-top: 40px;
    }
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-label {
        max-height: 140px;
        overflow: hidden;
    }
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-label.smaller {
        max-height: 120px;
        overflow: hidden;
    }
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-intro {
        max-height: 60px;
        overflow: hidden;
    }
}
@media (max-width: 991px){
    .subheader-container.with-mb{
        margin-bottom: 80px;
    }
    .subheader-container .nav-label-container{
        margin-top: 40px;
    }
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-label {
        max-height: 120px;
        overflow: hidden;
    }
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-label.smaller {
        max-height: 112px;
        overflow: hidden;
    }
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-intro {
        max-height: 44px;
        overflow: hidden;
    }
}
@media (max-width: 767px){
    body.header-float .subheader-container{
        margin-top: -80px;
    }
    .subheader-container.with-mb{
        margin-bottom: 60px;
    }
    .subheader-container .nav-label-container{
        margin-top: 40px;
    }
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-label {
        max-height: 112px;
        overflow: hidden;
    }
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-label.smaller {
        max-height: 104px;
        overflow: hidden;
    }
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-intro {
        max-height: 40px;
        overflow: hidden;
    }
}
@media (max-width: 480px){
    .subheader-container .nav-label-container{
        margin-top: 40px;
    }
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-label {
        max-height: 100px;
        overflow: hidden;
    }
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-label.smaller {
        max-height: 76px;
        overflow: hidden;
    }
    .subheader-container.nav-absolute-and-max-height .nav-label-container .nav-intro {
        max-height: 36px;
        overflow: hidden;
    }
}

.nav-parent-label{
    color: #1E1E1E;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}
.nav-parent-label a{
    color: #1E1E1E;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
}
.nav-parent-label a:not(:first-child){
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}
.nav-parent-label a:not(:first-child)::before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 1px;
    height: 10px;
    background: var(--primary-color-hex);
}
.nav-parent-label a:focus,
.nav-parent-label a:hover{
    color: var(--primary-color-hex);
    text-decoration: none;
}
.subheader-container .nav-parent-label {
    color: #fff;
}
.subheader-container .nav-parent-label a{
    color: #fff;
}
.subheader-container .nav-parent-label a:focus,
.subheader-container .nav-parent-label a:hover{
    color: var(--primary-color-hex);
}
@media (max-width: 991px){}
@media (max-width: 767px){
    .nav-parent-label {
        font-size: 12px;
        line-height: 15px;
    }
}
@media (max-width: 480px){
    .nav-parent-label {
        font-size: 11px;
        line-height: 15px;
    }
}



#carousel-subheader{
}
#carousel-subheader::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
}
#carousel-subheader .carousel-inner{
    padding-bottom: 0px;
}
#carousel-subheader .carousel-inner .item .img-box{
    height: 400px;
    background-position: top center;
}
@media (max-width: 991px){
    #carousel-subheader .carousel-inner .item .img-box{
        height: 400px;
    }
}
@media (max-width: 767px){
    #carousel-subheader .carousel-inner .item .img-box{
        height: 300px;
    }
}
#carousel-subheader .carousel-dashboard{
    position: relative;
}
#carousel-subheader .carousel-indicators{
    line-height: 0;
    font-size: 0;
    width: auto;
    margin: 0px;
    position: absolute;
    left: 0px;
    right: auto;
    bottom: 20px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
#carousel-subheader .carousel-indicators li,
#carousel-subheader .carousel-indicators li.active{
    margin: 0px 18px 0px 0px;
    margin: 0px 9px 0px 9px;
    border: 0px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    transition: background 0.3s ease;
    background: #fff;
    position: relative;
}
#carousel-subheader .carousel-indicators li.active{
    background: var(--primary-color-hex);
}
#carousel-subheader .carousel-indicators li::before{
    content: '';
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    margin-left: -10px;
}
@media (max-width: 991px){
    #carousel-subheader .carousel-indicators{
        bottom: 10px;
    }
}

/* SUBHEADER VIDEO START */
.subheader-container .bv-wrap{
    height: 400px;
}
@media (max-width: 991px){
    .subheader-container .bv-wrap{
        height: 400px;
    }
}
@media (max-width: 767px){
    .subheader-container .bv-wrap{
        height: 300px;
    }
}
.subheader-container .bv-wrap::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
}
.subheader-container .bv-wrap .loading-container{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #4c4c4c;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.subheader-container .bv-wrap .loading-container .loading-3{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0px 0px -32px;
}
.subheader-container .bv-wrap .video-container{
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}
.subheader-container .bv-wrap .video-container video{
    object-fit: cover;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
}
/* SUBHEADER VIDEO END */