@charset "utf-8";
/* CSS Document */


.menu-icon-01:before {
	content: "";
	margin: 0 10px 0 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/home.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.menu-icon-02:before {
	content: "";
	margin: 0 10px 0 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/active.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.menu-icon-03:before {
	content: "";
	margin: 0 10px 0 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/Company-Profile.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.menu-icon-04:before {
	content: "";
	margin: 0 10px 0 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/contact.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.menu-icon-05:before {
	content: "";
	margin: 0 10px 0 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/access.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.menu-icon-06:before {
	content: "";
	margin: 0 10px 0 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/shop.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
