@charset "UTF-8";
/*!
Theme Name: DNA Aerospace
Theme URI: http://underscores.me/
Author: Ruby6
Author URI: https://ruby6.com.au/
Description: Description
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dnaaerospace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

DNAAerospace is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

[data-parts-deselect-all],
[data-parts-select-all] {
  padding: 10px 15px;
  cursor: pointer;
}

[data-quantity-stepper] {
  user-select: none;
  word-wrap: none;
  white-space: nowrap;
}
[data-quantity-stepper] [data-quantity-minus],
[data-quantity-stepper] [data-quantity-plus],
[data-quantity-stepper] [data-quantity-value] {
  display: inline-block;
}
[data-quantity-stepper] [data-quantity-minus],
[data-quantity-stepper] [data-quantity-plus] {
  padding: 0 10px;
  cursor: pointer;
}
[data-quantity-stepper] [data-quantity-value] {
  padding: 0;
  min-width: 1.5em;
  text-align: center;
}

#partsTable.dataTable tbody .select-checkbox:before {
  border-color: white;
  margin-left: -10px;
  border-radius: 100%;
}
#partsTable.dataTable tbody .select-checkbox:after {
  margin-left: -6px;
}
#partsTable.dataTable tbody .select-checkbox:before, #partsTable.dataTable tbody .select-checkbox:after {
  cursor: pointer;
  width: 10px;
  height: 10px;
}

.searchit {
  display: inline-block;
  height: 56px;
  width: 50px;
  position: absolute;
  background-image: url(img/icn-search.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  right: 0;
  cursor: pointer;
}

body, html {
  font-family: "Barlow", sans-serif;
}

/* General */
#header {
  padding: 5px 0 15px;
}
@media (max-width: 576px) {
  #header {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: rgba(27, 46, 71, 0.95);
    padding: 0;
  }
}

body, html {
  color: #fff;
  background: #1B2E47;
}

body {
  font-weight: 500;
}

.post, .page {
  margin: 0;
}

a, a:link, a:visited, a:active {
  color: #07B4E4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover {
  color: #1B2E47;
}

@media (min-width: 768px) {
  .container-fluid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 80rem;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin: 2rem 0 1rem;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0.125rem;
}

h1 {
  font-size: 2rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.3rem;
  }
}

h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 1.5rem;
  text-transform: none;
}

h4 {
  font-size: 1.3rem;
}

#content p, #content li, #content td {
  font-size: 1.2rem;
  color: #fff;
}
#content p strong {
  color: #fff;
}
#content .button, #content .btn {
  text-transform: uppercase;
  padding: 6px 45px;
  font-size: 1.5rem;
  background: #0082A6;
  color: #fff;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0 !important;
  z-index: 2;
  border: 0;
}
#content .button:hover, #content .btn:hover {
  background: #07B4E4;
}

/* Header */
.navbar {
  max-width: 85rem;
  margin: 0 auto;
  align-items: center;
}
@media (min-width: 992px) {
  .navbar {
    margin-top: 20px;
  }
}
.navbar .navbar-brand {
  width: 113px;
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    width: auto;
  }
  body.fp-viewing-testimonials .navbar .navbar-brand, body.fp-viewing-services .navbar .navbar-brand {
    width: 240px;
    height: 130px;
    background: url(img/dna-aerospace-logo.svg) no-repeat;
    background-size: cover;
  }
  body.fp-viewing-testimonials .navbar .navbar-brand img, body.fp-viewing-services .navbar .navbar-brand img {
    display: none;
  }
}

@media (min-width: 992px) {
  body.fp-viewing-services #primary-menu li a,
body.fp-viewing-testimonials #primary-menu li a {
    color: #1B2E47;
  }
}
#primary-menu {
  margin: 0;
  padding: 0;
  width: 100%;
}
#primary-menu li {
  text-align: center;
  position: relative;
}
body.fp-viewing-search #primary-menu li.search a {
  border-color: #07B4E4;
}
body.fp-viewing-services #primary-menu li.services a {
  border-color: #07B4E4;
}
body.fp-viewing-about #primary-menu li.about a {
  border-color: #07B4E4;
}
body.fp-viewing-partners #primary-menu li.partners a {
  border-color: #07B4E4;
}
body.fp-viewing-faqs #primary-menu li.faqs a {
  border-color: #07B4E4;
}
body.fp-viewing-contact #primary-menu li.contact a {
  border-color: #07B4E4;
}
body.fp-viewing-testimonials #primary-menu li.testimonials a {
  border-color: #07B4E4;
}
#primary-menu li a {
  padding: 10px 10px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid transparent;
  outline: none;
}
@media (min-width: 1200px) {
  #primary-menu li a {
    padding: 10px 15px;
    letter-spacing: 0.1rem;
  }
}
#primary-menu li a:hover {
  background: transparent;
  border: 2px solid #07B4E4;
}

.menu-primary-menu-container {
  margin-left: auto;
}

