/*

* Mixin for easy media queries

* @include bp(tablet-only) { SCSS here };

* Default css is for mobile screens

*/

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
}

/*Sass Variables---------------------------------------------------------------------------*/

/*=Global
---------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro", sans-serif;
  color: #1F1F20;
}

body.blog,
body.single-post {
  background: #f2f4f8;
}

ul {
  padding: 0 0 0 10px;
}

ul li {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.2;
  font-weight: normal;
  font-weight: 700;
}

p {
  margin: 0 0 40px 0;
}

p strong {
  font-weight: normal;
}

h1 {
  font-size: 4.2rem;
  text-transform: uppercase;
}

h2 {
  font-size: 2.8rem;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
}

h3 {
  font-size: 2.3rem;
  margin-bottom: 0;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
}

/* images */

img {
  height: auto;
  max-width: 100%;
}

p img {
  padding: 0;
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #000000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

input:focus {
  outline: none;
}

a,
a:visited {
  color: #000000;
  outline: 0;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
  color: #000000;
}

@-ms-viewport {
  width: auto !important;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-down-caret:before {
  content: "\e906";
}

.icon-top-quote:before {
  content: "\e904";
}

.icon-bottom-quote:before {
  content: "\e905";
}

.icon-plane:before {
  content: "\e900";
}

.icon-envelope:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e903";
}

.icon-plane-nose:before {
  content: "\e908";
}

.icon-pilot-wing:before {
  content: "\e909";
}

.icon-globe:before {
  content: "\e90a";
}

.icon-envelope-icon-button:before {
  content: "\e90d";
}

.icon-calendar:before {
  content: "\e910";
}

.btn-1,
.btn-1:visited {
  color: #ffffff;
  font-weight: 700;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 10px 40px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-1 i,
.btn-1:visited i {
  margin-right: 10px;
  font-size: 2.5rem;
  vertical-align: middle;
}

.btn-1:hover,
.btn-1:visited:hover {
  color: #1E3C72;
  background: #ffffff;
}

.btn-nav a {
  color: #ffffff;
  font-weight: 700;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  padding: 10px 40px;
  display: inline-block;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.btn-nav a:hover {
  color: #1E3C72;
  background: #ffffff;
}

.btn-2,
.btn-2:visited {
  background: #3D59AA;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
  border: none;
  text-transform: uppercase;
  padding: 15px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.btn-2 i,
.btn-2:visited i {
  margin-right: 10px;
  font-size: 1.4rem;
}

.btn-2:hover,
.btn-2:visited:hover {
  background: #1E3C72;
}

#header {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
  padding: 30px 0;
}

#header.sticky {
  box-shadow: 0 0 4px 0 #606060;
  background: #ffffff;
}

#header.sticky ul.sub-menu {
  top: 67px;
}

#header.sticky .white-logo {
  display: none;
}

#header.sticky .dark-logo {
  display: block;
}

#header.sticky .tel a {
  color: #1F1F20;
}

#header.sticky .btn-nav a {
  background: #3D59AA;
  color: #ffffff;
  border: 2px solid #3D59AA;
}

#header.sticky .btn-nav a:hover {
  background: #1E3C72;
}

#header .head-top {
  text-align: right;
  font-weight: 700;
}

#header .top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-open #header .top-menu {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

#header .top-menu li {
  display: inline-block;
  margin: 0 0 0 20px;
}

.nav-open #header .top-menu li {
  display: block;
  margin: 0 0 20px 0;
}

#header .tel a {
  color: #ffffff;
}

#header .tel a i {
  font-size: 2.0rem;
  margin-right: 5px;
}

#header .logo {
  display: inline-block;
  vertical-align: middle;
}

#header .dark-logo {
  display: none;
}

#header .white-logo {
  position: relative;
  z-index: 1;
}

.primary-nav {
  padding-top: 20px;
  float: right;
}

.nav-open .primary-nav {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 80px;
}

.primary-nav .main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.primary-nav .main-menu li {
  position: relative;
}

.primary-nav .main-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.primary-nav .main-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
}

.sticky .primary-nav .main-menu li a {
  color: #1F1F20;
}

