/* html{
	scroll-behavior: smooth;
	scroll-padding-top: 84px;
} */
.header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: transparent;
	z-index: 9;
	padding-top: 30px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.header .container {
	display: flex;
	align-items: center;
	max-width: 90%;
}

.header .site-logo {
	margin-right: auto;
	display: block;
	line-height: 1;
	width: 187px
}

.header .nav-bar {
	margin-left: auto;
	overflow: hidden;
}

.header .nav-bar .container {
	max-width: 1080px;
}

.header .menu-ul {
	width: 40%;
	padding: 0;
}

.header .menu-ul a {
	font-weight: 400;
	color: #fff;
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
	font-family: var(--font-secondory);
	font-weight: 600;
}

.header .menu-ul a:hover,
.header .menu-ul .active a,
.header .menu-ul .current-menu-item a {
	color: #3363ac;
}

.header-sticky {
	padding: 10px 0;
	background-color: #fff;
	box-shadow: 0px 4px 20px -3px rgba(0, 0, 0, 0.13);

}

.header-sticky .site-logo {
	width: 95px;
}

.header-sticky .menu-icon span {
	background-color: #1b2c52;
}

.header-sticky .menu-icon.open span {
	background-color: #fff;
}

.header_contact {
	background: url(../images/header_frame.png) no-repeat;
	width: 735px;
	height: 817px;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_contact ul {
	margin: 0;
	padding: 0;
}

.header_contact ul li {
	margin-top: 15px;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'Bebas Neue Book';
	font-weight: 600;
}

.header_contact ul li a {
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
}

.header_contact ul li:hover,
.header_contact ul li:hover a {
	color: var(--color-primary);
}

.header_contact h3 {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	font-family: 'Bebas Neue Book';
	font-weight: 600;
}

.ops-bnt {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #ffffff;
	display: flex;
	align-items: center;
	margin-right: 25px;
	border: 1px solid #f3f3f3;
}

/* .ops-bnt:hover {
	background: #021131;
}

.ops-bnt:hover p {
	color: #ffffff;
} */

.ops-bnt p {
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	padding: 5px;
	line-height: 15px;
	text-align: center;
	cursor: default;
	margin: 0;
}

.ops-bnt p span {
	letter-spacing: 1px;
}

.hover-content {
	position: absolute;
	top: 90%;
	width: 55px;
	background: #fff;
	height: 94px;
	border-radius: 100px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
	padding: 15px;
	row-gap: 16px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s ease-in-out, visibility .35s ease-in-out, top .35s ease-in-out;
}

.hover-content span {
	color: #223662;
	font-size: 20px;
}

.ops-bnt:hover .hover-content {
	top: 87%;
	opacity: 1;
	visibility: visible;
}


.open-nav .header .nav-bar {
	z-index: 9;
}

.contact_contents {
	padding-left: 70px;
	margin-top: -100px;
}

/* footer starts here */
.footer {
	background-color: #1b2c52;
	border-top: 1px solid #495675;
}

.footer-logos {
	padding: 40px 0;
	background: #1b2c52;
	border-top: 1px solid #495675;
}


.footer_first {
	padding: 120px 0;
}

.footer h2 {
	color: #ffffff;
	font-size: 32px;
	line-height: 30px;
}

.footer .news-letter-form {
	border-bottom: 1px solid #495673;
	background-color: transparent;
	margin-top: 35px;
}

.footer .news-letter-text {
	border: none;
	background-color: transparent;
	padding: 0;
	width: calc(100% - 50px);
	height: 50px;
	color: rgba(255, 255, 255, .21);
	font-family: var(--font-primary);
	font-size: 14px;
	letter-spacing: 1px;
}

.footer .news-letter-text::placeholder {
	color: rgba(255, 255, 255, .21);
}

.footer .news-letter-btn {
	background-color: transparent;
	border: none;
	text-shadow: none;
	font-size: 0;
	background-image: url(../images/footer_arw.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 14px;
	padding: 0;
}

.footer .footer_cols {
	display: flex;
	flex-wrap: wrap;
}

.footer .col_one {
	width: 50%;
	padding-right: 75px;
}

.footer .col_two {
	width: 25%;
	padding-left: 35px;
}

.footer .col_three {
	width: 25%;
	padding-right: 65px;
}

.footer .col_three ul li,
.footer .col_three ul li a {
	color: #fff;
	font-size: 16px;
}

.footer .col_three ul li:first-child {
	margin-bottom: 20px;
	margin-top: 55px;
}

.footer .social {
	display: flex;
}

.footer .social li {
	margin-left: 25px;
}

.footer .social li a {
	color: #fff;
}

.footer .col_one_cnt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;
}

.footer ul li a {
	color: rgba(255, 255, 255, .75);
}

.footer ul li:hover a {
	color: #3363ac;
}

.footer p {
	color: rgba(255, 255, 255, .75);
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 20px;
}

.footer p a {
	color: rgba(255, 255, 255, .75);
}

.footer .col_two ul li {
	margin-bottom: 13px;
}

.footer h4 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 35px;
}