a.menu-toggle {
  height: 2.2rem;
  width: 1.8rem;
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-right: 20px;
  padding: 0;
  cursor: pointer;
}
a.menu-toggle span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
  width: 100%;
}
.show-menu a.menu-toggle span {
  width: 0;
}
a.menu-toggle:after, a.menu-toggle:before {
  top: 0.55rem;
  background-color: #fff;
  content: " ";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
a.menu-toggle:after {
  top: auto;
  bottom: 0.5rem;
}
.show-menu a.menu-toggle:before {
  top: 50% !important;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.show-menu a.menu-toggle:after {
  bottom: 50% !important;
  -webkit-transform: rotate(-45deg) translateY(50%);
  -o-transform: rotate(-45deg) translateY(50%);
  transform: rotate(-45deg) translateY(50%);
}

#navbar-example3 {
  position: fixed;
  left: 0;
}

@media (min-width: 992px) {
  #header {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
  }
  body.fp-viewing-search-0.fp-responsive #header, body.fp-viewing-search-1.fp-responsive #header {
    position: relative;
  }
  body.fp-viewing-search-1.fp-responsive #header {
    background: #0a83a8;
  }
}

html.scrolllock {
  overflow: scroll !important;
}
html.scrolllock body {
  overflow: hidden !important;
}

/* Content */
.page-content, .entry-content, .entry-summary {
  margin: 0;
}

#primary {
  padding: 50px 0;
}
@media (min-width: 992px) {
  #primary {
    padding: 100px 0;
  }
}

.layout-panel {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .layout-panel {
    padding: 250px 0 100px;
  }
}
.layout-panel img {
  width: 100%;
  position: relative;
}

/* Home */
.fp-slidesNav ul {
  text-align: center;
  width: 100%;
}
.fp-slidesNav ul li {
  width: 32px;
  height: auto;
  flex: 1 1 auto;
  margin: 0;
}
.fp-slidesNav ul li a {
  padding: 20px 0;
  outline: none;
  position: relative;
}
.fp-slidesNav ul li .fp-tooltip {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.fp-viewing-services .fp-slidesNav ul li .fp-tooltip {
  color: #1B2E47;
}
.fp-slidesNav ul li .fp-tooltip.fp-left {
  left: 40px;
}
.fp-slidesNav ul li a.active span {
  border: 1px solid #fff;
  background: #000;
}
.fp-slidesNav ul li a span {
  background: transparent;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

#fp-nav {
  display: none;
}
@media (min-width: 992px) {
  #fp-nav {
    display: block;
  }
}
#fp-nav ul {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#fp-nav ul li {
  width: 32px;
  height: auto;
  flex: 1 1 auto;
  margin: 0;
}
#fp-nav ul li a {
  padding: 20px 0;
  outline: none;
  position: relative;
}
#fp-nav ul li .fp-tooltip {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.fp-viewing-services #fp-nav ul li .fp-tooltip {
  color: #1B2E47;
}
#fp-nav ul li .fp-tooltip.fp-left {
  left: 40px;
}
#fp-nav ul li a.active {
  width: 36px;
  height: 36px;
  background: url(img/icn-plane.svg) no-repeat left top;
  outline: none;
}
#fp-nav ul li a.active span {
  border: 0;
}
#fp-nav ul li a span {
  background: transparent;
  border: 1px solid #D8D8D8;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
body.fp-viewing-services #fp-nav ul li a span {
  border-color: #1B2E47;
}

.section {
  padding: 50px 0;
}
.section h2.title {
  margin-bottom: 50px;
}
.section h2.title:after {
  content: "";
  display: block;
  width: 35px;
  margin-top: 10px;
  height: 5px;
  background: #07B4E4;
}

#search-panel {
  background: url(img/body-bg.jpg) right top no-repeat;
  background-position: 0% 30%;
  background-size: 100%;
}
@media (max-width: 576px) {
  #search-panel {
    padding-top: 110px;
  }
}
@media (min-width: 1300px) {
  #search-panel {
    background-size: cover;
    background-position: 100% 30% !important;
  }
}
@media (max-width: 1300px) {
  #search-panel {
    background-image: url(img/body-bg_mobile.jpg);
    background-position: 0% 15%;
    background-size: contain;
  }
}
@media (max-width: 576px) {
  #search-panel {
    background-position: 0% 15%;
  }
}
#search-panel body.fp-viewing-search-0 .overlay {
  display: none;
}
body.fp-viewing-search-1 #search-panel {
  background: #0a83a8 url(img/bg2.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  padding-bottom: 0;
}
body.fp-viewing-search-1 #search-panel .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /*background: rgba(10, 131, 168, 0.9);*/
  background: -moz-radial-gradient(center, ellipse cover, #0a83a8 0%, #0a83a8 20%, rgba(10, 131, 168, 0.02) 90%, rgba(10, 131, 168, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #0a83a8 0%, #0a83a8 20%, rgba(10, 131, 168, 0.02) 90%, rgba(10, 131, 168, 0) 100%);
  background: radial-gradient(ellipse at center, #0a83a8 0%, #0a83a8 20%, rgba(10, 131, 168, 0.02) 90%, rgba(10, 131, 168, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a83a8", endColorstr="#000a83a8",GradientType=1 );
  display: block;
}
#search-panel h1 {
  color: #fff;
  font-weight: 300;
}
#search-panel h1 strong {
  font-weight: 600;
}
#search-panel #search-info {
  margin-top: 30px;
}
#search-panel #search-info p {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #search-panel #search-info p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1600px) {
  #search-panel #search-info {
    margin-top: 60px;
  }
  #search-panel #search-info p {
    font-size: 1.3rem;
  }
}
#search-panel .phone p {
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
}
#search-panel .phone p a {
  color: #fff;
  font-weight: bold;
}

