::-moz-selection { background: #99CF1685; }
::selection { background: #99CF1685; }

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(255,255,255,.85);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
* {		
	transition: 0.25s ease all;
}
html {
	scroll-behavior: smooth;
}

html,body {
	font-family: 'Poppins', sans-serif;
	color: #092e15;
	font-size: 15px;
	line-height: 1.2rem;
	height: 100%;
}
svg text { 
   font-family: 'Poppins', sans-serif;
}
a {
	color: #092e15;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
a:hover {	
	color: #99CF16;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-weight: 500;
}


/* ---------- */
#back-top {
	font-size: 1.5rem;
	line-height: 2.5rem;
	position: fixed;
	bottom: -100px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #251FA8;
	text-align: center;
	z-index: 99;
	transition: 0.5s ease all;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
}
#back-top.showed {
	bottom: 20px;
	transition: 0.5s ease all;
}


/* ---------- */
.fh {
	height: 100%;
	flex: 1;
}
.fh2 {
	height: 35vw;
	flex: 1;
	min-height: 400px;
}
.jc {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.jb {	
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.pr {
	position: relative;
}

/* ---------- */
#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: transparent;
}
.menu {
	background: #fff;
	padding: 10px 15px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50px;
	margin: 10px 0;
	z-index: 5;
	position: relative;

}


.menu.scroll {
	transform: scale(.7) translateY(-35px);
}
.menu ul {
	display: flex;
	margin: 0;
	padding: 0;
	text-align: center;
	justify-content: center;
}
.menu ul li {
	list-style: none;
	padding: 10px;
	margin: 0 10px;
}
.menu ul li a {
	color: #092e15;
	padding: 10px;
	display: block;
}
.menu ul li a:hover {
	color: #99CF16;
}
.menu.scroll a {
	transform: scale(1.35);
}
.logo {
	text-align: center;
}
.logo img {
	height: 70px;
}
.log {
	margin-top: 1em;
	max-width: 70%;

}
.menu.scroll .logo img {
	transform: scale(.8);
}
#intro {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
}
.intro-text {
	width: 35vw;
	height: 35vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding: 7vw;
}
.intro-text h1 {
	color: #99CF16;
	font-size: 2vw;	
	font-weight: 500;
	background: -webkit-linear-gradient(#99cf16, #52c1d5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.intro-text h2 {
	color: #092e15;
	font-size: 1rem;
}
.mouse {
	text-align: center;
	margin-bottom: -50px;
	margin-top: 20px;
	animation: pulse 1.5s infinite;
}
@keyframes pulse {
	0% {
		transform: translateY(10px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}

.dpdf {
	padding: 5px 35px;
	border-radius: 0 0 15px 15px;
	color: #fff;
	background: rgb(82,193,213);
	background: linear-gradient(180deg, rgba(82,193,213,1) 40%, rgba(153,207,22,1) 100%); 	
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	width: 250px;
	margin: 0 auto;
	bottom: -28px;
}
.dpdf a {
	color: #fff;
	display: block;
}

/* ---------- */

.policy {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 15px;
	color: #fff;
	background: rgb(14,43,76);
	background: linear-gradient(173deg, rgba(14,43,76,0.9) 0%, rgba(153,207,22,0.9) 100%); 
	padding: 35px;
}
.policy a {
	color: #fff;
}
.psection {
	margin-left: -20%;
	margin-bottom: 25px;
}
.policy h2 {
	margin-bottom: 25px;
	font-weight: 400;
}
.psection h3 {
	font-size: 1.5vw;
	font-weight: 400;
}

/* ---------- */
#foreward {
	padding: 75px 0;
	position: relative;
}
#foreward:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	bottom: 40%;
	background: rgb(82,193,213);
	background: linear-gradient(90deg, rgba(82,193,213,1) 0%, rgba(153,207,22,1) 100%); 
	z-index: -1;
}
#foreward h4 {
	font-size: 1.25vw;
	margin: 0;
}
.finfo {
	font-size: 1rem;
	line-height: 1rem;
	margin-bottom: 20%;
}
.btnvideo {
	background: transparent;
	border: none;
	font-size: 5vw;
	color: #fff;
}
.fplayt {
	font-size: 1.5vw;
	color: #fff;
}

/* ---------- */
.ppsection {	
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 40%, rgba(82,193,213,1) 40%, rgba(153,207,22,1) 100%); 
	color: #fff;
	margin: 35px 0;
	padding: 20px 0;
}
.ppsection.ppleft {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(82,193,213,1) 0%, rgba(153,207,22,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%); 
}
.ppsection h3 {
	margin: 15px 0;
}
img.ppcover {
	margin: 20px 0;
	border-radius: 10px;
	overflow: hidden;
}
.ppsection a {
	color: #fff;
}

