body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: "Quicksand", sans-serif;
	overflow-x:hidden;
   }
   
.container-fluid {
	padding: 0px 40px !important;
	}
.logo {
	width: 177px;
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
    }
.logo img {
	width: 100%;
	}
.main-nav.scroll .logo {
	width: 159px;
	margin: 3px 0px;
	}
.main-nav.scroll .social-icon ul {
	margin-top: 20px;
	}
.main-nav.scroll .rightlink {
	margin-top: 14px;
	}
.stellarnav.mobile.right > ul {
	z-index: 99;
	background: #f0d04d;
    }

.main-nav {
	margin: 0px 0px;
	padding: 17px 0px;
	width: 100%;
	height: auto;
	background: transparent;
	transition: all 0.1s ease 0s;
	z-index: 999;
    position: absolute;
	}  
.main-nav.scroll {
	background-color: #fff;
	height: 80px;
	padding: 5px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
	}
.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
	}
.stellarnav ul {
	margin:	0px 0px;
	padding:0px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:49px;
	}
.stellarnav > ul > li > a {
	padding: 6px 0px;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
    }
.stellarnav > ul > li > a:hover {
	color:#00618C;
	font-weight: 600;
	}
.stellarnav > ul > li > a.active {
	color:#00618C !important;
	font-weight: 600;
	}
.stellarnav > ul > li > a:hover::after {
	background: #00618C;
	content: "";
	width: 82%;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: 0px;
		}
.stellarnav > ul > li > a.active::after {
	background: #00618C;
	content: "";
	width: 67%;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	}
.social-icon {
	padding: 0px;
	margin: 0px;
	}
.social-icon ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 5px;
	margin-top: 25px;
	}	
.social-icon ul li {
	transition: 0.3s ease-in-out;
	list-style: none;
	}
.social-icon ul li img {
    width: 30px;
	}
.social-icon ul li:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
	}

.main-nav-socialicon {
	margin:20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
	}
.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
	}
.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
	}
.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
	}
.stellarnav li.has-sub a {
	padding-right: 0px !important;
	}
.main-nav .stellarnav li li a:hover {
	background:	#f8fff8;
	color: #0E6F29;
	}	
.main-nav .stellarnav li li a.active {
	background:	#f8fff8;
	color: #0E6F29;
	}
.stellarnav li.has-sub > a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
	}
.rightlink {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
	margin-top: 13px;
	}
.banner-section {
	margin:	0px 0px;
	padding:30px 0px 87px 0px;
	width: 100%;
	background-image: url(../images/bannerbg.png);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
	}
.banner-section .owl-carousel {
	z-index: 99;
	}
.banner-section .shape-arrow {
	position: absolute;
	right: -2px;
	z-index: 9;
	width: 290px;
	bottom: -160px;
	}
.banner-section .shape-arrow img {
	width: 100%;
	}
.banner-section video {
	height: 100%;
	width: 100%;
	}
.banner-section .owl-carousel .owl-nav{
	display: none;
	}
.banner-section .owl-dots {
	display: block;
	}
.banner-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	}
.banner-section .owl-theme .owl-dots .owl-dot.active span, .banner-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #F9E977 !important;
	border: #F9E977 !important;
	width: 9px;
	height: 9px;
	}
.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 5px 3px;
	background: #c1c9c3;
	border:#c1c9c3 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	}

.bannercarousel-text {
	margin:129px 0px 0px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	}
.bannercarousel-text h6 {
	margin:	0px 0px 3px 0px;
	padding:11px 19px;
	position: relative;
	width: 190px;
	background:#FFEB94;
	text-align: center;
	border-radius:45px;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	line-height: 21px;
	display: block;
	}
.bannercarousel-text h2 {
	margin:	0px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	font-family: "Playfair Display", serif;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	font-size: 77px;
	font-weight: 400;
	line-height: 89px;
	}
.bannercarousel-text h2 span{
	display: block;
    }
.bannercarousel-text p {
	margin:	16px 0px 38px 0px;
	padding:0px 0px;
	text-align: left;
	color: #000000;
	font-size: 20px;
	width: 95%;
	font-weight: 400;
	line-height: 34px;
    }
.bannerbtn-sect{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 40px;
    }