.footer .places ul {
	display: flex;
	margin: 50px 0 0 0;
	justify-content: flex-end;
	padding: 0;
}

.footer .places ul li {
	color: #ffffff;
	font-size: 21px;
}

.footer .places ul li::after {
	content: "";
	width: 1px;
	height: 24px;
	background: #fff;
	margin: 0 51px;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(25deg);

}

.footer .places ul li:last-child::after {
	display: none;
}

.footer .copy_right {
	border-top: 1px solid #495675;
	padding: 20px 0;
}

.footer .copy_right p {
	margin: 0;
	font-size: 15px;
	color: rgba(255, 255, 255, .5);
}


/* homepage starts here */
.main-banner {
	position: relative;
}

.scroll_down {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 55px;
	z-index: 1;
	text-align: center;

}

.scroll_down span {
	display: block;
	margin-top: 15px;
	animation: scroll 2s infinite;
	-webkit-animation: scroll 2s infinite;
}

@keyframes scroll {
	0% {
		transform: translateY(20%);
		/* opacity: 0.7; */
	}

	50% {
		transform: translateY(0%);
		/* opacity: 0.2; */
	}

	100% {
		transform: translateY(20%);
		/* opacity: 1; */
	}
}

@-webkit-keyframes scroll {
	0% {
		transform: translateY(20%);
		/* opacity: 0.7; */
	}

	50% {
		transform: translateY(0%);
		/* opacity: 0.2; */
	}

	100% {
		transform: translateY(20%);
		/* opacity: 1; */
	}
}

.small_title {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.55);
	text-transform: uppercase;
	font-family: var(--font-primary);
	letter-spacing: 1px;
	font-weight: normal;
}

.main_title {
	font-size: 65px;
	line-height: 65px;
	color: var(--color-primary);
	text-transform: uppercase;
	font-weight: bold;
}

.home_abt_sec .image {
	margin-left: -215px;
	position: relative;
	z-index: 0;
}

.home_abt_sec .image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--image);
	z-index: -1;
	background-attachment: fixed;
	background-size: auto 100%;
	max-width: 379px;
	margin: auto;
	max-height: 564px;
	border-radius: 170px;
	background-position: 40% 70px;
}

.home_abt_sec {
	/* background-image: linear-gradient(to right, #1b2c52, #1b2e57, #1b2f5b, #1a3160, #1a3265, #1a3368, #1b336a, #1b346d, #1b346e, #1c3570, #1c3571, #1d3572); */
	padding: 30px 0 100px 0;
	background: rgb(27, 44, 82);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(27, 44, 82, 1) 0%, rgba(27, 44, 82, 1) 58%, rgba(28, 58, 123, 1) 98%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(27, 44, 82, 1) 0%, rgba(27, 44, 82, 1) 58%, rgba(28, 58, 123, 1) 98%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(27, 44, 82, 1) 0%, rgba(27, 44, 82, 1) 58%, rgba(28, 58, 123, 1) 98%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2c52', endColorstr='#1c3a7b', GradientType=1);
	/* IE6-9 */
	overflow: hidden;
}

.home_abt_sec .about_cnt {
	/* padding: 200px 0; */
	display: flex;
	align-items: center;
}

.home_abt_sec .arrow_image .round_img {
	animation: animName 6s linear infinite;
}

