header.main-header {
    background: var(--white-color) !important;
    border-radius: 100px;
}

.header-sticky:not(.active) .main-menu ul li a {
	color: var(--text-color) !important;
}

.header-sticky:not(.active) .main-menu ul ul li a {
    color: var(--dark-color) !important;
}

.navbar {
    padding: 12px 0 !important;
}

.hero {
    padding: 25px 0 50px 0 !important; 
}