﻿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: Inter-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:#cf2b2b}

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:underline}

a:link.w3-text4 {color:inherit; text-decoration:underline}
a:active.w3-text4 {color:inherit; text-decoration:underline}
a:visited.w3-text4 {color:inherit; text-decoration:underline}
a:hover.w3-text4 {text-decoration:none;color:#cf2b2b}

.white{color:#ffffff}
.black{color:#000000}
.bold{font-family:Inter-Bold}

.nav {padding: 30px 0px; font-size: 16px; line-height: 26px; color: #ffffff}

h1{text-shadow: 0 1px 2px rgba(0,0,0,0.35);font-family:Inter-Bold;font-size:64px; line-height:74px; color:#ffffff; font-weight:700; margin:0px 0px 0px 0px}
/*text-shadow: 1px 1px 1px black, 0 0 8px black, 0 0 2px black;
text-shadow: 0 1px 0 rgba(0,0,0,0.65);
*/
h2{font-family:Inter-Bold;font-size:36px; line-height:50px; color:#000000; font-weight:400; margin:0px 0px}
h3{font-family:Inter-Bold;font-size:36px; line-height:50px; color:#000000; font-weight:400; margin:0px 0px}

.t1{font-size:48px; line-height:58px; font-weight:700}

.p1{font-size:16px; line-height:30px}
.p2{font-size:20px; line-height:30px}
.p3{font-size:18px; line-height:32px}

.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:120px}

.home-item{position:relative; margin-top:0px;display:-webkit-box; display:-webkit-flex; display:flex;-webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center}
.home-item-container{width:100%; -webkit-align-items:stretch; align-items:stretch; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.home-item{padding:10px 20px;}
.home-item img{width:100%; padding:0px 0px 0px 0px}

.box-home-container{margin: 0px 0px}

/* Products - image mouseover */
.container1 {
	position: relative;
	width: 100%;
	border-radius: 30px;
}

.image1 {
	display: block;
	width: 100%;
	height: auto;
}

.overlay2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	/*opacity: 0.3;*/
	transition: 0.6s;
	/*background-color: #000000;*/
	background-color: rgba(0, 0, 0, 0.3); 
	pointer-events: none; 
	z-index: 1;
}

.container1:hover .overlay2 {
	/*opacity: 0.3;*/
	opacity: 1;
	background-color: transparent;
}

.text1 {
	color: white;
	font-family: Inter-Regular, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 70px;
	position: absolute;	
	top: 80%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	text-align: center;
	z-index: 2;
}
/* 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 0px 0px}

.enquiry-container{min-width:320px; width:100%; margin-top:0px; padding:10px; background:inherit}
.enquiry-container .form{padding:60px 30px}
#contactForm label{display:block;font-family:Inter-Regular, Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; line-height:30px}
#contactForm input,select{padding-left:10px; margin-bottom:10px; border: 1px solid #202563; display:block;width:100%; max-width:600px; height:60px; font-family:Inter-Regular, Arial, Helvetica, sans-serif; font-size:18px; color:#000000; background-color:#ffffff}
#contactForm textarea{display:block;width:100%; max-width:600px; height:200px; font-family:Inter-Regular, Arial, Helvetica, sans-serif; font-size:18px; color:#000000; padding:10px; margin-bottom:10px; border: 1px solid #202563; background-color:#ffffff}
#contactForm .hidetext{display:none; visibility:hidden}

.contactForm .label{display:block;font-family:Inter-Regular, Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; line-height:30px}
.contactForm .input,select{padding-left:10px; margin-bottom:10px; border: 1px solid #202563; display:block;width:100%; max-width:600px; height:60px; font-family:Inter-Regular, Arial, Helvetica, sans-serif; font-size:18px; color:#000000; background-color:#ffffff}
.contactForm .textarea{display:block;width:100%; max-width:600px; height:200px; font-family:Inter-Regular, Arial, Helvetica, sans-serif; font-size:18px; color:#000000; padding:10px; margin-bottom:10px; border: 1px solid #202563; background-color:#ffffff}
.contactForm .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: 1px solid #ffffff;background:#ffffff; color:#000000;padding: 10px 20px; margin:0px; width:260px; height:50px; font-family:Inter-Regular; font-size:20px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button:hover {background:#202563; border: 1px solid #202563; color:#ffffff}
.button2 {border: 1px solid #202563;background:#202563; color:#ffffff;padding: 10px 20px; margin:20px 0px; width:260px; height:50px; font-family:Inter-Regular; font-size:20px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button2:hover {background:#cf2b2b; border: 1px solid #cf2b2b; color:#ffffff}
.button3 {border: 1px solid #202563;background:#202563; color:#ffffff;padding: 10px 20px; margin:20px 0px; width:380px; height:60px; font-family:Inter-Regular; font-size:20px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button3:hover {background:#cf2b2b; border: 1px solid #cf2b2b; color:#ffffff}

.buttonC {
    border: none;
    background: none;
    display: inline-block;
    margin: 0px 20px;
    padding: 10px 30px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    font-family: Inter-Regular;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
}
    .buttonC:hover {
        font-family: Inter-Regular;
    }

.buttonC {
    position: relative
}

    .buttonC:before {
        content: "";
        position: absolute;
        width: 100%;/*40%*/
        height: 2px;
        bottom: 0;
        left: 0%;/*30%*/
       background-color: #ff0000;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out;
    }

    .buttonC:hover:before {
        visibility: visible;
        transform: scaleX(1);
    }

.footer {flex-shrink: 0}
.footer-link1 {display:block; padding:5px 0px; font-size:24px; line-height:30px; font-weight:500; text-decoration: none; color:inherit}
.footer-link1:hover {color:#f2c341}
.footer-link2 {display:block; padding:5px 10px; font-size:18px; line-height:30px; font-weight:400; text-decoration: none; color:inherit}
.footer-link2:hover {color:#f2c341}
.footer-link3 {display:block; padding:5px 0px 10px 0px; font-size:16px; line-height:24px; text-decoration: none; color:inherit}
.footer-link3:hover {color:#f2c341}
.pf{font-size:14px; line-height:24px}/*font-size:15px; line-height:30px*/

.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-P{padding:20px}

.w3-padding-L20{padding:10px 0px 10px 20px}
.w3-padding-R20{padding:10px 20px 10px 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:120px; z-index:9999; background: #202563; -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}
/*padding:10px 0 10px 15px*/
.w3-button{border:none;display:inline-block;padding:10px 60px 10px 0;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Inter-Regular; font-size:18px; line-height:36px;color:#ffffff;text-align:center;white-space:nowrap; font-weight:500; transition: 0.6s}
a:hover.w3-button{color:#ed1c27;text-decoration:none}
.w3-button2{border:none;display:inline-block;padding:10px 20px 10px 0;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Inter-Regular; font-size:18px; line-height:36px;color:#ffffff;text-align:center;white-space:nowrap; font-weight:500; transition: 0.6s}
a:hover.w3-button2{color:#ed1c27;text-decoration:none}
.w3-button3{border:none;padding:30px 0px 30px 0px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Inter-Regular; font-size:30px; line-height:1;color:#ffffff;text-align:center;white-space:nowrap; font-weight:500}
a:hover.w3-button3{color:#ed1c27;text-decoration:none}

/*
.button-separator {border: 0; height: 1px; background-color: #d9ffd3; margin: 0; width: 80%; margin-left: 10%;}
*/
.parent2 {display: block;position: relative;float: left;}
.parent2:hover > ul {display:block;position:absolute;}
.child2 {display: none; margin-left:-30px!important;}
.child2 li {background: #002f09; 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: 0;
	/*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: 24px;/*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;
		}

/* When the menu is opened, change the background color */
#nav-toggle:checked ~ .nav-toggle-label {
  background: none; /* Change the background to white when menu is open */
  border-radius: 0; /* Keep the circular shape */
  padding:0px;
  margin:0 10px;
  height: 0;
  top: 50%;
}

#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: #ffffff;
	}

	#nav-toggle:checked ~ .nav-toggle-label span::after {
		transform: rotate(-45deg);
		top: 0px;
		background: #ffffff;
	}

#menu {
	z-index: 999999;
	position: absolute;
	background: #202563;
	opacity: 0.9;
	text-align: center;/*left*/
	/*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 0px 0px 0px;/* 0px 0px 0px 40px*/
	}

	#menu a {
		text-decoration: none;
		color: #ffffff;
		font-family: Inter-Regular;
		font-size: 24px;/*20px*/
		margin-left:-40px;
		/*text-transform: uppercase;*/
		opacity: 0;
		transition: opacity .15s ease-in-out;
	}

		#menu a:hover {
			color: #ed1c27;
		}

#menu2 a {
	text-decoration: none;
	color: #ffffff;
	font-family: Inter-Regular;
	font-size: 18px;/*16px*/
	text-transform: none;
	opacity: 0;
	background: #002f09;
/*	opacity: 0.85;*/
	transition: opacity .15s ease-in-out;
}

	#menu2 a:hover {
		color: #ed1c27;
		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: Gantari;
	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: Gantari;
	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-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.5s ease-out}
.animated3 {animation: 2.0s ease-out}
.animated4 {animation: 2.5s ease-out}
/*
.animated {animation: .8s ease-out; animation-fill-mode: forwards}
.animated2 {animation: 1.5s ease-out; animation-fill-mode: forwards}
.animated3 {animation: 2.0s ease-out; animation-fill-mode: forwards}
*/
@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;
}
.sw-9 {
  animation-delay: 3.4s;
}
.sw-10 {
  animation-delay: 3.8s;
}
.sw-11 {
  animation-delay: 4.2s;
}
.sw-12 {
  animation-delay: 4.6s;
}
.sw-13 {
  animation-delay: 5s;
}


@keyframes fadeIn {
100% {
    opacity: 1;
  }		
}
/*End showing2 1 by 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: 24.6%;
  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: center;
  justify-content: center;
}

.home-service .slider {
  font-family:Inter-Regular, 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:Inter-Regular, 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*/

/*image Border*/
#rcorners1 {
  border-radius: 50px;
}
#rcorners2 {
  border-radius: 30px;
}
#rcornersR {
  border-radius: 0px 50px 50px 0px;
}
#rcornersL {
  border-radius: 50px 0px 0px 50px;
}

/*End image Border*/

/*Timeline*/
.timeline-carousel {
    padding: 90px 12.2%;
    position: relative;
    overflow: hidden;
}
.timeline-carousel:after,
.timeline-carousel:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 12.2%;
/*    background-color: #1d1d1e;*/
    z-index: 3;
}
.timeline-carousel:after {
    left: 0;
}
.timeline-carousel:before {
    right: 0;
    opacity: 0;
}
.timeline-carousel .slick-list {
    overflow: visible;
}
.timeline-carousel .slick-dots {
    bottom: -73px;
}
.timeline-carousel__image {
    padding-right: 30px;
}
.timeline-carousel__item {
    cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
    opacity: 0.4;
    padding-bottom: 71.4%;
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
    width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
    position: relative;
    padding-top: 45px;
}
.timeline-carousel__item-inner:after {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    content: "";
    border-bottom: 1px solid #497655;
}
.timeline-carousel__item-inner .year {
    font-size: 30px;
    line-height: 40px;
    color: white;
    display: table;
    letter-spacing: -1px;
    padding-right: 10px;
    background-color: #497655;
    z-index: 1;
    position: relative;
    margin: -20px 0 20px 10px;
    font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    background-color: #497655;
    z-index: 3;
}
.timeline-carousel__item-inner .month {
    font-size: 18px;
    /*text-transform: uppercase;*/
    color: #497655; /* Replace with your main color */
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
}
.timeline-carousel__item-inner p {
    font-size: 16px;
    line-height: 24px;
    color: black;
    width: 90%;
    font-weight: 400;
    margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
    font-size: 16px;
    color: #497655; /* Replace with your main color */
    display: table;
    margin-bottom: 10px;
    font-weight: 900;
    text-decoration: none;
    position: relative;
}
.timeline-carousel__item-inner .read-more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 2px solid #f2c341; /* Replace with your main color */
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
    width: 100%;
}
.timeline-carousel__item-inner .pointer {
    height: 29px;
    position: relative;
    z-index: 1;
    margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
    position: absolute;
    content: "";
}
.timeline-carousel__item-inner .pointer:after {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: #f2c341; /* Replace with your main color */
}
.timeline-carousel__item-inner .pointer:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 4px;
    background-color: #f2c341; /* Replace with your main color */
}
.timeline-carousel .slick-active .media-wrapper {
    opacity: 1 !important;
}
.slick-dots {
    bottom: 60px;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    z-index: 2;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    width: 10px;
    height: 10px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li.slick-active button {
    background: #f2c341; /* Replace with your main color */
    border-color: #f2c341; /* Replace with your main color */
}
.slick-dots li button {
    display: block;
    font-size: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
    background: #f2c341; /* Replace with your main color */
    border-color: #f2c341; /* Replace with your main color */
}

/*End Timeline*/

@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;}

