
.themedev-piechart-area{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.themedev-single-pie_chart {
	padding: 60px 20px 60px 20px;
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.1);
}

.themedev-single-pie_chart .nx-chart{
	position: relative;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	text-align: center;
	font-size: 30px;
	line-height: 150px;
}

.themedev-single-pie_chart canvas{
	position: absolute;
	top: 0px;
	left: 0px;
}