
#wowslider-container1 {
	zoom: 1;
	margin: 0px auto 0px;
	z-index: 1;
	text-align: center;
	/* reset align=center */
	font-size: 10px;
	text-shadow: none;
	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	inset: 0;
	display: block;
	object-fit: cover;
	
}


#wowslider-container1 .ws_images ul {
	position: relative;
	width: 10000%;
	height: 100%;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	overflow: visible;


	/*table-layout:fixed;*/
}

#wowslider-container1 .ws_images ul li {
	position: relative;
	width: 1%;
	height: 100%;
	line-height: 0;
	/*opera*/
	overflow: hidden;
	float: left;
	/*font-size:0;*/
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

#wowslider-container1 .ws_images {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	vertical-align: top;
	border: none;
	overflow: hidden;
}

#wowslider-container1 img {
	max-width: none !important;
}

#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images>div>img {
	width: 100%;
	border: none 0;
	max-width: none;
	padding: 0;
	margin: 0;
}

#wowslider-container1 .ws_images>div>img {
	max-height: 1024px;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}
.custom-ul {
            list-style-position: outside;
            list-style-type: point;
            padding: 10px;
            background-color: #e0f7fa; /* Light blue background */
            width: 300px;
            border-radius: 5px;
        }

        /* Style for each list item with the class .custom-li */
        .custom-ul .custom-li {
            font-size: 18px; /* Larger font size */
            color: #004d40; /* Dark teal color */
            margin-bottom: 10px; /* Space between items */
            padding: 8px;
            background-color: #ffffff; /* White background for each item */
            border: 2px solid #00838f; /* Border around list items */
            border-radius: 4px;
            transition: background-color 0.3s ease; /* Smooth transition on hover */
        }

