.toggle-mnu {
	display: block;
	width: 28px;
	height: 28px;
	margin-top: 14px
}

.toggle-mnu span:after,
.toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px
}

.toggle-mnu span:after {
	top: 18px
}

.toggle-mnu span {
	position: relative;
	display: block
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
	width: 100%;
	height: 2px;
	background-color: #000;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.toggle-mnu.on span {
	background-color: transparent
}

.toggle-mnu.on span:before {
	-webkit-transform: rotate(45deg) translate(-1px, 0);
	-ms-transform: rotate(45deg) translate(-1px, 0);
	transform: rotate(45deg) translate(-1px, 0)
}

.toggle-mnu.on span:after {
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
	-ms-transform: rotate(-45deg) translate(6px, -7px);
	transform: rotate(-45deg) translate(6px, -7px)
}

.toggle-mnu {
	position: absolute;
	top: 0;
	right: 5px
}

.hidden-mnu {
	display: none;
	position: relative;
	top: 20px
}

.hidden-mnu li {
	display: block;
	padding: 5px 0
}

.hidden-mnu>ul>li.active a {
	text-decoration: none;
	color: #000
}

.hidden-mnu>ul>li>a {
	color: #000!important
}

.hidden-mnu>ul>li>a:hover {
	color: #ff7514;
	text-decoration: none
}

.main-menu>ul .active a {
	color: #0762f8;
	text-decoration: none
}

.main-menu>ul>li {
	padding-right: 25px
}

.main-menu>ul>li:hover {
	padding-right: 25px
}

.main-menu>ul>li>a {
	color: #161616;
	font-size: 14px;
	font-weight: 500;
	/* text-transform: uppercase; */
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.main-menu>ul>li>a:hover {
	color: #0762f8;
	/* border-bottom: 3px solid #0762f8; */
	text-decoration: none
}
.main-menu>ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-mnu {
	text-align: center
}

.main-mnu>ul>li>a {
	padding-right: 30px;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.main-mnu>ul>li>a:hover {
	color: #ff7514;
	text-decoration: none
}