@media (min-height: 1080px) {
  body #secondSlide .gform_validation_error form {
    height: 99vh;
    overflow: scroll;
  }
  body #secondSlide .gform_validation_error form .validation_error {
    margin-top: 150px !important;
  }
  body #secondSlide .gform_validation_error form .gfield.section_enquire {
    margin-top: 10px !important;
  }
}

@media (min-width: 576px) {
  #secondSlide .validation_error {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #secondSlide .validation_error {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #secondSlide .validation_error {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #secondSlide .validation_error {
    max-width: 1050px;
  }
}
@media (min-width: 1500px) {
  #secondSlide .validation_error {
    margin: 5px auto 0;
  }
}
#secondSlide .container {
  max-width: none;
  padding: 0;
}
#secondSlide .gform_confirmation_wrapper {
  max-width: 70%;
  margin: 60px auto;
}
@media (min-width: 1200px) {
  #secondSlide .gform_confirmation_wrapper {
    max-width: 768px !important;
  }
}
#secondSlide li.gfield {
  list-style-type: none;
}
#secondSlide li.gfield ul {
  margin: 0;
  padding: 0;
}
#secondSlide li.gfield.section_enquire {
  margin: 0 auto 5px;
  position: relative;
}
@media (max-width: 576px) {
  #secondSlide li.gfield.section_enquire {
    padding: 0 20px;
  }
}
@media (min-width: 576px) {
  #secondSlide li.gfield.section_enquire {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #secondSlide li.gfield.section_enquire {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #secondSlide li.gfield.section_enquire {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #secondSlide li.gfield.section_enquire {
    max-width: 1050px;
  }
}
@media (min-width: 1500px) {
  #secondSlide li.gfield.section_enquire {
    margin: 80px auto 5px;
  }
}
#secondSlide li.gfield.section_enquire:before {
  top: 100%;
  left: 0%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #0c84a5;
  border-width: 30px;
  margin-left: 0px;
  margin-top: 5px;
}
@media (min-width: 1500px) {
  #secondSlide li.gfield.section_enquire:before {
    border-width: 20px;
  }
}
#secondSlide li.gfield.section_enquire:after {
  top: 100%;
  left: 0%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #0c84a5;
  border-width: 30px;
  margin-left: 0;
  margin-top: 5px;
}
@media (min-width: 1500px) {
  #secondSlide li.gfield.section_enquire:after {
    border-width: 20px;
  }
}
#secondSlide li.gfield.section_aog {
  background: #2d5178;
  padding: 40px 0;
  margin: 0 auto;
}
@media (max-width: 576px) {
  #secondSlide li.gfield.section_aog {
    padding: 0 20px;
  }
}
@media (min-width: 1500px) {
  #secondSlide li.gfield.section_aog {
    padding: 50px 0 0;
  }
}
@media (min-width: 1500px) {
  #secondSlide li.gfield.section_aog .gsection_title {
    margin-top: 0px;
  }
}
#secondSlide li.gfield.section_aog ul {
  margin: 0 auto;
}
@media (min-width: 576px) {
  #secondSlide li.gfield.section_aog ul {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #secondSlide li.gfield.section_aog ul {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #secondSlide li.gfield.section_aog ul {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #secondSlide li.gfield.section_aog ul {
    max-width: 1050px;
  }
}
#secondSlide .gform_footer {
  padding: 0px 0 10px;
  margin-bottom: 0px;
}
#secondSlide .gform_footer.aog_open {
  background: #2d5178;
}
#secondSlide .gform_footer .submit_wrapper {
  margin: 0px auto 70px;
  padding: 0 0 12px;
}
@media (max-width: 576px) {
  #secondSlide .gform_footer .submit_wrapper {
    padding: 0 15px 12px;
  }
}
@media (min-width: 576px) {
  #secondSlide .gform_footer .submit_wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #secondSlide .gform_footer .submit_wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #secondSlide .gform_footer .submit_wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #secondSlide .gform_footer .submit_wrapper {
    max-width: 1050px;
  }
}

