
header {
	position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
    background: #fff;
}
header.active-header {
    box-shadow: 0px 0 10px #d8d8d8;
}
header .head-logo {
    transition: 0.5s;
    max-width: 135px;
    padding-bottom: 6px;
}
header.active-header .head-logo {
    max-width: 135px;
}
header ul a {
	color: #000000 !important;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 0 0px;
    transition: 0.3s;
}
header #top-navbar > ul > li > a {
    margin: 0 7px;
}
header ul a:hover {
    color: #333333; 
}
header .dropdown-menu{
    background-color: #000000;   
}
header .dropdown-menu a{
    color: #FFF !important;
}
header .dropdown-item{
    font-weight: 300;
}
header .dropdown-item:focus, .dropdown-item:hover{
    background-color: #333;
}

header .th-accent{
    font-family: Inter;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    border: 1px solid rgba(0,0,0,.65) !important;
    border-radius: 5px;
}
header .th-accent:hover{
    border: 1px solid rgba(0,0,0,.65) !important;
    background: rgba(0,0,0,.2);
}