.header-area-8.fixed {
	background-color: rgba(30, 47, 53, 1);
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s ease;
    z-index: 999;
    padding: 0 70px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header-area-8.fixed.header-hidden {
    top: -100px;
}