#services-panel {
  background: #EEF2F7 url(img/body-bg2.jpg) no-repeat right center;
  background-size: cover;
}
#services-panel h2, #services-panel h3, #services-panel p {
  color: #1B2E47;
}
#services-panel #services-wrapper {
  background: #fff;
  padding: 0 20px 40px;
}
#services-panel #services-wrapper .inner {
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  #services-panel #services-wrapper .inner {
    min-height: 520px;
  }
  #services-panel #services-wrapper .inner a.btn {
    position: absolute;
    bottom: 50px;
    left: 0;
  }
}
#services-panel #services-wrapper .inner p {
  font-size: 1.1em;
}
#services-panel #services-wrapper .inner h3 {
  border-bottom: 1px solid #0082A6;
  padding-bottom: 30px;
  padding-left: 50px;
  margin-bottom: 30px;
  min-height: 80px;
}
#services-panel #services-wrapper > div:first-child h3 {
  background: url(img/icn-search.svg) no-repeat;
}
#services-panel #services-wrapper > div:nth-child(2) h3 {
  background: url(img/icn-inventory.svg) no-repeat;
}
#services-panel #services-wrapper > div:last-child h3 {
  background: url(img/icn-maintenance.svg) no-repeat;
}

#about-panel {
  background: url(img/body-bg3.png) no-repeat 0 0;
  background-size: cover;
}
#about-panel .lead p {
  font-size: 1.2em;
  font-weight: bold;
}
#about-panel p {
  font-size: 1.2em;
  font-weight: 400;
}

#partners-panel {
  background: url(img/body-bg4.jpg) no-repeat right center #0082a6;
}
#partners-panel p {
  font-size: 1.4em;
  font-weight: 400;
}
@media (max-width: 768px) {
  #partners-panel {
    background-position: 80% 100%;
  }
}
@media (max-width: 576px) {
  #partners-panel {
    background-position: 75% 40%;
    background-size: 230%;
  }
}

#faqs-panel {
  background: url(img/body-bg5.png) no-repeat 0 0;
  background-size: cover;
}
#faqs-panel p {
  font-size: 1.2em;
  font-weight: 400;
}
#faqs-panel #tabNav {
  margin: 0;
  padding: 0;
}
#faqs-panel #tabNav li {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #111C2C;
}
#faqs-panel #tabNav li a.nav-link {
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 0.1rem;
  outline: none;
  padding: 0;
}
#faqs-panel #tabNav li a.nav-link:hover {
  color: #07B4E4;
}
#faqs-panel #tabNav li a.nav-link.active {
  color: #07B4E4;
}
#faqs-panel #tabNav li a.nav-link[aria-expanded=true] {
  color: #07B4E4;
}
#faqs-panel .tab-pane {
  background: #111C2C;
  padding: 20px;
  font-size: 1.2em;
}
@media (min-width: 992px) {
  #faqs-panel .tab-pane {
    padding: 50px;
  }
}
#faqs-panel .tab-collapse .tab-content {
  background: #111C2C;
  padding: 20px;
  font-size: 1.2em;
  margin: 15px 0;
}

.tab-pane {
  display: none;
}

#testimonials-panel h2.title:after, #services-panel h2.title:after {
  background: #1B2E47;
}

#testimonials-panel {
  background: url(img/plane-bg.png) no-repeat #EEF2F7;
  background-size: cover;
  background-position: 60% 0px;
}
@media (min-width: 992px) {
  #testimonials-panel {
    background-size: contain;
    background-position: right top;
  }
}
#testimonials-panel .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(235, 239, 244, 0.5);
  display: block;
}
#testimonials-panel h2, #testimonials-panel h3, #testimonials-panel p {
  color: #1B2E47;
}
#testimonials-panel .testimonial {
  background: #fff;
  padding: 30px;
}
#testimonials-panel .testimonial p {
  font-size: 1.2em;
}
#testimonials-panel .testimonial p.author {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #07B4E4;
  font-weight: bold;
  margin-bottom: 0;
}
#testimonials-panel .owl-nav {
  margin-top: 10px;
  text-align: center;
  top: 50%;
  width: 100%;
  position: absolute;
  margin-top: -50px;
}
#testimonials-panel .owl-nav > div {
  display: inline-block;
  color: #ccc;
  position: absolute;
  font-size: 2rem;
  background: transparent;
}
#testimonials-panel .owl-nav .owl-prev {
  left: -10px;
}
#testimonials-panel .owl-nav .owl-next {
  right: -10px;
}
#testimonials-panel .owl-dots {
  position: absolute;
  bottom: -50px;
  width: 100%;
}
#testimonials-panel .owl-dots .owl-dot.active span, #testimonials-panel .owl-dots .owl-dot:hover span {
  background: #07B4E4;
}
#testimonials-panel .owl-dots span {
  width: 12px;
  height: 12px;
  border: 0;
  background: #1B2E47;
}

