img{
	max-width: 100%;
	height: 150px;
	border: 0px;
}
.slide-section{
	padding: 0px 90px;
	margin-top: 0px;
	/*background-color: #1b2838;*/
}
.slide-section .owl-stage{
	margin: 15px 0;
	display: flex;
	display: -webkit-flex;
}
.slide-section .item{
	margin: 0 6px 5px;
	width: 250px;
	height: 150px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	background: #343434 no-repeat center center / cover;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	cursor: pointer;
}
.slide-section .itme.active{
	width: 500px;
	box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.slide-section .item:after{
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
.slide-section .owl-theme.custom-carousel .owl-dots{
	margin-top: -10px;
	position: relative;
	z-index: 5;
}

@media (max-width: 575.98px) {
	.slide-section{
		padding: 0px 0px;
		margin-top: 0px;
		/*background-color: #1b2838;*/
	}
	.slide-section .item{
		width: 230px;
		height: 130px;
	}
}