.readmbtn{
	margin:	0px 0px;
	padding:9px 18px;
	position: relative;
	background:#E4C43E;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	text-decoration:none;
	border-radius:6px;
	box-shadow: 5px 4px 1px #000;
    }
.readmbtn:hover{
	color: #000;
	text-decoration: none;
	background: #c9a828;
	box-shadow: 0px 0px 0px #000;
	}
.bannercarousel-img {
	margin: 100px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 470px;
	overflow: hidden;
	border-radius: 23px;
	}
.bannercarousel-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}

.secureaviation-section{
	margin: 0px 0px;
	padding: 20px 0px;
	position: relative;
	width: 100%;
	background-image: url(../images/secureaviationbg.png);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
    }
.secureaviation-text{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.secureaviation-text h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #00618C;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	}
.secureaviation-text h2 {
	margin: 16px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	font-family: "Playfair Display", serif;
	text-align: left;
	letter-spacing: 0px;
	color: #090D26;
	font-size: 65px;
	font-weight: 400;
	line-height: 72px;
	}
.secureaviation-text h2 span {
    display: block;
	}
.secureaviation-text p {
	margin:	22px 0px 13px 0px;
	padding:0px 0px;
	text-align: left;
	color: #1B1B1B;
	font-size: 20px;
	width: 100%;
	font-weight: 400;
	line-height: 34px;
	}
.secureaviation-card {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
	}
.shape-arrow1 {
	position: absolute;
	right: 55px;
	width: 24px;
	top: 19px;
	}
.shape-arrow1 img {
	width: 100%;
	}
.secureimg01{
	margin:	0px 34px 0px 0px;
	padding:0px 0px;
	position: relative;
	width: 220px;
	height: 276px;
	overflow:	hidden;
	border-radius:12px;
	float: left;
    }
.secureimg01 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.secureimg01:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.secureimg02{
	margin:	80px 0px 0px 0px;
	padding:0px 0px;
	position: relative;
	width: 220px;
	height: 320px;
	overflow:hidden;
	border-radius:12px;
	float: left;
	}
.secureimg02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.secureimg02:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.secureimg03 {
	padding: 0px 0px;
	position: absolute;
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 46%;
	background: #EEEBE0;
	border: #fff 5px solid;
	left: 34%;
	z-index: 9;
	}
.secureimg03 img{
	width: 70px;
	}
.secureimg04{
	padding:0px 0px;
	position: absolute;
	width: 164px;
	height: 166px;
	overflow:hidden;
	border-radius:12px;
	top: 63%;
	left: 11%
	}
.secureimg04 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.secureimg04:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.flyingorganization-section{
	margin: 0px 0px;
	padding: 48px 0px;
	position: relative;
	width: 100%;
	background-image: url(../images/flyingorganization-bg.png);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
	}
.shape-arrow2 {
	position: absolute;
	z-index: 1;
	width: 315px;
	bottom: 22%;
	left: 17%;
	}
.shape-arrow2 img {
	width: 100%;
	}
.flyingtraining{
	margin: 0px 0px;
	padding: 20px 20px;
	position: relative;
	background: #F8F0CF;
	border-radius: 10px;
	min-height: 500px;
	z-index: 9;
    }
.flyingtraining h2 {
	margin:	6px 0px 14px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	font-family: "Playfair Display", serif;
	text-align: left;
	letter-spacing: 0px;
	color: #004361;
	font-size: 23px;
	font-weight: 400;
	line-height: 30px;
	}
.flyingtraining h3 {
	margin:	0px 0px 9px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	text-align: left;
	color: #1B1B1B;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	}
.flyingtraining p {
	margin:	10px 0px 14px 0px;
	padding:0px 0px;
	text-align: left;
	color: #1B1B1B;
	font-size: 16px;
	width: 100%;
	font-weight: 400;
	line-height: 23px;
	}
.expansioninto{
	margin: 70px 0px 0px 0px;
	padding: 20px 20px;
	position: relative;
	background: #FFF7D3;
	border-radius: 10px;
	min-height: 500px;
	z-index: 9;
	}
.expansioninto h2 {
	margin:	6px 0px 14px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	font-family: "Playfair Display", serif;
	text-align: left;
	letter-spacing: 0px;
	color: #004361;
	font-size: 23px;
	font-weight: 400;
	line-height: 30px;
	}
.expansioninto h3 {
	margin:	0px 0px 9px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	text-align: left;
	color: #1B1B1B;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	}
.expansioninto p {
	margin:	10px 0px 14px 0px;
	padding:0px 0px;
	text-align: left;
	color: #1B1B1B;
	font-size: 16px;
	width: 100%;
	font-weight: 400;
	line-height: 23px;
	}
.private-airplanes {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
	}
.private-airplanes img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	}
.flyingorganiz-img01 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 375px;
	overflow: hidden;
	border-radius: 10px;
	}
.flyingorganiz-img01 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.flyingorganiz-img01:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}

