.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

.slick-dots li {
	margin: 0 0.25rem;
}
      
.slick-dots button {
	display: block;
	width: 12px;
	height: 12px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: rgb(219, 219, 219);
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	transition: all .3s ease;
}

.slick-dots li.slick-active button {
	background-color: rgb(230, 193, 29);
	transition: all .3s ease;
}

.prev, .next {
	font-size: 1.3em;
	cursor: pointer;
	background-color: rgba(10, 9, 3, 0.336);
	color: white;
	padding: 10px;
	text-align: center;
	width: 44px;
	height: 44px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
}

.prev {
	left: 50px;
	padding-right: 12px;
}

.next {
	right: 50px;
	padding-left: 12px;
}

.slick-slide {
	display: flex !important;
	height: auto;
	align-items: center !important;
	justify-content: center !important;

}

.slick-track {
	display: flex !important ;
	margin-left: auto !important; 
	margin-right: auto !important;
	width: 90%;
}

.slick-track .slick-slide {
	display: flex !important;
	height: auto;
	align-items: center !important;
	justify-content: center !important;
	height: inherit !important;
}

.arrow1, .arrow2 {
	position: absolute;
	z-index: 888888888888;
	cursor: pointer;
	font-size: 2.5em;
	color: rgb(255, 255, 255);
}

.arrow1 {
	top: 47%;
	left: 50px;
}

.arrow2 {
	right: 50px;
	top: 47%;
}
