/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 18 2024 | 09:32:10 */
.hcarousel {
    position: relative;
    width: 100%;
/*     max-width: 600px; */
    overflow: hidden;
}

.hcarousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.hcarousel-slide {
    min-width: 100%;
	height: 800px;
    box-sizing: border-box;
}

.hcarousel-slide img {
    width: 100%;
}

.hdots {

}

.hdot {
    height: 4px;
    width: 56px;
    margin-right: 8px;
    background-color: #D8D8D8;
    display: inline-block;
    cursor: pointer;
}

.hdot.active {
    background-color: #E91D02;
}

