header.header-solid.header-light {
    background: linear-gradient(to right, #002d72 0, #145ab4 100%);
}

#mainmenu li {
    float: left;
    display: inline;
    list-style: none;
    position: relative;
    color: white;
    background: rgba(255, 255, 255, 0);
    border-bottom: solid #ffffff00 5px
}

#mainmenu li:hover {
    border-bottom: solid #fbeb00 5px !important;
    transition: all 0.3s;
}

header.header-solid.header-light #mainmenu>li>a {
    color: white;
}

header.header-solid.header-light .info {
    background: linear-gradient(to right, #fbb800 0, #fbeb00 100%);
    color: #ff0000;
}

.topbar-contact {
    margin: 0px;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    padding: 15px;
    padding-right: 30px;
    padding-left: 30px;
    color: white !important;
    background-color: #1e4b9e !important;
    margin-right: 20px;
}

.logo {
    height: 111px !important;
    margin-top: -42px !important;
    z-index: 999 !important;
    position: relative !important;
}

#content {
    top: -20px;
}

.social a svg {
    color: #2050a6 !important;
}

footer {
    background: linear-gradient(to right, #002d72 0, #145ab4 100%);
    color: #ffffff;
    padding: 80px 0 0 0;
}

.subfooter {
    background: linear-gradient(to right, #093374 0, #1a6cd4 100%);
    color: #ffffff;
}

.logo-small {
    height: 200px;
    filter: none;
    opacity: 1.0;
}

.div-container {
    background: url('/images/ankarafbd-bg.jpg');
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    background-size: cover;
    background-position: center;
}

#mainmenu li li {
    transition: all 1s;
    font-weight: normal;
    background-color: #1e4b9e;
    border-bottom: solid 1px #1e4b9e;
}


#mainmenu li li:hover {
    transition: all 0.2s;
    font-weight: normal;
    color: white !important;
    background-color: #1e4b9e !important;
    border-bottom: solid 1px #1e4b9e;
}

#mainmenu li li a {
    color: white !important;
}

#mainmenu li li a:hover {
    color: white !important;
}

#mainmenu li li a:hover {
    color: #fbeb00 !important;
}

.menu-link {
    color: white;
}