.sticky .primary-nav .main-menu li a:hover {
  color: #3D59AA;
}

.primary-nav .main-menu li a:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: -4px;
  height: 3px;
  background: #ffffff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.primary-nav .main-menu li a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}

.sticky .primary-nav .main-menu li.current-menu-item a,
.sticky .primary-nav .main-menu li.current_page_ancestor a,
.sticky .primary-nav .main-menu li.current_page_parent a {
  color: #3D59AA;
}

.primary-nav .main-menu li.current-menu-item a:before,
.primary-nav .main-menu li.current_page_ancestor a:before,
.primary-nav .main-menu li.current_page_parent a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}

.primary-nav .main-menu ul.sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  min-width: 200px;
  padding: 0;
  top: 25px;
  left: 30px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  transform: translateY(30px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.primary-nav .main-menu ul.sub-menu ul {
  top: 0;
  left: 100%;
}

.primary-nav .main-menu ul.sub-menu li {
  display: block;
  padding: 0;
}

.primary-nav .main-menu ul.sub-menu li a {
  padding: 12px 20px;
  display: block;
  border-bottom: 1px solid #fff;
  color: #fff !important;
}

.primary-nav .main-menu ul.sub-menu li a:hover {
  background: #3d59aa;
}

.primary-nav .main-menu ul.sub-menu li a:before {
  display: none;
}

.primary-nav .main-menu ul.sub-menu li:last-child a {
  border-bottom: none;
}

.nav-trigger {
  display: inline-block;
  z-index: 999;
  cursor: pointer;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-trigger:hover {
  opacity: 0.7;
}

.nav-trigger .burger {
  display: block;
  height: 2px;
  position: relative;
  margin-top: 9px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-trigger .burger,
.nav-trigger .burger:before,
.nav-trigger .burger:after {
  background-color: #ffffff;
  width: 35px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.sticky .nav-trigger .burger,
.sticky .nav-trigger .burger:before,
.sticky .nav-trigger .burger:after {
  background-color: #1F1F20;
}

.nav-trigger .burger.menu-on {
  background-color: transparent;
}

.nav-trigger .burger.menu-on:before {
  -moz-transform: translate(0, 9px) rotate(-45deg);
  -ms-transform: translate(0, 9px) rotate(-45deg);
  -webkit-transform: translate(0, 9px) rotate(-45deg);
  transform: translate(0, 9px) rotate(-45deg);
}

.nav-trigger .burger.menu-on:after {
  -moz-transform: translate(0, -9px) rotate(45deg);
  -ms-transform: translate(0, -9px) rotate(45deg);
  -webkit-transform: translate(0, -9px) rotate(45deg);
  transform: translate(0, -9px) rotate(45deg);
}

.nav-trigger .burger:before,
.nav-trigger .burger:after {
  position: absolute;
  height: 2px;
  content: "";
  display: block;
  -moz-transition: -moz-transform .3s,background .3s;
  -o-transition: -o-transform .3s,background .3s;
  -webkit-transition: -webkit-transform .3s,background .3s;
  transition: transform .3s,background .3s;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  right: 0;
}

.nav-trigger .burger:before {
  top: -9px;
}

.nav-trigger .burger:after {
  bottom: -9px;
}

.nav-open:before{
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  width: 100%;
  /*height: 120%;*/
  z-index: 100;
  content: "";
  top: 0;
  bottom: 0;
}

.nav-open #header:before{
  background: transparent;
}

.nav-open .section-1 .container,
.nav-open .banner .container {
  opacity: 0;
}

.banner-module .bg-image {
  position: relative;
}

.banner-module .bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-radial-gradient(44% 89%, transparent 33%, rgba(0, 0, 0, 0.24) 64%, rgba(0, 0, 0, 0.55) 90%);
  background: -webkit-radial-gradient(44% 89%, transparent 33%, rgba(0, 0, 0, 0.24) 64%, rgba(0, 0, 0, 0.55) 90%);
  background: radial-gradient(44% 89%, transparent 33%, rgba(0, 0, 0, 0.24) 64%, rgba(0, 0, 0, 0.55) 90%);
}

.banner {
  background-position: center center;
  background-size: cover;
  min-height: 670px;
  padding: 180px 0;
  position: relative;
}

.banner:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.banner .banner-entry {
  text-align: center;
  color: #ffffff;
  padding-top: 100px;
  z-index: 2;
  position: relative;
}

.main {
  overflow: hidden;
}

.scroll-next {
  color: #ffffff;
  font-size: 2.0rem;
}

.scroll-next:hover,
.scroll-next:focus {
  color: #ffffff;
}

.top-section {
  position: relative;
  overflow: visible !important;
  z-index: 2;
  min-height: 50vh;
  padding: 60px 0;
  background: #f2f4f8;
}

.top-section:after {
  display: block;
  content: "";
  background: #f2f4f8;
  position: absolute;
  width: 100%;
  height: 180px;
  top: -90px;
  transform: skew(0deg, 5deg);
  border-top: 7px solid #ffffff;
  left: 0;
  z-index: -1;
}

[class^="section-"] {
  padding: 150px 0 220px;
  position: relative;
  min-height: 100vh;
}

[class^="section-"] .container {
  position: relative;
  z-index: 3;
}

[class^="section-"]:after {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 130%;
  top: 0%;
  left: 0;
}

.section-2:after {
  transform: skew(0deg, 6deg);
  border-top: 7px solid #ffffff;
}

.section-3:after {
  transform: skew(6deg, -6deg);
  left: -10%;
  border-top: 7px solid #ffffff;
  background-position: center top;
  background-size: inherit;
  background-color: #fff;
}

.section-4:after {
  transform: skew(0deg, 6deg);
  border-top: 7px solid #ffffff;
}

.section-4:before {
  background-image: linear-gradient(-180deg, transparent 0%, #000000 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section-1 {
  padding: 100px 0;
}

.section-1 .content {
  color: #ffffff;
  font-size: 2.0rem;
}

.section-1 .content h1 {
  font-size: 8.5rem;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: normal;
}

.section-2 {
  padding: 50px 0;
  z-index: 2;
}

.section-3 {
  z-index: 3;
  padding: 200px 0 300px;
}

.section-3 .sec-module {
  margin-top: 40px;
}

.plane-body {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 280px;
}

.plane-nose {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -20px;
}

.section-4 {
  color: #ffffff;
  z-index: 4;
  padding: 300px 0 50px;
}

.content {
  margin: 0 auto;
  text-align: center;
}

.testimonial {
  background: #ffffff;
  z-index: 1;
  position: relative;
}

.callout-section.vc_section {
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 200px 0 !important;
}

.callout-section.vc_section:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.callout-section.vc_section .wpb_text_column {
  max-width: 480px;
  margin: 0 auto;
}

.block {
  padding-top: 100px  !important;
  padding-bottom: 100px  !important;
}

.block:last-of-type {
  padding-bottom: 0 !important;
}

.sec-head {
  color: #868686;
  text-transform: uppercase;
  font-size: 2.3rem;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 100px;
  padding: 0 15px;
}

.sec-head h2 {
  font-size: 4.6rem;
  font-family: "Cinzel", serif;
  color: #1f1f20;
  margin-bottom: 5px;
  font-weight: 700;
}

.feature-list {
  font-weight: 300;
  font-size: 2.0rem;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  text-align: center;
}

.feature-list .col-xs-6 {
  margin-bottom: 30px;
}

.feature-list i {
  display: block;
  font-size: 4.0rem;
  color: #959091;
  margin-bottom: 10px;
}

.feature-list span {
  display: block;
  color: #bba963;
  font-weight: 700;
}

.testimonial-module {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,ffffff+21&0.65+0,0+24 */
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.65) 0%, rgba(255, 255, 255, 0.08) 21%, rgba(255, 255, 255, 0) 24%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.65) 0%, rgba(255, 255, 255, 0.08) 21%, rgba(255, 255, 255, 0) 24%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.65) 0%, rgba(255, 255, 255, 0.08) 21%, rgba(255, 255, 255, 0) 24%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e6e6e6', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  border-top: 7px solid #ffffff;
  overflow: hidden;
}