/* Contact Page */
#contact-panel {
  background: url(img/body-bg6.jpg) no-repeat right bottom;
  background-size: cover;
}
#contact-panel input[type=text], #contact-panel input[type=email], #contact-panel input[type=url], #contact-panel input[type=password], #contact-panel input[type=search], #contact-panel input[type=number], #contact-panel input[type=tel], #contact-panel input[type=range], #contact-panel input[type=date], #contact-panel input[type=month], #contact-panel input[type=week], #contact-panel input[type=time], #contact-panel input[type=datetime], #contact-panel input[type=datetime-local], #contact-panel input[type=color], #contact-panel textarea {
  border: 0;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0 !important;
  color: #fff;
  background: transparent;
  font-size: 1.2em;
  font-weight: 400;
  padding: 10px 0;
  margin-bottom: 20px;
  box-shadow: none;
}
#contact-panel input[type=text]::-webkit-input-placeholder, #contact-panel input[type=email]::-webkit-input-placeholder, #contact-panel input[type=url]::-webkit-input-placeholder, #contact-panel input[type=password]::-webkit-input-placeholder, #contact-panel input[type=search]::-webkit-input-placeholder, #contact-panel input[type=number]::-webkit-input-placeholder, #contact-panel input[type=tel]::-webkit-input-placeholder, #contact-panel input[type=range]::-webkit-input-placeholder, #contact-panel input[type=date]::-webkit-input-placeholder, #contact-panel input[type=month]::-webkit-input-placeholder, #contact-panel input[type=week]::-webkit-input-placeholder, #contact-panel input[type=time]::-webkit-input-placeholder, #contact-panel input[type=datetime]::-webkit-input-placeholder, #contact-panel input[type=datetime-local]::-webkit-input-placeholder, #contact-panel input[type=color]::-webkit-input-placeholder, #contact-panel textarea::-webkit-input-placeholder {
  color: #fff;
}
#contact-panel input[type=text]::-moz-placeholder, #contact-panel input[type=email]::-moz-placeholder, #contact-panel input[type=url]::-moz-placeholder, #contact-panel input[type=password]::-moz-placeholder, #contact-panel input[type=search]::-moz-placeholder, #contact-panel input[type=number]::-moz-placeholder, #contact-panel input[type=tel]::-moz-placeholder, #contact-panel input[type=range]::-moz-placeholder, #contact-panel input[type=date]::-moz-placeholder, #contact-panel input[type=month]::-moz-placeholder, #contact-panel input[type=week]::-moz-placeholder, #contact-panel input[type=time]::-moz-placeholder, #contact-panel input[type=datetime]::-moz-placeholder, #contact-panel input[type=datetime-local]::-moz-placeholder, #contact-panel input[type=color]::-moz-placeholder, #contact-panel textarea::-moz-placeholder {
  color: #fff;
}
#contact-panel input[type=text]::-ms-input-placeholder, #contact-panel input[type=email]::-ms-input-placeholder, #contact-panel input[type=url]::-ms-input-placeholder, #contact-panel input[type=password]::-ms-input-placeholder, #contact-panel input[type=search]::-ms-input-placeholder, #contact-panel input[type=number]::-ms-input-placeholder, #contact-panel input[type=tel]::-ms-input-placeholder, #contact-panel input[type=range]::-ms-input-placeholder, #contact-panel input[type=date]::-ms-input-placeholder, #contact-panel input[type=month]::-ms-input-placeholder, #contact-panel input[type=week]::-ms-input-placeholder, #contact-panel input[type=time]::-ms-input-placeholder, #contact-panel input[type=datetime]::-ms-input-placeholder, #contact-panel input[type=datetime-local]::-ms-input-placeholder, #contact-panel input[type=color]::-ms-input-placeholder, #contact-panel textarea::-ms-input-placeholder {
  color: #fff;
}
#contact-panel input[type=text]::-moz-placeholder, #contact-panel input[type=email]::-moz-placeholder, #contact-panel input[type=url]::-moz-placeholder, #contact-panel input[type=password]::-moz-placeholder, #contact-panel input[type=search]::-moz-placeholder, #contact-panel input[type=number]::-moz-placeholder, #contact-panel input[type=tel]::-moz-placeholder, #contact-panel input[type=range]::-moz-placeholder, #contact-panel input[type=date]::-moz-placeholder, #contact-panel input[type=month]::-moz-placeholder, #contact-panel input[type=week]::-moz-placeholder, #contact-panel input[type=time]::-moz-placeholder, #contact-panel input[type=datetime]::-moz-placeholder, #contact-panel input[type=datetime-local]::-moz-placeholder, #contact-panel input[type=color]::-moz-placeholder, #contact-panel textarea::-moz-placeholder {
  color: #fff;
}
#contact-panel textarea {
  padding: 15px;
  border: 1px solid #fff;
}
#contact-panel .btn {
  position: relative;
  padding-right: 70px;
}
#contact-panel .btn:after {
  content: "";
  width: 30px;
  height: 28px;
  background: url(img/icn-plane2.svg) no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contact-panel ul {
  margin: 0;
  padding: 0;
}
#contact-panel ul li {
  font-size: 1.3em;
  list-style: none;
  letter-spacing: 0.1rem;
}
#contact-panel ul li a {
  color: #fff;
}
#contact-panel ul li a:hover {
  color: #07B4E4;
}
#contact-panel ul li strong {
  color: #07B4E4;
}

