@charset "utf-8";
/* CSS Document */

/***** BEGIN RESET *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	line-height: 1.8;
	font-family: 'Saira', sans-serif;
}
.aircraft-bg {
	background: url('/siteart/main-hero.jpg') no-repeat center!important;
	background-size: cover!important;
}
.gradient-bg {
	background: url('/siteart/gradient-bg.png') no-repeat center!important;
	background-size: cover!important;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}

.width {width: 90%; margin: 0 auto; max-width: 1400px;}
.inv-width {width: 95%; margin: 0 auto; max-width: 1250px;}
.wrapper-width {width: 90%; margin: 0 auto; max-width: 1000px; }

/**SCROLL UP BUTTON**/
.cd-top {
  display: inline-block;
  outline: none; /* Remove outline */
  border: none; /* Remove borders */
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff!important;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #383838 /*black*/ url(../siteart/scroll-to-top.svg) no-repeat center 50%;
  visibility: hidden;
  border-radius: 100px;
  opacity: 0;
  padding:5px; /* Some padding */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius:5px;
  border: .5px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity .3s 0s, visibility 0s .5s;
  -moz-transition: opacity .3s 0s, visibility 0s .5s;
  transition: opacity .3s 0s, visibility 0s .5s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .5s 0s, visibility 0s 0s;
  -moz-transition: opacity .5s 0s, visibility 0s 0s;
  transition: opacity .5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
.cd-top:hover {
  background-color: #2F2F2F;
}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%; padding: 0;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%; box-sizing: border-box;} .column7{width: 58.3333%; position: relative; box-sizing: border-box;} .column6{width: 50%; box-sizing: border-box;} .column5{width: 41.6666%; box-sizing: border-box;} .column4{width: 33.3333%; box-sizing: border-box;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%; box-sizing: border-box;} .column1{width: 8.3333%;} .last{padding: 0;}

.flex-wrapper {display: flex; flex-direction: row!important; flex-wrap: wrap; justify-content: space-between;}

/***************************  HEADER STYLES  *************************************/
.header, .inv-header {
	width: 100%;
	margin: 0 auto;
	position: sticky;
	z-index: 999;
}

a#logo {
	float: left;
	padding: 15px 0;
	margin-top: 50px;
}

a#logo img {
	width: 100%;
	display: block;
	max-width: 525px;
	height: auto;
}

/*********************  HOMEPAGE STYLES **************************************/
.homepage-hero {
	width: 100%;
	padding: 125px 50px;
}

.homepage-hero h1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	text-shadow: 5px 5px 18px #222222;
	line-height: 36px;
}

.homepage-hero h1 span {
	color: #000;
	background: #e6e6e6;
	padding: 10px;
	letter-spacing: 2px;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 12px;
}

.homepage-hero h1 strong {
	letter-spacing: 2px;
	display: block;
}

/* quick links start */

/*Category Box Section*/
	.categoryBoxes {
		width: 100%;
		display: inline-block;
		height: auto;
		margin: 0 auto;
		margin-top: 120px;
	}
	.categoryBox-mainTitle {
		color: #fff;
		font-size: 18px;
		letter-spacing: 2px;
		font-weight: 700;
		text-align: center;
		display: block;
		margin-bottom: 25px;
		text-shadow: 5px 5px 18px #222222;
	}
	a.categoryBox {
		float: left;
		width: 30%;
		margin: 1%;
		height: auto;
		text-align: center;
		border: 1px solid #e6e6e6;
		box-sizing: border-box;
	}
	a.categoryBox:hover {border: 1px solid #fff;}

	.categoryBox-inner {
	    color: #e6e6e6;
	    padding: 60px 0 30px 0;
	    font-size: 30px;
	}
	.categoryBoxTitle {
		color: #e6e6e6;
		font-size: 18px;
		padding: 5px 0 15px 0;
		font-weight: 600;
	}

a#cta-btn {
	color: #e6e6e6;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	font-size: 18px;
}

a#cta-btn:hover {
	color: #fff;
	text-decoration: underline;
}


/* welcome section starts */
.welcome-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: url('/siteart/about-hero.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 10px;
	color: #fff;
	position: relative;
	border-top: 3px solid #a68553;
}

.welcome-wrapper.about-us {
	background: rgba(0,0,0,.6);
	text-shadow: 5px 5px 18px #222222;
    -webkit-text-shadow: 5px 5px 18px #222222;
    -moz-text-shadow: 5px 5px 18px #222222;
    -ms-text-shadow: 5px 5px 18px #222222;
}

.welcome-wrapper h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 100%;
}

/*.welcome-wrapper p {
	margin-top: 40px;
}*/

.welcome-wrapper a {
	color: #fff;
	text-decoration: underline;
}



/*********************  CONTACT STYLES **************************************/
.page-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.page-wrapper .title {
	width: 100%;
    padding: 1em;
    text-align: center;
	box-sizing: border-box;
}
.page-wrapper .title h1 {
	text-transform: uppercase;
	color: #ddd;
	font-family: 'Saira', sans-serif!important;
	letter-spacing: 1px;
	display: block;
	font-size: 36px;
	text-shadow: 5px 5px 18px #222222;
    -webkit-text-shadow: 5px 5px 18px #222222;
    -moz-text-shadow: 5px 5px 18px #222222;
    -ms-text-shadow: 5px 5px 18px #222222;	
}
.page-wrapper h2 {
	padding: 10px;
	line-height: 32px;
}

