@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

table {
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #444;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* Custom CSS
 * --------------------------------------- */
@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

table {
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #444;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* reset css ends */

/* common css starts */
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #002a45;
	line-height: 26px;
}

h1 {
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 24px;
	color: #002a45;
	font-weight: 600;
}

h5 {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 26px;
	color: #002a45;
	font-weight: 800;
}

.container {
	width: 80%;
}

p {
	font-size: 20px;
	line-height: 35px;
	color: #002a45;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

a:hover, a:focus {
	text-decoration: none;
}

h6 {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

h3 {
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 20px;
}

h2 {
	font-size: 24px;
	color: #434f5a;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 34px;
	text-align: center;
}

/* common css ends */

/* home page css starts */
.home-sec {
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100vh;
	position: relative;
}

.banner-con {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.down-arrow {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: 50px;
}

.down-arrow img {
	margin: 0 auto;
}

.about-us-sec {
	height: 100vh;
	position: relative;
}

.abt-con {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.abt-con h5 {
	margin-bottom: 15px;
}

.read-more-btn {
	font-size: 12px;
	color: #002a45;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	border: 1px solid #002a45;
	padding: 20px 50px;
}

.read-btn {
	margin-top: 50px;
}

.read-more-btn:hover, .read-more-btn:focus {
	background: #002a45;
	color: #fff;
	transition: 0.4s all ease;
}

.aircraft-sec {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100vh;
	position: relative;
}

.aircraft-details {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100px;
	width: 40%;
	margin: 0 auto;
	background: #6b7986;
	padding: 50px;
	z-index: 2;
}

.aircraft-sec h6, .car-details h6 {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.aircraft-sec h6::after, .car-details h6::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #fff;
	left: 0;
	right: 0;
	bottom: -5px;
}

.aircraft-left-details {
	width: 80%;
}

.aircraft-right-details {
	width: 20%;
}

.name h3 {
	opacity: 0.5
}

.aircraft-module-details {
	display: flex;
	justify-content: space-around;
	padding-bottom: 5px;
}

.name {
	width: 25%;
}

.desc {
	width: 70%;
}

.wrap-btn {
	margin-top: 50px;
}

.reserve-btn {
	color: #fff;
	background: #434f5a;
	border: 1px solid #434f5a;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 500;
	display: inline-block;
	padding: 5px 25px;
}

a.more-details-btn {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	border: 1px solid #fff;
	font-weight: 500;
	padding: 5px 25px;
	display: inline-block;
}

.swiper-button-next {
	background: url(../images/next-arrow.png) no-repeat;
	right: 60px;
}

.swiper-button-next, .swiper-button-prev {
	width: 32px;
	height: 32px;
}

.swiper-button-prev {
	left: auto;
	right: 60px;
	background: url(../images/prev-arrow.png) no-repeat;
	top: 62%;
}

.swiper-pagination-fraction {
	bottom: 0;
	left: auto;
	right: 60px;
	text-align: right;
}

.our-aircraft-sec {
	padding: 100px 0;
}

.our-aircraft-details p {
	color: #6b7986;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}

.wrap-details {
	width: 75%;
	margin: 0 auto;
}

.aircraft-list li {
	font-size: 14px;
	color: #434f5a;
	font-weight: 700;
	line-height: 20px;
	padding-bottom: 5px;
}

.load-more-btn {
	color: #6b7986;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
	display: inline-block;
}

.load-more-btn:hover {
	color: #6b7986;
	font-weight: 500;
	transition: 0.4s all ease;
}

.load-more {
	display: none;
}

.car-sec {

	/* 	background: url(../images/car-banner.jpg) no-repeat; */
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100vh;
	position: relative;
	z-index: 1;
}

.car-details {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100px;
	width: 7%;
	margin: 0 auto;
	background: #6b7986;
	padding: 30px 0;
	z-index: 2;
}

.car-details .swiper-container {
	height: 50vh;
}

.car-details h6 {
	text-align: center;
	display: block;
}

.car-details h6::after {
	width: 50px;
	margin: 0 auto;
}

.contact-sec {
	background: #6b7986;
	padding: 100px 0;
}

.contact-sec h2 {
	color: #fff;
}

.contact-details  p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	position: relative;
	margin-top: 20px;
}

.contact-details  p::before {
	position: absolute;
	content: "";
	top: -20px;
	width: 30px;
	height: 1px;
	background: #fff;
	left: 0;
}

.wrap-details.contact-details {
	width: 65%;
}

.address-detail {
	margin-top: 50px;
}

.address-detail h5 {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: unset;
	padding-bottom: 10px;
}

.address-detail h6 {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	text-transform: unset;
	padding-bottom: 5px;
}

.light-blue {
	color: #afbbc6;
}

.address-detail h6.light-blue, .address-detail a.light-blue {
	color: #afbbc6;
}

.address-detail  a {
	color: #fff;
}

.address-detail.margin-top {
	margin-top: 20px;
}

.contact-details h5 {
	color: #fff;
	font-weight: 500;
}

a.contact-top {
	margin-top: 30px;
	display: block;
}

.footer {
	background: #6b7986;
	padding: 20px 0;
}

.footer-con h6, .footer-con h6 a {
	font-size: 10px;
	color: #a1b0be;
	text-transform: unset;
}

a.space {
	padding: 30px;
}

.footer-con.pull-right h6 a {
	color: #fff;
}

.aircraft-sec .swiper-button-prev {
	top: 70%;
}

span.swiper-pagination-current {
	color: #fff;
	font-size: 30px;
}

.swiper-pagination.swiper-pagination-fraction {
	color: #fff;
	font-size: 16px;
}

/* home page css ends */
.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active, .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.aircraf-img img {
	width: 100%;
}

.note-details p {
	font-size: 10px;
	line-height: 17px;
}

.note-details {
	padding-top: 50px;
}

/* remove grey box css start for  aircraft-sec*/
.aircraft-sec .aircraft-module-details {
	display: none;
}

.aircraft-sec .aircraft-details {
	background: transparent;
	padding: 0;
	width: 100%;
	right: 0;
	left: 0;
}

.aircraft-sec .aircraft-details .display-flex {
	display: none;
}

.aircraft-sec .aircraft-details .swiper-pagination.swiper-pagination-fraction {
	display: none;
}

.aircraft-sec .aircraft-details .gallery-thumbs .swiper-slide {
	display: none;
}

.aircraft-sec .swiper-button-prev {
	top: 1%;
	left: 40px;
	margin-top: 0;
}

.aircraft-sec .swiper-button-next {
	top: 1%;
	right: 40px;
	margin-top: 0;
}

.aircraft-sec .gallery-thumbs {
	height: 93px;
	padding: 0;
}

/* remove grey box css end for  aircraft-sec*/
