.page-template-fullPage-page .header, .header-wrapper {
	background: transparent !important;
}
.page-template-fullPage-page .admin-bar header#header {
	top: 32px;
}
.page-template-fullPage-page header#header {
	position: fixed;
	left: 0;
	top: 0;
}
.page-template-fullPage-page header#header::before {
	pointer-events: none;
	content: '';
	display: block;
	width: 100%;
	height: 120px;
	background-image: linear-gradient(to top, rgba(40, 143, 152, 0) 0%, #000000 100%);
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.page-template-fullPage-page header#header .fill {
	display: none;
}
.page-template-fullPage-page .nav > li.nav-icon > a {
	color: #fff;
}
.page-template-fullPage-page header .top-divider {
	display: none;
}
#fp-nav ul li {
    width: 1px;
    height: 1px;
    margin: 0 0 50px;
}
#fp-nav ul li .fp-tooltip {
    width: auto;
    font-size: 20px;
    font-weight: 500;
    opacity: 0.7;
}
#fp-nav ul li .fp-tooltip {
    color: var(--fs-color-primary);
}
.menu_color #fp-nav ul li .fp-tooltip {
    color: #000;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
    width: 19px;
    right: 18px;
    top: -10px;
    height: 25px;
}
#fp-nav ul li a span {
    display: none !important;
    height: 2px;
    background-color: #ffffff;
    width: 0;
    border-radius: 0;
    transition: .4s all ease-in-out;
    left: unset;
    right: 50%;
    transform: translate(-50%, -50%);
}
#fp-nav ul li:hover a span, #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span {
    display: none !important;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	transition: .4s all ease-in-out;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip {
    padding-right: 0 !important;
    opacity: 1;
    font-size: 35px;
    color: var(--fs-color-primary);
    text-shadow: 0 0 2px #ffffff;
}
@media only screen and (max-height: 800px) and (min-width: 1500px) {
    #fp-nav ul li .fp-tooltip {
        font-size: 17px;
    }
}
@media only screen and (max-height: 800px) and (min-width: 1500px) {
    #fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip {
        padding-right: 35px;
        font-size: 25px;
    }
}
@media only screen and (max-width: 991px){
	.page-template-fullPage-page #fullPage {
		overflow-x: hidden;
	}
	.page-template-fullPage-page .fp-section,
	.page-template-fullPage-page .fp-section.fp-table, .fp-slide.fp-table, .fp-tableCell {
		height: auto !important;
		min-height: auto !important;
	}
}