.footer-wrapper {
  margin-top: 50px;
  color: #ccc;
  font-size: 0.85em;
}
.footer-wrapper p {
  font-size: 0.85em;
  letter-spacing: 0.125rem;
}
.footer-wrapper a {
  color: #ccc;
}
.footer-wrapper a:hover {
  color: #07B4E4;
}
@media (min-width: 992px) {
  .footer-wrapper {
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .footer-wrapper .siteby {
    text-align: right;
  }
}
.footer-wrapper .payment-methods {
  background: url(img/payment-options.png) no-repeat;
  width: 150px;
  height: 50px;
}

.btn,
button.btn,
a.btn {
  background: #07B4E4;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  padding: 15px 35px;
  text-align: center;
  font-size: 0.95rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0 !important;
  font-weight: bold;
  box-shadow: none;
}
.btn:hover,
button.btn:hover,
a.btn:hover {
  background: #0082A6;
}
@media (min-width: 992px) {
  .btn,
button.btn,
a.btn {
    flex: 0;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #07B4E4;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #07B4E4;
}

#page .wpdt-c .wpDataTablesWrapper {
  padding: 0;
  background: transparent;
}
#page .wpdt-c .wpDataTablesWrapper .dataTables_filter input[type=search] {
  font-size: 1.3em;
  background: #111c2c !important;
  text-transform: none;
  border: 5px solid #fff;
  padding: 20px !important;
}
#page .wpdt-c .wpDataTablesWrapper .dataTables_filter label .wdt-search-icon {
  position: unset;
}
#page .wpdt-c .wpDataTablesWrapper .dataTables_filter label .wdt-search-icon:before {
  color: #07B4E4;
  left: auto;
  right: 10px;
  top: 10px;
}
#page .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot td input.number_filter,
#page .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot td input.text_filter {
  background: #111c2c !important;
  border: 2px solid #07B4E4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0 !important;
}
#page .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
  background: #111c2c !important;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
  margin-bottom: 20px;
  padding: 0 5px;
}
@media (max-width: 576px) {
  div.dataTables_wrapper div.dataTables_filter {
    flex-direction: column !important;
  }
}
div.dataTables_wrapper div.dataTables_filter label {
  position: relative;
}
@media (max-width: 576px) {
  div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
    flex-grow: 1 !important;
    flex-shrink: 1 !important;
  }
}
div.dataTables_wrapper div.dataTables_filter span {
  display: none;
}
div.dataTables_wrapper div.dataTables_filter input.form-control {
  font-size: 1em;
  margin-left: 0;
  max-width: none !important;
}

table.dataTable {
  background: #1B2E47;
}
table.dataTable th {
  text-transform: none;
  padding: 3px;
  font-size: 0.6em;
  text-align: center;
}
@media (min-width: 992px) {
  table.dataTable th {
    min-width: 120px;
    padding: 20px 5px;
    font-size: 0.9em;
  }
}
@media (min-width: 992px) {
  table.dataTable th:nth-last-child(2),
table.dataTable td:nth-last-child(2) {
    min-width: 130px;
  }
}
table.dataTable tr td:nth-child(3),
table.dataTable tr th:nth-child(3) {
  text-align: left;
}
table.dataTable td {
  padding: 3px;
  vertical-align: top;
  text-align: center;
  font-size: 0.7em;
}
@media (min-width: 992px) {
  table.dataTable td {
    padding: 20px 5px;
    font-size: 1em;
  }
}
table.dataTable tr.odd td {
  background: #111c2c;
}
table.dataTable tfoot select {
  background: #1B2E47;
  border-color: #07B4E4;
  padding: 5px 5px;
  color: #fff;
  min-width: 100px;
}

#top-filters {
  flex-grow: 0.2;
  flex-shrink: 0.4;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 20px;
}
#top-filters:before {
  content: "Filter";
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
#top-filters select {
  background: #1B2E47;
  border-color: #07B4E4;
  padding: 5px;
  color: #fff;
  min-width: 100px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  #top-filters select {
    padding: 10px;
    min-width: 200px;
  }
}

.clear-filter {
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
}
.clear-filter:before {
  content: "";
  border: 0.1em solid #fff;
  background-color: transparent;
  display: inline-block;
  box-sizing: border-box;
  width: 1.4em;
  height: 1.4em;
  margin-right: 5px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.1s ease-out;
  border-radius: 100%;
}
.clear-filter:hover:before {
  background-color: #fff;
}

