﻿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:18px; 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:#73b14c}

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:#73b14c}

.bold{font-family:Roboto-Bold}
.bold2{font-family:Opensans-semibold}
.white{color:#ffffff}

.nav {padding: 30px 0px; font-size: 16px; line-height: 26px; color: #ffffff}

hr{width:95%; color:#dbdbdb; height:1px}

h1{font-family:Montserrat-Bold;font-size:48px; line-height:60px; color:#ffffff; font-weight:700; text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px}
h2{font-family:Roboto-Bold;font-size:32px; line-height:40px; color:#000000; font-weight:700}
h3{font-family:Roboto-Bold;font-size:48px; line-height:60px; color:#000000; font-weight:700}
h4{font-family:Roboto-Regular;font-size:22px; line-height:26px; color:#ffffff; font-weight:700; margin:0}
/*h5{font-family:Inter-Regular;font-size:30px; line-height:36px; color:#000000; font-weight:700}*/
h5{font-family:Roboto-Regular;font-size:30px; line-height:36px; color:#000000; font-weight:700}
h6{font-family:Roboto-Regular;font-size:24px; line-height:36px; color:#000000; font-weight:700}
h7{font-family:Roboto-Regular;font-size:30px; line-height:40px; color:#000000; font-weight:700}

.sub-h1{font-family:Roboto-Regular;font-size:18px; line-height:30px; color:#ffffff; font-weight:400}

.p1{font-family:Roboto-Regular; font-size:16px; line-height:24px}
.p2{font-family:Roboto-Regular; font-size:24px; line-height:30px}
.p3{font-family:Montserrat-Regular; font-size:24px; line-height:36px; font-weight:700; margin-top:0}
.p4{font-family:Roboto-Regular; font-size:17px; line-height:20px; font-weight:400}
.p5{font-size:20px; line-height:30px}
.p6{font-size:20px; line-height:24px; font-weight:700}
.p7{font-size:20px; line-height:36px}
.p8{font-size:36px; line-height:48px}
.p9{font-size:16px; line-height:24px}
.p10{font-size:24px; line-height:36px}

.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}

.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 */}
.banner-padding{padding:60px 9%}
.banner2{height:auto; background:center no-repeat; padding:120px 0px 0px 0px!important}

.home-help-item {
  display: flex;
  flex-direction: column; /* Ensure the box-padding and image are stacked */
  justify-content: space-between; /* Ensure space is distributed evenly */
  height: 100%; /* Ensure it takes the full height available */
}
.home-help-item img{width:100%}
.home-help-item .w3-col {
  display: flex;
  flex-direction: column;
}
/* Add the hover effect for the image */
.home-help-item a img {
    transition: filter 0.3s ease;  /* Smooth transition for the filter */
}

/* When hovered, change to black */
.home-help-item a img:hover {
    filter: grayscale(100%) brightness(0%);
}

.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: #73b14c;
}

.newsletter{position:relative; margin-top:0px;}
.newsletter-container{display:-webkit-box; display:-webkit-flex; display:flex; align-items:stretch; -webkit-align-items:stretch; -webkit-flex-wrap:wrap; flex-wrap:wrap}
.newsletter-item{display:-webkit-box; display:-webkit-flex; display:flex; align-items:stretch; -webkit-align-items:stretch; -webkit-flex-wrap:wrap; flex-wrap:wrap; justify-content:center; -webkit-justify-content:center; padding:0px}
.newsletter-item img{width:100%; max-width: 80px}
.newsletter-item a{padding:0px 10px 40px 10px; font-family:opensans-regular, Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; color:#000000; text-decoration:underline; text-align:center}
.newsletter-item a:hover{color:#73b14c; text-decoration:none}

.annual{position:relative; margin-top:0px;}
.annual-container{display:-webkit-box; display:-webkit-flex; display:flex; align-items:stretch; -webkit-align-items:stretch; -webkit-flex-wrap:wrap; flex-wrap:wrap}
.annual-item{display:-webkit-box; display:-webkit-flex; display:flex; align-items:stretch; -webkit-align-items:stretch; -webkit-flex-wrap:wrap; flex-wrap:wrap; justify-content:center; -webkit-justify-content:center; padding:0px}
.annual-item img{width:100%; max-width: 80px}
.annual-item a{padding:0px 10px 40px 10px; font-family:opensans-regular, Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; color:#000000; text-decoration:underline; text-align:center}
.annual-item a:hover{color:#73b14c; text-decoration:none}

.team{padding:10px 20px}

/* 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: Roboto-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: 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);
	}

.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; border-radius:10px; background:#73b14c; width:185px; height:50px; font-family:Roboto-Regular; font-size:16px; color:#ffffff; cursor:pointer; font-weight:700}
.button:hover{background: #000000; color:#73b14c; transition: 0.3s}
*/
.button {border: none; border-radius: 10px; background: #73b14c; width: 185px; height: 50px; font-family: Roboto-Bold; font-size: 16px; color: #ffffff; cursor: pointer; font-weight: 700; transition: 0.3s; background-size: 200% 100%; /* Double the background width */ background-position: left; /* Start position */ background-image: linear-gradient(to right, #73b14c 50%, #000000 50%);}
.button:hover {background-position: right; /* Shift background to the right */ color: #73b14c; /* Change text color */ transition: background-position 0.3s ease, color 0.3s ease;}
.button2 {border: none; border-radius: 10px; background: #73b14c; width: 185px; height: 50px; font-family: Roboto-Bold; font-size: 16px; color: #ffffff; cursor: pointer; font-weight: 700; transition: 0.3s; background-size: 200% 100%; /* Double the background width */ background-position: left; /* Start position */ background-image: linear-gradient(to right, #73b14c 50%, #ffffff 50%);}
.button2:hover {background-position: right; /* Shift background to the right */ color: #000000; /* Change text color */ transition: background-position 0.3s ease, color 0.3s ease;}

.footer {background:#3d3d3d; font-size:18px; line-height:26px; color:#ffffff}

.footer-menu-container{-webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap; flex-wrap:wrap}
.footer-menu{border:none;display:inline-block;padding:0px 0px 0px 0px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Montserrat-Bold; font-size:20px; line-height:45px;color:#ffffff; background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
a.footer-menu:hover{color:#73b14c}
.footer{font-family:Roboto-Regular; font-size:12px; line-height:24px;color:#ffffff}
a.footer:hover{color:#73b14c}
.footer-menu-link{padding:0px 0px 0px 10px; font-family:Roboto-Regular; font-size: 16px; color: #ffffff; font-weight:700; text-decoration:none; line-height:30px}
a:hover.footer-menu-link{text-decoration:none; color: #73b14c}

.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:110px; z-index:9999; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); /* 从黑色到白色的渐变 */; -webkit-justify-content:center; justify-content:center}

.w3-top-1{width:100%; height:70px; 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-button{border:none;display:inline-block;padding:10px 15px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Roboto-Regular; font-size:16px; line-height:32px;color:#ffffff;text-align:center;white-space:nowrap}
a:hover.w3-button{color:#73b14c;text-decoration:none;}
.w3-button2{border:none;display:inline-block;padding:10px 30px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Roboto-Regular; font-size:15px; line-height:32px;color:#ffffff;text-align:center;white-space:nowrap}
a:hover.w3-button2{color:#000000;text-decoration:none;}
.w3-button2a{border:none;display:inline-block;padding:0px 30px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Roboto-Regular; font-size:15px; line-height:32px;color:#ffffff;text-align:center;white-space:nowrap}
a:hover.w3-button2a{color:#73b14c;text-decoration:none;}
/*
.w3-button3{border:none;border-radius:10px; display:inline-block;padding:10px 20px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Roboto-Regular; font-size:16px; width:150px;color:#ffffff;text-align:center;white-space:nowrap; background:#73b14c}
a:hover.w3-button3{background: #000000; color:#73b14c;text-decoration:none; transition: 0.3s}
*/
.w3-button3 {border: none; border-radius: 10px; display: inline-block; padding: 10px 20px; vertical-align: middle; overflow: hidden; text-decoration: none; font-family: Roboto-Bold; font-size: 16px; width: 150px; color: #ffffff; text-align: center; white-space: nowrap; background: linear-gradient(to right, #73b14c 50%, #000000 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: #73b14c; /* 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: #73b14c; width:100%;}
.ul2{list-style: none;margin: 0;}

/* top menu */
.nav-toggle {
	display: none;
}

/* STYLING/POSITIONING THE MENU */
.nav-toggle-label {
	z-index: 9999999;
	position: absolute;
	top: 0px;
	/*left: 30px;*/
	right: 0px;
	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: #373737;
	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: #73b14c;
		}

#menu2 a {
	text-decoration: none;
	color: #fff;
	font-family: Roboto-Regular;
	font-size: 16px;
	text-transform: none;
	opacity: 0;
	background: #373737;
	opacity: 0.85;
	transition: opacity .15s ease-in-out;
}

	#menu2 a:hover {
		color: #73b14c;
		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:14px!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: 38px; line-height: 48px}
	h2{font-size: 24px; line-height: 34px}
	h3{font-size: 24px; line-height: 34px}
	h4{font-size: 18px; line-height: 26px}
	h5{font-size: 24px; line-height: 34px}
	h6{font-size: 20px; line-height: 30px}
	h7{font-size: 24px; line-height: 38px}
	.p2{font-size: 18px; line-height: 26px}
	.p3{font-size: 16px; line-height: 24px}
	.p4{font-size: 16px; line-height: 26px}
	.p5{font-size: 16px; line-height: 26px}
	.p6{font-size: 18px; line-height: 28px}
	.p8{font-size: 18px; line-height: 28px}
	.p10{font-size: 16px; line-height: 26px}
	
	.team{padding:10px}
	.team1{padding:10px 10px 0px 0px}
	.team2{padding:10px 0px 0px 10px}
	
	.sub-h1{text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px}

	.text1 {font-size: 24px; line-height: 34px; top: 40%;}

/*	.button{width:120px; font-size:11px}*/
	.button2{width:120px; height:30px; font-size:11px}	

	#rcorners1 {
	  border-radius: 10px 10px 10px 10px;
	}
	#rcorners2 {
	  border-radius: 20px;
	}	

	.footerC {display:-webkit-box; display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; justify-content:space-around}
	.footer {font-size:11px; line-height:26px}

	#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}
	.directionV-S{-webkit-flex-direction:column; flex-direction:column}
	.directionV-M{-webkit-flex-direction:column; flex-direction:column}
	
	.content-container {padding-top:0px!important}

	.banner-cursor{width:40px}
			
	.banner2{height:auto; background:center no-repeat; padding:55px 0px 0px 0px!important}
	
	.box-padding{padding:20px}
	.box-padding2{padding:15px 0px}
	.box-padding3{padding:15px 0px}

	.w3-top{height:70px!important}
	.w3-top-1{height:70px!important; padding:0 10px}
	.w3-button3{width:120px}
	
	.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}
	
	.banner-padding{padding:30px 20px 20px 20px}
	
	.home-padding{padding:20px}
	.home-padding2{padding:20px}
	
	.w3-padding{padding:30px 20px}
	.w3-padding2{padding:30px 20px}
	.w3-padding3{padding:30px}
	.w3-padding3a{padding:30px 50px}
	.w3-padding3-x{padding:0px 30px 30px}
	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:30px 0px}
	
	.w3-padding-footer{padding:20px!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}
	.nav {padding: 10px 0px; font-size: 12px; line-height: 22px;}		

/*	h1{font-size: 60px!important; line-height: 70px!important}*/
	h2{font-size: 40px!important; line-height: 50px!important}
	h3{font-size: 30px!important; line-height: 40px!important}
	.p2{font-size: 18px; line-height: 28px}
	.p3{font-size: 18px; line-height: 38px}
	.p8{font-size: 30px; line-height: 36px}
	.p10{font-size: 18px; line-height: 28px}

	.sub-h1{text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px}
	
	.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}
	.directionV-S{-webkit-flex-direction:column; flex-direction:column}
	.content-container {padding-top:0px!important}	
	
	.banner-cursor{width:50px}
	
	.banner2{height:auto; background:center no-repeat; padding:80px 0px 0px 0px!important}
	
	.box-padding{padding:30px}
	.box-padding2{padding:20px 0px}
	.box-padding3{padding:20px 0px}

	.w3-top{height:80px!important}
	.w3-top-1{height:80px!important}

	.footer-direction{-webkit-flex-direction:column; flex-direction:column}
	
	.w3-hide-small{display:none!important}

	.home-padding{padding:40px}
	.home-padding2{padding:40px}
	
	.banner-padding{padding:30px 20px 20px 20px}
	.w3-padding{padding:30px 20px}
	.w3-padding2{padding:30px 20px}
	.w3-padding3{padding:30px}
	.w3-padding3a{padding:40px}
	.w3-padding3-x{padding:0px 30px 30px}
	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:30px 0px}

	.w3-padding-footer{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:1440px){
	body{font-size:18px!important; line-height:30px!important; cursor:auto!important}
	
	.w3-top-1{padding:0px 20px 0px 20px}
	.w3-button{padding:10px 15px}
	
	.logo{height:60px}
	.logo2{height:48px; margin-left:10px}
	.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}*/
	.p2{font-size:20px; line-height:30px}
	
	.text1 {font-size: 24px; line-height: 34px;}
	.banner-cursor{width:50px}

	.banner{height:600px}
	.banner-padding{padding:60px 20px}
	
	.box-padding{padding:40px 0 40px 40px}
	.box-padding2{padding:0px 0px 0px 40px}
	.box-padding3{padding:0px 40px 0px 0px}
	
	#menu a {font-size: 26px}	
	
	.w3-hide-large{display:none!important}
	
	.home-padding{padding:60px 100px 60px 0px}
	.home-padding2{padding:60px 60px 60px 100px}

	.w3-padding{padding:60px 20px}
	.w3-padding2{padding:60px 20px}
	.w3-padding3{padding:60px 20px}
	.w3-padding3a{padding:60px}
	.w3-padding3-x{padding:0px 20px 20px}
	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:60px 0px}

	.w3-padding-footer{padding:60px 20px 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:1441px){	
	.logo{height:70px}
	.logo2{height:48px; margin-left:10px}
	.footerC {display:-webkit-flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap; flex-wrap:wrap}

	.owl-carousel .owl-nav .nav-btn.prev-slide {left: 10px; /* Adjust as needed */}
    .owl-carousel .owl-nav .nav-btn.next-slide {right: 10px; /* Adjust as needed */}
	
	.box-padding{padding:40px 0 40px 40px}
	.box-padding2{padding:0px 0px 0px 100px}
	.box-padding3{padding:0px 220px 0px 0px}

	hr{width:80%}
	
	.w3-top-1{padding:0 9%!important}
	.ul2{padding:0!important}
	
	.w3-hide-x-large{display:none!important}

	.home-padding{padding:60px 100px 60px 0px}
	.home-padding2{padding:60px 60px 60px 100px}
	
	.w3-padding{padding:90px 16.66%}
	.w3-padding2{padding:60px 5%}
	.w3-padding3{padding:90px 9% 90px 9%}
	.w3-padding3{padding:90px 9% 90px 9%}
	.w3-padding3a{padding:90px 9% 90px 9%}
	.w3-padding3-x{padding:0px 9% 90px 9%}
	.w3-padding-x{padding:0px 16.66%}
	.w3-padding-y{padding:60px 0px}

	.w3-padding-footer{padding:60px 9% 20px 9%!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: 'Roboto-Medium';
    src: url('fonts/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.otf');
    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)
}