/* Start custom CSS for consua_header, class: .elementor-element-333d83b */.navbar-nav.navbar-center {
    float: none; /* Remove floating */
    margin-right:-50%; /* Center horizontally */
    display: block; /* Use table layout to center contents */
}
@media (min-width: 1024px) {
    nav.navbar.validnavs.menu-center ul.nav.navbar-center {
        float: none;
        margin-right: -40%;
        display: table;
        table-layout: fixed;
    }
}
.navbar-nav.navba/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-a5bc8c1 */.navbar-center {
        float: none;
        margin-right: -40%;
        display: block;
        table-layout: fixed;
}/* End custom CSS */