.footer-link1 {padding:5px 0px; font-size:20px; line-height:30px}
.footer-link2 {padding:5px 10px; font-size:16px; line-height:30px}
.footer-link3 {padding:5px 0px 10px 0px; font-size:14px; line-height:24px}
.pf{font-size:14px; line-height:26px}

	.logo{height:50px}	

	h1{font-size: 40px; line-height: 50px; margin:0px 0px 0px 0px}
	h2{font-size:24px; line-height:36px}
	h3{font-size:24px; line-height:36px}

	.t1{font-size:30px; line-height:40px}

	.p1{font-size: 16px; line-height: 26px}
	.p2{font-size:16px; line-height:26px}
	.p3{font-size:16px; line-height:28px}

	.container1 {border-radius: 20px}
	.text1 {font-size: 24px; line-height: 34px}
	.text2 {font-size: 24px; line-height: 34px}

	.button{width:200px; height:40px; font-size:16px}
	.button2{width:200px; height:40px; font-size:16px}
	.button3{width:300px; height:40px; font-size:16px}
	/*.button2{width:160px; height:50px; font-size:16px}*/
	.buttonC {
        margin: 0px 10px;
        padding: 10px 5px;
        font-size: 16px;
    }

	#rcorners1 {border-radius: 30px}	
	#rcorners2 {border-radius: 20px}
	#rcornersR {border-radius: 0px 30px 30px 0px;}
	#rcornersL {border-radius: 30px 0px 0px 30px;}

	.overflow {padding:20px 0}
	.home-service{font-size:16px;height: 36vh; width: 70%}
	.home-service .slider{padding:1rem; font-size:24px}	
	.home-service .slider2{padding:1rem; font-size:24px}	
	.strip_of{height: 64%}
	.home-service-button{font-size:20px}
	.home-service-button.next {transform: translate(35vw)}
	.carousel-slide {flex: 1 0 90%;}