@keyframes animName {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.home_abt_sec .arrow_image {
	position: relative;
	margin-top: -180px;
	margin-left: -60px;
}

.home_abt_sec .arrow_image .arrow {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
	animation: downarrow 0.6s infinite alternate ease-in-out;
}

@-webkit-keyframes downarrow {
	0% {
		-webkit-transform: translateY(-75%);
		opacity: 0.4
	}

	100% {
		-webkit-transform: translateY(-50%);
		opacity: 0.9
	}
}

@keyframes downarrow {
	0% {
		-webkit-transform: translateY(-75%);
		opacity: 0.4
	}

	100% {
		-webkit-transform: translateY(-50%);
		opacity: 0.9
	}
}




.home_abt_sec .about_texts h2 {
	font-size: 62px;
	line-height: 62px;
	color: #fff;
	margin-bottom: 30px;
}

.home_abt_sec .about_texts p {
	color: rgba(255, 255, 255, .88);
	margin-bottom: 50px !important;
	line-height: 22px;
}

.home_abt_sec .about_texts {
	max-width: 420px;
	position: relative;
	z-index: 8;
}

.home_abt_sec .small_title {
	margin-bottom: 90px;
}

.home_abt_sec .image {
	margin-left: -215px;
}

.more_btn {
	position: relative;
	display: flex;
	align-items: center;
	width: 62px;
	height: 62px;
	justify-content: flex-end;
}

.more_btn::before {
	content: "";
	display: block;
	position: absolute;
	width: 62px;
	height: 62px;
	border: 1.5px dashed #66728b;
	border-radius: 50%;
}

.more_btn span {
	display: inline-block;
	position: relative;
	right: -23px;
	transition: all 1s;
}

.more_btn:hover span {
	transform: translateX(-35px);
}

.logo_sets {
	display: flex;
	justify-content: center;
}

.logo_box {
	background-color: #fff;
	margin: 0 20px;
	padding: 17px 0;
	border-radius: 25px;
	display: flex;
	align-items: center;
	min-width: 355px;
	justify-content: center;
}

.home_abt_sec .wc_image {
	margin: 100px 0 0 0;
}

.home_abt_sec .worldcup_sec {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_abt_sec .worldcup_image {
	border-right: 1px solid #00afee;
	padding-right: 40px;
	margin-right: 40px;
}

.home_abt_sec .worldcup_sec p {
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
}

.home_aviation_adv {
	padding: 110px 0 190px 0;
	position: relative;
}

.home_aviation_adv::after {
	content: "";
	display: block;
	height: 380px;
	background-color: #223662;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.home_aviation_adv .main_title {
	line-height: 64px;
	text-align: center;
	margin: 0;
}

.home_aviation_adv .heading_line {
	width: 1px;
	height: 135px;
	background-color: #46708a;
	margin: 50px auto 30px auto;
}

.home_aviation_adv .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
	margin: 0 -60px;
}

.home_aviation_adv h5 {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	margin: 10px 0 0 0;
	letter-spacing: 2px;
}

.home_aviation_adv h5 a {
	color: #fff;
}

.home_client_section {
	padding: 130px 0;
}

.home_client_section .main_title {
	text-align: center;
}

.home_client_section .item {
	max-width: 765px;
	text-align: center;
	margin: 0 auto;
}

.home_client_section h2 {
	margin-bottom: 20px;
}

.home_client_section p {
	font-size: 18px;
	line-height: 27px;
	margin: 0;
}

.home_client_section h5 {
	color: #223662;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 50px 0 10px 0;
	font-weight: bold;
	letter-spacing: 2px;
}

.home_client_section h6 {
	font-size: 18px;
	color: rgba(0, 0, 0, .66);
	text-transform: capitalize;
	font-family: var(--font-primary);
	margin: 0;
	font-weight: normal;
}

.owl-dots {
	text-align: center;
	margin-top: 35px;
}

.owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background-color: #000 !important;
	opacity: .2;
	border-radius: 50%;
	margin: 0 5px;
}

.owl-dots .owl-dot.active {
	background-color: var(--color-primary) !important;
	opacity: 1;
}

.home_client_section .client_slider .owl-item img {
	width: auto;
	margin: 0 auto;
}

.home_client_section .client_slider {
	margin-top: 90px;
}

.home_client_section .slider_item::after {
	content: "";
	width: 2px;
	height: 100px;
	background-color: rgba(34, 54, 98, 0.10);
	display: inline-block;
	transform: rotate(37deg);
	position: absolute;
	right: 0;
	top: 0;
}

.home_client_section .slider_item {
	padding: 0 25px;
}

.home_map_section {
	background-color: #1b2d55;
	padding: 50px 0;
}

.home_map_section .map_image {
	position: relative;
}

.home_map_section .country {
	/* max-width: 185px; */
	min-height: 140px;
}

.home_map_section .country span {
	color: #f5bc0f;
	font-size: 22px;
	line-height: 25px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.home_map_section .country {
	position: absolute;
	cursor: pointer;
}

.home_map_section .country .dot {
	width: 16px;
	height: 16px;
	background-color: #f5bc0f;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 90%;

}

.home_map_section .country::after {
	content: "";
	width: 1px;
	height: 75%;
	background-color: #f5bc0f;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 30px;
	right: 3px;

}

.home_map_section .country.cnt_1 {
	top: 14.6%;
	left: .3%;
}

.home_map_section .country.cnt_1 .dot {
	right: -5px;
}

.home_map_section .country.cnt_2 {
	min-height: 195px;
	top: 24.5%;
	left: 37.4%;

}

.home_map_section .country.cnt_2 .dot {
	left: -5px;
}

.home_map_section .country.cnt_2::after {
	left: 2px;
	right: auto;
}

.home_map_section .country.cnt_3 {
	min-height: auto;
	width: 23%;
	bottom: 50.5%;
	left: 16%;

}

.home_map_section .country.cnt_3 .dot {
	right: 0;
	top: 4px;
}

.home_map_section .country.cnt_3::after {
	width: 70%;
	height: 1px;
	top: 12px;

}

.home_map_section .country.cnt_4 {
	min-height: auto;
	width: 22%;
	right: 41.5%;
	top: 45.4%;
}

.home_map_section .country.cnt_4 .dot {
	top: 5px;
}

.home_map_section .country.cnt_4::after {
	width: 150px;
	height: 1px;
	position: initial;

}

.home_map_section .animated .country.cnt_1::after {
	animation: line_1 3s linear 0s;
}

.home_map_section .animated .country.cnt_2::after {
	animation: line_1 3s linear 0s;
}

.home_map_section .animated .country.cnt_1::after {
	animation: line_1 3s linear 0s;
}

.home_map_section .animated .country.cnt_3::after,
.home_map_section .animated .country.cnt_4::after {
	animation: line_3 3s linear 0s;
}

@keyframes line_1 {
	0% {
		height: 0px;
	}

	100% {
		height: 75%;
	}

}

@keyframes line_3 {
	0% {
		width: 0px;
	}

	100% {
		width: 70%;
	}

}



@-webkit-keyframes blinker {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.0;
	}
}

