﻿html {
	box-sizing: border-box;
	height: 100%;
}

*, *:before, *:after {
	box-sizing: inherit
}

body {
	margin: 0;
	height: 100%;
	background: #ffffff;
	font-family: inter, Arial, Helvetica, sans-serif;
	color: #1e1e1e;
	font-size: 17px;
	line-height: 30px
}

form {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

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: underline
}

a:active.w3-text2 {
	color: inherit;
	text-decoration: underline
}

a:visited.w3-text2 {
	color: inherit;
	text-decoration: underline
}

a:hover.w3-text2 {
	text-decoration: none
}

a:link.w3-text3 {
	color: #005d8c;
	text-decoration: underline
}

a:active.w3-text3 {
	color: #005d8c;
	text-decoration: underline
}

a:visited.w3-text3 {
	color: #005d8c;
	text-decoration: underline
}

a:hover.w3-text3 {
	text-decoration: none
}

h1 {
	font-family: Judson;
	font-size: 40px;
	line-height: 30px;
	color: #005d8c;
	font-weight: 400
}

h2 {
	font-family: Judson;
	font-size: 32px;
	line-height: 30px;
	color: #005d8c;
	font-weight: 400
}

h3 {
	font-family: Judson;
	font-size: 36px;
	line-height: 30px;
	color: #000000;
	font-weight: 400
}

h4 {
	font-family: inter;
	font-size: 2em;
	line-height: 1.5em;
	color: #005d8c;
	font-weight: 700
}

.p1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500
}

.bold {
	font-weight: bold
}

.blue {
	color: #005d8c;
}

.banner-p {
	font-family: Judson;
	font-size: 96px;
	line-height: 80px;
	color: #005d8c;
	font-weight: 400;
	margin: 0
}

.banner-t {
	font-family: Judson;
	font-size: 60px;
	line-height: 60px;
	color: #005d8c;
	font-weight: 400;
	margin-top: 120px
}

.banner-f {
	font-family: Judson;
	font-size: 64px;
	line-height: 80px;
	color: #005d8c;
	font-weight: 400
}

.banner-home {
	background: url(images/banner-home.webp) center bottom no-repeat;
	background-size: cover
}

.flex-container-home {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	width: 100%
}

.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-left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.content-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.content-container {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-top: 0px
}

.home-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

/* Products - image mouseover */
.container1 {
	position: relative;
	width: 100%;
	border-radius: 30px;
}

.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: YesevaOne, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 70px;
	position: absolute;
	top: 80%;
	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: #333333;
	/*text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px black;*/
}

.text2 {
	color: #333333;
	font-family: YesevaOne, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 70px;
	position: absolute;
	top: 80%;
	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 .text2 {
	color: white;
	/*text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px black;*/
}

.text3 {
	color: #497655;
	font-family: YesevaOne, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 70px;
	position: absolute;
	top: 76%;
	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 .text3 {
	color: #333333;
	/*text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px black;*/
}

.text4 {
	color: #333333;
	font-family: YesevaOne, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 70px;
	position: absolute;
	top: 76%;
	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 .text4 {
	color: #497655;
	/*text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px black;*/
}


.text5 {
	color: #ffffff;
	font-family: YesevaOne, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 70px;
	position: absolute;
	top: 78%;
	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 .text5 {
	color: #f2c341;
	text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px black;
}

.text6 {
	color: #ffffff;
	font-family: YesevaOne, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 70px;
	position: absolute;
	top: 70%;
	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 .text6 {
	color: #f2c341;
	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);
	}

.geeks2 {
	width: 100%;
	/*	height: 100%;*/
	overflow: hidden;
	margin: 0 auto;
}

	.geeks2 img {
		width: 100%;
		transition: 0.5s all ease-in-out;
	}

	.geeks2:hover img {
		transform: scale(1.1);
	}

.g-recaptcha {
	margin: 25px 0px
}

.enquiry-container {
	min-width: 320px;
	width: 100%;
	margin-top: 0px;
	background: inherit
}

	.enquiry-container .form {
		padding: 30px 0px
	}

#contactForm label {
	display: block;
	font-family: inter, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 30px
}

#contactForm input, select {
	padding-left: 10px;
	margin-bottom: 10px;
	border: none;
	display: block;
	width: 100%;
	max-width: 430px;
	height: 35px;
	font-family: inter, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #f4f4f4
}

#contactForm textarea {
	display: block;
	width: 100%;
	max-width: 430px;
	height: 200px;
	font-family: inter, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding: 10px;
	margin-bottom: 10px;
	border: none;
	background-color: #f4f4f4
}

#contactForm .hidetext {
	display: none;
	visibility: hidden
}