a.select-more {
  color: #fff;
  text-decoration: underline;
  margin-top: 5px;
  float: right;
  font-weight: normal;
}

#partsTable_filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
#partsTable_filter label {
  flex-grow: 0.35;
  flex-shrink: 0.35;
  max-width: 700px;
}
#partsTable_filter input.form-control {
  font-size: 1.3em;
  background: #111c2c !important;
  background-size: 16px !important;
  text-transform: none;
  max-width: 600px;
  width: 100%;
  border: 5px solid #fff;
  padding: 8px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0 !important;
  color: #fff;
}
@media (max-width: 576px) {
  #partsTable_filter input.form-control {
    width: 100%;
  }
}

#search-info {
  display: none;
  padding: 20px;
}

#part-search-form.hide-table .dataTables_paginate,
#part-search-form.hide-table .dataTables_scroll,
#part-search-form.hide-table .dataTables_info,
#part-search-form.hide-table .clear-filter,
#part-search-form.hide-table #table-actions {
  display: none;
}
#part-search-form.hide-table #search-info {
  display: block;
}
#part-search-form.hide-table #top-filters {
  display: none;
}

@media (min-width: 992px) {
  #part-search-form #top-filters {
    display: inline-block !important;
  }
  #part-search-form #top-filters select {
    display: inline-block !important;
  }
}
@media (max-width: 992px) {
  #part-search-form:not(.hide-table) #top-filters {
    display: inline-block;
  }
  #part-search-form:not(.hide-table) #top-filters select {
    display: inline-block !important;
  }
}

table.dataTable.display tbody > tr.selected td {
  background-color: #07B4E4 !important;
}

@media (min-width: 992px) {
  div.dataTables_wrapper div.dataTables_info {
    float: left;
  }
}

#partsTable_wrapper {
  overflow: hidden;
}
#partsTable_wrapper .view__certificate {
  background: url(img/icn-certificate.svg);
  cursor: pointer;
  width: 28px;
  height: 28px;
  float: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.dataTables_paginate {
  float: right;
}
.dataTables_paginate ul {
  margin: 0;
  padding: 0;
}
.dataTables_paginate a.page-link,
.dataTables_paginate .page-item.disabled a.page-link {
  background: transparent;
  color: #fff;
  border: 0;
}
.dataTables_paginate .page-item.active .page-link {
  background: #07B4E4;
}

#table-actions {
  clear: both;
  display: block;
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 992px) {
  #table-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#table-actions .btn {
  position: relative;
  padding-right: 70px;
  display: inline-block;
}
#table-actions .btn:after {
  content: "";
  width: 30px;
  height: 28px;
  background: url(img/icn-plane2.svg) no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*********************
