.rd-navbar{
    display:block;
}

.rd-navbar-modern{
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.rd-navbar-static{
    z-index: 1020;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: transparent;
    transition: .3s ease-out;
    display: block;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.rd-navbar-static .rd-navbar-aside{
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
    display: flex;
    justify-content: center;
}


.rd-navbar-fixed-element{
    top: 16px;
}

.rd-navbar-static .rd-navbar-info-toggle{
    display:none;
}

.rd-navbar-fixed .rd-navbar-info-toggle{
    position: fixed;
    display: block;
    z-index: 1101;
    right: 46px;
    font-size: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    text-align: right;
}

.rd-navbar-static .rd-navbar-main-outer{
    padding: 15px;
    transition: .3s ease-out padding;
    background-color:white;
}

.rd-navbar-main > *{
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 180px;
    flex-basis: 180px;
}

.rd-navbar-fixed .rd-navbar-panel{
    height: 80px;
    padding: 16px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 4px;
    color: #7c7a78;
    box-shadow: -3px 0px 50px -2px rgb(0 0 0 / 9%);
    background: #ffffff;
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar-fixed .rd-navbar-toggle{
    display: inline-block;
    padding: 0;
}

@media (min-width: 1400px){

    .rd-navbar-modern .rd-navbar-static {
        padding-left: 45px;
        padding-right: 45px;
    }

    .rd-navbar-static .rd-navbar-aside-outer {
        padding: 0 !important;
        margin: 0 -45px;
    }
}

@media (min-width: 1600px){
    .rd-navbar-modern.rd-navbar-static .rd-navbar-main > * {
        min-width: 190px;
        flex-basis: 190px;
    }
}

@media (min-width: 768px){
    .rd-navbar-fixed .rd-navbar-panel {
        height: 80px;
        padding: 16px;
    }
    .rd-navbar-fixed .rd-navbar-collapse {
        top: 80px;
    }
}
