@font-face {
	font-family: 'SolaimanLipi';
	src: url('fonts/SolaimanLipiNormal.eot');
	src: local('SolaimanLipi'), local('SolaimanLipi'),
		url('fonts/SolaimanLipiNormal.eot?#iefix') format('embedded-opentype'),
		url('fonts/SolaimanLipiNormal.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
    font-size: 18px !important;
	color: #333;
	width:100%;
	font-family: SolaimanLipi !important;
	background: #fff;
}
.navigation, .navigation .menu > li > a{
	font-size: 16px;
	font-family: SolaimanLipi;
	font-weight: normal;
}
.navigation .menu > li.current-menu-item,  
.navigation .menu > li:hover{
	background: #012E48;
}
.navigation .menu > li{
	margin-left: 10px;
}
.navigation .menu > li.current-menu-item a, 
.navigation .menu > li > a:hover{
	color: #fff;
}
.navigation .menu > li > a:hover::before {
	transform: scaleX(1);
	z-index: -1;
	color: #fff;
}
.navigation .menu > li > a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	background-color: #19232d;
	transition: transform .5s;
}
.navigation .menu > li:hover::after {
	transform: scaleX(1);
}
.navigation .menu > li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	transform: scaleX(0);
	background-color: #e74c4f;
	transition: transform .5s;
}