.contactForm label {
	display: block;
	font-family: inter, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 30px
}

.contactForm .input, select {
	padding-left: 10px;
	margin-bottom: 10px;
	border: none;
	display: block;
	width: 100%;
	max-width: 430px;
	height: 35px;
	font-family: inter, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #f4f4f4
}

.contactForm textarea {
	display: block;
	width: 100%;
	max-width: 430px;
	height: 200px;
	font-family: inter, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding: 10px;
	margin-bottom: 10px;
	border: none;
	background-color: #f4f4f4
}

.contactForm .hidetext {
	display: none;
	visibility: hidden
}

.contact-form-item {
	width: 100%;
	padding: 10px 0px
}

.form {
	width: 100%;
	max-width: 700px;
}

	.form label {
		display: inline-block;
	}

	.form .input {
		display: block;
		border: none;
		padding: 0px 10px;
		background: #f4f4f4;
		width: 100%;
		height: 2.5em;
		font-family: inherit;
		font-size: inherit;
	}

	.form .textarea {
		display: block;
		border: none;
		padding: 10px;
		background: #f4f4f4;
		width: 100%;
		height: 10em;
		font-family: inherit;
		font-size: inherit;
	}

.inputQ {
	display: block;
	border: 1px #000000 solid;
	width: 60px;
	height: 1.5em;
	font-family: inherit;
	font-size: inherit;
}

.grid-container {
	display: inline-grid
}

.grid-item {
	padding: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.grid-item3 {
	padding: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.grid-2 {
	grid-template-columns: auto auto;
}

.grid-3 {
	grid-template-columns: auto auto auto;
}

.grid-4 {
	grid-template-columns: auto auto auto auto;
}

.grid-5 {
	grid-template-columns: auto auto auto auto auto;
}

.grid-6 {
	grid-template-columns: auto auto auto auto auto auto;
}

.grid-7 {
	grid-template-columns: auto auto auto auto auto auto auto;
}

.reportDetail-container {
    display: inline-grid;
    grid-template-columns: auto auto;
}

.reportDetail-item {
    padding: 5px;
}

details summary::-webkit-details-marker {
	display: none
}

details summary {
	width: 100%;
	position: relative;
	cursor: pointer;
	list-style: none;
	outline: 0
}

details .summaryContent {
	padding: 10px 0px
}

	details .summaryContent span {
		padding-left: 50px
	}

	details .summaryContent:after {
		content: "\f067";
		position: absolute;
		top: 10px;
		left: 5px;
		font-family: FontAwesome;
		font-size: inherit;
		width: 1.5em;
		height: 1.5em;
		text-align: center;
		transform-origin: center;
		transition: 200ms linear
	}

details[open] .summaryContent:after {
	transform: rotate(45deg)
}

.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: #d91b5c;
	color: #ffffff;
	padding: 0px;
	margin: 20px 0px;
	width: 350px;
	height: 70px;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.6s
}

	.button:hover {
		background: #005d8c
	}

.button2 {
	border: none;
	background: #d91b5c;
	color: #ffffff;
	padding: 0px;
	margin: 20px 0px;
	width: 160px;
	height: 55px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.6s
}

	.button2:hover {
		background: #005d8c
	}

.button3 {
	border: none;
	background: #d91b5c;
	color: #ffffff;
	padding: 0px;
	margin: 20px 0px;
	width: 220px;
	height: 55px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.6s
}

	.button3:hover {
		background: #005d8c
	}

.button4 {
	border: none;
	background: #d91b5c;
	color: #ffffff;
	padding: 0px;
	margin: 20px 10px;
	width: 160px;
	height: 55px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.6s
}

	.button4:hover {
		background: #005d8c
	}

.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-l-20 {
	padding: 0px 0px 0px 20px
}

.w3-padding-r-20 {
	padding: 0px 20px 0px 0px
}

.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;
	background: transparent;
	-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
}
/*top Menu*/
.top1 {
	background: none;
	transition: 0.6s
}

