
#header-inner{

}

#header-inner.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

#header-inner.header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

#header-inner.header .logo {
    line-height: 0;
}

#header-inner.header .logo img {
    max-height: 40px;
    margin-right: 6px;
}

#header-inner.header .logo span {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #012970;
    margin-top: 3px;
    font-family: 'Exo 2', sans-serif;
}

#header-inner.header .logo:hover {
    text-decoration: none !important;
}

#header-inner.header.header-scrolled .logo span {
    color: #012970;
}


.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    color: #012970;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
}
