	a {
		text-decoration: none;
	}

	.body-content {
		font-family: 'SolaimanLipi', 'Ruposhi Bangla', 'NikoshLightBAN', 'Lal Sabuj', 'Lal Sabuj Normal';
	}

	.body-content .head {
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #A7A7A7;
		margin-bottom: 30px;
	}

	.body-content .head h2 {
		font-family: 'Li Alinur Imarat Unicode', 'SolaimanLipi', 'Ruposhi Bangla', 'NikoshLightBAN', 'Lal Sabuj';
		font-size: 28px;
		font-weight: 500;
		color: #13aa52;
		line-height: 50px;
	}

	.body-content .item {
		width: 18%;
		margin: 0 1%;
		float: left;
		margin-bottom: 30px;
	}

	.body-content .item .img {
		width: 100%;
		height: 275px;
		margin-bottom: 10px;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	}

	.body-content .item .img img {
		width: 100%;
		height: 100%;
	}

	.body-content .item h2 {
		font-size: 24px;
		font-weight: 500;
		color: #0255FD;
		padding: 0;
		margin: 0;
	}

	.body-content .item h3 {
		font-size: 20px;
		font-weight: 400;
		color: #000;
		padding: 0;
		margin: 0;
	}

	.body-content .item h4 {
		font-size: 15px;
		font-weight: 300;
		color: #FD027E;
		padding: 0;
		margin: 0;
	}


	.body-content .item .btn {
		width: 100%;
		margin: 0px 0px 5px 0px;
		background-color: #13aa52;
		border: 1px solid #13aa52;
		border-radius: 4px;
		box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		font-size: 14px;
		font-weight: 300;
		outline: none;
		outline: 0;
		padding: 2px 10px;
		text-align: center;
		transform: translateY(0);
		transition: transform 150ms, box-shadow 150ms;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
	}

	.body-content .item .btn:hover {
		box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
		transform: translateY(-2px);
	}

	.body-content .pagin {
		width: 100%;
		margin: 0 auto;
		height: 50px;
		clear: both;
	}

	.body-content .pagin #pagination_controls {
		padding : 0;
		margin: 0;
	}

	.body-content .pagin #pagination_controls .btn {
		background: #D7D7D7;
		padding: 5px 10px;
		margin-right: 10px;
		font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
  		font-size: 14px;
  		font-weight: 300;
  		color: #000;
  		border-radius: 5px;
	}

	.body-content .pagin #pagination_controls .btn:hover {
		background: #AAAAAA;
	}



