.container.highlight{
    position: sticky !important;
    overflow: hidden;
    top: 0;
    z-index: 10;
    margin: 0;
    padding: 0 15px;
} 

.hai-slide-item img {
	text-align: center;
    justify-self: center;
	width: 40px;
}

.hai-slide-item h3{
    font-size: 12px;
    margin-bottom: 0%;
    color: #dcdcdc;
    margin-top: 5px;
	text-align: center;
}

.hai-slider .hai-slide-item.swiper-slide-active {
    background: #010101;
    transition: background 0.3s ease-in-out;
	padding: 15px 0px;
}

.hai-slider .hai-slide-item {
    transition: all 0.3s ease;
	text-align: -webkit-center;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.slick-initialized .slick-slide {
	padding: 15px 0px;
}