.hero-area {
	position: relative;
	z-index: 1;
	width: 100%;
}
.single-welcome-slides {
	width: 100%;
	height: 800px;
	position: relative;
	z-index: 1;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-welcome-slides {
		height: 550px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.single-welcome-slides {
		height: 600px;
	}
}
@media only screen and (max-width:767px) {
	.single-welcome-slides {
		height: 600px;
	}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.single-welcome-slides {
		height: 450px;
	}
}
.single-welcome-slides .welcome-content {
	position: relative;
	z-index: 1;
	text-align: right;
}
.single-welcome-slides .welcome-content h2 {
	font-size: 50px;
	text-transform: capitalize;
	color: #fff;
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.single-welcome-slides .welcome-content h2 {
		font-size: 42px;
	}
}
@media only screen and (max-width:767px) {
	.single-welcome-slides .welcome-content h2 {
		font-size: 30px;
	}
}
.single-welcome-slides .welcome-content p {
	color: #fff;
}
 