.page-wrapper h2 .fas {
	padding: 5px;
	font-size: 25px;
}

.page-wrapper p {
	padding: 1.5em;
}

.contact-info {
	width: 100%;
	display: inline-block;
	margin: 15px 0;
}

.contact-info .left {
	float: left;
	width: calc(50% - 20px);
	text-align: center;
	margin: 10px;
	background: rgba(230,230,230,.9);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
}

.contact-info .left p {
    font-size: 18px;
    padding: 1em;
    font-weight: 600;
    font-family: 'Saira', sans-serif;
}

.contact-info .left a {
	color: #232323;
	text-decoration: underline;
}

.contact-info .left p a:hover {
	color: #000;
	text-decoration: none;
}

.contact-info .left h2 {
	padding: 15px;
	background: rgba(0,0,0,.85);
	color: #e6e6e6;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .75px;
	text-transform: uppercase;
}

.contact-info .left h2 .fas {
	color: #a68553;
}

p#thankyou {
	width: 100%;
	background: rgba(255,255,255,.85);
	display: inline-block;
	font-size: 18px;
	margin: 0 auto;
	padding: 3rem;
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;*/
	border: 2px solid #eeeeee;
	font-weight: 500;
	color: #000;
}

p#thankyou a {
	text-decoration: none;
	color: #a68553;
}

p#thankyou a:hover {
	color: #000;
	text-decoration: underline;
}

p#thankyou .fas {margin-right: 10px;}


/*********************  MANU LOGOS STYLES **************************************/
.logos-wrapper {
	width: 100%;
	padding: 15px 0;
	background: #e6e6e6;
}
.logos-wrapper a.col {
	float: left;
	width: 23%;
	margin: 1%;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.logos-wrapper a.col:hover {
	border: 1px solid #a68553;
	color: #000;
	opacity: .8;
}
.logos-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}


/*********************  FOOTER STYLES **************************************/
footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	background: #232323;
	/*margin-top: -7px;*/
}
footer .col a:hover {
	color: #ddd;
}
footer .col a {
	color: #fff;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
footer .col {
	float: left;
	width: 29%;
	margin: 2%;
	padding: 30px 0;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 14px;
	color: #fff;
	font-family: 'Saira', sans-serif;
}
footer .col h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 2px;
	color: #a68553;
	font-family: 'Saira', sans-serif;
}
footer .col p {
	font-size: 14px;
}
footer .col a#cta-btn {
	width: 100%;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	color: #fff;
	background: #000;
	margin-top: 20px;
	font-size: 12px;
}
footer .col a#cta-btn:hover {
	background: #e6e6e6;
	color: #000;
	font-weight: 900;
}
footer .col strong {
	color: #a68553;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #000;
	padding: 20px 5%;
	box-sizing: border-box;
}

.site-host p {
	font-weight: 500;
	text-transform: uppercase;
	color: #999;
	letter-spacing: .75px;
	font-size: 10.5px; 
	line-height: 18px;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-family: 'Saira', sans-serif;
}


/**********************  MEDIA QUERIES (RWD) ***************************************/

@media screen and (max-width: 1300px) {
/* HEADER */
	a#logo {margin-top: 10px;}
	a#logo img {max-width: 350px;}
	
/* HOMEPAGE */
	.logos-wrapper img {padding: 0;}
}

@media screen and (max-width:1000px) {
	.homepage-hero h1 {font-size: 30px; line-height: 32px;}
	.categoryBoxes {margin-top: 75px;}
}


@media screen and (max-width: 800px) {	
/* HOMEPAGE */
	.categoryBox-inner {padding: 30px 0 0 0;}
	.categoryBoxTitle {padding: 15px;}
	.homepage-hero h1 {font-size: 24px; line-height: 28px;}
	
	.page-wrapper .title h1 {font-size: 32px;}
	
/* CONTACT PAGE */
	.contact-info .left {float: none; width: 100%; margin: 0 auto; margin-bottom: 15px;}
	
}

@media screen and (max-width: 700px) {
/* HOMEPAGE */
	.homepage-hero {padding: 75px 10%;}
	.homepage-hero h1 {font-size: 20px; line-height: 26px;}
	.homepage-hero h1 strong {letter-spacing: 1px;}
	.categoryBoxes {margin-top: 50px;}
	a.categoryBox {float: none; width: 100%; margin: 0 auto; margin-bottom: 1%; margin-top: 1%; display: inline-block;}
	
/* FOOTER */
	footer {padding-top: 15px;}
	.site-host {margin-top: 15px;}
	footer .col {float: none; width: 100%; margin: 0 auto; text-align: center;}
}

@media screen and (max-width: 500px) {
/* HEADER */
	a#logo img {max-width: 230px;}
	
	.logos-wrapper a.col {width: 48%;}
}