.top2 {
	background: rgba(255, 255, 255, 0.7);
	transition: 0.6s
}

.footer-item {
	font-size: 15px
}

.w3-button {
	display: inline-block;
	border: none;
	background: #d91b5c;
	color: #ffffff;
	padding: 10px;
	width: 160px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.6s
}

	.w3-button:hover {
		background: #005d8c
	}

.w3-buttonP {
	border: none;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	transition: 0.6s
}

.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-bottom5 {
	animation: fade-bottom 2.0s ease-out;
}

.active.fade-bottom6 {
	animation: fade-bottom 2.3s ease-out;
}

.active.fade-bottom7 {
	animation: fade-bottom 2.6s 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: 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: 50px;
}

#rcorners2 {
	border-radius: 40px;
}

#rcornersR {
	border-radius: 45px 242px 45px 45px;
}

#rcornersL {
	border-radius: 242px 45px 45px 45px;
}
/*End image Border*/

@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 {
		max-width: 128px !important
	}

	.w3-button {
		width: 110px;
		font-size: 14px;
		padding: 0px 5px
	}

	.logo-f {
		max-width: 180px
	}

	h1 {
		font-size: 32px;
		line-height: 30px
	}

	h2 {
		font-size: 24px;
		line-height: 30px
	}

	h3 {
		font-size: 36px;
		line-height: 42px
	}

	h4 {
		font-size: 1.5em;
		line-height: 1.5em;
	}

	.p1 {
		font-size: 18px;
		line-height: 1.5em;
	}

	.home-p {
		font-size: 14px;
		line-height: 24px;
		font-weight: 500;
		font-family: inter-Medium
	}

	.container1 {
		border-radius: 20px
	}

	.text1 {
		font-size: 24px;
		line-height: 34px
	}

	.text2 {
		font-size: 24px;
		line-height: 34px
	}

	.text3 {
		font-size: 24px;
		line-height: 34px
	}

	.text4 {
		font-size: 24px;
		line-height: 34px
	}

	.button {
		width: 145px;
		height: 45px;
		font-size: 14px
	}

	.button2 {
		width: 160px;
		height: 55px;
		font-size: 14px
	}

	.button3 {
		width: 220px;
		height: 55px;
		font-size: 16px
	}

	.button4 {
		width: 140px;
		height: 50px;
		font-size: 14px
	}

	#rcorners1 {
		border-radius: 30px
	}

	#rcorners2 {
		border-radius: 20px
	}

	#rcornersR {
		border-radius: 20px 100px 20px 20px
	}

	#rcornersL {
		border-radius: 100px 20px 20px 20px
	}

	#contactForm label {
		font-size: 16px;
		line-height: 30px
	}

	#contactForm input, select {
		height: 40px;
		font-size: 16px
	}

	#contactForm textarea {
		height: 150px;
		font-size: 16px
	}

	.contactForm label {
		font-size: 16px;
		line-height: 30px
	}

	.contactForm .input, select {
		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:70px!important}*/

	.banner-home {
		height: 600px;
		background: url(images/banner-homeM.webp) center no-repeat;
		background-size: cover
	}

	.banner-home-padding {
		padding: 20px 50px;
		height: 325px
	}

	.banner-p {
		font-size: 40px;
		line-height: 40px;
		max-width: 250px;
		margin-top: revert
	}

	.flex-container-home {
		display: flex;
		align-content: center;
		align-items: flex-end;
		justify-content: flex-end;
		height: 100%;
		width: 100%
	}

	.banner {
		height: 150px
	}

	.banner-padding {
		padding: 20px 20px 20px 50px;
		height: 150px; /*border-radius:128px 0 0*/
	}

	.banner-t {
		font-size: 30px;
		line-height: 30px;
		margin-top: 90px
	}

	.flex-container-footer {
		align-content: center;
		align-items: flex-end;
		justify-content: flex-end;
		height: 100%;
		width: 100%
	}

	.banner-footer {
		height: 351px
	}

	.banner-footer-padding {
		/*padding: 20px 20px 20px 60px;*/
		height: 306px; /*border-radius:128px 0 0*/
	}

	.banner-f {
		font-size: 36px;
		line-height: 95px;
		margin-bottom: 5px
	}

	/*	.w3-top{height:165px!important}*/
	.w3-top-1 { /*height:165px!important;*/
		padding: 0 10px
	}

	.footer-item {
		font-size: 13px
	}

	.footer-direction {
		-webkit-flex-direction: column;
		flex-direction: column
	}

	.w3-hide-x-small {
		display: none !important
	}

	.w3-paddingH {
		padding: 0px 20px
	}

	.w3-padding {
		padding: 30px 20px
	}

	.w3-padding-x {
		padding: 0px 20px
	}

	.w3-padding-y {
		padding: 0px 0px
	}

	.w3-padding-footer {
		padding: 15px 10px !important
	}

	.w3-col.xs2 {
		width: 16.66666%
	}

	.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%
	}
}