.country_popup {
	padding: 0;
	border-radius: 30px;
	width: 55%;

}

.country_popup .top_sec {
	padding: 35px 40px 15px 40px;
	border-bottom: 1px solid #e1e1e1
}

.country_popup .top_sec h2 {
	color: #223662;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 5px;
}

.country_popup .top_sec h3 {
	color: #1d1d1d;
	font-size: 20px;
	line-height: 20px;
	font-family: var(--font-primary);
	margin-bottom: 0;
}

.country_popup .popup_info {
	display: flex;
}

.country_popup .contact_info {
	width: 40%;
	padding: 35px 40px;
	border-right: 1px solid #e1e1e1
}

.country_popup .weather_info {
	width: 60%;
	padding: 35px 40px;
}

.country_popup h4 {
	color: #1d1d1d;
	font-size: 25px;
	font-family: var(--font-primary);
}

.country_popup .contact_info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.country_popup .contact_info ul li {
	margin-top: 15px
}

.country_popup .contact_info h5 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: var(--font-primary);
	margin: 0;
}

.country_popup .contact_info p {
	color: #000000;
	font-size: 14px;
	font-family: var(--font-primary);
	margin-bottom: 0;
}
.country_popup .contact_info p a:hover{
	color: var(--color-primary);
}
.fancybox__content :focus:not(.carousel__button.is-close) {
	outline: none;
}

.country_popup .weather_info h4 {
	font-size: 30px;
	text-align: center;
}

.fancybox__content>.carousel__button.is-close {
	top: 30px;
	right: 20px;
	color: #b2b2b2;
	box-shadow: none;
	transition: all .35s ease-in-out;
}

.fancybox__content>.carousel__button.is-close:hover {
	color: #223662;
}

.carousel__button svg {
	filter: none;
}

.fancybox__backdrop {
	background-color: rgba(0, 0, 0, .53);
}

.weather-temp {
	text-align: center;
}

.weather-temp h5 {
	font-size: 26px;
	font-family: var(--font-primary);
	margin-bottom: 0px;
}

.weather-temp p {
	font-size: 15px;
	font-family: var(--font-primary);
	color: rgba(0, 0, 0, 0.50);
	font-weight: 600;
}

.weather-detail {
	display: flex;
	margin: 15px 0px;
	list-style: none;
	padding-left: 0px;
}

.weather-detail li {
	text-align: center;
	border-left: 1px solid rgba(0, 0, 0, 0.40);
	width: 25%;
	padding: 5px;
}

.weather-detail li:first-child {
	border-left: 0px;
}

.weather-detail li span {
	display: block;
	font-family: var(--font-primary);
	color: rgba(0, 0, 0, 0.50);
	font-size: 15px;
}

.weather-detail li p {
	font-size: 14px;
	font-family: var(--font-primary);
	color: rgba(0, 0, 0, 0.55);
	font-weight: 600;
}

.current-temp-area {
	background: #ededed;
	display: flex;
	padding: 15px 20px;
	justify-content: space-around;
	align-items: center;
}

.current-temp-area p {
	margin-bottom: 0px;
	font-size: 15px;
}

.home_abt_sec .wc_image {
	position: relative;
}

.home_abt_sec .pic_one img {
	transform: scale(1.3);
}

.home_abt_sec .pic_two {
	position: absolute;
	right: 30px;
	bottom: 0;
}

.home_map_section .cnt {
	position: absolute;
}

