*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.container,
.content-wrapper,
.page-center,
.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Font Awesome 5 Brands"; 
	src: url(https://8255959.fs1.hubspotusercontent-na1.net/hubfs/8255959/raw_assets/public/Air_Marketing_February_2023/fonts/fa-brands-400.woff2) format("woff2");
	font-style: normal; 
	font-weight: 400; 
	font-display: swap; 
}
@font-face { font-family: "Font Awesome 5 Free";
	src: url(https://8255959.fs1.hubspotusercontent-na1.net/hubfs/8255959/raw_assets/public/Air_Marketing_February_2023/fonts/fa-solid-900.woff2) format("woff2");
	font-style: normal; 
	font-weight: 900;
	font-display: swap; 
}

@font-face { font-family: eicons; 
	src: url(https://8255959.fs1.hubspotusercontent-na1.net/hubfs/8255959/raw_assets/public/Air_Marketing_February_2023/fonts/0ba97cc25e7006d64644885fd3c62a74.eicons.woff2) format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

body {
	line-height: 1.5;
	word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
	word-break: break-all;
}

/* Paragraphs */

/* p {
font-size: 1rem;
margin: 0 0 1.4rem;
} */

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
img{
	max-width:100%;
	height:auto;
	vertical-align: middle;
	display: inline-block;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
	margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin: 0;
}

ul.no-list {
	list-style: none;
}

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	border-left: 2px solid;
	margin: 0 0 1.4rem;
	padding-left: 15px;
}

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {	
  background-color: #efeff0 !important;
  border-radius: 0px 0px 0px 0px;
  padding: 13.5px 10px;
  width: 100% ;
  max-width: 100%;
  border: 0px solid;
  font-family: "Open Sans",Sans-serif;
  font-size: 15px;
  font-weight: 400;
  outline:none;
}
a.hs-button.primary {
  margin: 20px 0;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color:#ff0000 !important;
  border-width: 1px;
}

.hs-error-msg,.hs-error-msgs {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px 55px;
  border: none;
  background: #f37820;
  line-height: 1;
  font-family: "Open Sans",Sans-serif;
  min-height: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
  white-space: normal;
  color: #fff !important;
}



/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width:767px){
form.hs-form {
    margin-bottom: 20px;
}
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-wrapper .inner-wrap {
	padding: 20px 10px 10px 10px;
}

.header-logo img:hover {
	transform: scale(.9);

}
.header-logo img {
	width: 142px;
	transition-duration: .3s;
	transition-property: transform;
}
.header-logo {
	text-align: center;
}
header.header {
	z-index: 100;
	position: relative;
}
.contact-no {
	padding: 0;
	margin: 0;
	line-height: 1;
	color: #004976;
	font-family: "Open Sans",Sans-serif;
	font-size: 23px;
	font-weight: bold;
	width: 100%;
	display: contents;
}

.contact-no a {
	color: #004976;
}

.h-social-links a.elementor-icon:hover {
	background-color: #f37721;
}
.header-wrapper .row.row-2 {
	display: flex;
	justify-content: end;
}

.contact-inner>* {
	text-align: center;
	width: 100%;
}

.contact-inner {
	width: 19%;
}

.custom-primary-menu {
	width: 58.333%;
}

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

.custom-primary-menu nav>ul {
	line-height: normal;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.custom-primary-menu nav.navigation-primary {
	padding: 10px 0px 10px 0px;
}



.custom-primary-menu nav>ul>li>a {
	white-space: nowrap;
	flex-grow: 1;
	transition-duration: 0s;
	margin: 0 7.5px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #294264;
	fill: #294264;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.custom-primary-menu nav>ul>li {
	display: flex;
	border-width: 0;
	position: relative;
}

.header-wrapper .row.row-3 .main-header {
	width: 100%;
	display: flex;
	align-items: center;
}

.header-menu-wrapper {
	width: 58.333%;
	position: relative;
}
.g-outer {
	width: 19%;
	padding: 10px 0px 10px 10px;
}

.h-social-links {
	width: 22%;
	padding: 10px 10px 10px 0px;
}
.h-social-links .fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}
.h-social-links .elementor-icon i {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
	color: #fff;
}
.h-social-links .elementor-grid-item {
	display: inline-block;
	margin-bottom: var(--grid-row-gap);
	word-break: break-word;
	min-width: 0;
}
.elementor-screen-only {
	position: absolute;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.fa-facebook:before {
	content: "";
}
.fa-twitter:before {
	content: "";
}
.fa-linkedin:before {
	content: "";
}
.fa-instagram:before {
	content: "";
}
.fa-tiktok:before {
	content: "";
}
.fa-youtube:before {
	content: "";
}
.elementor-icon i:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.elementor-12 .elementor-element.elementor-element-299e237 .elementor-social-icon {
	background-color:#294264;
	padding: .4em;
	border-radius: 0px 0px 0px 0px;
}

a.elementor-icon {
	background-color: #294264;
	padding: .4em;
	border-radius: 0px 0px 0px 0px;
	display:block;
}
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.has-submenu .fa-caret-down:before {
	content: "";
}
.custom-primary-menu .sub-arrow {
	line-height: 1;
	padding: 10px 0 10px 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	display: flex;
	align-items: center;
	margin-right: 5px;
}

.custom-primary-menu .sub-arrow i {
	pointer-events: none;
}
.elementor :before {
	box-sizing: border-box;
}
.custom-primary-menu nav>ul>li>a {
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 7px;
}
.custom-primary-menu nav>ul>li:hover>a {
	color: #0068a3;
	fill: #0068a3;
}

.custom-primary-menu nav>ul>li:after {
	content: "|";
	display: inline-block ;
	color: #50b08b;
	right: -2px;
	position: absolute;
	top: 0px;
	border: none;
}


.custom-primary-menu nav>ul>li:last-child:after {
	display: none;
}
a.elementor-icon {
	font-size: var(--icon-size,25px);
	line-height: var(--icon-size,25px);
	width: calc(var(--icon-size,25px) + ( 2 * var(--icon-padding,.5em) ));
	height: calc(var(--icon-size,25px) + ( 2 * var(--icon-padding,.5em) ));
	display: inline-flex;
	padding: 0;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
	--icon-padding: .4em;
}

.h-social-links {
	--grid-template-columns: repeat(0,auto);
	--icon-size: 17px;
	--grid-column-gap: 2px;
	--grid-row-gap: 0px;
}

.elementor-social-icons-wrapper.elementor-grid {
	display: inline-block;
	width: 100%;
	word-spacing: var(--grid-column-gap);
	margin-bottom: calc(-1 * var(--grid-row-gap));
	line-height: 1;
	font-size: 0;
	grid-column-gap: var(--grid-column-gap,5px);
	grid-row-gap: var(--grid-row-gap,5px);
	grid-template-columns: var(--grid-template-columns);
	justify-content: var(--justify-content,center);
	justify-items: var(--justify-content,center);
}
.custom-primary-menu nav>ul>li:first-child>a {
	position: relative;
	left: 5px;
}  
.custom-primary-menu nav> ul>li>ul {
	position: absolute;
	border-width: 0;
	border-style: solid;
	padding: 0;
	top: 100%;
	background-color: #294264;
	margin-top: 15px;
	width: auto;
	display: none;
	left: 0px;
	margin-left: 0px;
	z-index: 3;
	min-width: 10em;
	max-width: 1000px;
} 
.custom-primary-menu nav>ul>li>ul>li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: rgba(0,0,0,0);

}

.custom-primary-menu nav>ul>li>ul>li a {
	display: flex;
	align-items: center;
	position: relative;
	line-height: 20px;
	text-shadow: none;
	border-left: 8px solid transparent;
	transition: .4s;
	white-space: nowrap;
	flex-grow: 1;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-family: "Open Sans",Sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.custom-primary-menu nav> ul>li>ul>li>ul {
	z-index: 4;
	width: auto;
	min-width: 10em;
	display: none;
	max-width: 1000px;
	top: auto;
	left: 0px;
	margin-left: 220.281px;
	margin-top: -51.7344px;
	position: absolute;
	background-color: #294264;
}

.custom-primary-menu nav> ul>li>ul>li {
	position: relative;
}
.custom-primary-menu nav> ul>li>ul>li>ul>li {
	position: relative;
}
.custom-primary-menu ul.submenu.level-2 i.fas.fa-caret-down {
	transform: rotate(268deg);
}
.custom-primary-menu nav> ul>li>ul>li>ul>li>ul {
	z-index: 4;
	width: auto;
	min-width: 10em;
	display: none ;
	max-width: 1000px;
	top: auto;
	left: 0px;
	margin-left: 220.281px;
	margin-top: -51.7344px;
	position: absolute;
	background-color: #294264;
}

.custom-primary-menu nav>ul li:hover>.submenu{
	display:block;
}
.custom-primary-menu nav>ul>li>ul {
	margin-top: 15px;
}

.custom-primary-menu nav>ul>li>ul>li>ul,
.custom-primary-menu nav>ul>li>ul>li>ul>li>ul{
	margin-top: 0;
	top: 0;
	margin-left: 0;
	left: 100%;
}

.custom-primary-menu nav>ul>li>ul:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 20px;
	margin-top: -20px;
}
.header-wrapper .inner-wrap .row.row-3:before {
	left: calc(50% - 50vw);
	content: "";
	background: white;
	position: absolute;
	width: 100vw;
	top: 0;
	bottom: 0;
}

.header-wrapper .inner-wrap .row.row-3 {
	position: relative;
}

.header-wrapper {
	position: relative;
}
body {
	overflow-x: hidden;
}
.h-social-links {
	position: relative;
}

.g-outer {
	position: relative;
}
body.scroll-header .header-wrapper .inner-wrap .row.row-3 {
	position: fixed;
	width: 100%;
	max-width: 1120px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 10px;
}
.header-wrapper {
	min-height: 195px;
}
@media (min-width: 1025px) and (max-width: 1100px){

	.h-social-links a.elementor-icon:hover {
		background-color: #f37721;
	}



}
.header-logo:hover img {
	transform: scale(.9);
	transition-duration: .3s;
	transition-property: transform;
}


@media (min-width: 1025px) {
	.custom-primary-menu >div {
		display: block;
	}
	.mobile-content {
		display: none;
	}
	.mobile-menu {
		display: none;
	}

}

@media(max-width:1024px){
	.header-menu-wrapper {
		width: 40% !important;
	}
	.custom-primary-menu {	
		display:none;
	}

	.contact-inner {
		width: 30% !important;
	}

	.contact-no {
		font-size: 17px !important;
	}

	.g-outer {
		width: 30% !important;
	}
	.mobile-area .elementor-menu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: var(--nav-menu-icon-size,22px);
		padding: 0.25em;
		cursor: pointer;
		border: 0 solid;
		border-radius: 3px;
		background-color: rgba(0,0,0,.05);
		color: #fff;
		background-color: #0068a3;
		border-radius: 0px;
		margin: 0px 10px 0px 0px;
	}
	.mobile-area [class^=eicon] {
		display: inline-block;
		font-family: eicons;
		font-size: inherit;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.eicon-menu-bar:before {
		content: "";
		font-size: 25px;
	}

	.mobile-area [class*=" eicon-"] {
		display: inline-block;
		font-family: eicons;
		font-size: inherit;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.eicon-close:before {
		content: "";
	}
	.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
		display: none;
	}


	.mobile-menu nav.navigation-primary>ul{
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		display: block;
		list-style: none;
		padding: 0;
		line-height: normal;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		position: relative;
		z-index: 2;
	}

	.mobile-menu nav.navigation-primary>ul>li{
		border-style: solid;
		border-color: rgba(0,0,0,.04);
		border-width: 0;
		position: relative;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		line-height: normal;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		z-index: 2;
	}
	.mobile-menu nav.navigation-primary>ul>li a{
		font-family: "Open Sans",Sans-serif;
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 10px;
		padding-right: 10px;
		color: #fff;
		justify-content: center;
		display: block;
		text-align: center;
	}
	.mobile-menu nav.navigation-primary>ul>li a:hover {
		background-color: #0068a3;
	}
	.mobile-menu nav.navigation-primary>ul>li ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.mobile-menu nav.navigation-primary>ul>li ul {
		display: none;
	}
	.h-social-links {
		width: 30% !important;
	}
	.mobile-area {
		padding: 10px 10px 10px 10px;
	}
	.custom-primary-menu nav>ul>li>a {
		letter-spacing: 1px !important;
	}
	.mobile-content {
		width: 40%;
		position: relative;
	}
	.mobile-menu {
		position: relative;
	}
	.mobile-menu nav.navigation-primary>ul>li ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.mobile-menu nav.navigation-primary>ul>li ul {
		display: none;
	}
	.mobile-menu span.sub-arrow {
		line-height: 1;
		padding: 6px 0 10px 5px;
		margin-top: -10px;
		margin-bottom: -10px;
	}

	.mobile-menu {
		transform-origin: top;
		font-size: 13px;
		background-color: #294264;
		margin-top: -1px;
		width: 100%;
		position: absolute;
		display: none;
		right: 0;
		left: 0;
	}

	.menu-open .mobile-menu {
		display: block;
	}

	@keyframes hide-scroll {
		0%,to {
			overflow: hidden;
		}
	}

	.mobile-menu nav.navigation-primary>ul {
		margin:0px;
	}
	.child-trigger {
		position: absolute;
		top: 0;
		width: 100%;
		height: 50px;
		cursor: pointer;
	}
	.mobile-menu nav.navigation-primary ul li.child-hover > a {
		color: #fff;
		background-color: #0068A3;
	}
	.mobile-menu nav.navigation-primary>ul li {
		position: relative;
	}

}
@media (max-width: 767px){
	.g-outer {
		width: 70%!important;
	}
	.mobile-content {
		width: 30% !important;
	}
	.h-social-links{
		display:none !important;
	}
	.header-logo img {
		width: 100px !important;
	}
	.contact-inner {
		width: 100%!important;
		padding: 8px 0px 0px 0px !important;
	}
	.header-wrapper .inner-wrap {
		padding: 10px 10px 0px 10px !important;
	}
	.contact-no {
		font-size: 16px!important;
	}
	.mobile-area {

		padding: 10px 0px 10px 0px !important;
	}
	.mobile-area .elementor-menu-toggle{
		margin: 0 !important; 
	}
	.eicon-menu-bar:before {
		content: "";
		font-size: 23px!important;
	}
	.get-in-touc {

		font-size: 10px !important;

	}
	.get-in-touc {
		padding: 11px 13px 10px 13px !important;
	}
}
@media(max-height:600px){
	.mobile-menu nav.navigation-primary {
		height: calc(100vh - 80px );
		overflow-y: auto;
	}
}
footer.footer {
  position:relative;
  z-index:10;
  background: #fff;
}

.footer-img-1 img {
  width: 50px !important;
}
.footer-img-2 img {
  width: 165px !important;
}
.footer-img-2 img {
  width: 165px !important;
}

.inner {
  width: 100%;
  display: flex;
}

.inner-left,.inner-right {
  width: 50%;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 10px;
}
.footer-top-form input {
  color: #111 !important;
}
.inner-right {
  text-align: right;
  justify-content: flex-end;
  text-align: right;
  color: #294264;
  font-family: "Open Sans",Sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.inner-right p a {
  color: #294264;
}

.inner-right p a:hover {
  color: #f37721;
}

.footer-bottom {
  background-color: #ebebec;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 3px 0px;
}
.footer-middle {
  padding: 0 0 16px;
}

.footer-middle .address {
  padding: 10px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.footer-middle .address p {
  margin: 0;
  color: #294264;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Open Sans",Sans-serif;
  font-weight: normal;
}
.footer-middle .address p a{
  color: #0068a3;
}
.footer-top-form fieldset.form-columns-1 .input input[type=email] {
  width: 100% !important;
}

.footer-top-form form {
  position: relative;
}

.footer-top-form .hs_submit.hs-submit {
  width: 100%;
}

.footer-top-form .hs_submit.hs-submit input.hs-button.primary.large {
  width: calc(100% - 8px);
}
.footer-top {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 40px 0px 10px 0px;
}
.footer-top .form-side {
  align-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  /* 	display: flex; */
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.footer-top-inner-left {
  width: 45%;
}

.air-logo img {
  width: 130px !important;
}

.seed-logo img {
  width: 155px !important;
}

.seed-logo img {
  width: 155px !important;
}

.foote-top-logo {
  display: flex;
  padding: 10px 10px 10px 0px;
}
.seed-logo {
  margin: 0px 0px 0px 20px;
}
.Exeter-logo img {
  width: 95px !important;
}

.Hubspot-logo img {
  width: 85px !important;
}
.footer-top-inner {
  width: 100%;
  display: flex;
}
.lo-side {
  display: flex;
  padding: 0px 10px 10px 10px;
  justify-content: flex-end;
}
.navigation-area nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navigation-area nav>ul {
  display: flex;
}

.footer-top-inner-right {
  width: 55%;
}

.navigation-area nav>ul>li:first-child,
.navigation-area nav>ul>li:nth-child(2) {
  width: 35%;
  padding: 10px;
}

.navigation-area nav>ul>li:nth-child(3) {
  width: 30%;
  padding: 10px;
}

.navigation-area nav>ul>li>a {
  font-family: "Open Sans",Sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #294264;
  margin-bottom: 20px;
  display: block;
}

.navigation-area .sub-arrow {
  display: none;
}

.navigation-area ul.submenu.level-2>li:not(:first-child) {
  padding-bottom: calc(10px / 2);
  margin-top: calc(10px / 2);
}

.navigation-area ul.submenu.level-2>li>a {
  font-family: "Open Sans",Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  color: #294264;
}
.navigation-area ul.submenu.level-2>li:hover a{
  color: #f37721;
}
.lo-right {
  margin-top: -50px;
  margin-bottom: 0px;
}

.Exeter-logo {
  margin: 0px 10px 0px 10px;
}

.Hubspot-logo {
  margin: 0px 10px 0px 10px;
}
.footer-top .navigation-area {
  padding: 10px 10px 10px 40px;
}
.footer-top-form h4 {
  color: #50b08b;
  font-family: "Roboto",Sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.footer-top-form h4 >* {
  font-weight: bold;
  color: #294264;
}
.footer-top-form {
  padding: 10px 10px 10px 0px;
}
.footer-top-form .hs-form-field {
  margin-bottom: 10px;
}

.footer-top-form form label {
  margin-bottom:0
}

.footer-s-link a.elementor-icon {
  font-size: var(--icon-size,25px);
  line-height: var(--icon-size,25px);
  width: calc(var(--icon-size,25px) + ( 2 * var(--icon-padding,.5em) ));
  height: calc(var(--icon-size,25px) + ( 2 * var(--icon-padding,.5em) ));
  display: inline-flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
  --icon-padding: .4em;
  position:relative;
}
.footer-s-link .elementor-social-icon:hover {
  background-color: #0068a3;
}
.footer-s-link{
  --grid-template-columns: repeat(0,auto);
  --icon-size: 20px;
  --grid-column-gap: 5px;
  --grid-row-gap: 0px;
  --widgets-spacing: 20px;
}

.footer-s-link .elementor-social-icon {
  background-color: #50b08b;
  font-size: var(--icon-size,25px);
  line-height: var(--icon-size,25px);
  width: calc(var(--icon-size,25px) + ( 2 * var(--icon-padding,.5em) ));
  height: calc(var(--icon-size,25px) + ( 2 * var(--icon-padding,.5em) ));
  color: #fff;
}
.footer-s-link .elementor-icon i:before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.footer-s-link .fa-twitter:before {
  content: "";
}

.footer-s-link .elementor-social-icons-wrapper.elementor-grid {
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-bottom: calc(-1 * var(--grid-row-gap));
  line-height: 1;
  font-size: 0;
  grid-column-gap: var(--grid-column-gap,5px);
  grid-row-gap: var(--grid-row-gap,5px);
  grid-template-columns: var(--grid-template-columns);
  justify-content: var(--justify-content,center);
  justify-items: var(--justify-content,center);
}
.footer-s-link .fa-facebook:before {
  content: "";
}
.footer-s-link .fa-twitter::before {
  content: "";
}
.footer-s-link .fa-linkedin::before {
  content: "";
}
.footer-s-link .fa-instagram::before {
  content: "";
}
.footer-s-link .fa-tiktok::before {
  content: "";
}
.footer-s-link .fa-youtube::before {
  content: "";
}
.footer-s-link .fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-rendering: auto;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  font-size: 17px;
}
.footer-img-1 img {
  margin: 0px 10px 0px 10px;
}

.footer-img-2 img {
  margin: 0px 10px 0px 0px;
}
.footer-top-form form  > fieldset.form-columns-1 {
  float: left;
  width: calc(50% + 4px);
  padding-right: 4px;
}

.footer-top-form form .hs_submit.hs-submit {
  float: left;
  width: calc(50% - 4px);
}

.footer-top-form .hs_submit.hs-submit input.hs-button.primary.large {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-top-form form .hs_error_rollup {
  display: none;
}
@media(max-width: 1030px) {
  .inner {
    flex-wrap: wrap;
  }

  .inner-left, .inner-right {
    width: 100%;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 5px;
  }

  .footer-bottom {
    padding: 10px 0 1px 0;
  }
  .footer-middle .address p {
    font-size: 15px;
  }
  .footer-top-form h4 {
    font-size: 20px;
  }
  .navigation-area ul.submenu.level-2>li>a {
    font-size: 13px;
  }
  .footer-top .navigation-area {
    padding-left: 10px;
  }
}
@media(max-width: 767px) {
  .footer-s-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
  }

  .inner-left, .inner-right {
    flex-wrap: wrap;
  }

  .footer-img-1 img {
    width: 40px!important;
  }

  .footer-img-2 img {
    width: 110px!important;
  }

  .inner-right {
    text-align: center;
    font-size: 11px;
    padding-bottom: 3px;
    padding-top: 9px;
  }

  .footer-middle {
    padding: 0 0 20px;
  }
  .footer-top-inner-left {
    width: 100%;
  }

  .footer-top-inner-right {
    width: 100%;
  }

  .footer-top-inner {
    display: block;
  }

  .lo-side {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .lo-right {
    margin-top: 0;
  }

  .Exeter-logo img {
    width: 55px!important;
  }

  .Hubspot-logo img {
    width: 55px!important;
  }

  .Exeter-logo, .Hubspot-logo {
    margin: 0 5px;
  }

  .navigation-area nav>ul {
    display: block;
  }
  .footer-top-form {
    display: none;
  }

  .foote-top-logo {
    align-items: center;
    justify-content: center;
  }

  .air-logo img {
    width: 110px!important;
  }

  .seed-logo img {
    width: 110px!important;
  }
  .navigation-area nav>ul>li:first-child, .navigation-area nav>ul>li:nth-child(2) {
    width: 100%;
  }

  .navigation-area nav>ul>li:nth-child(3) {
    width: 100% !important;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}