.testimonial-module .sec-title {
  margin-bottom: 110px;
}

.testimonial-slider .slick-list {
  overflow: visible;
}

.testimonial-slider .item:focus {
  outline: none;
}

.testimonail {
  background: #2a5197;
  font-size: 1.6rem;
  color: #ffffff;
  position: relative;
  padding: 90px 60px 65px 60px;
  margin: 0 20px;
}

.testimonail:focus {
  outline: none;
}

.testimonail:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 40px 0 0;
  border-color: #2a5197 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -23px;
  right: 30px;
}

.slick-active .testimonail {
  background: #2a5197;
  opacity: 1;
}

.testimonail .image-holder {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ffffff;
  top: -30px;
  position: absolute;
  left: 40px;
  padding: 0;
}

.testimonail .name {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonail .designation {
  font-size: 2.0rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

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

.testimonail .entry {
  position: relative;
}

.testimonail .entry:before,
.testimonail .entry:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #5f7cb1;
  font-size: 2.5rem;
}

.testimonail .entry:before {
  content: "\e904";
  left: -40px;
}

.testimonail .entry:after {
  content: "\e905";
  right: -40px;
}

.slick-arrow {
  height: 80px;
  width: 80px;
  background: #ffffff;
  color: #bba963;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  z-index: 22;
  top: 50%;
  margin-top: -40px;
  font-size: 3.0rem;
  text-align: center;
  vertical-align: middle;
  line-height: 80px;
  box-shadow: 0 3px 10px 0 #787c84;
}

.slick-arrow.slick-prev {
  left: 30px;
}

.slick-arrow.slick-next {
  right: 30px;
}

a.link {
  text-decoration: underline;
}

.page-sec-head {
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}

.page-sec-head h2 {
  font-size: 4.6rem;
  color: #1e3c72;
  margin-bottom: 5px;
  background: #f2f5f8;
  position: relative;
}

.page-sec-head h2:before {
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100%;
  background: #1e3c72;
  content: "";
  left: 0;
}

.page-sec-head h2 span {
  background: #f2f5f8;
  z-index: 1;
  position: relative;
  padding: 0 10px;
  display: inline-block;
}

.page-sec-head h4 {
  font-size: 2.3rem;
  font-family: "Work Sans", sans-serif;
  color: #959091;
  font-weight: normal;
}

.single-aircraft-sales {
  background: #f2f4f8;
}

.image-holder {
  margin-bottom: 20px;
  border: 1px solid #fff;
  background: #fff;
  padding: 5px;
}

.postlist-module {
  margin-top: 30px;
}

.post-grid {
  margin-bottom: 30px;
}

.post-grid .title {
  font-size: 2.0rem;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 10px;
}

.image-gallery {
  margin-top: 50px;
}

.image-gallery .image-holder {
  margin-bottom: 30px;
}

.single-post .post-entry-full {
  text-align: left;
  background: #ffffff;
  padding: 30px;
}

.single-post .post-entry-full .image-holder img {
  width: 100%;
}

.post-meta {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.post-title {
  font-family: "Work Sans", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.post-entry {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 30px;
}

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

.sidebar .widget {
  background: #ffffff;
  margin-bottom: 30px;
}

.sidebar .widget-title {
  font-size: 2.0rem;
  text-transform: uppercase;
  background: #374A81;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  padding: 10px 15px;
}

.sidebar .widget-entry {
  padding: 20px;
}

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

.blog-meta {
  margin-bottom: 20px;
}

.blog-meta > * {
  display: inline-block;
  margin-right: 10px;
}

.blog-meta i {
  margin-right: 5px;
}

#footer {
  background: #868686;
  margin-top: 50px;
  font-size: 1.4rem;
  position: relative;
}

#footer:before {
  content: "";
  position: absolute;
  background: url(../images/footer-top.png) no-repeat;
  top: -65px;
  left: 50%;
  width: 200px;
  height: 70px;
  margin-left: -60px;
  background-size: 100%;
}

#footer .footer-top {
  padding: 30px 0;
}