Gravity STYLES
*********************/
.gform_wrapper {
  margin: 0;
  width: 100% !important;
  /*#field_1_10 {
      .gfield_label {
          border-bottom: 1px solid #fff;
          padding: 10px 0;
          display: block;
      }
  }*/
  /* Radios and checkboxes */
}
.gform_wrapper .title h2, .gform_wrapper .title small {
  display: inline-block;
}
.gform_wrapper .gform_body {
  width: 100%;
}
.gform_wrapper .ginput_container_radio ul {
  margin: 0;
  padding: 0;
}
.gform_wrapper .ginput_container_radio ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.gform_wrapper ul.gform_fields,
.gform_wrapper li.gfield ul:not(.gfield_radio) {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_wrapper li.gfield {
  margin: 0 0 5px;
  background-image: none;
  padding: 0;
  flex: 0 0 100%;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 992px) {
  .gform_wrapper li.gfield.gf_left_half, .gform_wrapper li.gfield.gf_right_half {
    flex: 0 0 49%;
  }
}
.gform_wrapper li.gfield.gform_validation_container {
  display: none;
}
.gform_wrapper li.gfield > div {
  flex: 0 0 100%;
}
.gform_wrapper li:before {
  content: none !important;
}
.gform_wrapper div.validation_error {
  color: #FFFFFF !important;
  background: #1b2e47;
  font-weight: normal !important;
  line-height: 1 !important;
  margin: 0 auto !important;
  padding: 15px;
  text-align: center;
}
.gform_wrapper li.gfield_error {
  padding: 0 !important;
  max-width: 100% !important;
  border: 1px solid red !important;
  margin: 5px 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
}
.gform_wrapper .gfield_description {
  padding: 0 !important;
  margin: -15px 0 15px 0 !important;
  color: #777;
}
.gform_wrapper .validation_message {
  display: none;
}
.gform_wrapper .gform_confirmation_wrapper {
  background: #fff;
  padding: 20px;
  min-height: 340px;
  margin: 50px 0;
  display: flex;
  align-items: center;
}
.gform_wrapper .gform_validation_container {
  display: none;
}
.gform_wrapper .medium,
.gform_wrapper input[type=text],
.gform_wrapper select,
.gform_wrapper textarea {
  font-size: 1rem;
  color: #fff;
  width: 100%;
  padding: 10px 10px 10px 0;
  margin: 0;
  box-shadow: none;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
  height: auto;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #ffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0 !important;
}
.gform_wrapper textarea.medium {
  border: 1px solid #fff;
}
.gform_wrapper .gform_heading {
  font-size: 1rem;
}
.gform_wrapper .textarea {
  height: 150px !important;
  padding: 10px !important;
}
.gform_wrapper .gform_page_footer {
  border: 0 !important;
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  text-align: left;
  padding: 0;
  width: 100%;
  margin: 0;
}
.gform_wrapper .gform_footer .button,
.gform_wrapper .gform_page_footer .button {
  margin: 0;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  line-height: 1;
  border: 0;
  padding: 15px 35px;
  margin: 0;
  background: #07B4E4;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0 !important;
}
.gform_wrapper label {
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  flex: 0 0 100%;
}
.gform_wrapper li.hidden_label label {
  display: none;
}
.gform_wrapper span.gfield_required {
  display: none;
}
.gform_wrapper .gform_button {
  text-align: center;
  padding: 15px 30px;
}
.gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}
.gform_wrapper body ul li.field_description_below div.ginput_container_radio,
.gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-top: 5px;
  margin-bottom: 0;
}
.gform_wrapper body ul li.field_description_below div.ginput_container_radio input,
.gform_wrapper ul li.field_description_below div.ginput_container_checkbox input {
  margin: 0;
}
.gform_wrapper ::-webkit-input-placeholder {
  color: #fff;
}
.gform_wrapper ::-moz-placeholder {
  color: #fff;
}
.gform_wrapper ::-ms-input-placeholder {
  color: #fff;
}
.gform_wrapper ::placeholder {
  color: #fff;
}
.gform_wrapper input[type=radio],
.gform_wrapper input[type=checkbox] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  /* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
}
.gform_wrapper input[type=radio] + label,
.gform_wrapper input[type=checkbox] + label {
  display: block;
  padding: 0.5em;
  padding-left: 2em;
}
.gform_wrapper fieldset > div input[type=radio] + label {
  margin: -1em 0;
}
.gform_wrapper input[type=radio]:focus + label,
.gform_wrapper input[type=checkbox]:focus + label {
  color: #fff;
}
.gform_wrapper input[type=radio] + label:before,
.gform_wrapper input[type=checkbox] + label:before {
  content: "";
  border: 0.1em solid #fff;
  background-color: transparent;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  margin-top: 0.15em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.1s ease-out;
}
.gform_wrapper input[type=radio] + label:before {
  border-radius: 100%;
}
.gform_wrapper input[type=radio]:disabled + label:before,
.gform_wrapper input[type=checkbox]:disabled + label:before {
  border: 0.1em solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
.gform_wrapper input[type=radio]:disabled + label,
.gform_wrapper input[type=checkbox]:disabled + label {
  color: #ccc;
}
.gform_wrapper input[type=radio]:checked + label:before {
  background-color: #fff;
  box-shadow: inset 0 0 0 0.15em rgba(255, 255, 255, 0.95);
}
.gform_wrapper input[type=checkbox] + label:before {
  /*content: '\00d7';*/
  /*content: '\002718';*/
  /*content: '\002715';*/
  /*content: '\0025a0';*/
  content: "✓";
  font-weight: bold;
  text-align: center;
  line-height: 1.15;
  color: rgba(0, 0, 255, 0);
}
.gform_wrapper input[type=checkbox]:checked + label:before {
  color: blue;
  line-height: 0.75;
  text-shadow: 0.05em 0 0 blue, -0.05em 0 0 blue;
}
.gform_wrapper input[type=checkbox]:disabled + label:before {
  color: rgba(255, 255, 255, 0);
}
.gform_wrapper input[type=checkbox]:checked:disabled + label:before {
  color: #bbb;
  text-shadow: 0.05em 0 0 #bbb, -0.05em 0 0 #bbb;
}
@media screen and (-ms-high-contrast: active) {
  .gform_wrapper input[type=checkbox] + label:before {
    content: " ";
  }
  .gform_wrapper input[type=checkbox]:checked + label:before {
    content: "✓";
  }
  .gform_wrapper input[type=radio] + label:before {
    content: " ";
  }
  .gform_wrapper input[type=radio]:checked + label:before {
    content: "×";
    line-height: 0.75;
    background-color: transparent;
    box-shadow: none;
  }
  .gform_wrapper input[type=checkbox]:disabled + label, .gform_wrapper input[type=radio]:disabled + label {
    color: grayText;
    cursor: not-allowed;
  }
}

@media (max-width: 576px) {
  .navbar-collapse {
    z-index: 2;
    background: rgba(27, 46, 71, 0.95);
  }
}

/*# sourceMappingURL=style.css.map */
