/* ==== Top Bar ==== */
.site-header-upper-wrap .site-container {
    padding: 0;
    max-width: 100%;
}
.site-top-header-inner-wrap {
    border-bottom: 1px solid #ffffff4d;
}
.dnt-topinfo {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 12px;
}
.dnt-topinfo li, .dnt-topinfo li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-decoration: none !important;
}
.dnt-topinfo li a {
    display: flex;
    gap: 10px;
    text-transform: uppercase;
}
.dnt-topinfo li a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.dnt-topinfo li  img {
    width: 16px;
}
/* Header */
.site-header-item.site-header-focus-item[data-section="kadence_customizer_header_search"] {
    justify-content: flex-end;
    flex-grow: 1;
}
.site-main-header-wrap .site-header-row {
    display: flex;
}
.site-main-header-wrap .site-header-main-section-right {
    width: 100%;
    justify-content: space-between;
    background: #002d72;
    margin-left: 223px;
    padding: 0px 40px 0px 20px;
}
body.header-is-fixed .site-branding a.brand img {
    max-width: 80px;
}
body.header-is-fixed .site-main-header-inner-wrap {
    min-height: 90px;
}
body.header-is-fixed .site-branding {
    top: -25px;
}
body.header-is-fixed .site-branding::after {
    display: none;
}
.site-top-header-wrap {
    margin-left: 223px;
}
.site-header-main-section-left.site-header-section.site-header-section-left .site-header-item {
    position: absolute;
    top: 0;
    left: 50px;
}
.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:after {
    bottom: auto !important;
    top: 0px !important;
    height: 3px !important;
}
.br-t a::after {
    display: none!important;
}
.br-t {
    padding-left: 70px;
}
.br-t a {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
    border-radius: 50px;
    color: rgba(255, 255, 255, 1) !important;
    padding: 10px 20px !important;
    font-size: 12px !important;
    height: auto !important;
}
/* Header End */
@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1224px) {
    .site-main-header-wrap .site-header-main-section-right {
        justify-content: flex-end;
        padding: 0px 20px 0px 20px;
    }
    .br-t {
        padding-left: 0;
        padding-top: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .site-top-header-wrap,
    .site-main-header-wrap .site-header-main-section-right {
        margin-left: 120px;
    }
    .site-header-main-section-left.site-header-section.site-header-section-left .site-header-item {
        top: 15px;
        left: 26px;
    }
    .dnt-topinfo {
        flex-wrap: wrap;
        gap: 10px;
    }
    .dnt-topinfo li, .dnt-topinfo li a {
        font-size: 11px;
    }
    .dnt-topinfo li  img {
        width: 14px;
    }
}


