.img-50 {
	width: 50%;
	background: #fff;
	display: inline;
}
.img-75 {
	width: 75%;
	background: #fff;
	display: inline;
}
.center {
	text-align: center;
}
.div-50{
	height:50%;
}
.zero-image {
	background-image: url("../images/homepage/0.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.first-image {
	background-image: url("../images/homepage/1.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.two-image {
	background-image: url("../images/homepage/2.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.three-image {
	background-image: url("../images/homepage/3.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.four-image {
	background-image: url("../images/homepage/4.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.five-image {
	background-image: url("../images/homepage/5.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.six-image {
	background-image: url("../images/homepage/6.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.seven-image {
	background-image: url("../images/homepage/7.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.eight-image {
	background-image: url("../images/homepage/8.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.nine-image {
	background-image: url("../images/homepage/9.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.new-center{
	text-align:center;
	padding-top:8%;
	padding-bottom:8%;
}

.new-center-1{
	text-align:center;
	padding-top:4%;
	padding-bottom:8%;
}

.new-center-2{
	text-align:center;
	padding-top:8%;
	padding-bottom:8%;
}
.para {
	color: #fff;
	font-size: 1.1em;
	list-style-type: initial;
}
.main-color {
	color: #00a651;
	margin-top: 15%;
}
.green-color{
	color:#00a651;
}
.main-color-2 {
	color: #d8ff00;
}
.overlay-blue {
	background: #00a65194;
	padding: 50px 0 0px 0;
	position: relative;
	box-shadow: 0 0 black;
}
.main-h2 {
	font-size: 3.2em;
	padding: 15px;
	color: #00a651;
}
.padding-50px {
	padding-top: 50px;
}
@media only screen and (max-width: 1000px) {
	
	.img-75 {
		width: 70%;
		padding-bottom: 10px;
	}

}
@media only screen and (max-width: 660px) {
		}
	.main-h2 {
		font-size: 2.2em;
	}
	.padding-50px {
		padding-top: 20px;
	}
	.para {
		color: #fff;
		font-size: 1.1em;
		list-style-type: initial;
		padding: 15px;
	}

	.padding-10 {
		padding-bottom: 10px;
	}
	.img-75 {
		width: 70%;
		padding-bottom: 10px;
	}
	.img-50 {
		width: 30%;
	}
	.main-color-2 {
		font-size: 32px;
	}

}
@media only screen and (max-width: 420px) {
	.para {
		color: #fff;
		font-size: 1em;
		list-style-type: initial;
		padding: 10px;
	}
}