.main-menu_logo, .main-menu_title {
    padding-top: 0px !important;
}

.main-menu__logo img, .main-menu__title img
 {
    max-height: 145px !important;
    width: auto;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 7px !important;
}



main-header a
{
    display: block;
    padding: .5em;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
    color: #e70c0c;
}
.main-header__admin {
    display: flex;
    font-size: smaller;
    background-color:#022249 !important;
}


/* All DAta*/


.main-header {
    display: flex;
    flex-direction: column;
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    min-height: 125px;
    background-color: #022249 !important;
}

.main-menu__nav-link:hover, .main-menu__nav-link:focus, .main-menu__nav-link:active {
    color: rgba(0, 0, 0, 0.95);
    background-color: #d3ad69 !important;
}
.main-footer
 {
    padding: 7.5vh 0;
    background: #022249 !important;
}
.main-footer__block .col-2.col-sm-1 {
    display: none !important;
}






