
/* body {
  font-family: Arial;
  padding: 25px;
  background-color: #f5f5f5;
  color: #808080;
  	text-align: center;	
} */

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */
.index-d{
	width: 100%;
}
.about-d{
	width: 100%;
	margin: 2% 0;
}
.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	display: inline-block;
}
.end { margin-right: 0 !important; }
/* Column Grids End */
.counter{width: 24.5%; text-align: center;vertical-align: top;position: relative;}
.wrapper .counter::before{
	content: "";
	width:1px;
	height: 60%;
	background: #dddddd;
	position: absolute;
	right: 0;
	top: 20%;
}
.wrapper .counter:last-child::before{
	content: "";
	width:1px;
	height: 60%;
	background: transparent;
	position: absolute;
	right: 0;
	top: 20%;
}



.wrapper { 
	width: 98.5%;
	margin: 0 auto;
	background: white; 
	 position: absolute;
	 bottom: -77%;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.about-wrapper{
	position: static !important;
	box-shadow: none;
}

.count-title { font-size: 60px; color: #13912c; font-weight: normal; margin-bottom: 0; text-align: center; display: inline-block;
	margin-top: 22%;
}
.count-text { font-size: 18px; font-weight: normal;  margin-top: 10px; margin-bottom: 0;color: #222;margin-bottom: 22%;}
.fa-2x { margin: 0 auto; float: none; display: table; color: #13912c; }


.add{
	font-size: 20px;
	color: #13912c;
	position: relative;
	top: -25px;
	left: 5px;
}



@media(max-width:960px){
	.wrapper{
		width: 75%;
		margin-left: 12.5%;
		bottom: -24%;
	}
	.counter{
		width: 24%;
	}
	.count-title{
		font-size: 36px;
	}
	.count-text{
		font-size: 14px;
		padding: 0 10%;
	}
}

@media(max-width:700px){
	.counter{
		width: 49%;
	}
	.wrapper{
		position: static;
		margin-top: 6%;
		width: 90%;
		margin-left: 5%;
	}
	.part_two{
		padding-bottom: 6%;
	}
	.count-title{
		font-size: 30px;
	}
	.count-title{
		margin-top: 15%;
	}
	.count-text{
		margin-bottom: 10%;
		font-size: 12px;
	}

	.wrapper .counter:nth-child(2)::before{
		content: "";
		width:1px;
		height: 60%;
		background: transparent;
		position: absolute;
		right: 0;
		top: 20%;
	}

}
