.header-class{
    /*padding: 20px;*/
    position: absolute;
    z-index: 999;
    width: 100%;
}
.header-img-size{
	width:170px;
}
.header-toggle{
	display: none;
}
.header-navigation{
position: absolute;

}
.header-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    padding: 25px 0;
}
.header-menu li{
	list-style: none;
	font-size: 16px;
	padding:5px 10px;
	color:#fff;
}
.header-menu li a{
    	color:#fff;
    	text-decoration:none;
}
.icon-bar {
    background: #ffc500;
     display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0;
}
@media only screen and (max-width: 768px){
	.header-img-size{
	width:140px;
}
	.header-navigation {
    position: relative;
}
.display-nav{
	display: block!important;
}
	.header-toggle {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

}
	.header-menu {
	        background: #000;
    list-style: none;
    display: none;
    width: 260px;
    float: right;
    flex-wrap: wrap;
    justify-content: right;
    padding: 20px ;
}
}