/* ---------- */
#about {
	padding: 50px 0;
	background: #092e15;
	margin-bottom: 50px;
	color: #fff;
}
#about h3 {
	color: #fff;
}
#about a {
	color: #fff;
}
.stitle {
	position: relative;
	height: 70px;
	display: flex;
	justify-content: flex-start;
}
.stitle.center {
	position: relative;
	height: 70px;
	display: flex;
	justify-content: center;
}
.icnhex {
	width: 70px;
	position: absolute;
	z-index: 0;
}
.stitle h3 {
	position: relative;
	left: 40px;
	top: 30px;
	z-index: 2;
	font-weight: 700;
}
.stitle.center h3 {
	left: 100px;
}
.icnmore {
	margin: 5px 0;
}

/* ---------- */
.page {
	background: #F7F7F7;
}
#pageintro {
	height: 40vw;
	background-size: contain;
	background-position: -30% 50%;
	background-repeat: no-repeat;
}
.pagetitle {
	background: rgb(82,193,213);
	background: linear-gradient(180deg, rgba(82,193,213,0.85) 0%, rgba(153,207,22,0.85) 100%); 
	padding: 3vw 5vw;
	border-radius: 0 2vw 2vw 0;
}
.pagetitle h1 {
	color: #fff;	
}
.page h2, .page h3 {
	background: -webkit-linear-gradient(45deg, #99cf16, #52c1d5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#page-main {
	padding: 75px 0;
}
.page-box {
	
	border: 1px solid #99CF16;
	border-radius: 27px;
	padding: 30px;
	background: #fff;
}

.page-box h6 {
	color: #1E6EB7;
	font-weight: 700;
}

.page-separator {
	background: rgb(82,193,213);
	background: linear-gradient(180deg, rgba(82,193,213,0.85) 0%, rgba(153,207,22,0.85) 100%); 
	padding: 20px 0;
	margin: 50px 0;
}

.background-gradient {
	background: rgb(82,193,213);
	background: linear-gradient(180deg, rgba(82,193,213,0.85) 0%, rgba(153,207,22,0.85) 100%); 
}

.page-box .background-gradient h3{
	color: #092e15;
}

.background-gradient p{
	color: #092e15;
}


.pagesubtitle {
	margin-top: 25vw;
}
/* ---------- */
#fwintro {
	height: 40vw;
	margin-top: 150px;
}
.fwtext {
	width: 30vw;
	height: 30vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding: 5vw;
	color: #fff;
}
#fwintro h1 {
	font-size: 3.5vw;
	line-height: 3vw;	
	font-weight: 700;
	text-align: right;
}
#fwintro h1 span {
	font-size: 2vw;	
	font-weight: 400;
}
.fwtitle {
	padding: 100px 0 50px 0;
	margin-left: -7vw;
	background-size: 50%;
	background-position: 90% 100%;
	background-repeat: no-repeat;
}
.fwtext h2 {
	font-size: 2vw;
	color: #fff;
}
.page-box-quote {
	padding: 150px 0 50px 0;
	position: relative;
	font-size: 2vw;
	line-height: 2.5vw;
	font-weight: 200;
}

.quote-text {
	font-weight: 300;
}

.page-box-quote .fa-quote-right {
	position: absolute;
	bottom: 80%;
	right: 0;
	font-size: 15vw;	
	background: -webkit-linear-gradient(#99cf1650, #52c1d550);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.foreword h3 {
	background: -webkit-linear-gradient(45deg, #99cf16, #52c1d5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* ---------- */
#map {
	background: #092e15;
	color: #fff;
}
#map #pageintro {
	height: 30vw;
}
#map h1 {
	font-size: 3.5vw;
	line-height: 3vw;	
	font-weight: 700;
}
#map h2 {
	font-size: 2.5vw;
	line-height: 3vw;	
	font-weight: 400;
}
.mapcontainer {
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5vw;
	color: #fff;
}

/* ---------- */
#aboutus {
	background: #092e15;
	color: #fff;
}
#abintro {
	padding-top: 100px;
}
#abintro h1 {
	font-size: 3.5vw;
	line-height: 3vw;	
	font-weight: 700;
}
#abintro h2 {
	font-size: 2.5vw;
	line-height: 3vw;	
	font-weight: 700;
}
#abintro h3 {
	font-size: 1.5vw;
	line-height: 2vw;	
	font-weight: 400;
}
.abimage {
	border-radius: 35px;
	overflow: hidden;
}
.abtitle {
	padding: 100px 50px 50px 50px;
}
#aboutus #page-main h3 {
	font-size: 2.5vw;
	line-height: 3vw;	
	font-weight: 700;
}
#aboutus #page-main h5 {
	font-size: 1.5vw;
	line-height: 3vw;	
	font-weight: 500;
	
}
.discover a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	margin: 0 auto;
	position: relative;
	color: #fff;
}
.discover a span {
	position: absolute;
	padding: 10%;
}
.discover a:hover {
	transform: scale(1.05);
}