.home_map_section .cnt span {
	color: #f5bc0f;
	font-size: 22px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.home_map_section .cnt_1 {
	top: 14.6%;
	left: -0.5%;
}

.home_map_section .cnt_1 a {
	display: block;
	text-align: right;
}

.home_map_section .cnt_1 a img {
	margin-right: -8px;
}

.home_map_section .cnt_2 {
	top: 21.5%;
	left: 37.4%;
}

.home_map_section .cnt_2 a {
	text-align: left;
	display: block;
}

.home_map_section .cnt_2 a img {
	margin-left: -8px;
}

.home_map_section .cnt_3 {
	bottom: 50%;
	left: 12%;
}

.home_map_section .cnt_4 {
	display: flex;
	align-items: center;
	right: 36.5%;
	top: 45.5%;
}

.home_map_section .cnt_4 span {
	order: 2;
}



/* inner page styles? */

.inner_banner {
	min-height: 475px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
}
.inner_banner_big{
	min-height: 800px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
}
.inner_banner_big  .inner_banner_contents  h1{
	color: #fff;
}
.inner_banner_big .scroll_down img{
	filter: invert(99%) sepia(7%) saturate(30%) hue-rotate(250deg) brightness(105%) contrast(100%);
}
.inner_banner .scroll_down {
	bottom: 20px;
}


.inner_banner_contents {
	text-align: center;
	margin-bottom: 85px;
}

.inner_banner_contents h1 {
	font-size: 80px;
	line-height: 80px;
	color: var(--color-primary);
	margin: 0;
	font-weight: 600;
}

.inner_banner_contents h6 {
	color: #2c58a5;
	font-size: 25px;
	text-transform: uppercase;
}

.inner_banner_contents span {
	display: block;
	margin-bottom: 20px;
}

.inner_banner_contents h6 {
	margin: 0px 0 20px 0;
}

.innaer_page_sec {
	padding: 130px 0;
}

.content_sets {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 1;
}

.content_sets .left_cnt {
	width: 42%;
}

.content_sets .right_cnt {
	width: 58%;
	padding-left: 80px;
}

.content_sets h2 {
	margin-bottom: 30px;
	line-height: 40px;
	font-weight: bold;
}

.content_sets p {
	line-height: 22px;
	margin-bottom: 20px;
	color: rgba(0, 0, 0, 0.88);
}

.content_sets p:last-child {
	margin-bottom: 0;
}

.career_page ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	padding: 0;
	margin: 0 -1.6%;
}

.career_page ul li {
	width: 30%;
	margin: 0 1.6%;
	border: 1px solid #223662;
	padding: 40px 35px;
}

.career_page ul li h2 {
	font-size: 20px;
	line-height: 26px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}

.career_page ul li h6 {
	font-size: 15px;
	line-height: 20px;
	color: rgba(0, 0, 0, .50);
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}

.career_page ul li p {
	font-size: 15px;
	line-height: 23px;
}

.career_page ul li .main_btn {
	margin-top: 20px;
}

.main_btn {
	width: 170px;
	height: 50px;
	background-color: #223662;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	font-family: var(--font-primary);
}

.main_btn:hover {
	background-color: #3363ac;
}

.charter_bg {
	/* background: #1b2c52; */
	padding: 130px 0;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;

}

/* .charter_bg:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/charter-glow-last.png) no-repeat;
	width: 550px;
	height: 814px;
	background-position: bottom left;
}

.charter_bg:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/charter-glow-top.png) no-repeat;
	width: 707px;
	height: 551px;
	background-position: top right;
} */

.charter_box {
	max-width: 100%;
	margin-left: auto;
	position: relative;
	z-index: 1;
}

.charter_box h3 {
	color: #000000;
	font-size: 45px;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-weight: 600;
}

.charter_box .box {
	padding: 50px 45px;
	border: 1px solid #000000;
}

.charter_box .box p {
	color: #000000;
	font-size: 16px;
}

.charter_box .box_list {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	row-gap: 35px;
}

.charter_box .box_list .box p {
	font-size: 20px;
}

.charter_box .box_list .box {
	width: 32%;
	display: flex;
	margin-left: 2%;
	align-items: center;
	flex-wrap: wrap;
}

.charter_box .box_list .box.full-width {
	width: 100%;
}

.charter_box .box_list .box:nth-child(3n+1) {
	margin-left: 0px;
}

.news_list {
	list-style: none;
	margin: 0 -1%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
}

.news_list li {
	width: 23%;
	margin: 0 1%;
}

.news_list .contents {
	border: 1px solid #ececec;
	border-top: none;
	padding: 35px 25px 50px 25px;
}

.news_list .pic {
	overflow: hidden;
}

.news_list .pic img {
	width: 100%;
	transition: all .3s;
}

.news_list li:hover .pic img {
	transform: scale(1.2);
}

.news_list .contents span {
	text-transform: uppercase;
	font-size: 11px;
	color: rgba(0, 0, 0, .50);
	margin-bottom: 15px;
	display: block;
}

.links_bg {
	background-color: #1b2c52;
}

.links_bg ul li a {
	color: #fff;
}

.top_click_links {
	border-bottom: 1px solid #5d97da;
}

.top_click_links ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.top_click_links ul li a {
	padding: 25px 30px;
	display: block;
	font-size: 15px;
	border-bottom: 6px solid transparent;
	font-weight: 600;
}

.top_click_links ul li.active a {
	border-color: #4085d5;
}

.ht_sec_one {
	padding: 125px 0;
}

.ht_sec_one .content_sets {
	align-items: flex-start;
}

