body {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 40px;
	color: #000000;
	padding-bottom: 20%;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: 600;
	text-shadow: 1px 1px 2px #000000;
	cursor: pointer;
}
h1:hover {
	scale: calc(1.1);
	filter: sepia(0.5);
	opacity: 0.5;
}
h2 {
	size: 20px;
	color: #000000;
	padding-bottom: 20%;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: 600;
	text-shadow: 1px 1px 2px #000000;
}
h2:hover {
	scale: calc(1.1);
	filter: sepia(0.5);
	opacity: 0.5;
}
h2.h2_class_2 {
	size: 20px;
	color: #ffffff;
	padding-bottom: 20%;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: 600;
	text-shadow: 1px 1px 2px #000000;
}
h3 {
	font-size: 15px;
	padding-bottom: 20%;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: 600;
	text-shadow: 1px 1px 2px #8E8E8E;
}
h3:hover {
	scale: calc(1.1);
	filter: sepia(0.5);
	opacity: 0.5;
}
h4 {
	color: #8E8E8E;
	font-size: 13px;
	font-weight: 600;
	top: 40%;
}
h4:hover {
	scale: calc(1.1);
	filter: sepia(0.5);
	opacity: 0.5;
}
a {
	size: 13px;
	color: #8e8e8e;
}
a:hover {
	size: 14px;
	color: #000000;
}
p {
	size: 13px;
	color: #8e8e8e;
}
p.p_class_footer {
	font-size: 10px;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
p.menu_text {
	size: 13px;
	color: #8e8e8e;
	text-align: center;
	padding: 10px;
}
.menu_item_container {
	font-size: 20px;
	width: 100%;
	color: #8E8E8E;
	cursor: pointer;
	font-weight: bolder;
}
.menu_item_container:hover {
	transform: scale(0.9);
	border-radius: 10px;
	background-color: #c2ff05;
}
ul {
	text-align: left;
}
li {
	size: 13px;
	color: #8e8e8e;
	padding: 10px;
}
.video_class_1 {
	width: 100%;
    height: inherit;
    object-fit: cover;
}
.video_class_2 {
	width: 100%;
	border-radius: 10px;
}
.video_class_3 {
	width: 100%;
    height: inherit;
    object-fit: cover;
	border-radius: 10px;
}
.video_class_3:hover {
	transform: scale(1.1);
}
.image_class_1 {
	width: 100%;
	border-radius: 10px;
}
.image_class_1:hover {
	transform: scale(1.1);
}
.image_class_2 {
	right: 0px;
	bottom: 0px;
	width: 50%;
	border-radius: 10px;
}
.image_class_2:hover {
	transform: scale(1.1);
}
.image_class_3 {
	width: 100%;
	border-radius: 10px;
}
.image_class_4 {
	background-image: url('/images/banner_class_1.png');
  	background-repeat: repeat;
  	background-size: auto; /* or use 'contain', 'cover', or a size like '50px 50px' */
	width: 100%;
}
.image_class_5 {
	position: absolute;
	height: 40px;
	width: 40px;
	right: 60px;
	bottom: 10px;
}
.image_class_6 {
	position: absolute;
    height: 40px;
    width: 40px;
    right: 15px;
    bottom: 10px;
}
.container {
	width: 100%;
	height: 100%;
}
.header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 65px;
	background: #ffffff;
	z-index: 10;
}
.menu {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 40px;
	cursor: pointer;
}
.menu:hover {
	transform: scale(0.9);
}
.menu_class_1 {
	position: fixed;
	background: #ffffff;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 15;
}
.contact_form_class_1 {
	position: fixed;
	background: #ffffff;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 15;
}
.contact_form_class_2 {
	position: fixed;
	background: #ffffff;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 15;
}
.close_button_class_1 {
	position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 40px;
}
.close_button_class_1:hover {
	transform: scale(0.9);
}
.logo {
	position: absolute;
    left: 10px;
	top: 7px;
	height: 50px;
	width: 150px;
    cursor: pointer;
}
.logo:hover {
	transform: scale(0.9);
}
.section_container_class_0 {
	background: #ffffff;
	width: 100%;
	height: 100vh;
}
.section_container_class_1 {
	background: #ffffff;
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.section_container_class_2 {
	background: #ffffff;
	width: 100%;
	height: 50vh;
	padding-top: 40px;
	padding-bottom: 40px;
}
.sub_container_class_1 {
	position: relative;
    width: 90%;
    top: 10%;
    bottom: 10%;
    height: 80%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
	justify-content: center;
}
.sub_container_class_2 {
	position: relative;
    width: 90%;
    top: 10%;
    bottom: 10%;
    height: 80%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub_container_class_3 {
	position: relative;
    width: 90%;
    top: 10%;
    bottom: 10%;
    height: 90%;
	overflow-y: auto;
	overflow-x: hidden;
    left: 0px;
    right: 0px;
    margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub_container_centered_vertically_class_1 {
	width: 100%;
}
.sub_container_centered_vertically_class_2 {
	position: absolute;
	width: 400px;
	height: auto;
	color: #ffffff;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	top: 50%;
	text-align: center;
}
.loading_modal_class_1 {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 25;
}
.title_underline_class_1 {
	height: 5px;
    width: 100px;
    background: #c2ff05;
    border-radius: 5px;
}
.language_div_container {
	position: relative;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	bottom: 300px;
}
.button_class_1 {
	background: none;
    width: 70px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
	color: #ffffff;
    font-weight: bolder;
    border-color: #ffffff;
    border-width: 3px;
	cursor: pointer;
}
.button_class_1:hover {
	color: #000000;
	background: #ffffff;
	border-color: #000000;
}
.button_class_2 {
	background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 5px;
    color: #0DB02A;
    font-size: 18px;
    border: 3px solid #0DB02A;
    cursor: pointer;
    border-radius: 5px;
}
.button_class_2:hover {
	color: #ffffff;
	font-weight: bolder;
	background: #0DB02A;
	transform: scale(0.9);
}
.input_class_1 {
	border: none;
    text-align: left;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    border-bottom-style: inset;
	font-size: 20px;
}
.input_class_2 {
	border: none;
    text-align: left;
    width: 100%;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    border-bottom-style: inset;
	font-size: 20px;
}
.select_class_1 {
	color: #8e8e8e;
	border: none;
    text-align: left;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    border-bottom-style: inset;
	font-size: 20px;
}
.fixed_container_class_1 {
	position: fixed;
	text-align: center;
	width: auto;
	height: auto;
	bottom: 20px;
	right: 0px;
	left: 0px;
	margin: 0px auto;
	background: #8E8E8E;
}
.controls_class_1 {
	height: 30px;
	width: 30px;
	cursor: pointer;
}
.footer {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    bottom: 0px;
    height: 80px;
    width: 100%;
    left: 0px;
}
.whatsapp_button_class_1 {
	position: fixed;
    bottom: 40px;
    right: 10px;
    width: 50px;
    height: 50px;
	cursor: pointer;
}
.call_button_class_1 {
	position: fixed;
    top: 15px;
    right: 70px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 20;
}
.load-bar {
    position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fdba2c;
}
.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0px;
    height: 100%;
    left: 50%;
    text-align: center;
}
.bar:nth-child(1) {
    background-color: #ffffff;
    animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
    background-color: #000000;
    animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
    background-color: #c2ff05;
    animation: loading 3s linear 2s infinite;
}
.tabs {
	max-width: 800px;
	margin: 20px auto;
	padding: 10px;
}

.tab-buttons {
	display: flex;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

.tab-buttons li {
	flex: 1;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	background: #f9f9f9;
	border-right: 1px solid #ccc;
}

.tab-buttons li:last-child {
	border-right: none;
}

.tab-buttons li.active {
	background: #fff;
	font-weight: bold;
}

.tab-content {
	padding: 10px;
}

.tab {
	display: none;
}

.tab.active {
	display: block;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: left;
}

table th {
	background: #f2f2f2;
}

.carousel-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.carousel-slide {
    flex: 0 0 100%;
    width: 100%;
}

.carousel-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    z-index: 2;
}

.carousel-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background: white;
}
@keyframes loading {
    from {left: 50%; width: 0; z-index:100;}
    33.3333% {left: 0; width: 100%; z-index: 10;}
    to {left: 0; width: 100%;}
}
@media screen and (min-width:768px) {
	.sub_container_class_1 {
		width: 60%;
	}
	.image_class_1 {
		width: 70%;
	}
	.video_class_2 {
		width: 50%;
	}
	.video_class_3 {
		width: 70%;
	}
	.sub_container_centered_vertically_class_1 {
		width: 40%;
	}
	table {
		font-size: 14px;
	}

	.tab-buttons li {
		font-size: 12px;
		padding: 8px;
	}
	 .carousel-button {
        padding: 12px;
        font-size: 16px;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 480px) {
    .carousel-button {
        padding: 8px;
        font-size: 14px;
    }
    
    .carousel-dots {
        bottom: 10px;
    }
}



