/*----section home----*/
#home {
	padding-top: 150px;
	padding-bottom: 0px;
}

#myCarousel{
	margin: 50px auto 0px;
}

/*----slider----*/

#home .carousel-inner{
	box-shadow: 0px 0px 11px #444;
}

#home .carousel-caption {
	padding-left: 15px;
}

#home .carousel-caption h2 {
	font-size: 18px;
	margin-top: 15px;
}

#home .carousel-caption h3 {
	font-size: 13px;
	margin-top: 10px;
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

#home .carousel-caption p {
	margin: 0;
}

#home .carousel-caption > a {
    border-bottom: 1px dashed;
    margin-bottom: 5px;
    display: inline-block;
}

/*----icons bar----*/

#highlights{
	color: #fff;
}
#highlights .circle-back{
	display: inline-block;
	border-radius: 50%;
	color: #FFF;
	background: rgba(255, 255, 255, 0.35) none repeat scroll 0% 0%;
	width: 13em;
	height: 13em;
	line-height: 14em;
	text-shadow: 0px 0px 2px #000;
}
#highlights .fa{
	font-size: 9em !important;
	margin-top: .225em; /* fix for font awesome 5.8.2 */
}

#highlights .fa.fa-cubes {
	font-size: 8em !important;
	margin-left: 0.1em;
	margin-top: -0.1em;
}

#home .content:empty{
	display:none !important;
}

/* === Full-page slideshow === */
#home {
	height: auto;
	min-height: 100vh;
	min-height: 500px;
	padding: 0 !important;
}
#home #myCarousel {
	height: 100vh;
	margin: 0;
}
#home .carousel-inner {
	height: 100%;
	overflow: hidden;
}
#home .item {
	height: 100%;
	position: relative;
}
#home .item img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* Show captions natively overlaying the image */
.item .carousel-caption {
	display: block;
}
#home .carousel-caption {
	bottom: 40px;
	left: 40px;
	right: 40px;
	text-align: left;
	background: rgba(0,0,0,.45);
	border-radius: 4px;
	padding: 14px 18px;
}
@media (max-width: 767px) {
	#home .carousel-caption {
		left: 15px;
		right: 15px;
		bottom: 60px;
	}
}