#footer .widget {
  color: #d8d6cc;
  line-height: 1.2;
}

#footer .widget-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

#footer .footer-mid .widget-title {
  margin-bottom: 5px;
}

#footer .widget-entry strong {
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
}

#footer .widget-entry a.link {
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: underline;
}

#footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .menu li {
  margin-bottom: 10px;
}

#footer .menu li a {
  color: #d8d6cc;
  font-size: 1.4rem;
}

#footer .footer-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  padding: 30px 0;
  color: #ffffff;
}

#footer .footer-bottom a {
  color: #d8d6cc;
}

#footer .copyright {
  display: inline-block;
}

#footer .mobile-connect .site-map {
  display: inline-block;
  margin-right: 10px;
}

#footer .mobile-connect .site-map a {
  margin-right: 10px;
}

#footer .mobile-connect .connect {
  display: inline-block;
}

#footer .connect a {
  color: #7a7878;
}

#footer .connect .fa-stack-1x {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 4.8rem;
  }

  h3 {
    font-size: 2.3rem;
  }

  #header.sticky .main-menu > li > a {
    padding-bottom: 45px;
  }

  #header.sticky .main-menu > li > a:before {
    display: none;
  }

  .primary-nav .main-menu li {
    display: inline-block;
    margin: 0;
    padding-left: 30px;
  }

  .section-1 {
    padding: 270px 0;
  }

  .section-1 .content h1 {
    font-size: 14.6rem;
  }

  .section-2 {
    padding: 200px 0;
  }

  .section-3 {
    padding: 400px 0 140px;
  }

  .section-3 .sec-module {
    margin-top: 250px;
  }

  .section-3:after {
    left: -15%;
    width: 150%;
  }

  .section-4 {
    padding: 710px 0 170px;
  }

  .content {
    max-width: 650px;
  }

  #footer {
    margin-top: 150px;
  }

  #footer:before {
    top: -110px;
    left: 50%;
    width: 362px;
    height: 135px;
    margin-left: -90px;
  }

  #footer .footer-top {
    border-bottom: 1px solid #a5a4a1;
    padding: 70px 0 30px;
  }

  #footer .footer-mid {
    border-bottom: 1px solid #a5a4a1;
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  #header {
    position: fixed;
  }
}