@media (min-width:601px) and (max-width:992px) {
	body {
		font-size: 18px !important;
		line-height: 30px !important;
		cursor: auto !important
	}

	.nav {
		padding: 10px 0px;
		font-size: 12px;
		line-height: 22px;
	}

	.pf {
		font-size: 14px;
		line-height: 26px
	}

	h1 {
		font-size: 60px !important;
		line-height: 70px !important
	}

	h2 {
		font-size: 50px !important;
		line-height: 40px !important
	}

	h3 {
		font-size: 54px !important;
		line-height: 50px !important
	}

	h4 {
		font-size: 1.5em;
		line-height: 1.5em;
	}

	.p1 {
		font-size: 18px;
		line-height: 1.5em;
	}

	.container1 {
		border-radius: 30px
	}

	.text3 {
		font-size: 28px;
		line-height: 58px;
		top: 75%
	}

	.text4 {
		font-size: 28px;
		line-height: 58px;
		top: 75%
	}

	.button {
		width: 200px;
		height: 45px;
		font-size: 18px
	}

	.logo-f {
		max-width: 250px
	}

	.directionR {
		-webkit-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.directionV-S {
		-webkit-flex-direction: column;
		flex-direction: column
	}

	.home-item {
		display: flex;
		flex-wrap: wrap;
		justify-content: center !important;
		align-items: center
	}

	#rcornersR {
		border-radius: 30px 212px 30px 30px
	}

	#rcornersL {
		border-radius: 212px 30px 30px 30px
	}

	.banner-home {
		height: 335px
	}

	.banner-home-padding {
		padding: 30px 60px;
		height: 335px; /*border-radius:104px 0 0 38px*/
	}

	.banner-p {
		font-size: 60px;
		line-height: 60px;
		max-width: 370px;
		margin-top: auto
	}

	.banner {
		height: 173px
	}

	.banner-padding {
		padding: 30px 30px 30px 80px;
		height: 173px; /*border-radius:128px 0 0*/
	}

	.banner-t {
		font-size: 48px;
		line-height: 48px;
		max-width: 370px;
	}

	.banner-footer {
		height: 173px
	}

	.banner-footer-padding {
		padding: 30px 30px 30px 80px;
		height: 173px; /*border-radius:128px 0 0*/
	}

	.banner-f {
		font-size: 50px;
		line-height: 50px
	}

	.w3-hide-small {
		display: none !important
	}

	.footer-direction {
		-webkit-flex-direction: column;
		flex-direction: column
	}

	.w3-paddingH {
		padding: 0px 20px
	}

	.w3-padding {
		padding: 30px 20px
	}

	.w3-padding-x {
		padding: 0px 20px
	}

	.w3-padding-y {
		padding: 0px 0px
	}

	.w3-padding-footer {
		padding: 15px 20px !important
	}

	.w3-col.s2 {
		width: 16.66666%
	}

	.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%
	}
}

