.slider {
	background-image: url(../images/slider1.png);
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 10%;
	padding-bottom: 10%;
}
.slider_p {
	font-family: Lato-Black;
	font-size: 72px;
	line-height: 60px;
	color: white;
	margin: 0;
}
.content1 {
	float: left;
	width: 100%;
	margin-top: 3.5%;
	margin-bottom: 7%;
}
.pic1 img {
	width: 100%;
}
.pic1 {
	width: 100%;
}
.cabout_p1 {
	font-family: Lato-Light;
	font-size: 32px;
	color: #4f4f4f;
	text-transform: uppercase;
	margin-bottom: 2.5%;
}
.content1_about {
	float: left;
	width: 100%;
	margin-top: 5%;
}
.cabout_p2 {
	font-family: Lato-Light;
	font-size: 20px;
	color: #989898;
	margin-bottom: 0;
}
.cabout_p3 {
	font-family: Lato-Light;
	font-size: 20px;
	color: #f58634;
	margin-bottom: 0;
}


@media (max-width: 767px) {
	.slider {
		display: none;
	}
	.content1_about {
		padding-left: 10px;
		padding-right: 10px;
	}
	.content1 {
		margin-top: 0;
	}
}