@media (min-width: 1200px) {
  #footer .footer-left {
    margin-left: 30px;
  }

  .nav-trigger {
    display: none;
  }
}

@media (min-width: 1280px) {
  .section-3:after {
    left: -10%;
    width: 130%;
  }
}

@media (max-width: 767px) {
  
  #header .logo {
    max-width: 85px;
  }

  .banner {
    padding: 90px 0;
    min-height: 460px;
  }

  .nav-open .banner {
    min-height: 800px;
  }

  .banner .banner-entry {
    padding-top: 60px;
  }

  .top-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .top-section:after {
    top: -50px;
    transform: skew(0deg, 10deg);
  }

  .section-2:after {
    background-position: 67% 0%;
  }

  .section-3:after {
    left: -38%;
    width: 250%;
  }

  .plane-body {
    top: 50px;
    width: 70%;
  }

  .plane-nose {
    bottom: -40px;
  }

  .block {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .block:last-of-type {
    padding-bottom: 0 !important;
  }

  .sec-head h2 {
    font-size: 2.8rem;
  }

  .testimonial-slider {
    padding-bottom: 130px;
  }

  .testimonial-slider .slick-arrow {
    top: auto;
    bottom: 5px;
    text-align: center;
  }

  .testimonial-slider .slick-arrow.slick-next {
    left: 52%;
    right: auto;
  }

  .testimonial-slider .slick-arrow.slick-prev {
    right: 52%;
    left: auto;
  }

  .page-sec-head h2 {
    font-size: 2.8rem;
  }

  .page-sec-head h2 span {
    max-width: 60%;
  }

  .page-sec-head h4 {
    font-size: 1.8rem;
  }

  .image-holder img {
    width: 100%;
  }

  #footer .footer-top .widget p {
    margin-bottom: 10px;
  }

  #footer .footer-top .col-sm-4 {
    margin-top: 20px;
  }

  #footer .footer-top .col-sm-2:first-child .widget {
    border-top: 1px solid #a5a4a1;
  }

  #footer .footer-top .col-sm-2 .widget-title {
    padding: 15px 0;
    margin-bottom: 0;
    cursor: pointer;
  }

  #footer .footer-top .col-sm-2 .widget-title:after {
    font-family: "FontAwesome";
    content: "\f107";
    float: right;
    font-size: 1.6rem;
  }

  #footer .footer-top .col-sm-2 .widget-title.active:after {
    font-family: "FontAwesome";
    content: "\f106";
    float: right;
  }

  #footer .footer-top .col-sm-2 .widget {
    border-bottom: 1px solid #a5a4a1;
  }

  #footer .footer-top .col-sm-2 .widget-entry {
    display: none;
  }

  #footer .logo {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }

  #footer .footer-mid .widget {
    margin-bottom: 30px;
  }

  #footer .footer-bottom {
    flex-direction: column;
  }

  #footer .mobile-connect {
    order: -1;
    margin-bottom: 15px;
  }

  #footer {
    margin-top: 7rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .btn-nav a {
    font-size: 1.2rem;
  }

  #header .logo {
    max-width: 85px;
  }

  .primary-nav {
    padding-top: 10px;
  }

  .primary-nav .main-menu li {
    padding-left: 8px;
  }

  /*.primary-nav .main-menu li a {
    font-size: 1.1rem;
  }
*/
  .section-3 {
    /*padding: 200px 0 140px;*/
    padding: 35rem 0;
  }

  .section-3 .sec-module {
    margin-top: 100px;
  }

  .plane-body {
    top: 50px;
    width: 50%;
  }

  .plane-nose {
    width: 50%;
  }

  #header:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .primary-nav .main-menu li {
    padding-left: 15px;
  }

  .primary-nav .main-menu li a {
    font-size: 1.3rem;
  }

   .section-3 {
    /*padding: 200px 0 140px;*/
    padding: 3rem 0;
  }
}

