.menu {
	background: white;
	margin-top: -2px;
	list-style-type: none;
	width: 100%;
	position: relative;   
}
.arrow-hambuger {
	position: fixed;
    width: 20px;
    height: 20px;
    background: white;
    top: 400px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}
.arrow-hambuger .openning-sidebar {
	display: none;
}
.arrow-hambuger p{
	margin-bottom: 0%;
}
@media screen and (max-width:500px) {
	.arrow-hambuger {
		display: none;
	}
}
.arrow-hambuger.is-active .closing-sidebar{
	display: none;
}
.arrow-hambuger.is-active .openning-sidebar{
	display: block;
}
.menu > li {
	padding: 5px 0px;
	cursor: pointer;
	position: relative;
}
.menu > li a:hover {
	background: unset !important;
}
.menu > li:hover::before, .menu > li:hover::after, .mm-active::before, .mm-active::after {
	content: "";
	position: absolute;
}
.performance {
	border-radius: 60px 0 0 60px;
}
.mm-active .metismenu-icon{
	z-index: 99;
}
 .mm-active {
	background: #f1f4f6;
	border-radius: 60px 0 0 60px;
}
.menu > li > a {
	/* padding: 10px 15px;  */
	font-family: 'Source Sans Pro', sans-serif;
	color: #231F20;
	text-decoration: none;    
}
.mm-active a {
	color: #1075BA !important	;
}
.mm-active{
	color: #1075BA !important	;
	background: #f1f4f6;
}

.mm-active::before {
	top: -80px;
	right: -1px;
	height: 80px;
	width: 50px;
	border-bottom-right-radius: 80px;
	-moz-border-bottom-right-radius: 80px;
	-webkit-border-bottom-right-radius: 80px;
	-webkit-box-shadow: 0 40px 0 0 #f1f4f6; 
	-moz-box-shadow: 0 40px 0 0 #f1f4f6;
	box-shadow: 0 40px 0 0 #f1f4f6;
}
.mm-active::after {
	top: 50px;
	right: -1px;
	height: 80px;
	width: 40px;
	border-top-right-radius: 80px;
	-moz-border-top-right-radius: 80px;
	-webkit-border-top-right-radius: 80px;
	-webkit-box-shadow: 0 -40px 0 0 #f1f4f6;
	-moz-box-shadow: 0 -40px 0 0 #f1f4f6;
	box-shadow: 0 -40px 0 0 #f1f4f6;
}
.widget-subheading {
	margin-right: 10px;
}
