.chart_banner1{
	float:left;
	width: 100%;
	height: inherit;
	padding: 80px 0px;
}
.charts{
	float:left;
	width: 100%;
	height: inherit;
	text-align: center;
	margin-bottom: 10px;
}
.charts img{
	cursor: pointer;
}
.chart_head{
	float: left;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0px;
	margin-bottom: 20px;
}
.chart_head h3{
	color:rgba(0,0,0,.8);
	text-align:center;
}

.content_head{
	float:left;
	width:100%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 17.5px;
	font-weight: bold;
	color: rgba(0,0,0,.8);
}
.content_head p{
	font-size: 17px;
	font-weight: bold;
	color: rgba(0,0,0,.8);
	margin: 5px 0px;
}
