#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #fff !important;
}

header {
    transition: all .5s;
    z-index: 999;
    width:100%;
}
header #header_inner{
    width: 100%;
}

header.sticky_header #header_inner{
    position: fixed;
    top: 0;
}
header .elementor-widget-theme-site-logo img {
    transition: all .3s ease-in-out;
    width: 310px;
}
header #header_inner a.elementor-item {
    transition: all .3s ease-in-out;
    padding: 9px 20px !important;
}
header.sticky_header .elementor-widget-theme-site-logo img {
    width: 220px !important;
}

header.sticky_header #header_inner {
    background: black;
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    header.sticky_header #header_inner a.elementor-item {
        font-size: 18px;
    }
}


@media only screen and (max-width: 600px) {

    header #header_inner {
        background: black;
    }

}
