#profinch-header.elementor-section {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10;
}

#profinch-header.elementor-section.hfe-sticky {
    position: fixed;
    left:0;
    width:100%;
	/*animation:slide-down 0.8s;*/
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

@media( max-width: 767px ){

	#profinch-header.elementor-section.hfe-sticky{
		top: 0;
	}
}

/* New Profinch Header */
.profinch-main-menu .main-menu-red-btn {
	display: none !important;
}

.profinch-main-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
	margin-left: 5px;
}

@media (max-width: 1024px) {
	.menu-button-col {
		display: none !important;
	}
	.main-menu-red-btn {
		display: block !important;
	}
	.main-menu-red-btn a {
		background: #ec1c24 !important;
	}
}