.slick-dots {
    bottom: 60px;
    list-style: none;
    position: absolute;
    width: 100%;
    left: -30px;
    text-align: center;
    z-index: 2;
}


	#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}
	.directionV-S{-webkit-flex-direction:column; flex-direction:column}
	.directionV-M{-webkit-flex-direction:column; flex-direction:column}
	
	.content-container {padding-top:70px!important}

	.banner-cursor{width:40px}
			
	.banner2{height:auto; background:center no-repeat; padding:55px 0px 0px 0px!important}
	
	.box-padding-home1{padding:0px 20px 0px 20px}
	.box-padding-home2{padding:0px 20px 0px 20px}
	.box-home1{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-home2{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-con{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-con2{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-paddingL{padding:0px 0px 0px 0px}
	.box-paddingR{padding:0px 0px 0px 0px}
	
	.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:105px; font-size: 15px;padding: 5px 5px;}/*130px 16px*/
	
	.footer-direction{-webkit-flex-direction:column; flex-direction:column}		
	
	.w3-hide-x-small{display:none!important}
	
	.banner-padding{padding:30px 20px 20px 20px}
	.w3-paddingH{padding:30px 20px}
	.w3-paddingH2{padding:30px 0px 30px 20px}
	.w3-paddingH3{padding:30px 20px 30px 0px}

	.home-padding{padding:30px}
	.home-padding2{padding:30px}
	
	.w3-padding{padding:30px 20px}
	.w3-padding2{padding:30px 20px}
	.w3-padding3{padding:30px 20px}
	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:30px 0px}
	.w3-padding-P{padding:10px}
	
	.w3-padding-L20{padding:0px}
	.w3-padding-R20{padding:0px}
	
	.w3-padding-footer{padding:15px 20px!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%}
	
	.w3-col.xs13{width:30%}
	
	.w3-col.xs22{width:9.999999%}
	}

/*@media (min-width:601px) and (max-width:992px){*/
@media (min-width:601px) and (max-width:992px){
	body{font-size:16px!important; line-height:30px!important; cursor:auto!important}
	.nav {padding: 10px 0px; font-size: 12px; line-height: 22px;}
	
.footer-link1 {padding:5px 0px; font-size:20px; line-height:30px}
.footer-link2 {padding:5px 10px; font-size:16px; line-height:30px}
.footer-link3 {padding:5px 0px 10px 0px; font-size:14px; line-height:24px}
.pf{font-size:14px; line-height:26px}

	h1{font-size:60px; line-height:100px; margin:0px 0px 0px 0px}
	h2{font-size:32px; line-height:42px}
	h3{font-size:32px; line-height:42px}

.t1{font-size:36px; line-height:46px}
.p1{font-size:16px; line-height:30px}

	.buttonC {
        margin: 0px 10px;
        padding: 10px 20px;
    }

	.container1 {border-radius: 30px}
	.text3 {font-size: 28px; line-height: 58px; top:75%}
	.text4 {font-size: 28px; line-height: 58px; top:75%}
	
	.logo{height:80px}		

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}
	.directionV-S{-webkit-flex-direction:column; flex-direction:column}
	
	.overflow {padding:30px}
	.flickity-viewport {left:100px}
	.home-service{font-size:20px; width: 50%; height: 33vh}
	.home-service .slider{padding:1rem}
	.strip_of{height: 65%}
	
	.banner-cursor{width:50px}
	
	.banner2{height:auto; background:center no-repeat; padding:80px 0px 0px 0px!important}

	.box-padding-home1{padding:0px 60px 0px 60px}
	.box-padding-home2{padding:0px 60px 0px 60px}
	.box-home1{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-home2{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-con{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-con2{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-paddingL{padding:0px 0px 0px 0px}
	.box-paddingR{padding:0px 0px 0px 0px}	
	
	.box-padding{padding:30px}
	.box-padding2{padding:20px 0px}
	.box-padding3{padding:20px 0px}	
	
	.w3-hide-small{display:none!important}

	.home-padding{padding:40px}
	.home-padding2{padding:40px}
	
	.ser-padding{padding:30px 0px}
	.ser-padding2{padding:30px 0px}	
	
	.footer-direction{-webkit-flex-direction:column; flex-direction:column}
	
	.w3-paddingH{padding:40px 30px}
	.w3-paddingH2{padding:30px 0px 30px 30px}
	.w3-paddingH3{padding:30px 20px 30px 0px}
	
	.banner-padding{padding:30px 20px 20px 20px}
	.w3-padding{padding:30px 20px}
	.w3-padding2{padding:30px 20px}
	.w3-padding3{padding:30px 20px}
	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:30px 0px}
	.w3-padding-P{padding:20px}

	.w3-padding-L20{padding:0px}
	.w3-padding-R20{padding: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%}
	.w3-col.s10{width:14%}

	.w3-col.s13{width:30%}
	.w3-col.s21{width:20%}
	.w3-col.s22{width:9.99999%}
	}

/*@media (min-width:1011px) and (max-width:1500px){*/
@media (min-width:993px) and (max-width:1440px){
	body{font-size:16px!important; line-height:30px!important; cursor:auto!important}
	h1{font-size:60px; line-height:70px}
	h2{font-size:34px; line-height:44px}
	h3{font-size:34px; line-height:44px}

.p1{font-size:16px; line-height:30px}
	
	.w3-top-1{padding:0px 40px}
/*	.w3-button{padding:10px 15px}*/
	.ul2{padding:0}
		
	.logo{height:80px}
		
	.banner-cursor{width:50px}

	.banner{height:600px}
	.banner-padding{padding:60px 20px}
	
	.box-padding-home1{padding-right:40px}
	.box-padding-home2{padding-left:40px}
	.box-home1{padding:40px 40px 40px 0px; margin-left: 0px}
	.box-home2{padding:40px 0px 40px 40px; margin-left: 0px}
	.box-con{padding:40px 40px 40px 0px; margin-left: 0px}
	.box-con2{padding:40px 0px 40px 40px; margin-left: 0px}
	.box-paddingL{padding:0px 0px 0px 40px}
	.box-paddingR{padding:0px 40px 0px 0px}
	
	.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-paddingH{padding:30px}
	.w3-paddingH2{padding:60px 0px 60px 20px}
	.w3-paddingH3{padding:60px 20px 60px 0px}

	.w3-padding{padding:60px 40px}
	.w3-padding2{padding:60px 40px}
	.w3-padding3{padding:60px 40px}

	.w3-padding-x{padding:0px 40px}	
	.w3-padding-y{padding:60px 0px}
	
	.w3-paddingP{padding:60px 40px}
	.w3-paddingP-x{padding:0px 40px}

	.w3-padding-footer{padding:30px 40px!important}
	.w3-padding-footer2{padding:0px 40px!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:19.99999%}
	.w3-col.l13{width:30%}
	.w3-col.l14{width:14%}
	.w3-col.l15{width:18%}
	.w3-col.l16{width:19.99999%}
	
	.w3-col.l21{width:10%}
	.w3-col.l22{width:6.66666%}
	.w3-col.l23{width:44.99999%}
	.w3-col.l24{width:54.99999%}
	.w3-col.l25{width:40%}
	.w3-col.l26{width:60%}
	}
	
/*@media (min-width:1441px){	*/
@media (min-width:1441px){		
	.logo{height:80px}	
	
	.box-padding-home1{padding-right:8.33%}
	.box-padding-home2{padding-left:8.33%}
	.box-home1{padding:80px; margin-left: 0}
	.box-home2{padding:80px; margin-left: 0}
	.box-con{padding:80px; margin-left: 0}
	.box-con2{padding:80px; margin-left: 0}
	.box-paddingL{padding:0px 0px 0px 60px}
	.box-paddingR{padding:0px 60px 0px 0px}
	
	.box-padding{padding:40px 0 40px 40px}
	.box-padding2{padding:0px 0px 0px 100px}
	.box-padding3{padding:0px 220px 0px 0px}

	.w3-top-1{padding:0 12.2%!important}
	.ul2{padding:0!important}

	.w3-hide-x-large{display:none!important}

	.home-padding{padding:60px 100px 60px 0}
	.home-padding2{padding:60px 0 60px 100px}
	
	.w3-padding{padding:60px 12.2%}
	.w3-padding2{padding:60px 5%}
	.w3-padding3{padding:60px 12.2% 60px 12.2%}

	.w3-padding-x{padding:0px 16.66%}
	.w3-padding3-x{padding:0px 12.2%}
	.w3-padding-y{padding:60px 0px}
	
	.w3-paddingP{padding:60px 19.66%}
	.w3-paddingP-x{padding:0px 19.66%}

	.w3-paddingH{padding:0 0 80px 12.2%}
	.w3-paddingH1{padding:60px 16.66%}
	.w3-paddingH2{padding:60px 0 60px 16.66%}
	.w3-paddingH3{padding:60px 16.66% 60px 0}

	.w3-padding-footer{padding:60px 12.2% 60px 12.2%!important}
	.w3-padding-footer2{padding:0px 12.2% 10px 12.2%!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.xl12{width:19.99999%}
	.w3-col.xl13{width:30%}
	.w3-col.xl14{width:14%}
	.w3-col.xl15{width:54.99999%}
	.w3-col.xl16{width:19.99999%}
	.w3-col.xl17{width:79.99999%}
	
	.w3-col.xl21{width:10%}
	.w3-col.xl22{width:6.66666%}
	.w3-col.xl23{width:44.99999%}
	.w3-col.xl24{width:54.99999%}
	.w3-col.xl25{width:40%}
	.w3-col.xl26{width:60%}
	}

@font-face {
    font-family: 'Inter-Bold';
    src: url('fonts/Inter-Bold.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)
}