.home{
	width: 100%;
	min-height: 900px;
	overflow: hidden;
	position: relative;
}

.home .slide{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1; 
	display: none;
	padding: 0 15px;
	animation: slide 2s ease;
}
.home .slide.active{
	display: flex;
}
@keyframes slide{
	0%{
		transform: scale(1.1);
	}
	100%{
		transform: scale(1);
	}
}
.container{
	max-width: 1500px;
	margin :auto;	
}

.home .container{
	 flex-grow: 1;
	 	padding-left: 150px;
}

/**SLIDE1**/
.home .caption1{
	width:50%;
	float: right;
	white-space: nowrap;
}
.home .caption1 h1{
	font-size: 50px;
	color: white;
	margin: 0;
	text-shadow: 1px 1px 5px black;
}
.home .caption1 .p1{
	font-size: 50px;
	color: white;
	margin: 0;
	text-shadow: 1px 1px 5px black;
}
.home .caption1 .p2{
	font-size: 32px;
	color: #fd552f;
	margin: 0;
	text-shadow: 1px 1px 5px black;
	letter-spacing: 5px;
	margin-top: 10px;
}
.home .caption1 .p3{
	padding-top: 15px;
	font-size: 24px;
	text-shadow: 1px 1px 5px black;
	font-weight: bold;
}
.home .caption1 .p4{
	padding-top: 15px;
	font-size: 35px;
	text-shadow: 1px 1px 5px black;
	font-weight: bold;
	color: #FF5722
}
.home .slide.active .caption1 h1{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:.5s;
}
.home .caption1 .p img{
	width: 20px;
	shadow: 2px 2px 3px black;
	border: 1px solid rgba(0,0,0,.1);
	background-color: rgba(0,0,0,.3);
	border-radius: 10px;
}
.home .caption1 .p{
	font-size: 18px;
	margin: 15px 0px;
	text-shadow: 2px 2px 2px black;
	color: white;
	display: flex;
	justify-content: left;
	white-space: nowrap;
}
.home .caption1 p{
	font-size: 18px;
	margin: 15px 30px;
	text-shadow: 2px 2px 2px black;
	color: white;
}
.home .slide.active .caption1 p{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:.7s;
}

.home .slide.active .caption1 a{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:.9s;
}
.home .caption{
	width:50%;
}
.home .caption h1{
	font-size: 42px;
	color: white;
	margin: 0;
	text-shadow: 1px 1px 5px black;
}
.home .slide.active .caption h1{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:.5s;
}
.home .caption p{
	font-size: 18px;
	margin:15px 0 30px;
	color: white;
	text-shadow: 2px 2px 2px black;
}
.home .slide.active .caption p{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:.7s;
}

.home .container a{
	display: inline-block;
	padding:10px 30px;
	background-color: #FF5722;
	color: white;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: 1px 1px 3px black;
	transition: .5s;
	margin-top: 20px;
}
.home .container a:hover{
	 background-color: #ff7d2f;
}
.home .slide.active .caption a{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:.9s;
}

@keyframes captionText{
	0%{
		opacity:0; transform: translateX(-100px);
	}
	100%{
	 opacity:1; transform: translateX(0px);	
	}
}

.home .controls .prev,
.home .controls .next{
 position: absolute;
 z-index: 2;
 top: 50%;
 height: 40px;
 width: 40px;
 margin-top: -20px;
 color: #ffffff;
 text-align: center;
 line-height: 40px;
 font-size: 50px;
 cursor:pointer;
 transition: all .5s ease;
 opacity: .8;
}
.home .controls .prev:hover,
.home .controls .next:hover{
	color: #FF5722;
}
.home .controls .prev{
 left: 30px;
}
.home .controls .next{
 right: 30px;
}

.home .indicator{
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 2;
	transform: translateX(-50%);
	cursor: pointer;
	opacity: .8;
	
}

.home .indicator div{
	display: inline-block;
	width:25px;
	height: 25px;
	color: transparent;
	font-size: 1px;
	border-radius:50%;
	text-align: center;
	line-height: 25px;
	margin:0 3px;
	border: 3px solid white;
	transition: .5s;
}

.home .indicator div.active{
	background-color: #FF5722;
	color: #FF5722;
	border: 3px solid #FF5722;
}
.home .indicator div:hover{
	border: 3px solid #FF5722;
}

/*responsive
@media(max-width: 767px){
	.controls{
		display: none;
	}
}*/

@media(max-width: 1440px){
	.home .caption1{
		width: 75%;	
	}
	.home .caption{
		width: 70%;
	}
}
@media(max-width: 1080px){
	.home{
		min-height: 760px;
	}
	.home .container{
		padding-left: 130px;
	}
	.home .caption{
		width: 80%;
	}
	.home .caption1{
		float: left;
	}
	.home .caption h1, .home .caption1 h1{
		font-size: 40px;
	}
	.home .caption1 .p1{
		font-size: 40px;
	}
}
@media(max-width: 800px){
	.controls{
		display: none;
	}
	.home .container{
		padding-left: 30px;
		padding-right: 30px;
	}
	.home .caption1 .p2 {
		font-size: 25px;
		letter-spacing: 3px;
	}
	.home .caption1 .p {
		font-size: 16px;
	}
}













