@media only screen  and (min-width : 1224px) {

	
.current_page_item a::after {
    content: '';
    position: absolute;
    top: 50%; 
    transform: translateY(-50%); 
    width: 100%;
    height: 60%; 
    background-color: #5992DA; 
    z-index: -1; 
	margin-left:0px;
	padding-inline: 10px;
}

.menu-item a:hover::after{
	content: '';
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    width: 100%;
    height: 60%; 
    background-color: #5992DA;
    z-index: -1; 
	margin-left:0px;
	padding-inline: 10px;
}
.website-items .menu-item-has-children:hover > a::after{
	content: '';
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    width: 100%;
    height: 60%; 
    background-color: #5992DA;
    z-index: -1; 
	margin-left:0px;
	padding-inline: 10px;
}

.current-menu-item a, .current_page_item a {
    color:#fff;
}

#menu-main-menu a:hover{
	color:#fff;
}

.menu-item a{
	 justify-content: center;
}
	
}	

.drawer-open {
    color: #ffffff
}