.top-header-color{
    height: 78px;
    border-bottom: 1px solid #89b43b47;
    background-color: #262d31;
    /* position: fixed; */
    z-index: 2;
    /* border: 1px solid red; */
    text-align: center;
    /* left: 401px; */
    position: fixed;
    width: 100%;
    margin: auto;
    /* left: 24%; */
    padding-bottom: -3px;
    top: -3px;
}
.header{
     /* width: 51%; */
     height: 78px;
     background-color: #262d31;
     position: fixed;
     margin: auto;
     /* border: 1px solid yellow; */
     z-index: 10;
}
.header-col-1{
    position: relative;
    width: 300px;
    height: 74px;
    display: inline-block;
}
.header-col-2{
    position: relative;
    height: 74px;
    display: inline-block;
    float: right;
    width: 670px;
}
.header-bg-img{
    height: 100%;
    background-image: url(/images/logo_text.png);
    background-repeat: no-repeat;
    background-size: 279px;
    position: relative;
    top: 8px;
}
.header-menu{
    display: inline-block;
    position: relative;
    top: -15px;
}
.header-menu > ul{

}
.header-menu > ul > a{
    list-style: none;
    display: inline-block;
    position: relative;
    text-transform: none;
    text-decoration: none;
    width: 105px;
    color: #c7c7c7;
    position: relative;
    top: 43px;
    text-align: center;
}
.header-menu > ul > li{
    display: inline-block;
    width: 106px;
    height: 76px;
    color: #9caab3;
    font-size: 14px;
    text-align: center;
    line-height: 7.5;
    position: relative;
    text-transform: uppercase;
}
.header-menu > ul > li:hover{
    display: inline-block;
    width: 106px;
    height: 76px;
    color: #9caab3;
    font-size: 14px;
    text-align: center;
    line-height: 7.5;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
}
.active-header{
    color: #c3ff57 !important;
}
.header-menu-icon-about{
    width: 24px;
    text-align: center;
    /* margin: auto; */
    display: inline-block;
    position: relative;
    top: -2px;
    right: 0px;
    /* height: 10px; */

}
.header-menu-icon-about:hover{
    color: #c3ff57;
}
.header-menu > ul > a:hover {
    color: #c3ff57;
}

/*---------------------*/
.ds-header{

}
.header-a{

}
.header-a > a{

}
.header-a > a > div{

} 
.header-a > a > div > svg{
    
}