/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 28 2024 | 07:24:02 */
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

section {
    opacity: 1;
    height:100%;
    width: 100%;
}

.slide-wrapper {
    position: relative;
    overflow: hidden;
    height: 80%;
    width: 80%;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    z-index:3;
	background-color: white;
}

.slide-wrapper table {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 5;
	padding-bottom: 5px;
	max-height: 1080px;
}

.slide-wrapper table td {
    width: 25%;
	border: none;
}

.slide-wrapper .navi {
    position: relative;
    box-shadow: 0px 3px 5px #999;
}

.slide-wrapper img {
    display: block;
}

@media (max-width: 750px) {
	.slide-wrapper .resp {
		display: none;
	}
	
	.elementor-heading-title {
		font-size: 50px !important;
	}
}


#outer-wrap {
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    bottom: -100%;
	background-color: white;
	overflow-x: hidden;
}

#wrap {
    width: 100%;
    height: fit-content;
	background-color: white;
}