@media (min-width:993px) and (max-width:1440px) {
	body {
		font-size: 20px !important;
		line-height: 30px !important;
		cursor: auto !important
	}

	.w3-button {
		font-size: 15px;
		padding: 10px 9px
	}

	#rcornersR {
		border-radius: 40px 170px 40px 40px
	}

	#rcornersL {
		border-radius: 170px 40px 40px 40px
	}

	.banner-home {
		height: 595px
	}

	.banner-home-padding {
		padding: 60px 10%;
		height: 595px; /*border-radius:208px 0 0 67px*/
	}

	.banner-p {
		max-width: 570px
	}

	.banner {
		height: 220px
	}

	.banner-padding {
		padding: 30px 9%;
		height: 220px; /*border-radius:417px 0 0*/
	}

	.banner-footer {
		height: 308px
	}

	.banner-footer-padding {
		padding: 60px 9%;
		height: 308px; /*border-radius:417px 0 0*/
	}

	.w3-hide-large {
		display: none !important
	}

	.home-p {
		max-width: 560px
	}

	.w3-paddingH {
		padding: 0 0 0 40px
	}

	.w3-padding {
		padding: 60px 20px
	}

	.w3-padding-x {
		padding: 0px 20px
	}

	.w3-padding-y {
		padding: 60px 0px
	}

	.w3-padding-footer {
		padding: 30px 20px !important
	}

	.w3-padding-footer2 {
		padding: 0px 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.l10 {
		width: 45%
	}
}

@media (min-width:1441px) {
	.banner-home {
		height: 835px
	}

	.banner-home-padding {
		padding: 60px 9%;
		height: 835px; /*border-radius:417px 0 0 133px*/
	}

	.banner-p {
		max-width: 670px
	}

	.banner {
		height: 220px
	}

	.banner-padding {
		padding: 30px 14%;
		height: 220px; /*border-radius:417px 0 0*/
	}

	.banner-footer {
		height: 432px
	}

	.banner-footer-padding {
		padding: 60px 14%;
		height: 432px; /*border-radius:417px 0 0*/
	}

	.home-p {
		max-width: 560px
	}

	.w3-hide-x-large {
		display: none !important
	}

	.w3-padding {
		padding: 60px 16.66%
	}

	.w3-padding-x {
		padding: 0px 16.66%
	}

	.w3-padding-y {
		padding: 60px 0px
	}

	.w3-paddingH {
		padding: 0 0 0 60px
	}

	.w3-padding-footer {
		padding: 30px 16.66% !important
	}

	.w3-col.xl1 {
		width: 14.99999%
	}

	.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.xl10 {
		width: 45%
	}
}

@font-face {
	font-family: 'inter';
	src: url('fonts/Inter-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'inter-Medium';
	src: url('fonts/Inter-Medium.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Judson-Bold';
	src: url('fonts/Judson-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Judson';
	src: url('fonts/Judson-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;
	color: #000000; /*#000000*/
	background-color: rgba(0,0,0,.6); /*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)
	}