.ht_charter_serv {
	background-image: linear-gradient(to right bottom, #f0f6fc, #f0f7fc, #f0f7fd, #f1f8fd, #f1f8fd, #f1f8fd, #f2f8fd, #f2f8fd, #f2f8fd,
			#f2f8fd, #f2f8fd, #f2f8fd);
	padding: 150px 0;
}

.ht_charter_serv h2 {
	font-size: 45px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}

.ht_charter_serv .ch_serv_pic {
	margin-top: 100px;
}

.ht_arrivals_dept_sec {
	padding: 190px 0;
	background: #1b2c52;
	position: relative;
	overflow: hidden;
}

.ht_arrivals_dept_sec:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/het-arrival-glow.png) no-repeat;
	width: 660px;
	height: 1006px;
	background-position: top right;
}

.ht_arrivals_dept_sec .content_sets h2 {
	color: #f0f6fc;
	font-size: 45px;
}

.ht_arrivals_dept_sec .content_sets p {
	color: rgba(255, 255, 255, .9);
}

.ht_arrivals_dept_sec .content_sets:nth-child(2) {
	margin-top: 80px;
}

.ht_arrivals_dept_sec .content_sets:nth-child(2) .left_cnt {
	order: 2;
}

.ht_arrivals_dept_sec .content_sets:nth-child(2) .right_cnt {
	padding-left: 0;
}

.ht_arrivals_dept_sec .content_sets .right_cnt {
	padding-left: 50px;
	padding-right: 50px;
}

.ht_arrivals_dept_sec .content_sets .left_cnt {
	width: 50%;
}

.ht_arrivals_dept_sec .content_sets .right_cnt {
	width: 50%;
}

.experiance_sec {
	padding: 180px 0;
}

.experiance_sec h2 {
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 50px;
	font-weight: bold;
}

.experiance_sec .exp_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #1c2c50;
	border-radius: 12px;
	margin-top: 20px;
}

.exp_list .exp_img img {
	width: 100%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.exp_list .exp_img {
	width: 30%;
}

.exp_list .exp_contents {
	width: 70%;
	padding: 0 100px;
}

.exp_list .exp_contents h3 {
	line-height: 22px;
	font-family: var(--font-primary);
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.exp_list .exp_contents p {
	line-height: 22px;
	margin-bottom: 20px;
}

.exp_list .exp_contents p:last-child {
	margin-bottom: 0;
}

.sticky_bar {
	position: fixed;
	top: 0px;
	z-index: 99;
	width: 100%;
	background: #1b2c52;
}

.sticky_bar ul li a {
	color: #fff;
}

.top_contact_info {
	background: #1b2c52;
	padding: 130px 0;
	position: relative;
	overflow: hidden;
}

.top_contact_info:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background-position: top right;
	background: url(../images/content-glow-top.png) no-repeat;
	width: 1379px;
	height: 552px;
}

.top_contact_info .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 1;
}

.top_contact_info .info_left {
	width: 74%;
	padding-right: 100px;

}

.top_contact_info .cn_info {
	width: 26%;
	position: relative;
	/* background: rgb(73, 102, 152);
	background: -moz-linear-gradient(left, rgba(73, 102, 152, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(73, 102, 152, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(73, 102, 152, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#496698', endColorstr='#ffffff', GradientType=1); */
	border: 1px solid #fff;
	border-radius: 15px;
	padding: 1px;
}

.top_contact_info .cn_info_cnt {
	/* background-color: #1b2e57; */
	border-radius: 15px;
	padding: 30px 25px 30px 35px;
}

/* .top_contact_info .cn_info::after{
	content: "";
	display: inline-block;
	width: 98%;
	height: 98%;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(left,  rgba(34,54,98,0.65) 0%, rgba(255,255,255,1) 100%); 
	background: -webkit-linear-gradient(left,  rgba(34,54,98,0.65) 0%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to right,  rgba(34,54,98,0.65) 0%,rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6223662', endColorstr='#ffffff',GradientType=1 ); 

} */
.top_contact_info .info_left h2 {
	color: #f2f5fc;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 25px;
}

.top_contact_info .info_left p {
	color: rgba(255, 255, 255, .88);
	margin-bottom: 25px;
}

.top_contact_info .cn_info ul {
	margin: 0;
}

.top_contact_info .cn_info h4 {
	color: #f2f5fc;
	font-size: 28px;
}

.top_contact_info .cn_info p {
	color: rgba(255, 255, 255, .75);
	margin-bottom: 25px;
}

.top_contact_info .cn_info ul {
	list-style: none;
	margin: 0;
	list-style: none;
	padding: 0;
	position: relative;
	z-index: 1;
}

.top_contact_info .cn_info ul li,
.top_contact_info .cn_info ul li a {
	color: rgba(255, 255, 255, .75);
}
.top_contact_info .cn_info ul li p {
	margin-bottom: 0;
}

.top_contact_info .cn_info ul li a:hover {
	color: #3363ac;
}

.qt_services {
	padding: 150px 0 0 0;
}

