#homeSlider {
	position: relative;
	width: 100%;
	margin: -115px 0 0 0 !important;
	overflow: hidden;
}
#homeSlider .home-slide-button {
margin-top: 50px;
}
#homeSlider .home-slide-overlay {
margin-top: 350px;
}
#homeSlider .home-slide-overlay {
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.8));
}

.vc_custom_1774011000001 {
	background-position: center top !important;
}

#homeSlider > .vc_row {
	width: 100% !important;
	margin: 0 !important;
	left: 0 !important;
}

#homeSlider > .vc_row > .vc_column_container,
#homeSlider > .vc_row > .vc_column_container > .vc_column-inner,
#homeSlider .carousel-inner {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

#homeSlider .carousel-inner {
	position: relative;
	overflow: hidden;
}

#homeSlider .carousel-inner > .vc_column-inner > .wpb_wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#homeSlider .carousel-item {
	position: relative;
	float: left !important;
	width: 100%;
	min-height: 750px;
	margin-right: -100% !important;
	margin-left: 0 !important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.6s ease-in-out;
}

#homeSlider .carousel-item::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.2);
}

#homeSlider .carousel-item > .vc_column_container {
	position: relative;
	z-index: 1;
}

#homeSlider .carousel-item > .vc_column_container > .vc_column-inner {
	padding: 0 !important;
}

#homeSlider .carousel-item .vc_column_text > .wpb_wrapper {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 70px 40px;
	box-sizing: border-box;
}

#homeSlider h2,
#homeSlider h3,
#homeSlider p {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}

#homeSlider h3 {
	margin-top: 150px;
	margin-bottom: 30px;
	font-family: Jost, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
}

#homeSlider .todocount {
	display: block;
	margin: 0 auto 60px;
	font-family: Jost, sans-serif;
	font-size: 120px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 20px #00000055;
}

#homeSlider h2 {
	margin-top: 0;
	margin-bottom: 45px;
	font-family: Jost, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	font-style: italic;
}

#homeSlider p {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Jost, sans-serif;
	font-size: 16px;
	line-height: 1.45;
	overflow-wrap: break-word;
}

#homeSlider .carousel-control-prev,
#homeSlider .carousel-control-next {
	width: 8%;
	z-index: 10;
}

#homeSlider .carousel-control-prev-icon,
#homeSlider .carousel-control-next-icon {
	width: 40px;
	height: 40px;
	margin: 0;
	background-size: 40px 40px;
}

#homeSlider .carousel-indicators {
	z-index: 10;
}

#homeSlider .carousel-indicators li {
	cursor: pointer;
}

#homeSlider .sr-only {
	display: none;
}

@media (max-width: 991px) {
	#homeSlider .carousel-item {
		min-height: 620px;
	}

	#homeSlider .carousel-item .vc_column_text > .wpb_wrapper {
		padding: 60px 70px;
	}

	#homeSlider .todocount {
		margin-bottom: 45px;
		font-size: 96px;
	}
	
	#homeSlider h3 {
	margin-top: 150px;
	}

	#homeSlider h2 {
		margin-bottom: 35px;
		font-size: 26px;
	}

	#homeSlider h3 {
		font-size: 24px;
	}
	
	#homeSlider .home-slide-button {
		margin-top: 30px;
	}
	#homeSlider .home-slide-overlay {
		margin-top: 250px;
		max-width: 500px;
	}
	
}

@media (max-width: 767px) {
	#homeSlider .carousel-item {
		min-height: 600px;
	}
	#homeSlider .wpb_text_column .wpb_wrapper {
		padding: 0 40px;
	}
	
	#homeSlider .carousel-item .vc_column_text > .wpb_wrapper {
		padding: 50px 45px;
	}

	#homeSlider .todocount {
		margin-bottom: 35px;
		font-size: 78px;
	}

	#homeSlider h2 {
		margin-bottom: 30px;
		font-size: 23px;
	}
	
	#homeSlider h3 {	
		margin-top: 50px;	
		margin-bottom: 25px;
		font-size: 20px;
	}

	#homeSlider p {
		font-size: 15px;
	}
	
	#homeSlider .home-slide-button {
margin-top: 20px;
}
#homeSlider .home-slide-overlay {
margin-top: 250px;
	max-width: 300px;
}

	#homeSlider .carousel-control-prev,
	#homeSlider .carousel-control-next {
		width: 12%;
	}
}