/* ---------- */
.wbox {
	background: #fff;
	padding: 25px;
	border-radius: 1px;
}
.psection .col-6 > img {
	border-radius: 5px;
	overflow: hidden;
}
.psection:hover .col-6 > img {
	transform: translateX(10px);
}

/* ---------- */



/* ---------- */



/* ---------- */

footer {
	background: #fff;
	color: #092e15;
	padding: 35px 0;
	margin-top: 75px;
}
footer a {
	color: #092e15;
}
footer ul li {
	list-style: none;
	float: left;
	padding: 0 10px;
	margin: 10px 0;
}
footer ul li a {
	padding: 10px 0;
}
footer .si i {
	background: #74C9CA;
	padding: 15px;
	margin-top: -6vw;
	color: #fff;
	border-radius: 0%;
	font-size: 1.5vw;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25%);
}
footer .si a:hover i {
	background: #99CF16;	
}

.si ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.f2 ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.footer-pdf {
	width: 10vw;
	height: 10vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding: 3vw;
	margin-top: -3vw;
}

.footer-pdf a {
	font-size: 0.85rem;
	line-height: 0.8rem;
}
.footer-pdf a:hover {
	color: #092e15;
}

.designby {
	font-size: 90%;
	width: 12vw;
	margin-top: 20px;
	padding: 0 2.5vw;
}
.footer-pdf .fa-solid.fa-download {
	text-align: center;
	margin-top: 15px;
	margin-bottom: -20px;
}

/*****************/