.qt_services h2 {
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 40px;
}

.qt_services .services-second-section ul li h3 {
	color: #000;
}

.page-template-html-contact .header {
	background-color: #fff;
	padding: 15px 0;
}

.page-template-html-contact .header .menu-icon span {
	background-color: #1b2c52;
}

.page-template-html-contact .header .menu-icon.open span {
	background-color: #fff;
}

.contact-map {
	margin-top: 150px;
	height: 665px;
}

.contact_page_contents {
	display: flex;
	flex-wrap: wrap;
}

.contact_page_contents .contact_form_section {
	width: 50%;
	background-color: #f8f8f8;
	padding: 150px 100px 150px 0;
}

.contact_page_contents .contact_address {
	width: 50%;
	padding: 150px 70px;
}

.contact_page_contents ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

.contact_page_contents .contact_form_section ul {
	max-width: 450px;
}

.contact_page_contents h2 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}

.contact_page_contents p {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 25px 0;
}

.contact_form_section ul li {
	margin-bottom: 20px;
}

.contact_form_section ul li input,
.contact_form_section ul li textarea {
	border: 1px solid #dfdfdf;
	border-radius: 25px;
	height: 50px;
	padding-left: 20px;
	font-size: 15px;
	background-color: transparent;
	width: 100%;
}

.contact_form_section ul li textarea {
	padding-top: 15px;
}

.contact_form_section ul li input::placeholder,
.contact_form_section ul li textarea::placeholder {
	color: #000;
}

.contact_form_section .submit {
	width: 146px;
	height: 54px;
	border-radius: 30px;
	background-color: #223662;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	text-shadow: none;
	font-family: var(--font-primary);
	transition: all 1s;
}

.contact_form_section .submit:hover {
	background-color: #3363ac;
}

.contact_page_contents h4 {
	font-size: 16px;
	font-family: var(--font-primary);
	font-weight: 900;
	margin-bottom: 10px;
}

.contact_page_contents .contact_address p {
	line-height: 24px;
}

.contact_page_contents .contact_address ul {
	padding: 10px 0 20px 0;
}

.contact_page_contents .contact_address ul li {
	margin-bottom: 25px;
}

.contact_page_contents .contact_address ul li a {
	display: block;
	font-size: 15px;
	margin-top: 2px;
	width: fit-content;
}

.contact_page_contents .contact_address ul li a span {
	font-family: var(--font-primary);
	font-weight: 900;
}

.contact_page_contents .contact_address ul li a:hover {
	color: #3363ac;
}

.contact_page_contents .contact_address .social {
	border-top: 1px solid #e5e5e5;
	padding-top: 40px;
}

.contact_address .social ul {
	display: flex;
}

.contact_address .social ul li {
	padding-right: 20px;
}

.contact_address .social ul li a {
	font-size: 20px;
	margin: 0;
}

.contact_address .social h5 {
	font-size: 22px;
}

.cnt_locations {
	padding: 120px 0;
	background-color: #1b2c52;
}

.cnt_locations h2 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 45px;
	color: #fff;
}

.cnt_locations ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cnt_locations .loc_main_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2%;
	row-gap: 50px;
}

.cnt_locations .loc_main_list>li {
	width: 46%;
	margin: 0 2%;
	background-color: #fff;
	padding: 60px 80px;
	border-radius: 15px;
}

.cnt_locations .loc_main_list h3 {
	font-family: var(--font-primary);
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 20px;
}

.cnt_locations .loc_main_list .bold_title {
	display: block;
	font-weight: 900;
	margin-bottom: 5px;
}

.cnt_locations .loc_main_list p,
.cnt_locations .loc_main_list a,
.cnt_locations .loc_main_list li {
	font-size: 15px;
	line-height: 20px;
}

.cnt_locations .loc_main_list p {
	margin-bottom: 20px;
}

.cnt_locations .loc_main_list .email-set {
	margin-bottom: 0;
}

.cnt_locations .loc_main_list p a {
	width: 100%;
	display: block;
}

.cnt_locations .loc_main_list p:not(.email-set) a span {
	font-weight: bold;
}

.cnt_locations .loc_main_list ul li .bold_title {
	display: inline-block;
}

