@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');
/*
font-family: 'Nunito', sans-serif;
*/

/*============================================
			Inner Page Css START 	
============================================*/
#CentralArea {
	margin-top:0px !important;
	padding: 0 !important;
	border: none !Important;
	background: none;
	margin-bottom: 20px !important;
}
.innerblack-rd {
	width: 825px;
	clear: both;
	padding: 0px;
	float: left;
	float: right;
	margin-top:0px;
	margin-bottom: 30px;
}
.innerpage-title {
	background: #0076b5;
	border-radius: 0;
	color: #FFF;
	font-family: 'Roboto', sans-serif !important;
	font-size: 20px;
	font-weight: 500;
	height: 40px;
	letter-spacing: 0.5px;
	line-height: 40px;
	margin: 0;
	padding: 0 2%;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	box-sizing: border-box;
	z-index: 9;
}
.innerpage-gentext {
	border: 1px solid #DCDCDC;
	background: #fff;
	color: #333333;
	float: left;
	font-size: 15px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: normal;
	line-height: 28px;
	margin: 0px 0 0;
	padding: 2% 2%;
	text-align: justify;
	text-decoration: none;
	letter-spacing: 0.5px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0px;
}
.innerpage-gentext ul {
	padding: 0;
	padding-left: 25px;
	margin-top: 0;
	list-style: disclosure-closed;
	margin-bottom:8px;
}
.innerpage-gentext p {
	margin: 0;
	margin-bottom: 15px;
}
.innerpage-gentext p:last-child {
	margin-bottom: 0px;
}
.btn01 {
	color: #0076b5 !important;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: normal;
	/* border: 1px solid #000000; */
	text-transform: uppercase;
	background: #FFF;
	width: auto;
	font-family: 'Roboto', sans-serif !important;
	padding: 10px 30px;
	display: inline-block;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
/*
.btn01 span {
	border-left: 1px solid #000;
	padding-left: 12px;
	margin-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
*/
.btn01 span img {
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
}
.btn01:hover {
	background: #dadada;
	transition: all 0.5s ease 0s;
	box-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

/*============================================
			Inner Page Css END 	
============================================*/