.titem {
	font-size: 1em;
	line-height: 1.75em;
	border-top: 3px solid;
	-o-border-image: linear-gradient(to right, #52c1d5 0%, #99cf16 100%);
	border-image: linear-gradient(to right, #52c1d5 0%, #99cf16 100%);
	border-image-slice: 1;
	border-width: 3px;
	margin: 0;
	padding: 20px 40px;
	counter-increment: section;
	position: relative;
	color: #34435E;
}
.titem:before {
	content: '';
	position: absolute;
	top: 10px;
	height: 3.5vw;
	width: 3vw;
	background-color: #f09a31;
	clip-path: polygon(50% 0, 50% 0, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25%);
}
.titem.green:before {
	background: rgb(82,193,213);
	background: linear-gradient(270deg, rgba(82,193,213,1) 0%, rgba(153,207,22,1) 100%); 
}
.titem.blue:before {
	background: #092e15; 
}
.titem:nth-child(even) {
	border-right: 3px solid;
	padding-left: 0;
	text-align: right;
}
.titem:nth-child(even):before {
	left: 100%;
	margin-left: -20px;
}
.titem:nth-child(odd) {
	border-left: 3px solid;
	padding-right: 0;
}
.titem:nth-child(odd):before {
	right: 100%;
	margin-right: -1.4vw;
}
.titem:first-child {
	border-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.titem:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.timeline-legend {
	margin: 50px 0 20px 0;
}
.titeminfo {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-indent: 4vw;
}
.titeminfo:before {
	content: '';
	position: absolute;
	top: -15px;
	height: 3.5vw;
	width: 3vw;
	background-color: #f09a31;
	clip-path: polygon(50% 0, 50% 0, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25%);
}
.titeminfo.green:before {
	background: rgb(82,193,213);
	background: linear-gradient(270deg, rgba(82,193,213,1) 0%, rgba(153,207,22,1) 100%); 
}
.titeminfo.blue:before {
	background: #092e15; 
}


.ppsection:hover img.ppcover {
	transform: scale(1.05) translateX(0px);
}

.menu ul li {
	position: relative;
}
.menu ul.submenu {
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}
.menu ul.submenu li {
	padding: 5px 0;
}
.menu ul li:hover ul.submenu {
	opacity: 1;
	height: auto;
	overflow: visible;
	margin: 0;
	transform: scale(1);
	min-width: 275px;
	left: 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	text-align: left;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 5px 5px #00000029;
	z-index: 22;
}


.menu.scroll ul li:hover ul.submenu {
	transform: scale(1.1) translateY(22px);
	width: 300px;
}
.menu.scroll ul li:hover ul.submenu a {
	font-size: 1.2rem;
	transform: scale(1);
}


@media only screen and (max-width: 768px) {
	.menu ul {
		display: block;
	}
	.menu ul li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.menu.scroll {
		transform: scale(.9) translateY(-15px);
	}
	.menu.scroll a {
		transform: scale(1.1);
	}
	.menu ul li:hover ul.submenu {
		transform: scale(1.1) translateY(5px);
		width: 87vw;
	}
	.menu ul li:hover ul.submenu a {
		font-size: 0.9rem;
		transform: scale(1);
		padding: 3px 20px;
	}

	
	.menu ul li a {
		color: #092e15;
		padding: 5px;
		display: block;
		font-size: 1rem;
	}
	.logo img {
		height: 60px;
	}
	.menu.scroll .logo img {
		transform: scale(.7);
	}
	#intro {
		padding-top: 20vh;
	}
	.intro-text {
		width: 75vw;
		height: 75vw;
		padding: 18vw;
		margin-bottom: 30px;
	}
	.intro-text h1 {
		font-size: 5vw;
	}
	.intro-text h2 {
		font-size: 4vw;
	}
	.psection h3 {
		font-size: 3.5vw;
	}
	#foreward h4 {
		font-size: 4.25vw;
		margin: 0;
	}
	#foreward::before {
		top: 20%;
		bottom: 0%;
	}
	.btnvideo {
		font-size: 12vw;
	}
	.fplayt {
		font-size: 4.5vw;
		line-height: 5vw;
	}
	.stitle.center {
		padding-right: 25vw;
		padding-top: 25px;
	}
	.ppsection {
		background: linear-gradient(90deg, rgba(255,255,255,0) 10%, rgba(82,193,213,1) 10%, rgba(153,207,22,1) 100%);	
		padding: 25px;
	}
	.ppsection a {
		color: #fff;
		padding-left: 15vw;
		padding-right: 5vw;
	}
	img.ppcover {
		max-width: 90%;
	}
	.ppsection.ppleft {
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(82,193,213,1) 0%, rgba(153,207,22,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
	}
	.ppsection.ppleft a {
		color: #fff;
		padding-left: 5vw;
		padding-right: 15vw;
	}

	.ppsection.ppleft img.ppcover {
		max-width: 90%;
		margin-left: 10%;
	}
	.flogos img {
		max-width: 50%;
	}
	.footer-pdf {
		width: 45vw;
		height: 45vw;
		padding: 9vw;
		margin: 0 auto;
	}
	.designby {
		width: 100%;
		text-align: center;
	}
	
	footer .si i {
		font-size: 4vw;
	}
	#about {
		padding: 50px 20px;
	}
	#abintro h1 {
		font-size: 6.5vw;
		line-height: 6vw;
		font-weight: 700;
	}
	#abintro h2 {
		font-size: 4.5vw;
		line-height: 5vw;
		font-weight: 700;
	}
	#abintro h3 {
		font-size: 3.5vw;
		line-height: 4vw;
		font-weight: 400;
	}
	#aboutus #page-main h3 {
		font-size: 5.5vw;
		line-height: 6vw;
		font-weight: 700;
	}
	#aboutus #page-main h5 {
		font-size: 4.5vw;
		line-height: 7vw;
		font-weight: 500;
		margin-top: 25px;
	}
	#map #pageintro {
		height: 50vw;
	}
	#map h1 {
		font-size: 6.5vw;
		line-height: 6vw;
		font-weight: 700;
	}
	#map h2 {
		font-size: 3.5vw;
		line-height: 5vw;
		font-weight: 400;
	}
	#fwintro {
		height: auto;
		margin-top: 150px;
	}
	#fwintro h1 {
		font-size: 6.5vw;
		line-height: 6vw;
		font-weight: 700;
		text-align: right;
	}
	#fwintro h1 span {
		font-size: 4vw;
		font-weight: 400;
	}
	.fwtext {
		width: 40vw;
		height: 40vw;
	}
	.fwtext h2 {
		font-size: 3.5vw;
		color: #fff;
	}
	.page-box-quote {
		padding: 50px 0 50px 0;
		position: relative;
		font-size: 5.25vw;
		line-height: 5.5vw;
		font-weight: 300;
	}
	.page-box-quote .fa-quote-right {
		position: absolute;
		bottom: 0px;
	}
	#pageintro {
		height: 50vh;
		background-size: cover;
		background-position: 120% 50%;
		background-repeat: no-repeat;
		padding-top: 150px;
	}
	.pagesubtitle {
		margin: 5vw;
	}
	.titem::before {
		top: 10px;
		height: 8.5vw;
		width: 7vw;	
	}
	.titem:nth-child(2n+1)::before {
		right: 100%;
		margin-right: -3.1vw;
	}
	.titem:nth-child(2n)::before {
		left: 100%;
		margin-left: -17px;
	}
	.timeline {
		width: 90%;
		margin: 0 auto;
	}
	.titeminfo::before {
		top: 5px;
		height: 7.5vw;
		width: 7vw;
	}
	.titeminfo {
		text-indent: 10vw;
		height: 50px;
	}
	.page-content {
		padding-top: 50px;
	}



}


@media only screen and (min-width: 1600px) {

}