header:not(.sticky) #menu-item-447 a{color: #FFF;}
header.sticky #menu-item-453 .btn{color:#000; border: 2px solid #000; }

@media (min-width: 1200px){
  .testimonial-slider{min-height: 40rem;}
}

.pum-theme-459, .pum-theme-default-theme { background-color: rgba( 0, 0, 0, 0.65) !important } 
.pum-theme-459 .pum-content, .pum-theme-default-theme .pum-content{color: #000 !important;}
.pum-theme-459 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{background-color: #2a5197 !important;}
.mailchimp-form{margin-top: 4rem;}

.mc4wp-form-fields .subscribe-btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #000;
    font-weight: 700;
    border: 2px solid #2a5197;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 15px 55px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent;
}

.mc4wp-form-fields p.form-btn{
  text-align: center;
}

.mc4wp-form-fields p input[type="text"], .mc4wp-form-fields p input[type="email"]{
  width: 100%;
  padding: 1rem;
}

@media all and (max-width: 1199px){
   .primary-nav {
    display: none;
  }

  #header .head-top {
    display: none;
  }

  .primary-nav .main-menu li {
    display: block;
    margin: 0;
    padding: 0.5rem 0;
  }

  .primary-nav .main-menu li a{
    font-size: 1.6rem;
  }

  .primary-nav .main-menu ul.sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    top: 0;
    transform: translateY(0);
    background: transparent;
    box-shadow: none;
    padding-top: 0.5rem;
  }

  .primary-nav .main-menu ul.sub-menu li {
    padding: 0.5rem 0;
    margin: 0;
  }

  .primary-nav .main-menu ul.sub-menu li a {
    padding: 0;
    border: none;
    text-transform: capitalize;
    font-size: 1.4rem;
  }

  .primary-nav .main-menu ul.sub-menu li:last-child {
    padding-bottom: 0;
  }

  .top-menu li a{
    color: #FFF;
  }

  .nav-open #header .top-menu li{
    margin: 0 0 1rem 0;
  }

  .section-2{
      padding: 10rem 0;
    }
}

@media all and (max-width: 767px){
    .section-2 .container{
      max-width: 40rem;
      float: right;
    }
  }