.store-locator-info-window p {
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.store-locator-info-window a {
	display: block;
	font-weight: 500;
}

.store-locator-info-window ul {
	padding-left: 0px;
	list-style: none;
}

.store-locator-info-window ul li span {
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
}

.map_page {
	min-height: 195px;
}

.page-template-html-map .header .menu-icon span {
	background-color: #1b2c52;
}

.page-template-html-map .header .menu-icon.open span {
	background-color: #fff;
}

.content_sets.item_center {
	/*align-items: flex-start;*/
	align-items: center;
}

.search-no-results {
	padding: 100px 0;
}

.search-no-results .search-form {
	display: flex;
	margin-top: 20px;
}

.search-no-results .search-field {
	height: 45px;
	padding-left: 15px;
	border-radius: 25px;
	border: 1px solid #dfdfdf;
	width: 270px;
	margin-right: 10px;
}

.search-no-results .search-submit {
	width: 135px;
	height: 45px;
	border-radius: 30px;
	background-color: #223662;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	text-shadow: none;
	font-family: var(--font-primary);
	transition: all 1s;
}

.search-no-results h1 {
	margin-bottom: 15px
}

.search-no-results .search-image img {
	width: 100%;
	/* background-size: cover; */
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

.search-no-results .search-image {
	width: 22%;
	border-right: 1px solid #ddd;
}

.search-no-results .search-content {
	width: 78%;
	padding-left: 3%;
}

.search-no-results .item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.search-no-results .item h2 {
	font-size: 25px;
}

.glow-wrap {
	position: relative;
	overflow: hidden;
}

.glow-wrap:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/cornor-glow.png) no-repeat;
	width: 1242px;
	height: 1150px;
}

#ble-aviation {
	display: none;
}

.hm-popup-content {
	background: #021131;
	width: 100%;
	max-width: 900px;
	height: 575px;
	overflow: hidden;
	padding: 0px;
	border: 3px solid #fff;
	position: relative;
}

.popup_pic {
	text-align: center;
}

.popup_pic img {
	transform: scale(1.2);
	height: 575px;
	object-fit: cover;
	margin-top: -60px;
}

.popup-list-center {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	width: 60%;
}

.hm-popup-content .fancybox-close-small {
	padding: 0px;
}

.hm-popup-content .fancybox-button svg {
	color: #fff;
}

.popup-list-center li {
	padding: 0px 25px;
	width: 50%;
}

.popup-list-center li:first-child {
	border-right: 1px solid #00afef;
}

.popup-list-center li p {
	color: #fff;
	font-family: var(--font-primary);
}

.popup-list-center li p strong {
	color: #ffce1c;
	font-weight: bold;
}

.pop-logo-img-wrap {
	position: absolute;
	top: 95px;
	right: -33px;
}

.banner-area-hm {
	overflow: hidden;
}

.banner-area-hm:after {
	content: "";
	position: absolute;
	bottom: -100px;
	left: 0px;
	width: 100%;
	height: 405px;
	background: url(../images/glow-banner.png) no-repeat;
	background-size: cover;
	z-index: 1;
}

.banner-area-hm .scroll_down {
	z-index: 2;
}

.services-first-section:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/services-glow.png) no-repeat;
	width: 1379px;
	height: 1150px;
}

.apply-form-submit {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.apply-form-submit li {
	margin-bottom: 15px;
}

.apply-form-submit li input {
	width: 100%;
	height: 35px;
	border: 1px solid #223662;
	padding: 5px;
	font-family: var(--font-primary);
	font-size: 14px;
}

.apply-form-submit li .wpcf7-form-control-wrap {
	display: block;
}

.apply-form-submit li textarea {
	width: 100%;
	border: 1px solid #223662;
	padding: 5px;
	font-family: var(--font-primary);
	font-size: 14px;
}

.job-form input[type=submit] {
	width: 150px;
	height: 40px;
	background-color: #223662;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: center;
	border-radius: 30px;
	border: 1px solid transparent;
}

.job-form input[type=submit]:hover {
	background-color: #3363ac;
}

.job-form {
	padding: 25px;
}
.submit-book{
	width: 146px;
height: 54px;
border-radius: 30px;
background-color: #223662;
font-size: 13px;
text-transform: uppercase;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
border: none;
text-shadow: none;
font-family: var(--font-primary);
transition: all 1s;
}
.submit-book:hover {
  background-color: #3363ac;
}

.overlay-content .controls{ margin-bottom: 50px; }
.tap-response{ color: #fff;font-size: 20px;margin: 30px 0;border: 1px solid #fff;padding: 17px;background: rgba(255, 255, 255,.2);border-radius: 8px;}
.price-chart{ display: flex;flex-wrap: wrap;margin: 3px 0;row-gap: 15px;padding: 0 !important;align-items: center;background: rgba(255, 255, 255,.2);}
.price-chart .each{ width: 14%;margin: 0;position: relative; color: #ffff;padding: 11px 2%;}
.price-chart .each:first-child{ width: 19%; }
.price-chart .each label{ font-family: var(--font-secondory); font-size: 21px;display: block;border-right: 1px solid #fff;margin: -8px 0;}


@media only screen and (max-width: 767px){
	.submit-book{width: 130px;height: 40px;}
	.tap-response{ font-size: 16px;padding: 14px;}
  }
@media only screen and (max-width: 480px){
	.price-chart{ justify-content: center; text-align: center; }
	.price-chart .each:first-child {width: 100%;margin-bottom: -20px;}
	.price-chart .each{ width: 20%; }
	.price-chart .each label{ padding-bottom: 8px; border:0; border-bottom:1px solid #fff; padding-top: 6px;}
}