﻿html{box-sizing:border-box; height: 100%;}*,*:before,*:after{box-sizing:inherit}

body{margin:0; height:100%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column;background:#ffffff ;font-family: Roboto-Regular, Arial, Helvetica, sans-serif; color:#000000; font-size:16px; line-height:30px}

a:link.w3-text {color:inherit;text-decoration:none}
a:active.w3-text {color:inherit;text-decoration:none}
a:visited.w3-text {color:inherit;text-decoration:none}
a:hover.w3-text {text-decoration:none;}

a:link.w3-text2 {color:inherit; text-decoration:none}
a:active.w3-text2 {color:inherit; text-decoration:none}
a:visited.w3-text2 {color:inherit; text-decoration:none}
a:hover.w3-text2 {text-decoration:none;color:#ac9e72}

a:link.w3-text3 {color:inherit; text-decoration:underline}
a:active.w3-text3 {color:inherit; text-decoration:underline}
a:visited.w3-text3 {color:inherit; text-decoration:underline}
a:hover.w3-text3 {text-decoration:none;color:#ac9e72}

a:link.w3-text4 {color:#ac9e72; text-decoration:underline}
a:active.w3-text4 {color:#ac9e72; text-decoration:underline}
a:visited.w3-text4 {color:#ac9e72; text-decoration:underline}
a:hover.w3-text4 {text-decoration:none;color:#ac9e72}

.roboto{font-family:RobotoCondensed-Regular}
.bold{font-family:Roboto-Bold}
.white{color:#ffffff}
.gold{color:#ac9e72}

h1{font-family:RobotoCondensed-Medium;font-size:50px; line-height:60px; color:#000000; font-weight:500}
h2{font-family:RobotoCondensed-Medium;font-size:40px; line-height:50px; color:#ffffff; font-weight:500}

.p1{font-family:RobotoCondensed-Medium; font-size:24px; line-height:30px}

.flex-container{display:-webkit-box; display:-webkit-flex; display:flex}
.directionV{-webkit-flex-direction:column; flex-direction:column}
.wrap{-webkit-flex-wrap:wrap; flex-wrap:wrap}

.content-center {
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.content-container {-webkit-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction:column; flex-direction:column; padding-top:0px}
.content-container2 {-webkit-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction:column; flex-direction:column; padding-top:90px}

.banner{position:relative}
.banner-home{position:absolute; top:0; left:0; width:100%; height:100%}
.banner img {width: 100%; height: 100%; object-fit: cover;  /* This will make sure the image scales to cover the container */ filter: brightness(70%); /* 30% darker */}
.banner-padding{padding:60px 9%}
.banner2 {display: flex; gap: 10px; height: clamp(250px, 35vw, 510px); overflow: hidden}
.banner-side {width: 7%; overflow: hidden}
.banner-center {width: 86%; overflow: hidden}
.banner2 img {width: 100%; height: 100%; object-fit: cover; display: block}

.what-item{display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding:15px}
.what img{max-width:100%}

.about-item{display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding:15px}
.about img{max-width:100%}

.menus-button{padding:10px}

.box-padding {
  display: flex;
  flex-direction: row; /* This ensures the text and next arrow align horizontally */  
  justify-content: center; /* Distribute the text and next arrow evenly */
  flex-grow: 1; /* Allow it to grow and fill available space */
  border-radius: 0 0 20px 20px;
  padding: 10px; /* Adjust padding as needed */
  background: #ac9e72;
}

/* Products - image mouseover */
.container1 {
	position: relative;
	width: 100%;
}

.image1 {
	display: block;
	width: 100%;
	height: auto;
}

.overlay1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;/*0.5*/
	transition: .1s ease;
	/*background-color: #000000;*/
}

.container1:hover .overlay1 {
	/*opacity: 0.3;*/
	opacity: 0.5;
	background-color: transparent;
}

.text1 {
	color: white;
	font-family: RobotoCondensed-Medium, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	position: absolute;
	/*top: 32%;*/
	top: 40%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	text-align: center;
	text-shadow: 0px 0px 8px #333;
}
/* END image mouseover */

.geeks {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

	.geeks img {
		width: 100%;
		transition: 0.5s all ease-in-out;
	}

	.geeks:hover img {
		transform: scale(1.1);
	}

/* Products - image mouseover */
.container1 {
	position: relative;
	width: 100%;
}

.image1 {
	display: block;
	width: 100%;
	height: auto;
}

.overlay1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;/*0.5*/
	transition: .1s ease;
	/*background-color: #000000;*/
}

.container1:hover .overlay1 {
	/*opacity: 0.3;*/
	opacity: 1;
	background-color: transparent;
}

.text1 {
	color: white;
	font-family: OpenSans-Bold, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	position: absolute;
	/*top: 32%;*/
	top: 40%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	text-align: center;
	/*text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px black;*/
}

.container1:hover .text1 {
	color: white;
	/*text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px black;*/
}
/* END image mouseover */

.geeks {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

	.geeks img {
		width: 100%;
		transition: 0.5s all ease-in-out;
	}

	.geeks:hover img {
		transform: scale(1.1);
	}

/*SideSlider*/
.overflow {
  width: 100%;
  height: 58%;
/*  padding: 0 1.1vmax;*/
  padding: 0 0 60px 16.66%;
  margin: 0;
  margin-top:-40px;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overflow.animation-reveal {
  animation: reveal 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.strip_of {
  background-color: inherit;
  height: 57%;
  width: 1.1rem;
  z-index: 99;
  position: absolute;
}
.strip_of.paper1 {
/*  transform: translate(55vw, 0%);*/
}
.strip_of.paper2 {
/*  transform: translate(15vw, 0%);*/
}
.strip_of.invisible {
  visibility: hidden;
}

.carousel {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  margin: 0;
  box-shadow: none;
  overflow: hidden;
}

.home-slider {
  width: 100%;
  height: 100%;
}

.home-service {
  margin: 0 30px 50px 0px;
  overflow: hidden;
  /*border-radius: 50px;*/
  height: 50vh;
  width: 65%;
  position: relative;
  background-size: cover;
  cursor: pointer;
/*  transition: width 0.16s ease-in-out, height 0.16s ease-in-out;*/
  transition: 0.2s ease;
  font-size: 22px;
  line-height: 30px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-start;   /* move content to left */
  justify-content: flex-end; /* move content to bottom */
}

.home-service a{
    display:block;
    width:100%;
    height:100%;
}

.home-service .p1 {
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 0;
}

.home-service .slider {
  font-family:SansitaOne, Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 55%;
  padding: 2rem;
/*  background: linear-gradient(0deg, rgba(32, 51, 73, 0.7) 40%, transparent 50%);*/
  position: absolute;
  transform: translate(0%, 100%);
  text-decoration: none;
  transition: 0.2s ease;
}
/*.home-service .slider:hover {
  color: #333333;
  transition: 0.2s ease;
}*/

.home-service .slider2 {
  font-family:SansitaOne, Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #ffffff;/*#333333*/
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 55%;
  padding: 2rem;
/*  background: linear-gradient(0deg, rgba(32, 51, 73, 0.7) 40%, transparent 50%);*/
  position: absolute;
  transform: translate(0%, 100%);
  text-decoration: none;
  transition: 0.2s ease;
}
/*.home-service .slider2:hover {
  color: #ffffff;
  transition: 0.2s ease;
}*/

.home-service.is-selected {
  transform: scale(1.05);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 10;
/*  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);*/
  transition: 0.2s ease;
}

.home-service-bg {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  position: relative;
  height: 100%;
/*  left: 100px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transform: translate(0%, 8%);
  vertical-align: middle;
}

.flickity-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  width: 100%;
  height: 100%;
}
/*End SideSlider*/

.g-recaptcha{margin:25px 0px}

.enquiry-container{min-width:320px; width:100%; margin-top:0px; padding:10%; background:linear-gradient(#e7eaec, #dcdedf, #d0d1d1); border-radius: 50px}
.enquiry-container .form{padding:60px 30px}
#contactForm label{display:block;font-family:Roboto-Regular, Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; line-height:40px}
#contactForm input,select{padding-left:10px; /*margin-bottom:20px;*/ border: none; display:block;width:100%; max-width:300px; height:60px; font-family:Roboto-Regular, Arial, Helvetica, sans-serif; font-size:18px; color:#000000; background-color:#ffffff}
#contactForm textarea{display:block;width:100%; max-width:450px; height:240px; font-family:Roboto-Regular, Arial, Helvetica, sans-serif; font-size:18px; color:#000000; padding-left:10px; margin-bottom:20px; border: none; background-color:#ffffff}
#contactForm .hidetext{display:none; visibility:hidden}

.enquiry-container2{min-width:320px; width:100%; margin-top:0px}
.enquiry-container2 .form{padding:60px 30px}
#contactForm2 label{display:block;font-family:Roboto-Regular, Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; line-height:40px}
#contactForm2 input,select{border-radius:0px;padding-left:10px; margin-bottom:20px; border: 1px solid #666666; display:block;width:100%; height:60px; font-family:Roboto-Regular, Arial, Helvetica, sans-serif; font-size:18px; color:#000000; background-color:#f7f7f7}
#contactForm2 textarea{display:block;border-radius:0px;width:100%; height:240px; font-family:Roboto-Regular, Arial, Helvetica, sans-serif; font-size:18px; color:#000000; padding-left:10px; margin-bottom:20px; border: 1px solid #666666; background-color:#f7f7f7}
#contactForm2 .hidetext{display:none; visibility:hidden}

.grid-container {
    display: inline-grid;
}

.btn {text-decoration: none; cursor:pointer; transition: 0.5s;}
.btn span {display: inline-block; position: relative; transition: 0.5s;}
.btn span:after {content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s;}
.btn:hover span {padding-right: 20px;}
.btn:hover span:after {opacity: 1; right: 0;}

.btn2 {text-decoration: none; cursor:pointer; transition: 0.5s;}
.btn2 span {display: inline-block; position: relative; transition: 0.5s;}
.btn2 span:before {content: '\00ab'; position: absolute; opacity: 0; top: 0; left: -20px; transition: 0.5s;}
.btn2:hover span {padding-left: 20px;}
.btn2:hover span:before {opacity: 1; left: 0;}

.button {border: none; background: #ac9e72; width: 190px; height: 50px; font-family: Inter-Regular; font-size: 16px; color: #ffffff; cursor: pointer; transition: 0.3s; background-size: 200% 100%; /* Double the background width */ background-position: left; /* Start position */ background-image: linear-gradient(to right, #ac9e72 50%, #ffffff 50%);}
.button:hover {background-position: right; /* Shift background to the right */ color: #ac9e72; /* Change text color */ transition: background-position 0.3s ease, color 0.3s ease;}
.button2 {border: none; background: #ac9e72; width: 185px; height: 50px; font-family: Inter-Regular; font-size: 16px; color: #ffffff; cursor: pointer; font-weight: 400; transition: 0.3s; background-size: 200% 100%; /* Double the background width */ background-position: left; /* Start position */ background-image: linear-gradient(to right, #ac9e72 50%, #000000 50%);}
.button2:hover {background-position: right; /* Shift background to the right */ color: #ffffff; /* Change text color */ transition: background-position 0.3s ease, color 0.3s ease;}
.button3 {width: 185px; height: 50px; background: #ffffff; border: 1px solid #b7a67a; color: #b7a67a; font-family: Inter-Regular, sans-serif; font-size: 16px; font-weight: 400; cursor: pointer; transition: all 0.3s ease;}
.button3:hover {background: #b7a67a; color: #ffffff;}
.button4 {border: none; background: #ac9e72; width: 100%; height: 65px; font-family: RobotoCondensed-Medium; font-size: 20px; color: #ffffff; cursor: pointer; transition: 0.3s; background-size: 200% 100%; /* Double the background width */ background-position: left; /* Start position */ background-image: linear-gradient(to right, #ac9e72 50%, #000000 50%);}
.button4:hover {background-position: right; /* Shift background to the right */ color: #ac9e72; /* Change text color */ transition: background-position 0.3s ease, color 0.3s ease;}
.button5 {border: none; background: #ac9e72; width: 100%; max-width:272px; height: 50px; font-family: Inter-Regular; font-size: 16px; color: #ffffff; cursor: pointer; font-weight: 400; transition: 0.3s; background-size: 200% 100%; /* Double the background width */ background-position: left; /* Start position */ background-image: linear-gradient(to right, #ac9e72 50%, #000000 50%);}
.button5:hover {background-position: right; /* Shift background to the right */ color: #ffffff; /* Change text color */ transition: background-position 0.3s ease, color 0.3s ease;}
.button6 {border: none; background: #ac9e72; width:100%; max-width: 158px; height: 50px; font-family: Inter-Regular; font-size: 16px; color: #ffffff; cursor: pointer; font-weight: 400; transition: 0.3s; background-size: 200% 100%; /* Double the background width */ background-position: left; /* Start position */ background-image: linear-gradient(to right, #ac9e72 50%, #000000 50%);}
.button6:hover {background-position: right; /* Shift background to the right */ color: #ffffff; /* Change text color */ transition: background-position 0.3s ease, color 0.3s ease;}
.button7 {border: none; background: #ac9e72; width:100%; max-width: 158px; height: 50px; font-family: Inter-Regular; font-size: 16px; color: #ffffff; cursor: pointer; font-weight: 400; transition: 0.3s; background-size: 200% 100%; /* Double the background width */ background-position: left; /* Start position */ background-image: linear-gradient(to right, #ac9e72 50%, #000000 50%);}
.button7:hover {background-position: right; /* Shift background to the right */ color: #ffffff; /* Change text color */ transition: background-position 0.3s ease, color 0.3s ease;}

.footer {flex-shrink: 0}
.footer-link1 {display:block; padding:5px; font-size:18px; line-height:26px; font-weight:500; text-decoration: none; color:#ffffff}
.footer-link1:hover {color:#000000}

.w3-padding-footer2{background-color:#ffffff; font-size:13px; color:#ceb790}

.w3-padding-5{padding:5px}
.w3-padding-10{padding:10px}
.w3-padding-15{padding:15px}
.w3-padding-20{padding:20px}
.w3-padding-30{padding:30px}

.w3-padding,.w3-row-padding:after,.w3-row-padding:before,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}

.w3-left{float:left!important}.w3-right{float:right!important}

.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}

.w3-top{position:fixed; top:0; width:100%; height:100px; z-index:9999; -webkit-justify-content:center; justify-content:center}

.w3-top-1{width:100%; height:100px; padding:0px 20px; /*-webkit-align-items:center; align-items:center;*/ -webkit-justify-content:space-between; justify-content:space-between}
.w3-topM{position:fixed; width:74.99999%; color:#ffffff;padding:0; z-index:9999; top:40px; background:#002e73}

.w3-top2{background:inherit; color:#000000; -webkit-align-items:center; align-items:center; height:100px; transition:0.3s}
.w3-top2R{background:#000000; color:#000000; -webkit-align-items:center; align-items:center; height:100px; transition:0.3s}

.w3-button{border:none;display:inline-block;padding:10px 15px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:RobotoCondensed-Medium; font-size:18px; line-height:32px;color:#ffffff;text-align:center;white-space:nowrap}
a:hover.w3-button{color:#ac9e72;text-decoration:none;}
.w3-button2{border:none;display:inline-block;padding:10px 30px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:RobotoCondensed-Medium; font-size:15px; line-height:32px;color:#ffffff;text-align:center;white-space:nowrap}
a:hover.w3-button2{color:#000000;text-decoration:none;}
.w3-button3 {border: none; display: inline-block; padding: 10px 20px; vertical-align: middle; overflow: hidden; text-decoration: none; font-family: Inter-Regular; font-size: 16px; width: 150px; color: #ffffff; text-align: center; white-space: nowrap; background: linear-gradient(to right, #ac9e72 50%, #ffffff 50%); background-size: 200% 100%; /* Double the width of the background */ background-position: left; /* Initial position */ transition: background-position 0.3s ease, color 0.3s ease;}
a:hover.w3-button3 {background-position: right; /* Shift background to the right */ color: #ac9e72; /* Change text color */ text-decoration: none; /* Ensure no underline on hover */}

.parent2 {display: block;position: relative;float: left;}
.parent2:hover > ul {display:block;position:absolute;}
.child2 {display: none; margin-left:-30px!important;}
.child2 li {background: #ac9e72; width:100%;}
.ul2{list-style: none;margin: 0;}
.ul{list-style: none;margin: 0;padding-left:0}

/* top menu */
.nav-toggle {
	display: none;
}

/* STYLING/POSITIONING THE MENU */
.nav-toggle-label {
	z-index: 9999999;
	position: absolute;
	top: 0px;
	/*left: 30px;*/
	right: 10px;
	margin:0 10px;
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}

	.nav-toggle-label span,
	.nav-toggle-label span::before,
	.nav-toggle-label span::after {
		display: block;
		background: #fff;
		height: 3px;
		width: 30px;
		border-radius: 0px;
		position: relative;
		transition: all .5s ease-in-out;
	}

		.nav-toggle-label span::before,
		.nav-toggle-label span::after {
			content: '';
			position: absolute;
		}

		.nav-toggle-label span::before {
			bottom: 8px;
		}

		.nav-toggle-label span::after {
			top: 8px;
		}

#nav-toggle:checked ~ .nav-toggle-label span {
	background: none; /* setting it to the same background as header so it "disappears" */
}

	/* transforming the before and after span into an X */
	#nav-toggle:checked ~ .nav-toggle-label span::before {
		transform: rotate(45deg);
		bottom: 0;
		background: #fff;
	}

	#nav-toggle:checked ~ .nav-toggle-label span::after {
		transform: rotate(-45deg);
		top: 0px;
		background: #fff;
	}

#menu {
	z-index: 999999;
	position: absolute;
	background: #000000;
	opacity: 0.9;
	text-align: center;
	/*top: 100%; /* puts itself directly under the preceeding relative positioned element */
	top: -10px;
	left: 0;
	width: 100%;
	height: 1000px;
	transform: scale(1, 0);
	transform-origin: top; /* menu appears from the top instead if center, try and comment this out and see for yourself */
	transition: transform .4s ease-in-out;
}

	#menu ul {
		list-style: none;
	}

	#menu li {
		/*padding: 20px 0px 20px 0px;*/
		padding: 0px 40px 0px 0px;
	}

	#menu a {
		text-decoration: none;
		color: #fff;
		font-family: Roboto-Regular;
		font-size: 20px;
		/*text-transform: uppercase;*/
		opacity: 0;
		transition: opacity .15s ease-in-out;
	}

		#menu a:hover {
			color: #ac9e72;
		}

#menu2 a {
	text-decoration: none;
	color: #fff;
	font-family: Roboto-Regular;
	font-size: 16px;
	text-transform: none;
	background: #000000;
	opacity: 0.9;
	transition: opacity .15s ease-in-out;
}

	#menu2 a:hover {
		color: #ac9e72;
		text-decoration: none;
	}

#nav-toggle:checked + #menu {
	transform: scale(1, 1);
}

#nav-toggle:checked ~ #menu a {
	opacity: 1;
	transition: opacity .25s ease-in-out .35s;
}

/*Drop-Down*/

.nav-item {
	position: relative;
	border-top: 0px solid trandsparent;
	border-bottom: 0px solid trandsparent;
	float: left;
	list-style: none;
	width: 100%;
	color: #fff;
	font-family: Opensans-semibold;
	font-size: 16px;
	/*text-transform: uppercase;*/
	cursor: pointer;
}

.child {
	display: none;
	margin: 0
}

	.child li {
		width: 100%
	}

ul {
	list-style: none;
}

.sub-nav {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sub-nav-item {
	font-family: Opensans-semibold;
	position: relative;
	float: left;
	list-style: none;
	width: 100%;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	cursor: pointer;
}
/*End top menu*/

.w3-center{text-align: center !important}

.w3-left-align {
    text-align: left !important;
}

.w3-right-align {
    text-align: right !important;
}

.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}

.w3-quarter{width:24.99999%}
.w3-third{width:33.33333%}
.w3-half{width:49.99999%}
.w3-whole{width:99.99999%}

/*Animation*/
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom .8s ease-out;
}
.active.fade-bottom2 {
  animation: fade-bottom 1.1s ease-out;
}
.active.fade-bottom3 {
  animation: fade-bottom 1.4s ease-out;
}
.active.fade-bottom4 {
  animation: fade-bottom 1.7s ease-out;
}

.active.fade-left {
  animation: fade-left .8s ease-out;
}
.active.fade-right {
  animation: fade-right .8s ease-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*Animation2 - Auto show .8s*/
.animated {animation: .8s ease-out}
.animated2 {animation: 1.1s ease-out}
.animated3 {animation: 1.4s ease-out}.animated4 {animation: .7s ease-out}

.animated4 {animation: 1.7s ease-out}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
         
.fadeInLeft {
	animation-name: fadeInLeft;
}
         
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
         
.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
         
.fadeInBottom {
	animation-name: fadeInBottom;
}
/*End Animation2 - Auto show*/

/*showig 1 by 1*/
.sw {
  opacity: 0;
  animation: fadeIn 1.5s ease-in both;
}
.sw-2 {
  animation-delay: 0.5s;
}
.sw-3 {
  animation-delay: 0.8s;
}
.sw-4 {
  animation-delay: 1.2s;
}
.sw-5 {
  animation-delay: 1.4s;
}
.sw-6 {
  animation-delay: 2s;
}
.sw-7 {
  animation-delay: 2.4s;
}
.sw-8 {
  animation-delay: 3s;
}


@keyframes fadeIn {
100% {
    opacity: 1;
  }		
}
/*End showing2 1 by 1*/

/*image Border*/
#rcorners1 {
  border-radius: 20px 20px 20px 20px;
}
#rcorners2 {
  border-radius: 30px;
}

@media (max-width:600px){
	body{font-size:16px!important; line-height:24px!important; cursor:auto!important}
	.nav {padding: 10px 0px; font-size: 12px; line-height: 22px;}

	.logo{height:40px}
	.logo2{height:24px; margin-left:10px}

	h1{font-size: 36px; line-height: 46px}
	h2{font-size: 30px; line-height: 34px}
	h3{font-size: 24px; line-height: 34px}
	
	.sub-h2{font-size: 20px; line-height: 30px}
	
	.p1{font-size: 20px; line-height: 30px}
	
	.what-item{flex: 1 0 100%; /* Adjusts layout for smaller screens */; padding:15px 0}
	
	.about-item{flex: 1 0 100%; /* Adjusts layout for smaller screens */; padding:15px 0}

	.banner{height:713px}
	
	.text1 {font-size: 24px; line-height: 34px; top: 40%;}

	.button{width:120px; height:43px; font-size:14px}
	.button2{width:120px; height:43px; font-size:14px}
	.button3{width:100px; height:28px; font-size:10px}
	.button4{/*width:150px;*/ height:45px; font-size:16px}
	.button5{width:170px; height:45px; font-size:15px}
	.button6{width:150px; height:45px; font-size:15px}
	.button7{width:200px; height:45px; font-size:15px}
	
	.menus-button{padding:5px}

	#rcorners1 {
	  border-radius: 10px 10px 10px 10px;
	}
	#rcorners2 {
	  border-radius: 20px;
	}	

	.w3-padding-footer2{font-size:11px}
	
	.footer-link1 {padding:5px 0px; font-size:20px; line-height:30px}

	#contactForm label{font-size: 16px; line-height:30px}
	#contactForm input,select{/*margin-bottom:20px;*/ height:40px; font-size:16px}
	#contactForm textarea{height:150px; font-size:16px}	

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}
	
	.content-container {padding-top:0px!important}
	.content-container2 {padding-top:80px!important}

	.w3-top{height:80px!important}
	.w3-top-1{height:80px!important; padding:0 16px}
	.w3-button3{width:112px; height:32px; font-size:13px; padding:5px 10px; margin-right:30px}
	
	.footer-direction{-webkit-flex-direction:column; flex-direction:column}
	
	.footer-menu{font-size:18px!important; line-height: 36px}
	.footer-menu-link{font-size:15px!important}
	
	.w3-hide-x-small{display:none!important}
	
	.home-padding{padding:20px 16px 30px}
	.home-padding2{padding:20px 0}
	
	.what-padding{padding:20px 0}
	
	.box-home-container{margin: 0px 0px}

/*	.box-padding-home1{padding:0px 20px 0px 20px}*/
	.box-home1{padding:10px 0px 30px 0px; margin-top: 0px; background: none}

	.box-padding-home2{padding:0px 20px 0px 20px; z-index: 999}
	.box-home2{padding:10px 0px 30px 0px; margin-top: 0px; background: none}
	
	.w3-padding{padding:30px 16px}
	.w3-padding2{padding:30px 16px}
	.w3-padding-x{padding:0px 16px}
	.w3-padding-y{padding:10px 0px}
	
	.w3-padding-footer{padding:20px 16px!important}
	.w3-padding-footer2{padding:20px 16px!important}

	.w3-col.xs3{width:24.99999%}
	.w3-col.xs4{width:33.33333%}
	.w3-col.xs6{width:49.99999%}
	.w3-col.xs8{width:66.66666%}
	.w3-col.xs9{width:74.99999%}
	
	.w3-col.xs13{width:30%}
	}

@media (min-width:601px) and (max-width:992px){
	body{font-size:16px!important; line-height:26px!important; cursor:auto!important}
	
	.logo{height:50px}
	.logo2{height:36px; margin-left:10px}
	.footerC {display:-webkit-box; display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; justify-content:space-around}

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}
	
	.content-container {padding-top:0px!important}	
/*	.content-container2 {padding-top:70px!important}	*/
	
	.button3{width:120px; height:45px; font-size:10px}
	
	.w3-button3{margin-right:30px}
	
	.what-item{flex: 1 0 100%; /* Adjusts layout for smaller screens */}
	
	.about-item{flex: 1 0 100%; /* Adjusts layout for smaller screens */}
	
	.menus-button{padding:5px}
	
	.banner{height:600px}
/*	.banner2{height:auto; background:center no-repeat; padding:80px 0px 0px 0px!important}*/

	.w3-top{height:90px!important}
	.w3-top-1{height:90px!important}

	.footer-direction{-webkit-flex-direction:column; flex-direction:column}
	
	.footer-link1 {padding:5px 0px; font-size:20px; line-height:30px}
	
	.w3-hide-small{display:none!important}

	.home-padding{padding:0 10px 40px}
	.home-padding2{padding:40px 0}
		
	.what-padding{padding:40px 0}
	
	.box-home-container{margin: 0px 0px}
/*	.box-padding-home1{padding:0px 40px 0px 40px}*/
	.box-home1{padding:20px 0px 40px 0px; margin-top: 0px; background: none}

	.box-padding-home2{padding:0px 40px 0px 40px; z-index: 999}
	.box-home2{padding:20px 0px 40px 0px; margin-top: 0px; background: none}
	
	.w3-padding{padding:30px 20px}
	.w3-padding2{padding:30px 20px}
	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:10px 0px}

	.w3-padding-footer{padding:20px!important}
	.w3-padding-footer2{padding:20px!important}

	.w3-col.s3{width:24.99999%}
	.w3-col.s4{width:33.33333%}
	.w3-col.s6{width:49.99999%}
	.w3-col.s8{width:66.66666%}
	.w3-col.s9{width:74.99999%}
	
	.w3-col.s13{width:30%}
	}
	
@media (min-width:993px) and (max-width:1472px){
	body{font-size:18px!important; line-height:30px!important; cursor:auto!important}
	
	.w3-top-1{padding:0px 15px}
	.w3-button{padding:10px; font-size:16px}
	.w3-button3{width:140px}
	
	.logo-menu {margin-right: 20px; /* adjust as needed */ margin-top: 5px}
	.logo{height:40px}
	.logo2{height:27px}
	
	.ul2{padding-left:20px}
	
	.footerC {display:-webkit-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap; flex-wrap:wrap;}

/*	h1{font-size:40px; line-height:50px}*/
/*	h2{font-size:30px; line-height:40px}*/

	.banner{height:600px}
	
	#menu a {font-size: 26px}	
	
	.w3-hide-large{display:none!important}
	
	.home-padding{padding:20px 20px 20px 50px}
	.home-padding2{padding:20px 0px 20px 50px}
	
	.what-padding{padding:20px 0px 20px 50px}
	
	.box-padding-home1{padding-right:40px}
	.box-home1{padding:20px 60px; margin-left: 0px; background: none}

	.box-padding-home2{padding-left:40px; z-index: 999}
	.box-home2{padding:20px 60px; margin-right: 0px; background: none}

	.w3-padding{padding:90px 20px}
	.w3-padding2{padding:60px 20px}
	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:30px 0px}

	.w3-padding-footer{padding:70px 20px!important}
	.w3-padding-footer2{padding:10px 20px!important}

	.w3-col.l2{width:16.66666%}
	.w3-col.l3{width:24.99999%}
	.w3-col.l4{width:33.33333%}
	.w3-col.l6{width:49.99999%}
	.w3-col.l8{width:66.66666%}
	.w3-col.l9{width:74.99999%}
	
	.w3-col.l12{width:15.55555%}
	.w3-col.l13{width:30%}
	.w3-col.l14{width:40%}
	.w3-col.l15{width:60%}
	}
	
@media (min-width:1473px){
	.logo-menu {margin-right: 50px; /* adjust as needed */ margin-top: 5px}
	.logo{height:44px}
	.logo2{height:33px}
	.footerC {display:-webkit-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap; flex-wrap:wrap}
	
	.w3-top-1{padding:0 30px!important}
	.ul2{padding:0!important}
	
	.w3-hide-x-large{display:none!important}

	.home-padding{padding:20px 20px 20px 16.66%}
	.home-padding2{padding:0 0 0 100px}
	
	.what-padding{padding:0 0 0 100px}
	
	.box-padding-home1{padding-right:8.33%}
	.box-home1{padding:60px; margin-left: 0; background: none}

	.box-padding-home2{padding-left:8.33%; z-index: 999}
	.box-home2{padding:60px; margin-right: 0; background: none}
	
	.w3-padding{padding:90px 16.66%}
	.w3-padding2{padding:60px 16.66%}
	.w3-padding-x{padding:0px 16.66%}
	.w3-padding-y{padding:30px 0px}

	.w3-padding-footer{padding:70px 16.6%!important}
	.w3-padding-footer2{padding:10px 16.6%!important}

	.w3-col.xl2{width:16.66666%}
	.w3-col.xl3{width:24.99999%}
	.w3-col.xl4{width:33.33333%}
	.w3-col.xl6{width:49.99999%}
	.w3-col.xl8{width:66.66666%}
	.w3-col.xl9{width:74.99999%}
	
	.w3-col.xl12{width:15.55555%}
	.w3-col.xl13{width:30%}
	.w3-col.xl14{width:40%}
	.w3-col.xl15{width:60%}
	}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('fonts/RobotoCondensed-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed-Medium';
    src: url('fonts/RobotoCondensed-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter-Regular';
    src: url('fonts/Inter-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}


#elevator_item {
width: 63px;
height: 63px;
position: fixed;
right: 0px;
bottom: 0px;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
opacity: 1;
z-index: 100020;
display: none;
}
#elevator_item.off {
opacity: 0;
visibility: hidden
}
#elevator {
display: block;
width: 63px;
height: 63px;
background: url(images/iconTop.webp) center center no-repeat;
background-color: #000000;
background-color: rgba(0,0,0,.6);
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,.2);
cursor: pointer;
margin-bottom: 10px
}
#elevator:hover {
background-color: rgba(0,0,0,.7)
}
#elevator:active {
background-color: rgba(0,0,0,.75)
}