header.fusion-header-wrapper .fusion-row {
	padding: 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-contact-container-wrapper,
.fusion-header .fusion-clearfix,
.fusion-header .fusion-row:after,
.fusion-header .fusion-row:before {
	display: none;
}
.header-custom-spacing {
	width: 16.666666666667%;
}
.fusion-header-wrapper .fusion-main-menu {
	width: 66.666666666667%;
}
.fusion-header-wrapper .fusion-main-menu .fusion-menu {
	justify-content: space-between;
}
.current_page_item a .menu-text::before {
	content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 12.5px;
    border-top: 2px solid #9a2935;
    transition: all 0.3s linear;
}
.current_page_item a .menu-text {
	font-weight: 700;
}
.menu-item a:hover .menu-text {
	color: #9a2935;
    transition: all 0.3s linear;
}