.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #1c1b1b;
}
.header .top-bar {
    color: #fff;
    padding: 10px 0px;
    border-bottom: 1px solid #ffffff14;
}
.header .top-bar .top-bar-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
}
.header .top-bar .top-bar-list li {
    margin: 0px 6px;
    font-size: 13px;
}
.header .top-bar a {
    color: #fff;
    text-decoration: none;
}

.header .bottom-bar {
    padding: 8px 0px;
    box-shadow: 0 6px 9px 0 rgb(36 39 44 / 20%);
}
.header .site-logo {
    margin-right: 25px;
    font-family: 'Oswald';
}
.header .site-logo a {
    display: flex;
    color: #000;
    text-decoration: none;
}
.header .site-logo .logo {
    width: 100px;
    height: auto;
}
.header .site-logo span {
    margin-left: 13px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
    color: #454545;
    padding: 0px;
    display: flex;
    align-items: center;
}
.header .bottom-bar a {
    color: #fff;
}
.navbar .icon-menu {
    color: #fff !important;
}

.header .dropdown {
    font-size: 13px;
    text-align: right;
}
.header .dropdown .dropdown-menu {
    margin-top: 7px !important;
}
.header .dropdown .dropdown-menu a {
    color: #000;
}
.header .dropdown .dropdown-item.active, .dropdown-item:active {
    background-color: #f8981d;
}