.industrygrowth{
	margin: 35px 0px 0px 0px;
	padding: 20px 20px;
	position: relative;
	background: #DBF3FF;
	border-radius: 10px;
	min-height: 360px;
	z-index: 9;
	}
.industrygrowth h2 {
	margin:	6px 0px 14px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	font-family: "Playfair Display", serif;
	text-align: left;
	letter-spacing: 0px;
	color: #004361;
	font-size: 23px;
	font-weight: 400;
	line-height: 30px;
	}
.industrygrowth h3 {
	margin:	0px 0px 9px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	text-align: left;
	color: #1B1B1B;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	}
.industrygrowth p {
	margin:	10px 0px 14px 0px;
	padding:0px 0px;
	text-align: left;
	color: #1B1B1B;
	font-size: 16px;
	width: 100%;
	font-weight: 400;
	line-height: 23px;
	}
.communityengage{
	margin: 35px 0px 0px 0px;
	padding: 20px 20px;
	position: relative;
	background: #CDE8F6;
	border-radius: 10px;
	min-height: 360px;
	z-index: 9;
	}
.communityengage h2 {
	margin:	6px 0px 14px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	font-family: "Playfair Display", serif;
	text-align: left;
	letter-spacing: 0px;
	color: #004361;
	font-size: 23px;
	font-weight: 400;
	line-height: 30px;
	}
.communityengage h3 {
	margin:	0px 0px 9px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	text-align: left;
	color: #1B1B1B;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	}
.communityengage p {
	margin:	10px 0px 14px 0px;
	padding:0px 0px;
	text-align: left;
	color: #1B1B1B;
	font-size: 16px;
	width: 100%;
	font-weight: 400;
	line-height: 23px;
	}

.ourgoal-section{
	margin: 0px 0px;
	padding: 45px 0px 81px 0px;
	position: relative;
	width: 100%;
	height: 100%;
    }
.ourgoalcard .shape-arrow1 {
	position: absolute;
	left: 17%;
	width: 19px;
	bottom: -18%;
	top: unset;
	right: unset;
	}
.ourgoalcard .shape-arrow1 img {
	width: 100%;
	}
.goalcard-arrow {
	top: -9px;
	left: 0px;
	position: absolute;
	width: 491px;
  }
.goalcard-arrow img {
	width: 100%;
	}
.ourgoalcard{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.ourgoalcard h2 {
	margin:47px 0px 6px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	font-family: "Playfair Display", serif;
	text-align: left;
	letter-spacing: 0px;
	color: #090D26;
	font-size: 60px;
	font-weight: 400;
	line-height: 72px;
	}
.ourgoalcard p {
	margin:	14px 0px 24px 0px;
	padding:0px 0px;
	text-align: left;
	color: #1B1B1B;
	font-size: 19px;
	width: 100%;
	font-weight: 400;
	line-height: 32px;
	}
.ourgoalcardright{
	margin: 28px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.ourgoalcardimg{
	margin:	0px 0px;
	padding:25px 23px;
	position: relative;
	background:	#fff2bb;
	width: 410px;
	height: 360px;
	border-radius:17px;
	float: right;	
    }
.ourgoalcardimg img{
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
	border-radius: 17px;
	z-index: 999;	
	}
.shape-arrow3 {
	position: absolute;
	z-index: 1;
	width: 402px;
	bottom: -9%;
	left: 0%;
	height: 431px;
	}
.shape-arrow3 img {
	width: 100%;
	}








.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #E4C43E;
	border: 1px solid #E4C43E;
	color: #2b2201;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}
.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.go-top:hover {
	color: #2b2201;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #b99917;
	border: 1px solid #b99917;
}
.footer {
	margin: 0px 0px;
	padding: 42px 0px 0px 0px;
	position: relative;
	width: 100%;
	background-image: url(../images/footerbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
    }
.footerleft{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.footerleft h3 {
	margin:14px 0px 6px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	font-family: "Playfair Display", serif;
	text-align: left;
	letter-spacing: 0px;
	color: #6691a4;
	font-size: 65px;
	font-weight: 400;
	line-height: 72px;
	}
.footerleft h3 span {
	display: block;
	color: #FFEB94;
	}
.start{ 
	color: #fff;
    display: contents;
    }
.quoteform{
	margin:	51px 0px;
	padding:37px 39px 62px 39px;
	position: relative;
	width: 90%;
	background:#002535;
	border-radius:17px;
	box-shadow: rgba(6, 136, 63, 0.2) 0px 2px 8px 0px;
  }
.quoteform .form-control::placeholder {
	color: #C7C7C7;
	opacity: 1;
	}
.quoteform .form-control:focus {
	outline: 0;
	box-shadow: 0 0 0 .0rem rgba(0,0,0,.0);
	}
.quoteform .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 11px 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	background: transparent ;
	background-clip: padding-box;
	border-bottom: 1px solid #3d5c68 !important;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 23px;
	border: 0px;
	}
.sendbtn{
	margin:	0px 0px;
	padding:11px 67px;
	position: relative;
	background:#E4C43E;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	text-decoration:none;
	border:0px;
	border-radius:8px;
	box-shadow: 8px 7px 0px #525252;
	}
.sendbtn:hover{
	color: #000;
	border: 0px;
	text-decoration: none;
	background: #c9a828;
	box-shadow: 0px 0px 0px #000;
	}
.footerright{
	margin: 0px 0px;
	padding: 0px 0px 0px 52px;
	position: relative;
	width: 100%;
    }
.footerright .social-icon ul {
	justify-content: start;
	gap: 8px;
	margin-top: 0px;
	padding: 0px;
	}
.footerright .social-icon ul li img {
	width: 38px;
	}
.rockroll-card{
	margin: 0px 0px 62px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.arrowrockroll {
	position: absolute;
	left: 41%;
	z-index: 9;
	width: 76px;
	top: 58%;
	}
.arrowrockroll img {
	width: 100%;
	}
.rockrollimg{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width:166px;
	height: 166px;
	overflow: hidden;
	}
.rockrollimg img{
	width:100%;
	height: 100%;
	object-fit: contain;
	}
.rollcard{
	margin:	0px 0px 50px 0px;
	padding:0px 0px;
	position: relative;
	display: flex;
	/* align-items: center; */
	justify-self: start;
	gap:24px;
    }
.rollcard-text {
	margin:	0px 0px;
	padding:0px 0px;
	position: relative;
	width: 80%;
	}
.rollcard-icon {
	width: 35px;
	}
.rollcard-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	}
.rollcard h6 {
	margin:	0px 0px 7px 0px;
	padding:0px 0px;
	text-align: left;
	color: #9eb4bd;
	font-size: 20px;
	width: 100%;
	font-weight: 400;
	line-height: 30px;
	}
.rollcard h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	color: #bcd5df;
	font-size: 22px;
	width: 100%;
	font-weight: 400;
	line-height: 30px;
	}
.rollcard h5 a {
	color: #bcd5df;
	text-decoration: none;
	}
.rollcard h5 a:hover {
	color: #bcd5df;
	text-decoration: underline;
	}
.copyright {
	margin:	8px 0px 0px 0px;
	padding:13px 0px;
	color: #CCDCE3;
	font-size: 14px;
	background:transparent;
	font-weight: 400;
	z-index: 99;
	position: relative;
	border-top:#0973a2 1px solid;
	text-align: center;
	}
.copyright a {
	color: #FFEB94;
	text-decoration: none;
	}
.copyright a:hover {
	color: #FFEB94;
	text-decoration: underline;
	}
.copytext-left{
	text-align: left;
    }
.copytext-right{
	text-align: right;
    }