/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2024 | 08:59:20 */
.footer-copyright {
	display: none;
}
.swiperSlick_inner {
	min-height: 80vh;
	display: flex;
	align-content: end;
	justify-content: center;
}

.swiperSlick_inner .slick-slide {
  display: inline-block;
}

.swiperSlick_inner img {
  width: auto;
  height: 100px;
}
.e-con-full.e-flex.e-con.listitem {
    max-width: 520px;
    margin: 0 15px;
    border-radius: 20px;
    display: inline-block;
}

.marque_slide.e-flex.e-con {
    max-width: 100vw;
    overflow: hidden;
}

.e-con-full.e-flex.heading_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 15px;
    padding: 0 15px;
}



.marquee {
	overflow-x: clip;
	white-space: nowrap;
	position: relative;
	width: 100%;
}

.marquee-inner {
    display: flex;
    align-items: center;
    /* will-change: transform; */
}

.marquee-inner img {
    height: 100%;
    /* transition: transform 0.5s; */
    flex-shrink: 0;
   
}

/* .marquee-inner img:hover {
	transform: scale(1.03);
} */

.marquee-inner ul {
    padding: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    
   
    list-style: none;
}
.marquee-inner ul li {
    width: 32%;
	padding:20px;
}
body {
    margin: 0;
    padding: 0;
}













































