@charset "UTF-8";
/*!
Theme Name: Integrated Industrial
Theme URI: https://www.integratedindustrial.com.au
Author: Wayne Chandra
Author URI: https://www.creativetune.com.au
Description: Integrated Industrial WordPress theme 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: integratedindustrial
Tags: Integrated Industrial

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
# Header
# Footer
# Back To Top
# Spacing
# Additional Layout
# Home Page
# Internal Page Header
# Contact Form Section
# Full Width Page

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*

::selection {
    background: #25414f;
}
::-moz-selection {
    background: #25414f;
}
body::selection {
    background: #25414f;
}
body::-moz-selection {
    background: #25414f;
}
p::selection {
    background: #25414f;
    color:#fff;
}
p::-moz-selection {
    background: #25414f;
    color:#fff;
}
span::selection {
    background: #25414f;
    color:#fff;
}
span::-moz-selection {
    background: #25414f;
    color:#fff;
}
a::selection {
    background: #25414f;
    color:#fff;
}
a::-moz-selection {
    background: #25414f;
    color:#fff;
}
h1::selection {
    background: #25414f;
    color:#fff;
}
h1::-moz-selection {
    background: #25414f;
    color:#fff;
}
h2::selection {
    background: #25414f;
    color:#fff;
}
h2::-moz-selection {
    background: #25414f;
    color:#fff;
}
h3::selection {
    background: #25414f;
    color:#fff;
}
h3::-moz-selection {
    background: #25414f;
    color:#fff;
}
h4::selection {
    background: #25414f;
    color:#fff;
}
h4::-moz-selection {
    background: #25414f;/
    color:#fff;
}
h5::selection {
    background: #25414f;
    color:#fff;
}
h5::-moz-selection {
    background: #25414f;
    color:#fff;
}
h6::selection {
    background: #25414f;
    color:#fff;
}
h6::-moz-selection {
    background: #25414f;
    color:#fff;
}
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.754;
}
@media (max-width: 768px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
  color: #355b98;
}

h1 {
  font-size: 56px;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 48px;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 38px;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h4 {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h5 {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  h5 {
    font-size: 16.8px;
    font-size: 1.05rem;
  }
}

h6 {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h6 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  h6 {
    font-size: 16.8px;
    font-size: 1.05rem;
  }
}
@media (max-width: 576px) {
  h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

p {
  margin-bottom: 1.3em;
}

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

blockquote {
  border-left: 12px solid #6caee9;
  padding-left: 1em;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}

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.4;
  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%;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-light {
  font-weight: 300 !important;
}

.text-normal {
  font-weight: 400 !important;
}

.text-small {
  font-size: 0.85em !important;
}

.super-lead {
  font-size: 28.8px;
  font-size: 1.8rem;
}

.lead {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.6em !important;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .lead {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .lead {
    font-size: 16.8px;
    font-size: 1.05rem;
  }
}
@media (max-width: 576px) {
  .lead {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .text-md-center {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .text-xs-center {
    text-align: center;
  }
}
.alt-text {
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  color: #003773;
  display: block;
  font-style: italic;
  font-size: 26px !important;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 300 !important;
}

.font-small {
  font-size: 80%;
}

p.pre-heading {
  text-transform: uppercase;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #003773;
}

/*--------------------------------------------------------------
# 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. */
  background-size: auto 1000px;
  background-repeat: repeat;
}

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

ul,
ol {
  margin: 0 0 2em 0px;
  padding: 0 0 0 20px;
}
ul li,
ol li {
  margin-bottom: 10px;
}

ul {
  list-style-type: disc;
}
ul li {
  margin-bottom: 18px;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 20px;
  margin-left: 20px;
}

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

.btn-outline-white {
  border-radius: 32px;
  padding: 10px 22px 10px 32px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
.btn-outline-white span {
  color: #fff;
  margin-left: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-white img {
  width: 17px;
  height: 16px;
  object-fit: contain;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-white:hover img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-white:hover span {
  transform: translateX(-10px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-outline-blue {
  border-radius: 32px;
  padding: 10px 22px 10px 32px;
  border: 1px solid #6caee9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
.btn-outline-blue span {
  color: #6caee9;
  margin-left: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-blue img {
  width: 17px;
  height: 16px;
  object-fit: contain;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-blue:hover img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-blue:hover span {
  transform: translateX(-10px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-outline-black {
  border-radius: 32px;
  padding: 10px 22px 10px 32px;
  border: 1px solid #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
.btn-outline-black span {
  color: #000000;
  margin-left: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-black img {
  width: 17px;
  height: 16px;
  object-fit: contain;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-black:hover img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-outline-black:hover span {
  transform: translateX(-10px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-solid-blue {
  border-radius: 32px;
  padding: 10px 22px 10px 32px;
  background-color: #003773;
  border: 1px solid #003773;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
.btn-solid-blue span {
  color: #6caee9;
  margin-left: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-solid-blue img {
  width: 17px;
  height: 16px;
  object-fit: contain;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-solid-blue:hover img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-solid-blue:hover span {
  transform: translateX(-10px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-transparent {
  border-radius: 32px;
  padding: 10px 12px 10px 32px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
.btn-transparent span {
  color: #fff;
  margin-left: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-transparent img {
  width: 17px;
  height: 16px;
  object-fit: contain;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-left: 22px;
  margin-top: 2px;
}
.btn-transparent:hover img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-transparent:hover span {
  transform: translateX(-10px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

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: #6caee9;
  font-weight: 400;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a:visited {
  color: #6caee9;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #003773;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar {
  background-color: transparent;
  height: auto;
  border-radius: 0;
  border: 0;
  padding: 0 0 24px 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .navbar .container-lg {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar .navbar-brand {
  width: 20%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0;
  padding-left: 0px;
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    padding-left: 18px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    width: 60%;
  }
}
.navbar .navbar-brand img {
  width: 240px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 1480px) {
  .navbar .navbar-brand img {
    width: 220px;
  }
}
@media (max-width: 1200px) {
  .navbar .navbar-brand img {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand img {
    width: 160px;
  }
}
.navbar .menu-wrapper {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 1480px) {
  .navbar .menu-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .navbar .menu-wrapper {
    width: 100%;
  }
}
.navbar .menu-wrapper #main-menu {
  justify-content: flex-end;
}
.navbar .header-contact-menu-wrapper {
  width: 30%;
}
@media (max-width: 1200px) {
  .navbar .header-contact-menu-wrapper {
    display: none;
  }
}
.navbar .header-contact-menu-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.navbar .header-contact-menu-wrapper ul li {
  margin: 0;
}
.navbar .header-contact-menu-wrapper ul li .btn-outline-black,
.navbar .header-contact-menu-wrapper ul li .btn-outline-white {
  width: 180px;
  margin-right: 15px;
}
@media (max-width: 1480px) {
  .navbar .header-contact-menu-wrapper ul li .btn-outline-black,
  .navbar .header-contact-menu-wrapper ul li .btn-outline-white {
    width: 162px;
    margin-right: 10px;
    padding: 10px 10px 10px 22px;
  }
}
.navbar .header-contact-menu-wrapper ul li .btn-solid-blue {
  width: 180px;
}
@media (max-width: 1480px) {
  .navbar .header-contact-menu-wrapper ul li .btn-solid-blue {
    width: 162px;
    padding: 10px 10px 10px 22px;
  }
}
.navbar ul#menu-primary-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
@media (max-width: 1200px) {
  .navbar ul#menu-primary-menu {
    border-bottom: 0;
    padding: 20px 0;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu {
    background-color: #fff;
  }
}
.navbar ul#menu-primary-menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (max-width: 1480px) {
  .navbar ul#menu-primary-menu li {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .navbar ul#menu-primary-menu li {
    margin: 0;
    display: block;
    padding: 0;
  }
}
.navbar ul#menu-primary-menu li a {
  font-size: 16px;
  padding: 12px 18px;
  font-weight: 400;
  color: #000000;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  position: relative;
}
@media (max-width: 1480px) {
  .navbar ul#menu-primary-menu li a {
    padding: 12px 12px;
  }
}
@media (max-width: 1320px) {
  .navbar ul#menu-primary-menu li a {
    padding: 12px 6px;
  }
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li a {
    padding: 14px 18px;
  }
}
.navbar ul#menu-primary-menu li a:hover, .navbar ul#menu-primary-menu li a:focus {
  color: #6caee9;
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar ul#menu-primary-menu li a:hover:before, .navbar ul#menu-primary-menu li a:focus:before {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar ul#menu-primary-menu li ul.dropdown-menu {
  background-color: rgba(0, 55, 115, 0.8);
  border-radius: 0;
  padding: 16px 0px;
  border: 0;
  box-shadow: none;
  margin: 10px 0 0 0;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li ul.dropdown-menu {
    position: relative;
    margin-top: 0;
    background-color: transparent;
  }
}
.navbar ul#menu-primary-menu li ul.dropdown-menu li {
  margin: 0;
}
.navbar ul#menu-primary-menu li ul.dropdown-menu li a {
  color: #fff;
  padding: 12px 24px !important;
  display: block;
  white-space: break-spaces;
  width: 100%;
  min-width: 300px;
}
.navbar ul#menu-primary-menu li ul.dropdown-menu li a:hover, .navbar ul#menu-primary-menu li ul.dropdown-menu li a:focus {
  background-color: transparent;
  color: #6caee9 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li ul.dropdown-menu li a {
    padding-left: 0px 32px !important;
    color: #000000 !important;
  }
}
.navbar ul#menu-primary-menu li ul.dropdown-menu li a:before {
  display: none;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li ul.dropdown-menu li a:before {
    display: block;
  }
}
.navbar ul#menu-primary-menu li ul.dropdown-menu li.mobile-menu {
  display: none;
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li ul.dropdown-menu li.mobile-menu {
    display: block;
  }
}
.navbar ul#menu-primary-menu li.current-menu-item a {
  color: #003773;
  background-color: transparent;
}
.navbar ul#menu-primary-menu li.current-menu-item ul.dropdown-menu li a {
  color: #fff;
  background-color: transparent;
}
.navbar ul#menu-primary-menu li.current-menu-item ul.dropdown-menu li a:before {
  display: none !important;
}
.navbar ul#menu-primary-menu li:first-child {
  margin-left: 0;
}
.navbar ul#menu-primary-menu li:last-child ul.dropdown-menu {
  right: 0;
}
.navbar ul#menu-primary-menu li.sticky-menu a {
  padding: 15px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .navbar ul#menu-primary-menu li.sticky-menu a {
    padding: 15px 14px;
  }
}
@media (max-width: 991px) {
  .navbar ul#menu-primary-menu li.sticky-menu a {
    padding: 12px 24px;
  }
}
.navbar ul#menu-primary-menu li.dropdown a.dropdown-hover:before {
  opacity: 1;
}

#menu-primary-menu li.active > .dropdown-menu li a {
  color: #003773;
}

#menu-primary-menu li.active > .dropdown-menu li a:hover,
#menu-primary-menu li.active > .dropdown-menu li a:focus {
  color: #355b98;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Styles
--------------------------------------------------------------*/
.content-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .content-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .content-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.overlay-page {
  position: relative;
}

.overlay-page:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  z-index: 0;
}

.content-wrapper {
  margin-top: 146px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .content-wrapper {
    margin-top: 80px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}

.home .content-wrapper {
  margin-top: 0;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}
@media (max-width: 576px) {
  .section-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.section-padding-top {
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .section-padding-top {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .section-padding-top {
    padding-top: 62px;
  }
}
@media (max-width: 576px) {
  .section-padding-top {
    padding-top: 32px;
  }
}

.grecaptcha-badge {
  display: none !important;
}

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

.hentry {
  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;
}

.post-list .post-date {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .news-col {
    order: 1;
  }
}

.news-bar {
  width: calc(100% - 20px);
  margin: 32px auto;
  height: 1px;
  background-color: #003773;
  padding: 0;
}

.news-navigation {
  width: 100%;
}
.news-navigation .nav-links {
  padding: 0 10px;
}
.news-navigation .nav-links .nav-previous {
  float: left;
}
.news-navigation .nav-links .nav-previous a {
  background-color: #f8f8f8 !important;
  color: #fff;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #f8f8f8 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.news-navigation .nav-links .nav-previous a:hover {
  background-color: #355b98 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #355b98 !important;
  color: #fff;
}
@media (max-width: 991px) {
  .news-navigation .nav-links .nav-previous a {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  .news-navigation .nav-links .nav-previous a {
    padding: 12px 20px 10px 20px;
  }
}
.news-navigation .nav-links .nav-previous a img {
  margin-right: 12px;
}
.news-navigation .nav-links .nav-next {
  float: right;
}
.news-navigation .nav-links .nav-next a {
  background-color: #f8f8f8 !important;
  color: #fff;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #f8f8f8 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.news-navigation .nav-links .nav-next a:hover {
  background-color: #355b98 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #355b98 !important;
}
@media (max-width: 991px) {
  .news-navigation .nav-links .nav-next a {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  .news-navigation .nav-links .nav-next a {
    padding: 12px 20px 10px 20px;
  }
}
.news-navigation .nav-links .nav-next a img {
  margin-left: 12px;
}

.wp-caption {
  background-color: #f4f4f4;
}
.wp-caption .wp-caption-text {
  font-size: 12px;
  font-style: italic;
  margin: 0 !important;
  padding: 12px 0;
}

.archive .news-wrapper .archive-list article {
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}
.archive .news-wrapper .archive-list article:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
}
.archive .news-wrapper .archive-list h4 {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 22px;
}
@media (max-width: 576px) {
  .archive .news-wrapper .archive-list h4 {
    font-size: 20px;
  }
}
.archive .news-wrapper .archive-list h4:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #003773;
  left: 0px;
  bottom: 0;
}
.archive .news-wrapper .archive-list .btn-read-more {
  color: #003773;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  display: inline-block;
}
.archive .news-wrapper .archive-list .btn-read-more:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #003773;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.news-sidebar {
  padding-right: 68px;
}
@media (max-width: 1200px) {
  .news-sidebar {
    padding-right: 42px;
  }
}
@media (max-width: 1024px) {
  .news-sidebar {
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .news-sidebar {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .news-sidebar {
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .news-sidebar {
    background-color: #f4f4f4;
    padding: 62px 20px 3px 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-sidebar {
    order: 12;
  }
}
.news-sidebar #secondary section {
  margin-bottom: 60px;
}
.news-sidebar #secondary section h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  padding-bottom: 24px;
  border-bottom: 1px solid #003773;
}
@media (max-width: 991px) {
  .news-sidebar #secondary section h2 {
    font-size: 22px;
  }
}
.news-sidebar #secondary section .wp-block-categories-list li a {
  font-weight: 700;
  font-size: 15px;
  position: relative;
}
.news-sidebar #secondary section .wp-block-categories-list li a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 13px;
  right: 0;
  background-image: url("https://www.hanroy.com.au/wp-content/themes/hanroy/dist/img/icon-caret-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.news-sidebar #secondary section .wp-block-categories-list li a:hover {
  color: #6caee9;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.news-sidebar #secondary section .wp-block-categories-list li a:hover:before {
  right: 12px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.news-sidebar #secondary section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.news-sidebar #secondary section ul li a {
  display: block;
  padding: 8px 40px 8px 0;
  color: #000000;
  position: relative;
  line-height: 1.6em;
  font-size: 15.2px;
  font-size: 0.95rem;
}
.news-sidebar #secondary section ul li a:hover, .news-sidebar #secondary section ul li a:focus {
  color: #6caee9;
}
.news-sidebar #secondary section input[type=search] {
  background-color: #efefef;
  border: 0;
  border-radius: 0;
  padding: 8px 10px;
}

.sidebar-cta-box {
  background-color: #f4f4f4;
  padding: 48px 32px;
}
.sidebar-cta-box h3 {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
}
.sidebar-cta-box p {
  text-align: center;
}
.sidebar-cta-box a {
  background-color: #003773;
  color: #fff;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #003773;
  font-weight: 700;
  margin: 24px auto 0 auto;
  display: block;
  text-align: center;
  width: 165px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.sidebar-cta-box a:hover {
  background-color: #6caee9;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #6caee9;
}
@media (max-width: 991px) {
  .sidebar-cta-box a {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  .sidebar-cta-box a {
    padding: 12px 20px 10px 20px;
  }
}

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

.img-100 {
  width: 100%;
}

.img-70 {
  width: 70% !important;
}

.img-center {
  margin: 0 auto !important;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 89;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .site-header {
    background-color: #fff;
  }
}

.admin-bar .site-header {
  top: 32px;
}

.header-sticky {
  background-color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-sticky .navbar {
  padding-bottom: 10px;
}
.header-sticky .navbar .navbar-brand img {
  width: 160px;
}
.header-sticky .navbar .menu-wrapper {
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-sticky .navbar ul#menu-primary-menu li a {
  color: #000000 !important;
}
.header-sticky .navbar ul#menu-primary-menu li a:hover {
  color: #003773 !important;
}
@media (max-width: 991px) {
  .header-sticky .navbar ul#menu-primary-menu li a {
    color: #000000 !important;
  }
}
.header-sticky .navbar ul#menu-primary-menu li .dropdown-menu {
  background-color: #fff;
}
@media (max-width: 991px) {
  .header-sticky .navbar ul#menu-primary-menu li .dropdown-menu {
    background-color: transparent;
  }
}
.header-sticky .navbar ul#menu-primary-menu li .dropdown-menu li a {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .header-sticky .navbar ul#menu-primary-menu li .dropdown-menu li a {
    color: #000000 !important;
  }
}
.header-sticky .navbar ul#menu-primary-menu li .dropdown-menu li a:hover {
  color: #003773 !important;
}
.header-sticky .navbar ul#menu-primary-menu li.current-menu-item a {
  color: #6caee9 !important;
}

.mobile-toggle {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 52px;
  display: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}
.mobile-toggle:hover {
  border: 0;
}
.mobile-toggle:focus {
  box-shadow: none;
}
@media (max-width: 1200px) {
  .mobile-toggle {
    display: block;
  }
}
@media (max-width: 576px) {
  .mobile-toggle {
    top: 10px;
    right: 0px;
    height: 48px;
    width: 58px;
  }
}
.mobile-toggle .toggler-bar {
  position: relative;
  transform: translateY(0px);
  background: #003773;
  transition: all 0ms 300ms;
  width: 34px;
  height: 3px;
  display: block;
}
@media (max-width: 576px) {
  .mobile-toggle .toggler-bar {
    width: 28px;
  }
}
.mobile-toggle .toggler-bar:after {
  width: 34px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #003773;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 576px) {
  .mobile-toggle .toggler-bar:after {
    width: 28px;
  }
}
.mobile-toggle .toggler-bar:before {
  width: 34px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #003773;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 576px) {
  .mobile-toggle .toggler-bar:before {
    width: 28px;
  }
}
.mobile-toggle .toggle-animate {
  background: rgba(255, 255, 255, 0);
}
.mobile-toggle .toggle-animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-toggle .toggle-animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.top-header {
  width: 100%;
}
@media (max-width: 767px) {
  .top-header {
    display: none;
  }
}
.top-header .top-header-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
}
.top-header .top-header-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.top-header .top-header-wrapper ul li {
  margin: 0;
}
.top-header .top-header-wrapper ul li a {
  padding: 12px 32px;
  color: #000000;
  font-size: 14px;
  display: block;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.top-header .top-header-wrapper ul li a:hover {
  color: #6caee9;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.home .site-header {
  background-color: transparent;
}
.home .site-header .top-header .top-header-wrapper ul li a {
  color: #fff;
}
.home .site-header .top-header .top-header-wrapper ul li a:hover {
  color: #6caee9;
}
@media (max-width: 991px) {
  .home .navbar ul#menu-primary-menu {
    background-color: rgba(0, 55, 115, 0.8);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
.home .navbar ul#menu-primary-menu li a {
  color: #fff;
}
@media (max-width: 991px) {
  .home .navbar ul#menu-primary-menu li a {
    color: #fff !important;
  }
}
.home .navbar ul#menu-primary-menu li a:hover {
  color: #6caee9;
}
.home .navbar ul#menu-primary-menu li .dropdown-menu li a {
  color: #fff !important;
}
.home .header-sticky {
  background-color: rgba(0, 55, 115, 0.8);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .home .header-sticky ul#menu-primary-menu {
    background-color: rgba(0, 55, 115, 0.8);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
.home .header-sticky ul#menu-primary-menu li a {
  color: #fff !important;
}
.home .header-sticky ul#menu-primary-menu li a:hover {
  color: #6caee9 !important;
}
@media (max-width: 991px) {
  .home .header-sticky ul#menu-primary-menu li a {
    color: #fff !important;
  }
}
.home .header-sticky ul#menu-primary-menu li .dropdown-menu {
  background-color: rgba(0, 55, 115, 0.8);
}
.home .header-sticky ul#menu-primary-menu li .dropdown-menu li a {
  color: #fff !important;
}
@media (max-width: 991px) {
  .home .header-sticky ul#menu-primary-menu li .dropdown-menu li a {
    color: #fff !important;
  }
}
.home .header-sticky ul#menu-primary-menu li .dropdown-menu li a:hover {
  color: #6caee9 !important;
}

.home .mobile-toggle .toggler-bar {
  background-color: #fff;
}
.home .mobile-toggle .toggler-bar:before {
  background-color: #fff;
}
.home .mobile-toggle .toggler-bar:after {
  background-color: #fff;
}
.home .mobile-toggle .toggle-animate {
  background: rgba(255, 255, 255, 0);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 576px) {
  #site-footer {
    background-size: 70% auto;
    background-position: right bottom;
    padding-top: 42px;
  }
}
#site-footer:hover .container-lg {
  max-width: 1920px !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#site-footer .container-lg {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #003773;
  padding-top: 100px;
  padding-bottom: 60px;
  font-weight: 400;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #site-footer .container-lg {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#site-footer .container {
  position: relative;
  z-index: 2;
}
#site-footer .container .footer-logo-mobile {
  display: none;
}
@media (max-width: 991px) {
  #site-footer .container .footer-logo-mobile {
    display: block;
    margin-bottom: 62px;
  }
}
@media (max-width: 767px) {
  #site-footer .container .footer-logo-mobile {
    text-align: center;
  }
}
#site-footer .container .footer-products-wrapper ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #site-footer .container .footer-products-wrapper ul {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #site-footer .container .footer-products-wrapper ul li {
    text-align: center;
  }
}
#site-footer .container .footer-products-wrapper ul .btn-outline-white {
  min-width: 180px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #site-footer .container .footer-products-wrapper ul .btn-outline-white {
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 180px;
    margin-left: auto;
  }
}
#site-footer .container .footer-products-wrapper ul .btn-outline-blue {
  min-width: 180px;
}
@media (max-width: 767px) {
  #site-footer .container .footer-products-wrapper ul .btn-outline-blue {
    margin-right: auto;
    max-width: 180px;
    margin-left: auto;
  }
}
#site-footer .container .footer-contacts {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #site-footer .container .footer-contacts {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  #site-footer .container .footer-contacts {
    margin-bottom: 42px;
  }
}
#site-footer .container .footer-contacts li {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  #site-footer .container .footer-contacts li {
    text-align: center;
  }
}
#site-footer .container .footer-contacts li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#site-footer .container .footer-contacts li a:hover {
  color: #6caee9;
}
#site-footer .container .footer-contacts li span {
  font-size: 16px;
}
#site-footer .container .footer-social {
  margin-top: 20px;
  margin-bottom: 30px;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 767px) {
  #site-footer .container .footer-social {
    text-align: center;
  }
}
#site-footer .container .footer-social li {
  display: inline-block;
  margin: 0 4px;
}
#site-footer .container .footer-social li a {
  color: #6caee9;
  width: 22px;
  height: 18px;
  display: block;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
#site-footer .container .footer-social li a:hover, #site-footer .container .footer-social li a:focus {
  color: #fff;
  opacity: 0.5;
}
#site-footer .container .footer-social li:first-child {
  margin-left: 0;
}
#site-footer .container .footer-menu-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 420px;
}
@media (max-width: 767px) {
  #site-footer .container .footer-menu-wrapper {
    max-width: 100%;
  }
}
#site-footer .container .footer-menu-wrapper section {
  width: 50%;
}
@media (max-width: 767px) {
  #site-footer .container .footer-menu-wrapper section {
    width: 100%;
  }
}
#site-footer .container .footer-menu-wrapper section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#site-footer .container .footer-menu-wrapper section ul li {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  #site-footer .container .footer-menu-wrapper section ul li {
    text-align: center;
    margin-bottom: 12px;
  }
}
#site-footer .container .footer-menu-wrapper section ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#site-footer .container .footer-menu-wrapper section ul li a:hover {
  color: #6caee9;
}
#site-footer .container .footer-menu-wrapper section #menu-footer-menu-2 li a {
  color: #6caee9;
}
#site-footer .container .footer-menu-wrapper section #menu-footer-menu-2 li a:hover {
  color: #355b98;
}
#site-footer .container .footer-logo-desktop {
  margin-top: 62px;
  display: inline-block;
}
@media (max-width: 991px) {
  #site-footer .container .footer-logo-desktop {
    display: none;
  }
}
#site-footer .footer-cert-row {
  padding-top: 80px;
}
#site-footer .footer-cert-row .footer-certification {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  #site-footer .footer-cert-row .footer-certification {
    justify-content: center;
    margin: 0 auto;
  }
}
#site-footer .footer-cert-row .footer-certification img {
  object-fit: contain;
  width: auto;
  height: auto;
}
#site-footer .footer-cert-row .footer-certification .footer-cert-detail {
  padding-left: 18px;
}
#site-footer .footer-cert-row .footer-certification .footer-cert-detail p {
  font-size: 12px;
  margin-bottom: 0;
}
#site-footer .footer-cert-row .footer-certification .footer-cert-detail a {
  font-size: 12px;
  text-decoration: none;
  color: #6caee9;
}
#site-footer .footer-cert-row .footer-certification .footer-cert-detail a:hover {
  color: #355b98;
}

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
.topbutton {
  height: 52px;
  width: 52px;
  border-radius: 0;
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 99;
  background-color: #003773;
  display: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 9.6px;
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}
.topbutton img {
  width: 24px;
  height: 24px;
}
.topbutton:hover, .topbutton:focus {
  background-color: #6caee9;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# Additional Layout
--------------------------------------------------------------*/
.container {
  max-width: 1224px !important;
}

.container-lg {
  width: 100%;
  max-width: 1472px !important;
  padding-left: 18px;
  padding-right: 18px;
}

.overlay {
  position: relative;
}

.overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.3;
  z-index: 0;
}

.width-1400 {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .width-1400 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.overlay-gradient {
  position: relative;
}

.overlay-gradient:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  opacity: 0.8;
  z-index: 0;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.home-video-banner {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;
  min-height: 920px;
}
@media (max-width: 576px) {
  .home-video-banner {
    min-height: initial;
  }
}
.home-video-banner .banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  min-height: 920px;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media (max-width: 576px) {
  .home-video-banner .banner-video {
    min-height: initial;
  }
}
.home-video-banner .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}
.home-video-banner .banner-content {
  position: relative;
  z-index: 2;
}
.home-video-banner .banner-content {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 320px;
}
@media (max-width: 991px) {
  .home-video-banner .banner-content {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .home-video-banner .banner-content {
    width: 100%;
    padding-top: 180px;
  }
}
.home-video-banner .banner-content h1 {
  color: #fff;
  padding-right: 10%;
}
.home-video-banner .banner-content p {
  color: #fff;
  padding-right: 50%;
  font-size: 20px;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .home-video-banner .banner-content p {
    padding-right: 32%;
  }
}
@media (max-width: 767px) {
  .home-video-banner .banner-content p {
    padding-right: 0;
    font-size: 18px;
    margin-top: 24px;
  }
}
.home-video-banner .banner-content .btn-transparent {
  margin-top: 14px;
}

#home-slider {
  position: relative;
}
#home-slider .slider-caption {
  position: absolute;
  width: 60%;
  bottom: 160px;
  left: 20%;
  z-index: 3;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  #home-slider .slider-caption {
    bottom: 100px;
  }
}
@media (max-width: 576px) {
  #home-slider .slider-caption {
    width: 90%;
    left: 5%;
    bottom: 60px;
  }
}
#home-slider .slider-caption h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#home-slider .slider-caption p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
}
@media (max-width: 576px) {
  #home-slider .slider-caption p {
    font-size: 18px;
  }
}
#home-slider .homepage-slider {
  position: relative;
}
#home-slider .homepage-slider .slider-item .slider-image {
  height: 90vh;
  min-height: 720px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media (max-width: 576px) {
  #home-slider .homepage-slider .slider-item .slider-image {
    min-height: 75vh;
    height: auto;
  }
}
#home-slider .homepage-slider .slider-item .slider-image:before {
  content: "";
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.5270483193) 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.5270483193) 0%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5270483193) 0%, rgba(0, 0, 0, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home-slider .homepage-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -16px;
}
@media (max-width: 576px) {
  #home-slider .homepage-slider .owl-nav {
    display: none;
  }
}
#home-slider .homepage-slider .owl-nav .owl-prev {
  float: left;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 0;
}
#home-slider .homepage-slider .owl-nav .owl-next {
  float: right;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 0;
}
#home-slider .homepage-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
#home-slider .homepage-slider .owl-dots .owl-dot span {
  background-color: #fff;
}
#home-slider .homepage-slider .owl-dots .active span {
  background-color: #003773;
}

#services {
  background-color: #efefef;
  padding-top: 80px;
  padding-bottom: 80px;
}
#services .service-list {
  text-align: center;
  cursor: pointer;
  color: #355b98;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-bottom: 32px;
}
#services .service-list img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 576px) {
  #services .service-list img {
    max-width: 120px;
  }
}
#services .service-list h3 {
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  color: #355b98;
  font-size: 19.2px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 576px) {
  #services .service-list h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #services .service-list p {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
#services .service-list:hover {
  color: #003773;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#services .service-list:hover h3 {
  color: #003773;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#home-ctas {
  padding-top: 32px;
  padding-bottom: 60px;
}
@media (max-width: 576px) {
  #home-ctas {
    padding-bottom: 32px;
  }
}
#home-ctas .cta {
  text-align: center;
}
@media (max-width: 576px) {
  #home-ctas .cta {
    margin-bottom: 32px;
  }
}
#home-ctas .cta .cta-img-wrapper {
  background-color: #003773;
  width: 100%;
  height: 340px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-ctas .cta .cta-img-wrapper .cta-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-ctas .cta .cta-img-wrapper span.cta-caption {
  position: absolute;
  bottom: -30px;
  width: 100%;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  font-weight: 700;
  font-size: 17.6px;
  font-size: 1.1rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-ctas .cta .cta-img-wrapper:hover .cta-img {
  opacity: 0.3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-ctas .cta .cta-img-wrapper:hover span.cta-caption {
  -webkit-transform: translateY(-165px);
  -moz-transform: translateY(-165px);
  -ms-transform: translateY(-165px);
  transform: translateY(-165px);
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-ctas .cta h2 {
  text-align: center;
  text-transform: uppercase;
}
#home-ctas .cta p {
  text-align: center;
  margin-bottom: 28px;
}
#home-ctas .cta a.cta-btn {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  color: #6caee9;
  position: relative;
  padding-left: 0;
  width: auto;
  display: block;
  max-width: 150px;
  margin: 0 auto;
  font-size: 14.4px;
  font-size: 0.9rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-ctas .cta a.cta-btn:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #003773;
}
#home-ctas .cta a.cta-btn:after {
  position: absolute;
  content: "\f30b";
  color: #003773;
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  margin-top: -12px;
  right: 0px;
}

#latest-news {
  padding-top: 80px;
  padding-bottom: 80px;
}
#latest-news h2 {
  text-transform: uppercase;
}
#latest-news h3 {
  font-weight: 600;
}
#latest-news .post-feature-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 380px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  #latest-news .post-feature-img {
    height: 280px;
  }
}
@media (max-width: 768px) {
  #latest-news .post-feature-img {
    height: 260px;
  }
}
@media (max-width: 576px) {
  #latest-news .post-feature-img {
    height: 240px;
  }
}

#product-categories h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #003773;
  display: inline-block;
  width: auto;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#product-categories h2:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #003773;
  right: -80px;
  top: 50%;
  margin-top: -1px;
}
#product-categories .pro-cat-list-wrapper {
  margin: 32px 0;
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper {
  display: block;
  position: relative;
  background-color: #003773;
}
@media (max-width: 576px) {
  #product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper {
    width: 68%;
    margin: 32px auto;
  }
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper:hover h3 {
  -webkit-transform: translateY(-165px);
  -moz-transform: translateY(-165px);
  -ms-transform: translateY(-165px);
  transform: translateY(-165px);
  opacity: 1;
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper:hover .pro-cat-image {
  opacity: 0.3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper h3 {
  position: absolute;
  bottom: -50px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-align: center;
  width: 100%;
  display: block;
  z-index: 2;
  opacity: 0;
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper .pro-cat-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 350px;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 768px) {
  #product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper .pro-cat-image {
    height: 320px;
  }
}
@media (max-width: 576px) {
  #product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper .pro-cat-image {
    height: 280px;
  }
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 32px;
  border-left: 2px solid #003773;
  border-top: 2px solid #003773;
  left: -10px;
  top: -10px;
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper:after {
  position: absolute;
  content: "";
  width: 120px;
  height: 32px;
  border-right: 2px solid #003773;
  border-bottom: 2px solid #003773;
  right: -10px;
  bottom: -10px;
}
#product-categories .pro-cat-list-wrapper .pro-cat-list:nth-child(even) {
  margin-top: 48px;
}
@media (max-width: 576px) {
  #product-categories .pro-cat-list-wrapper .pro-cat-list:nth-child(even) {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Internal Page Header
--------------------------------------------------------------*/
.page-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 720px;
  position: relative;
}
@media (max-width: 991px) {
  .page-header {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .page-header {
    height: 520px;
  }
}
.page-header .page-header-content-box {
  padding-top: 100px;
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .page-header .page-header-content-box {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .page-header .page-header-content-box {
    width: 100%;
  }
}
.page-header .page-header-content-box h1 {
  color: #fff;
}
.page-header .page-header-content-box .btn-transparent {
  width: 240px;
  margin-top: 32px;
}

#breadcrumbs {
  margin-left: -12px;
}
@media screen and (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}
#breadcrumbs a {
  color: #fff;
  font-size: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding-right: 12px;
  padding-left: 12px;
}
#breadcrumbs a:hover {
  color: #003773;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#breadcrumbs .breadcrumb_last {
  padding-left: 12px;
}

.page-header-blue {
  position: relative;
}
.page-header-blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 55, 115);
  background: -moz-linear-gradient(90deg, rgba(0, 55, 115, 0.762342437) 0%, rgba(0, 55, 115, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 55, 115, 0.762342437) 0%, rgba(0, 55, 115, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 55, 115, 0.762342437) 0%, rgba(0, 55, 115, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003773",endColorstr="#003773",GradientType=1);
  z-index: 0;
  opacity: 0.6;
}

.page-header-black {
  position: relative;
}
.page-header-black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 0;
  opacity: 0.6;
}

#not-found {
  padding-top: 80px;
  padding-bottom: 80px;
}
#not-found .not-found-404 {
  font-size: 120px;
  color: #003773;
  margin-bottom: 0;
  font-weight: 900;
}
@media (max-width: 991px) {
  #not-found .not-found-404 {
    font-size: 72px;
  }
}
@media (max-width: 576px) {
  #not-found .not-found-404 {
    font-size: 52px;
  }
}
#not-found h2 {
  font-size: 24px;
}
#not-found .btn-not-found {
  background-color: #003773 !important;
  color: #fff;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #003773 !important;
  margin-top: 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#not-found .btn-not-found:hover {
  background-color: #6caee9 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #6caee9 !important;
}
@media (max-width: 991px) {
  #not-found .btn-not-found {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  #not-found .btn-not-found {
    padding: 12px 20px 10px 20px;
  }
}

/*--------------------------------------------------------------
# Contact Form Section
--------------------------------------------------------------*/
.contact-form .gform-body .gfield .gfield_label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 3px !important;
}
.contact-form .gform-body .gfield .gfield_required {
  display: none !important;
}
.contact-form .gform-body .gfield input {
  border: 0;
  background-color: #efefef !important;
  height: 54px;
  border-radius: 0px;
  padding: 0 6px !important;
  border: 1px solid #d3d3d3;
  color: #000000;
}
.contact-form .gform-body .gfield textarea {
  border: 0;
  background-color: #efefef !important;
  border-radius: 0px;
  padding: 6px !important;
  border: 1px solid #d3d3d3;
  height: 142px !important;
  color: #000000;
}
.contact-form .gform-body .gfield input[type=checkbox] {
  height: auto;
  margin: 16px 12px 0 0;
  background-color: #efefef !important;
  border: 1px solid #d3d3d3;
}
.contact-form .gform-body .gfield select {
  background-color: #efefef !important;
  border-radius: 0px;
  padding: 6px !important;
  border: 1px solid #d3d3d3;
  color: #000000;
  height: 54px;
}
.contact-form .gform-body .gfield .gform-field-label--type-sub {
  font-size: 12px;
}
.contact-form .gform_footer .gform_button {
  background-color: #003773 !important;
  color: #fff;
  padding: 14px 68px 12px 68px;
  text-transform: uppercase;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #003773 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-form .gform_footer .gform_button:hover {
  background-color: #6caee9 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #6caee9 !important;
}
@media (max-width: 991px) {
  .contact-form .gform_footer .gform_button {
    padding: 14px 42px 12px 42px;
  }
}
@media (max-width: 576px) {
  .contact-form .gform_footer .gform_button {
    padding: 12px 32px 10px 32px;
  }
}

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

:-moz-placeholder {
  opacity: 1;
  color: #000000;
} /* Firefox 18- */
::-moz-placeholder {
  opacity: 1;
  color: #000000;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #000000;
} /* ie */
input:-moz-placeholder {
  color: #000000;
}

select:-moz-placeholder {
  color: #000000;
}

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

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

text-area:-moz-placeholder {
  color: #000000;
}

.enquiry-section {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.enquiry-section .enquiry-form .gform_body ul li {
  margin-top: 0;
}
.enquiry-section .enquiry-form .gform_body ul li input {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  height: 46px;
  padding: 8px 24px !important;
}
.enquiry-section .enquiry-form .gform_body ul li textarea {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  height: 120px;
  padding: 8px 24px !important;
  margin-top: 8px;
}
.enquiry-section .enquiry-form .gform_body ul li.hidden_label input {
  margin-top: 0;
}
.enquiry-section .enquiry-form .gform_body ul li#field_1_1 label {
  display: none;
}
.enquiry-section .enquiry-form .gform_footer input[type=submit] {
  padding: 16px 42px !important;
  background-color: #6caee9;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.enquiry-section .enquiry-form .gform_footer input[type=submit]:hover {
  background-color: #003773;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# Search Box
--------------------------------------------------------------*/
#searchform input[type=text] {
  background-color: #efefef;
  border: 0;
  padding: 8px 12px;
  height: 45px;
  width: 80%;
  margin: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#searchform button.search-submit {
  background-color: #6caee9;
  padding: 12px;
  border: 0;
  height: 45px;
  width: 20%;
  margin: 0;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#searchform button.search-submit:hover, #searchform button.search-submit:focus {
  background-color: #003773;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#searchform button.search-submit i {
  font-size: 16px;
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Modal Get In Touch
--------------------------------------------------------------*/
#get-in-touch .modal-dialog {
  margin-top: 5%;
}
#get-in-touch .modal-dialog .modal-content {
  border-radius: 0;
  background-color: #003773;
  border: 0;
}
#get-in-touch .modal-dialog .modal-content .modal-header {
  align-items: center;
  justify-content: center;
  border-bottom: 0;
}
#get-in-touch .modal-dialog .modal-content .modal-body {
  text-align: center;
}
#get-in-touch .modal-dialog .modal-content .modal-body h3 {
  text-transform: uppercase;
}
/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
.elementor .heading-style p {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #003773;
  display: inline-block;
  width: auto;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.elementor .heading-style p:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #003773;
  right: -80px;
  top: 50%;
  margin-top: -1px;
}
.elementor .heading-style h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #6caee9;
  display: inline-block;
  width: auto;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.elementor .heading-style h3 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #6caee9;
  display: inline-block;
  width: auto;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.elementor .heading-bar-black h2 {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.elementor .heading-bar-black h2:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #6caee9;
  left: 0px;
  bottom: 0;
}
.elementor .heading-bar-red h2,
.elementor .heading-bar-red h3,
.elementor .heading-bar-red h4,
.elementor .heading-bar-red p {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.elementor .heading-bar-red h2:before,
.elementor .heading-bar-red h3:before,
.elementor .heading-bar-red h4:before,
.elementor .heading-bar-red p:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #003773;
  left: 0px;
  bottom: 0;
}
.elementor .heading-bar-red-centre h2,
.elementor .heading-bar-red-centre h3,
.elementor .heading-bar-red-centre h4,
.elementor .heading-bar-red-centre p {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.elementor .heading-bar-red-centre h2:before,
.elementor .heading-bar-red-centre h3:before,
.elementor .heading-bar-red-centre h4:before,
.elementor .heading-bar-red-centre p:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #003773;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
}
.elementor .list-icon ul li {
  margin-bottom: 1em;
}
.elementor .list-icon ul li p.list-heading {
  font-weight: 700;
  margin-bottom: 0.8em;
  font-size: 16px;
  font-size: 1rem;
}
.elementor .list-icon ul li p {
  font-size: 14.4px;
  font-size: 0.9rem;
}
.elementor .btn-primary-reverse a {
  background-color: #6caee9 !important;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-primary-reverse a:hover {
  background-color: #355b98 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
}
.elementor .btn-inline {
  width: auto !important;
}
.elementor .btn-primary-red a {
  background-color: #003773 !important;
  color: #fff;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #003773 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-primary-red a:hover {
  background-color: #6caee9 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #6caee9 !important;
}
@media (max-width: 991px) {
  .elementor .btn-primary-red a {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  .elementor .btn-primary-red a {
    padding: 12px 20px 10px 20px;
  }
}
.elementor .btn-outline-black a {
  background-color: transparent !important;
  color: #6caee9 !important;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #6caee9 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-outline-black a:hover {
  background-color: #6caee9 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #6caee9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .elementor .btn-outline-black a {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  .elementor .btn-outline-black a {
    padding: 12px 20px 10px 20px;
  }
}
.elementor .btn-white a {
  background-color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-weight: 700;
  color: #6caee9;
  position: relative;
  border-radius: 0;
  padding: 14px 42px !important;
  font-size: 14.4px;
  font-size: 0.9rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-white a:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
  background-color: #003773;
}
@media (max-width: 991px) {
  .elementor .btn-white a {
    padding: 14px 28px;
  }
}
@media (max-width: 576px) {
  .elementor .btn-white a {
    padding: 12px 22px;
  }
}
.elementor .btn-image a {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
  background-color: transparent !important;
}
.elementor .btn-image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.18;
  z-index: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-image a:hover:before {
  opacity: 0.8;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-image a .elementor-button-content-wrapper {
  position: absolute;
  bottom: 42px;
  opacity: 1;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-image a .elementor-button-content-wrapper .elementor-button-text {
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 300;
}
.elementor .btn-secondary-orange a {
  background-color: #f8f8f8 !important;
  color: #fff !important;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #f8f8f8 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .btn-secondary-orange a:hover {
  background-color: #355b98 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #355b98 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .elementor .btn-secondary-orange a {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  .elementor .btn-secondary-orange a {
    padding: 12px 20px 10px 20px;
  }
}
.elementor .elementor-widget-icon-list ul li {
  padding: 4px 0;
}
.elementor .elementor-widget-icon-list ul li span.elementor-icon-list-icon {
  color: #003773;
  margin-right: 12px;
}
.elementor .elementor-widget-icon-list ul li span.elementor-icon-list-icon i {
  font-size: 18px !important;
}
.elementor .list-col-6 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.elementor .list-col-6 ul li {
  width: 50%;
}
@media (max-width: 576px) {
  .elementor .list-col-6 ul li {
    width: 100%;
  }
}

.list-red ul {
  list-style-type: none;
  padding-left: 0px;
}
.list-red ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px;
}
.list-red ul li:before {
  content: "•";
  color: #003773;
  margin: 0 18px 0 0;
  position: absolute;
  top: -2px;
  left: 0;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
#news {
  position: relative;
  z-index: 5;
}
#news .news-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
#news .news-wrapper .container-lg {
  padding-top: 80px;
  padding-bottom: 180px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -60px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #news .news-wrapper .container-lg {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#news .news-wrapper .container-lg .post-detail-col {
  padding-right: 80px;
}
@media (max-width: 991px) {
  #news .news-wrapper .container-lg .post-detail-col {
    order: 12;
    padding-right: 15px;
  }
}
#news .news-wrapper .container-lg h2 {
  font-size: 28px;
}
#news .news-wrapper .container-lg .date {
  margin-bottom: 8px;
  color: #6caee9;
}
#news .news-wrapper .container-lg .btn-solid-blue {
  width: 220px;
  margin-top: 32px;
}
#news .news-wrapper .container-lg .post-img-col {
  text-align: right;
  order: 12;
}
@media (max-width: 991px) {
  #news .news-wrapper .container-lg .post-img-col {
    order: 1;
    text-align: left;
    margin-bottom: 32px;
  }
}
#news .news-wrapper .container-lg .post-img-col .post-img-wrapper {
  border-radius: 16px;
  width: 100%;
  position: relative;
}
#news .news-wrapper .container-lg .post-img-col .post-img-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 1;
  border-radius: 14px;
}
#news .news-wrapper .container-lg .post-img-col .post-img-wrapper .post-img {
  border-radius: 16px;
}
#news .news-wrapper .container-lg:nth-child(even) {
  background-color: #f8f8f8;
}
#news .news-wrapper .container-lg:nth-child(even) .post-detail-col {
  order: 12;
  padding-left: 80px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  #news .news-wrapper .container-lg:nth-child(even) .post-detail-col {
    padding-left: 15px;
  }
}
#news .news-wrapper .container-lg:nth-child(even) .post-img-col {
  order: 1;
}
#news .news-wrapper .container-lg:nth-child(even) .post-img-col .post-img-wrapper {
  border-radius: 16px;
  width: 100%;
  position: relative;
}
#news .news-wrapper .container-lg:nth-child(even) .post-img-col .post-img-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(248, 248, 248);
  background: -moz-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8",endColorstr="#f8f8f8",GradientType=1);
  z-index: 1;
  border-radius: 14px;
}
#news .news-wrapper .container-lg:nth-child(even) .post-img-col .post-img-wrapper .post-img {
  border-radius: 16px;
}
#news .news-wrapper .container-lg:last-child {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-bottom: 80px !important;
}
@media (max-width: 767px) {
  #news .news-wrapper .container-lg:last-child {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-bottom: 52px;
  }
}

.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  width: 38px;
  height: 38px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #003773;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pagination .page-numbers:hover {
  background-color: #6caee9;
}
.pagination .current {
  background-color: #f7901e;
}

#news-container {
  position: relative;
  z-index: 5;
}
#news-container .container-lg {
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 40px;
  margin-top: -60px;
  margin-bottom: 100px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  #news-container .container-lg {
    border-radius: 28px;
    margin-bottom: 52px;
  }
}

#archive,
#search{
  position: relative;
  z-index: 5;
}
#archive .container-lg,
#search .container-lg {
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 40px;
  margin-top: -60px;
  margin-bottom: 100px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  #archive .container-lg,
  #search .container-lg {
    border-radius: 28px;
    margin-bottom: 52px;
  }
}
#archive .archive-news-wrapper,
#search .archive-news-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
#archive .archive-news-wrapper .archive-col-1 {
  width: 50%;
  padding-right: 32px;
  order: 1;
}
@media (max-width: 991px) {
  #archive .archive-news-wrapper .archive-col-1 {
    width: 100%;
    padding-right: 0;
    order: 12;
  }
}
#archive .archive-news-wrapper .archive-col-1 .btn-solid-blue {
  width: 210px;
}
#archive .archive-news-wrapper .archive-col-1 h2 {
  font-size: 32px;
}
#archive .archive-news-wrapper .archive-col-2 {
  width: 50%;
  padding-left: 32px;
  order: 12;
}
@media (max-width: 991px) {
  #archive .archive-news-wrapper .archive-col-2 {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
}
#archive .archive-news-wrapper .archive-col-2 .post-img {
  border-radius: 16px;
}
#archive .posts-navigation .nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#archive .posts-navigation .nav-links .nav-previous {
  padding: 12px 18px;
}
#archive .posts-navigation .nav-links .nav-previous a {
  border-radius: 32px;
  padding: 10px 22px 10px 32px;
  background-color: #003773;
  border: 1px solid #003773;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
#archive .posts-navigation .nav-links .nav-previous a:hover {
  background-color: #6caee9;
}
#archive .posts-navigation .nav-links .nav-next {
  padding: 12px 18px;
}
#archive .posts-navigation .nav-links .nav-next a {
  border-radius: 32px;
  padding: 10px 22px 10px 32px;
  background-color: #003773;
  border: 1px solid #003773;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
}
#archive .posts-navigation .nav-links .nav-next a:hover {
  background-color: #6caee9;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.latest-projects-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .latest-projects-wrapper {
    max-width: 648px;
    margin: 0 auto;
  }
}
.latest-projects-wrapper .latest-project-col {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.latest-projects-wrapper .latest-project-col .latest-project-img {
  width: 50%;
  height: 480px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .latest-projects-wrapper .latest-project-col .latest-project-img {
    width: 100%;
    height: 392px;
    background-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .latest-projects-wrapper .latest-project-col .latest-project-img {
    height: 360px;
  }
}
@media (max-width: 576px) {
  .latest-projects-wrapper .latest-project-col .latest-project-img {
    height: 260px;
  }
}
@media (max-width: 320px) {
  .latest-projects-wrapper .latest-project-col .latest-project-img {
    height: 220px;
  }
}
.latest-projects-wrapper .latest-project-col .latest-project-details {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #6caee9;
  padding: 48px 58px;
}
@media (max-width: 991px) {
  .latest-projects-wrapper .latest-project-col .latest-project-details {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .latest-projects-wrapper .latest-project-col .latest-project-details {
    padding: 32px 15px;
  }
}
.latest-projects-wrapper .latest-project-col .latest-project-details h3 {
  color: #fff;
  font-size: 28px;
}
@media (max-width: 576px) {
  .latest-projects-wrapper .latest-project-col .latest-project-details h3 {
    font-size: 26px;
  }
}
.latest-projects-wrapper .latest-project-col .latest-project-details .project-excerpt {
  color: #fff;
}
.latest-projects-wrapper .latest-project-col .latest-project-details a {
  background-color: #003773;
  color: #fff;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #003773;
  display: inline-block;
  width: auto;
  max-width: 172px;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.latest-projects-wrapper .latest-project-col .latest-project-details a:hover {
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  .latest-projects-wrapper .latest-project-col .latest-project-details a {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  .latest-projects-wrapper .latest-project-col .latest-project-details a {
    padding: 12px 20px 10px 20px;
  }
}
.latest-projects-wrapper .project-red .latest-project-img {
  order: 12;
}
@media (max-width: 991px) {
  .latest-projects-wrapper .project-red .latest-project-img {
    order: 1;
  }
}
.latest-projects-wrapper .project-red .latest-project-details {
  order: 1;
  background-color: #003773;
}
.latest-projects-wrapper .project-red .latest-project-details a {
  background-color: #6caee9;
}
@media (max-width: 991px) {
  .latest-projects-wrapper .project-red .latest-project-details {
    order: 12;
  }
}

#projects {
  background: rgb(244, 244, 244);
  background: -moz-linear-gradient(180deg, rgb(49, 49, 51) 80%, rgb(255, 255, 255) 80%);
  background: -webkit-linear-gradient(180deg, rgb(49, 49, 51) 80%, rgb(255, 255, 255) 80%);
  background: linear-gradient(180deg, rgb(49, 49, 51) 80%, rgb(255, 255, 255) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#313133",endColorstr="#ffffff",GradientType=1);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
#projects p.pre-heading {
  color: #003773;
}
#projects h2 {
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
}
#projects p {
  color: #fff;
}
#projects .project-feature-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 320px;
  position: relative;
}
#projects .project-feature-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 0;
  top: 0;
  left: 0;
}
#projects .project-feature-img .project-caption {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
}
#projects .project-feature-img .project-caption h3 {
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
#projects .project-feature-img .project-caption p.type-service {
  font-weight: 700;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#projects .project-feature-img .project-caption a {
  color: #fff;
  display: block;
  width: 160px;
  background-color: transparent;
  padding: 8px 32px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 0 auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 700;
}
#projects .project-feature-img .project-caption a:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #003773;
  border: 1px solid #003773;
}

.single-projects-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .single-projects-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .single-projects-wrapper {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}
@media (max-width: 576px) {
  .single-projects-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.single-projects-wrapper .project-col .project-feature-img {
  margin-bottom: 32px;
}
.single-projects-wrapper .project-col h2 {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 38px;
}
@media (max-width: 991px) {
  .single-projects-wrapper .project-col h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .single-projects-wrapper .project-col h2 {
    font-size: 26px;
  }
}
.single-projects-wrapper .project-col h2:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #003773;
  left: 0px;
  bottom: 0;
}
.single-projects-wrapper .project-col h3 {
  font-size: 22px;
  color: #003773;
  text-transform: uppercase;
  margin-top: 42px;
  margin-bottom: 6px;
}
.single-projects-wrapper .project-col ul {
  list-style-type: none;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 0;
}
.single-projects-wrapper .project-col ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px;
}
.single-projects-wrapper .project-col ul li:before {
  content: "•";
  color: #003773;
  margin: 0 18px 0 0;
  position: absolute;
  top: -2px;
  left: 0;
}

/*--------------------------------------------------------------
# Jobs
--------------------------------------------------------------*/
.jobs-vacancies h5 {
  display: none;
}
.jobs-vacancies ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 991px;
}
.jobs-vacancies ul li {
  margin-bottom: 30px;
}
.jobs-vacancies ul li a.rsswidget {
  font-size: 22px;
  font-weight: 700;
  display: block;
}
@media (max-width: 768px) {
  .jobs-vacancies ul li a.rsswidget {
    font-size: 20px;
  }
}
.jobs-vacancies ul li .rss-date {
  font-size: 15px;
  padding: 4px 0;
  display: block;
  margin-bottom: 10px;
}

.jobs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 991px;
}
.jobs ul li {
  background-color: #fff;
  border-left: 8px solid #003773;
  padding: 24px 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .jobs ul li {
    padding: 20px 20px;
    border-left: 5px solid #003773;
  }
}
.jobs ul li .job-title-col {
  width: 80%;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .jobs ul li .job-title-col {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .jobs ul li .job-title-col {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .jobs ul li .job-title-col {
    width: 100%;
  }
}
.jobs ul li .job-apply-btn-col {
  width: 20%;
  text-align: right;
}
@media (max-width: 991px) {
  .jobs ul li .job-apply-btn-col {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .jobs ul li .job-apply-btn-col {
    width: 40%;
  }
}
@media (max-width: 576px) {
  .jobs ul li .job-apply-btn-col {
    width: 100%;
    text-align: left;
  }
}
.jobs ul li h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #003773;
}
@media (max-width: 576px) {
  .jobs ul li h3 {
    font-size: 20px;
  }
}
.jobs ul li .date {
  margin-top: 2px;
  font-size: 13px;
  margin-bottom: 0;
}
.jobs ul li .job-detail {
  max-height: 280px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 576px) {
  .jobs ul li .job-detail {
    max-height: 200px;
  }
}
.jobs ul li .job-detail:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 148px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#f4f4f4",GradientType=1);
}
.jobs ul li .job-detail p {
  margin: 0;
  text-align: left !important;
}
.jobs ul li .job-detail .job-read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 12px 32px;
  text-align: center;
  background-color: transparent;
  color: #f8f8f8;
  z-index: 2;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .jobs ul li .job-detail .job-read-more {
    margin-top: 24px;
  }
}
.jobs ul li .job-detail ul {
  list-style-type: disc;
  padding: 0 20px 0 32px;
}
.jobs ul li .job-detail ul li {
  padding: 0;
  margin: 0 0 0 0;
  border-left: 0;
}
.jobs ul li .job-detail-show {
  max-height: initial;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.jobs ul li .job-detail-show:after {
  display: none;
}
.jobs ul li .job-detail-show .job-read-more {
  display: none;
}
.jobs ul li .btn-apply {
  background-color: #003773 !important;
  color: #fff;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #003773 !important;
  display: inline-block;
  margin-top: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.jobs ul li .btn-apply:hover {
  background-color: #6caee9 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #6caee9 !important;
}
@media (max-width: 991px) {
  .jobs ul li .btn-apply {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  .jobs ul li .btn-apply {
    padding: 12px 20px 10px 20px;
    margin-top: 24px;
  }
}

.btn-jobs-all {
  background-color: transparent !important;
  color: #6caee9 !important;
  padding: 14px 32px 12px 32px;
  text-transform: uppercase;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #6caee9 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-jobs-all:hover {
  background-color: #6caee9 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid #6caee9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .btn-jobs-all {
    padding: 14px 28px 12px 28px;
  }
}
@media (max-width: 576px) {
  .btn-jobs-all {
    padding: 12px 20px 10px 20px;
  }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.home-video-banner {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;
  min-height: 920px;
}
@media (max-width: 576px) {
  .home-video-banner {
    min-height: initial;
  }
}
.home-video-banner .banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  min-height: 920px;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media (max-width: 576px) {
  .home-video-banner .banner-video {
    min-height: initial;
  }
}
.home-video-banner .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}
.home-video-banner .banner-content {
  position: relative;
  z-index: 2;
}
.home-video-banner .banner-content {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 320px;
}
@media (max-width: 991px) {
  .home-video-banner .banner-content {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .home-video-banner .banner-content {
    width: 100%;
    padding-top: 180px;
  }
}
.home-video-banner .banner-content h1 {
  color: #fff;
  padding-right: 10%;
}
.home-video-banner .banner-content p {
  color: #fff;
  padding-right: 50%;
  font-size: 20px;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .home-video-banner .banner-content p {
    padding-right: 32%;
  }
}
@media (max-width: 767px) {
  .home-video-banner .banner-content p {
    padding-right: 0;
    font-size: 18px;
    margin-top: 24px;
  }
}
.home-video-banner .banner-content .btn-transparent {
  margin-top: 14px;
}

#home-slider {
  position: relative;
}
#home-slider .slider-caption {
  position: absolute;
  width: 60%;
  bottom: 160px;
  left: 20%;
  z-index: 3;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  #home-slider .slider-caption {
    bottom: 100px;
  }
}
@media (max-width: 576px) {
  #home-slider .slider-caption {
    width: 90%;
    left: 5%;
    bottom: 60px;
  }
}
#home-slider .slider-caption h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#home-slider .slider-caption p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
}
@media (max-width: 576px) {
  #home-slider .slider-caption p {
    font-size: 18px;
  }
}
#home-slider .homepage-slider {
  position: relative;
}
#home-slider .homepage-slider .slider-item .slider-image {
  height: 90vh;
  min-height: 720px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media (max-width: 576px) {
  #home-slider .homepage-slider .slider-item .slider-image {
    min-height: 75vh;
    height: auto;
  }
}
#home-slider .homepage-slider .slider-item .slider-image:before {
  content: "";
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.5270483193) 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.5270483193) 0%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5270483193) 0%, rgba(0, 0, 0, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home-slider .homepage-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -16px;
}
@media (max-width: 576px) {
  #home-slider .homepage-slider .owl-nav {
    display: none;
  }
}
#home-slider .homepage-slider .owl-nav .owl-prev {
  float: left;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 0;
}
#home-slider .homepage-slider .owl-nav .owl-next {
  float: right;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 0;
}
#home-slider .homepage-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
#home-slider .homepage-slider .owl-dots .owl-dot span {
  background-color: #fff;
}
#home-slider .homepage-slider .owl-dots .active span {
  background-color: #003773;
}

#services {
  background-color: #efefef;
  padding-top: 80px;
  padding-bottom: 80px;
}
#services .service-list {
  text-align: center;
  cursor: pointer;
  color: #355b98;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-bottom: 32px;
}
#services .service-list img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 576px) {
  #services .service-list img {
    max-width: 120px;
  }
}
#services .service-list h3 {
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  color: #355b98;
  font-size: 19.2px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 576px) {
  #services .service-list h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #services .service-list p {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
#services .service-list:hover {
  color: #003773;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#services .service-list:hover h3 {
  color: #003773;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#home-ctas {
  padding-top: 32px;
  padding-bottom: 60px;
}
@media (max-width: 576px) {
  #home-ctas {
    padding-bottom: 32px;
  }
}
#home-ctas .cta {
  text-align: center;
}
@media (max-width: 576px) {
  #home-ctas .cta {
    margin-bottom: 32px;
  }
}
#home-ctas .cta .cta-img-wrapper {
  background-color: #003773;
  width: 100%;
  height: 340px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-ctas .cta .cta-img-wrapper .cta-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-ctas .cta .cta-img-wrapper span.cta-caption {
  position: absolute;
  bottom: -30px;
  width: 100%;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  font-weight: 700;
  font-size: 17.6px;
  font-size: 1.1rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-ctas .cta .cta-img-wrapper:hover .cta-img {
  opacity: 0.3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-ctas .cta .cta-img-wrapper:hover span.cta-caption {
  -webkit-transform: translateY(-165px);
  -moz-transform: translateY(-165px);
  -ms-transform: translateY(-165px);
  transform: translateY(-165px);
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-ctas .cta h2 {
  text-align: center;
  text-transform: uppercase;
}
#home-ctas .cta p {
  text-align: center;
  margin-bottom: 28px;
}
#home-ctas .cta a.cta-btn {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  color: #6caee9;
  position: relative;
  padding-left: 0;
  width: auto;
  display: block;
  max-width: 150px;
  margin: 0 auto;
  font-size: 14.4px;
  font-size: 0.9rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-ctas .cta a.cta-btn:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #003773;
}
#home-ctas .cta a.cta-btn:after {
  position: absolute;
  content: "\f30b";
  color: #003773;
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  margin-top: -12px;
  right: 0px;
}

#latest-news {
  padding-top: 80px;
  padding-bottom: 80px;
}
#latest-news h2 {
  text-transform: uppercase;
}
#latest-news h3 {
  font-weight: 600;
}
#latest-news .post-feature-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 380px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  #latest-news .post-feature-img {
    height: 280px;
  }
}
@media (max-width: 768px) {
  #latest-news .post-feature-img {
    height: 260px;
  }
}
@media (max-width: 576px) {
  #latest-news .post-feature-img {
    height: 240px;
  }
}

#product-categories h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #003773;
  display: inline-block;
  width: auto;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#product-categories h2:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #003773;
  right: -80px;
  top: 50%;
  margin-top: -1px;
}
#product-categories .pro-cat-list-wrapper {
  margin: 32px 0;
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper {
  display: block;
  position: relative;
  background-color: #003773;
}
@media (max-width: 576px) {
  #product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper {
    width: 68%;
    margin: 32px auto;
  }
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper:hover h3 {
  -webkit-transform: translateY(-165px);
  -moz-transform: translateY(-165px);
  -ms-transform: translateY(-165px);
  transform: translateY(-165px);
  opacity: 1;
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper:hover .pro-cat-image {
  opacity: 0.3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper h3 {
  position: absolute;
  bottom: -50px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-align: center;
  width: 100%;
  display: block;
  z-index: 2;
  opacity: 0;
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper .pro-cat-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 350px;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 768px) {
  #product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper .pro-cat-image {
    height: 320px;
  }
}
@media (max-width: 576px) {
  #product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper .pro-cat-image {
    height: 280px;
  }
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 32px;
  border-left: 2px solid #003773;
  border-top: 2px solid #003773;
  left: -10px;
  top: -10px;
}
#product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper:after {
  position: absolute;
  content: "";
  width: 120px;
  height: 32px;
  border-right: 2px solid #003773;
  border-bottom: 2px solid #003773;
  right: -10px;
  bottom: -10px;
}
#product-categories .pro-cat-list-wrapper .pro-cat-list:nth-child(even) {
  margin-top: 48px;
}
@media (max-width: 576px) {
  #product-categories .pro-cat-list-wrapper .pro-cat-list:nth-child(even) {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Lead Content
--------------------------------------------------------------*/
.lead-content {
  position: relative;
  z-index: 3;
  margin-top: -100px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (max-width: 767px) {
  .lead-content {
    margin-top: -50px;
  }
}
.lead-content .container-lg {
  background-color: #f8f8f8;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 100px;
  padding-bottom: 80px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .lead-content .container-lg {
    padding-top: 52px;
    padding-bottom: 52px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
.lead-content .container-lg h2 {
  color: #355b98;
}
.lead-content .container-lg .column-content-small {
  padding-left: 180px;
}
@media (max-width: 1200px) {
  .lead-content .container-lg .column-content-small {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .lead-content .container-lg .column-content-small {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .lead-content .container-lg .column-content-small {
    padding-left: 15px;
  }
}
.lead-content .container-lg .lead-content-content-wrapper {
  padding-left: 48px;
}
@media (max-width: 767px) {
  .lead-content .container-lg .lead-content-content-wrapper {
    padding-left: 0;
  }
}
.lead-content .highlights-box {
  padding-top: 80px;
}

.home .lead-content .container-lg .lead-content-content-wrapper {
  padding-left: 25%;
}
@media (max-width: 767px) {
  .home .lead-content .container-lg .lead-content-content-wrapper {
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
# CTA Boxes
--------------------------------------------------------------*/
#cta-box {
  padding-left: 18px;
  padding-right: 18px;
}
#cta-box .container-lg {
  background-color: #f8f8f8;
}
#cta-box .cta-box-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
  justify-content: center;
}
#cta-box .cta-box-wrapper .cta-box-col {
  width: 50%;
  padding: 26px;
}
@media (max-width: 767px) {
  #cta-box .cta-box-wrapper .cta-box-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#cta-box .cta-box-wrapper .cta-box-col .cta-box {
  width: 100%;
  height: 360px;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 991px) {
  #cta-box .cta-box-wrapper .cta-box-col .cta-box {
    height: 330px;
  }
}
@media (max-width: 767px) {
  #cta-box .cta-box-wrapper .cta-box-col .cta-box {
    height: 280px;
  }
}
#cta-box .cta-box-wrapper .cta-box-col .cta-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
  border-radius: 14px;
}
#cta-box .cta-box-wrapper .cta-box-col .cta-box:hover span {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: translateY(-20px);
}
#cta-box .cta-box-wrapper .cta-box-col .cta-box:hover .image-arrow {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 1;
  transform: translateY(-20px);
}
#cta-box .cta-box-wrapper .cta-box-col .cta-box span {
  text-decoration: none;
  font-size: 28px;
  color: #355b98;
  position: absolute;
  bottom: 62px;
  left: 32px;
  font-weight: 400;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 991px) {
  #cta-box .cta-box-wrapper .cta-box-col .cta-box span {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #cta-box .cta-box-wrapper .cta-box-col .cta-box span {
    font-size: 24px;
    bottom: 52px;
  }
}
#cta-box .cta-box-wrapper .cta-box-col .cta-box .image-arrow {
  position: absolute;
  left: 32px;
  bottom: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f7901e;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #cta-box .cta-box-wrapper .cta-box-col .cta-box .image-arrow {
    bottom: 10px;
  }
}
#cta-box .cta-box-wrapper .cta-box-col .cta-box .image-arrow img {
  width: 17px;
  height: 17px;
}
#cta-box .cta-box-wrapper .cta-box-col .cta-box .image-arrow:hover {
  background-color: #003773;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#our-services {
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  overflow: hidden;
}
#our-services:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  height: 20%;
  background-color: #003773;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 1580px;
  margin-left: -790px;
  z-index: 0;
}
@media (max-width: 1680px) {
  #our-services:after {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  #our-services:after {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#our-services .container-lg {
  background-color: #f8f8f8;
  padding-top: 80px;
  position: relative;
}
#our-services .container-lg h2 {
  color: #355b98;
}
#our-services .container-lg .service-content {
  padding-right: 48px;
}
#our-services .container-lg .service-content .btn-solid-blue {
  width: 180px;
}
#our-services .container-lg .our-services-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #our-services .container-lg .our-services-wrapper {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  #our-services .container-lg .our-services-wrapper {
    margin-top: 52px;
  }
}
#our-services .container-lg .our-services-wrapper .our-services-col {
  width: 50%;
  padding: 18px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1200px) {
  #our-services .container-lg .our-services-wrapper .our-services-col {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #our-services .container-lg .our-services-wrapper .our-services-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #our-services .container-lg .our-services-wrapper .our-services-col {
    width: 100%;
    padding: 0;
    margin-bottom: 36px;
  }
}
#our-services .container-lg .our-services-wrapper .our-services-col .our-service {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  position: relative;
  border-radius: 16px;
  text-decoration: none;
  height: 480px;
}
@media (max-width: 767px) {
  #our-services .container-lg .our-services-wrapper .our-services-col .our-service {
    background-size: 100% auto;
  }
}
#our-services .container-lg .our-services-wrapper .our-services-col .our-service:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
  border-radius: 14px;
}
#our-services .container-lg .our-services-wrapper .our-services-col .our-service:hover .our-service-detail-box {
  transform: translateY(-30px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#our-services .container-lg .our-services-wrapper .our-services-col .our-service:hover .our-service-detail-box .image-arrow {
  opacity: 1;
}
#our-services .container-lg .our-services-wrapper .our-services-col .our-service .our-service-detail-box {
  position: absolute;
  width: 100%;
  padding: 24px 32px 0 32px;
  bottom: 16px;
  left: 0;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 576px) {
  #our-services .container-lg .our-services-wrapper .our-services-col .our-service .our-service-detail-box {
    bottom: 0;
  }
}
#our-services .container-lg .our-services-wrapper .our-services-col .our-service .our-service-detail-box h3 {
  font-size: 28px;
}
@media (max-width: 576px) {
  #our-services .container-lg .our-services-wrapper .our-services-col .our-service .our-service-detail-box h3 {
    font-size: 24px;
  }
}
#our-services .container-lg .our-services-wrapper .our-services-col .our-service .our-service-detail-box p {
  color: #000000;
  font-size: 16px;
}
#our-services .container-lg .our-services-wrapper .our-services-col .our-service .our-service-detail-box .image-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f7901e;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #our-services .container-lg .our-services-wrapper .our-services-col .our-service .our-service-detail-box .image-arrow {
    bottom: 10px;
  }
}
#our-services .container-lg .our-services-wrapper .our-services-col .our-service .our-service-detail-box .image-arrow img {
  width: 17px;
  height: 17px;
}
#our-services .container-lg .our-services-wrapper .our-services-col .our-service .our-service-detail-box .image-arrow:hover {
  background-color: #003773;
}
@media (max-width: 991px) {
  #our-services .container-lg .our-services-wrapper .our-services-col:nth-child(odd) {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #our-services .container-lg .our-services-wrapper .our-services-col:nth-child(even) {
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
# Blue Content
--------------------------------------------------------------*/
#blue-content {
  background-color: #003773;
  padding-top: 100px;
  padding-bottom: 80px;
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#blue-content:before {
  content: "";
  width: 80%;
  height: 80%;
  border-radius: 50%;
  position: absolute;
  background: rgb(108, 174, 233);
  background: -moz-radial-gradient(circle, rgb(108, 174, 233) 0%, rgba(0, 55, 115, 0) 55%);
  background: -webkit-radial-gradient(circle, rgb(108, 174, 233) 0%, rgba(0, 55, 115, 0) 55%);
  background: radial-gradient(circle, rgb(108, 174, 233) 0%, rgba(0, 55, 115, 0) 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6caee9",endColorstr="#003773",GradientType=1);
  bottom: 5%;
  left: -5%;
  opacity: 0.5;
  display: none;
}
@media (max-width: 991px) {
  #blue-content:before {
    width: 100%;
    height: 80%;
  }
}
@media (max-width: 767px) {
  #blue-content:before {
    display: none;
  }
}
#blue-content .container {
  position: relative;
  z-index: 2;
}
#blue-content .container h2 {
  color: #fff;
}
#blue-content .container .blue-content-box p {
  color: #fff;
}
#blue-content .container .blue-content-box span {
  color: #fff;
}
#blue-content .container .blue-content-box a {
  color: #fff;
}
#blue-content .container .blue-content-box a:hover {
  color: #6caee9;
}
#blue-content .container .blue-content-box ul li {
  color: #fff;
}
#blue-content .container .blue-content-box .btn-transparent {
  width: 180px;
  margin-top: 32px;
}
#blue-content .blue-content-features-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 80px;
}
#blue-content .blue-content-features-wrapper .blue-content-feature-col {
  width: 50%;
  padding: 18px 48px 68px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  #blue-content .blue-content-features-wrapper .blue-content-feature-col {
    width: 100%;
  }
}
#blue-content .blue-content-features-wrapper .blue-content-feature-col:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80%;
  height: 1px;
  background-color: #6caee9;
}
#blue-content .blue-content-features-wrapper .blue-content-feature-col h3 {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 767px) {
  #blue-content .blue-content-features-wrapper .blue-content-feature-col h3 {
    font-size: 28px;
  }
}
#blue-content .blue-content-features-wrapper .blue-content-feature-col p {
  color: #fff;
  font-size: 16px;
  padding-right: 20%;
}
#blue-content .blue-content-features-wrapper .blue-content-feature-col .blue-bar {
  margin-top: 42px;
  width: 80%;
  height: 1px;
  background-color: #6caee9;
}
#blue-content .blue-content-features-wrapper .blue-content-feature-col:nth-child(odd) {
  padding-left: 0;
}
@media (max-width: 767px) {
  #blue-content .blue-content-features-wrapper .blue-content-feature-col:nth-child(odd) {
    padding-right: 0;
  }
}
#blue-content .blue-content-features-wrapper .blue-content-feature-col:nth-child(even) {
  padding-right: 0;
}
@media (max-width: 767px) {
  #blue-content .blue-content-features-wrapper .blue-content-feature-col:nth-child(even) {
    padding-left: 0;
  }
}
#blue-content .blue-content-image-heading {
  padding-right: 80px;
}
@media (max-width: 991px) {
  #blue-content .blue-content-image-heading {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  #blue-content .blue-content-image-heading {
    padding-right: 15px;
  }
}
#blue-content .blue-content-image-heading .btn-transparent {
  max-width: 200px;
  margin-top: 64px;
}
@media (max-width: 991px) {
  #blue-content .blue-content-img {
    padding-top: 64px;
  }
}
#blue-content .blue-content-img img {
  border-radius: 32px;
}

.page-id-14 #blue-content {
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .page-id-14 #blue-content {
    padding-bottom: 100px;
  }
}
.page-id-14 #blue-content .blue-content-supplier-heading {
  padding-right: 80px;
}
@media (max-width: 991px) {
  .page-id-14 #blue-content .blue-content-supplier-heading {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .page-id-14 #blue-content .blue-content-supplier-heading {
    padding-right: 15px;
  }
}
.page-id-14 #blue-content .blue-content-supplier-heading .btn-transparent {
  max-width: 200px;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .page-id-14 #blue-content .blue-content-supplier-img {
    padding-top: 64px;
  }
}
.page-id-14 #blue-content .blue-content-supplier-img img {
  border-radius: 32px;
}
.page-id-14 #blue-content:before {
  content: "";
  width: 520px;
  height: 520px;
}

.page-id-16 #blue-content .highlights-wrapper .highlight {
  overflow: visible;
}
.page-id-16 #blue-content .highlights-wrapper .highlight .key-highlight-content {
  border-radius: 0;
}

.page-id-599 #blue-content {
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .page-id-599 #blue-content {
    padding-bottom: 100px;
  }
}
.page-id-599 #blue-content .blue-content-client-heading {
  padding-right: 80px;
}
@media (max-width: 991px) {
  .page-id-599 #blue-content .blue-content-client-heading {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .page-id-599 #blue-content .blue-content-client-heading {
    padding-right: 15px;
  }
}
.page-id-599 #blue-content .blue-content-client-heading .btn-transparent {
  max-width: 240px;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .page-id-599 #blue-content .blue-content-supplier-img {
    padding-top: 64px;
  }
}
.page-id-599 #blue-content .blue-content-supplier-img img {
  border-radius: 32px;
}
.page-id-599 #blue-content:before {
  content: "";
  width: 520px;
  height: 520px;
}

/** Teams Blue Content **/
#blue-content .teams-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 80px;
}
#blue-content .teams-wrapper .team-detail-col {
  width: 50%;
  padding-left: 42px;
  order: 12;
}
@media (max-width: 768px) {
  #blue-content .teams-wrapper .team-detail-col {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    order: 12 !important;
  }
}
#blue-content .teams-wrapper .team-detail-col h3 {
  margin-bottom: 6px;
  color: #fff;
}
#blue-content .teams-wrapper .team-detail-col .position {
  color: #6caee9;
}
#blue-content .teams-wrapper .team-detail-col p {
  color: #fff;
}
#blue-content .teams-wrapper .team-img-col {
  width: 50%;
  text-align: right;
  order: 1;
}
@media (max-width: 768px) {
  #blue-content .teams-wrapper .team-img-col {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    order: 1 !important;
    margin-bottom: 32px;
  }
}
#blue-content .teams-wrapper .team-img-col .team-blue-img {
  position: relative;
}
#blue-content .teams-wrapper .team-img-col .team-blue-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 55, 115);
  background: -moz-linear-gradient(0deg, rgb(0, 55, 115) 0%, rgba(0, 55, 115, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(0, 55, 115) 0%, rgba(0, 55, 115, 0) 50%);
  background: linear-gradient(0deg, rgb(0, 55, 115) 0%, rgba(0, 55, 115, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 1;
  border-radius: 14px;
}
#blue-content .teams-wrapper .team-img-col img {
  border-radius: 16px;
}
#blue-content .teams-wrapper:nth-child(odd) .team-detail-col {
  order: 1;
  padding-left: 0;
  padding-right: 48px;
}
#blue-content .teams-wrapper:nth-child(odd) .team-img-col {
  order: 12;
}

/*--------------------------------------------------------------
# Middle Full Width Image 
--------------------------------------------------------------*/
#full-width-img {
  position: relative;
}
#full-width-img .full-width-img-container {
  width: 100%;
  margin: 0 auto;
  height: 580px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  #full-width-img .full-width-img-container {
    background-attachment: scroll;
    height: 520px;
  }
}
@media (max-width: 768px) {
  #full-width-img .full-width-img-container {
    height: 480px;
  }
}
@media (max-width: 576px) {
  #full-width-img .full-width-img-container {
    height: 380px;
  }
}

/*--------------------------------------------------------------
# Testimonials 
--------------------------------------------------------------*/
#testimonials {
  padding-top: 100px;
  padding-bottom: 80px;
  width: 100%;
  max-width: 1580px;
  margin: -52px auto 0 auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  #testimonials {
    padding-top: 52px;
    padding-bottom: 52px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#testimonials h2 {
  padding-right: 30%;
}
@media (max-width: 991px) {
  #testimonials h2 {
    padding-right: 10%;
  }
}
@media (max-width: 576px) {
  #testimonials h2 {
    padding-right: 0;
  }
}
#testimonials .testi-content-p {
  padding-right: 20%;
}
@media (max-width: 991px) {
  #testimonials .testi-content-p {
    padding-right: 5%;
  }
}
@media (max-width: 576px) {
  #testimonials .testi-content-p {
    padding-right: 0;
  }
}
#testimonials .slider-item {
  position: relative;
}
@media (max-width: 991px) {
  #testimonials .slider-item {
    margin-top: 32px;
  }
}
#testimonials .slider-item .testimonial-box {
  background-color: #f8f8f8;
  border-radius: 16px;
  border: 1px solid #ececec;
  padding: 48px 32px;
}
#testimonials .slider-item .testimonial-box .testimonial-quote img {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-bottom: 32px;
}
#testimonials .slider-item .testimonial-box p {
  margin-bottom: 0;
  text-align: left;
}
#testimonials .slider-item .testimonial-box .author {
  position: relative;
  font-weight: 700;
  padding-left: 12px;
  margin-top: 22px;
}
#testimonials .slider-item .testimonial-box .author:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
#testimonials .owl-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  #testimonials .owl-nav {
    justify-content: center;
  }
}
#testimonials .owl-nav .owl-prev {
  width: 32px;
  height: 32px;
  background-color: #f7901e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#testimonials .owl-nav .owl-prev:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #003773;
}
#testimonials .owl-nav .owl-next {
  width: 32px;
  height: 32px;
  background-color: #f7901e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#testimonials .owl-nav .owl-next:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #003773;
}
#testimonials .owl-dots {
  margin-top: 24px;
}
#testimonials .owl-dots .owl-dot span {
  background-color: #355b98;
}
#testimonials .owl-dots .active span {
  background-color: #003773;
}

#testimonials-grey {
  padding-top: 100px;
  padding-bottom: 180px;
  width: 100%;
  max-width: 1580px;
  margin: -52px auto 0 auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #f8f8f8;
  position: relative;
}
@media (max-width: 767px) {
  #testimonials-grey {
    padding-top: 52px;
    padding-bottom: 152px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#testimonials-grey h2 {
  padding-right: 30%;
  padding-left: 32px;
}
@media (max-width: 991px) {
  #testimonials-grey h2 {
    padding-right: 10%;
  }
}
@media (max-width: 767px) {
  #testimonials-grey h2 {
    padding-right: 0;
    padding-left: 15px;
  }
}
#testimonials-grey .slider-item {
  position: relative;
}
@media (max-width: 991px) {
  #testimonials-grey .slider-item {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  #testimonials-grey .slider-item {
    margin-top: 0;
  }
}
#testimonials-grey .slider-item .testimonial-box {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 48px 32px;
}
@media (max-width: 767px) {
  #testimonials-grey .slider-item .testimonial-box {
    padding: 32px 15px;
  }
}
#testimonials-grey .slider-item .testimonial-box p {
  margin-bottom: 0;
  text-align: left;
}
#testimonials-grey .slider-item .testimonial-box .author {
  position: relative;
  font-weight: 700;
  padding-left: 0;
  margin-top: 22px;
}
#testimonials-grey .slider-item .testimonial-box .position {
  position: relative;
  font-weight: 400;
  padding-left: 0;
}
#testimonials-grey .slider-item .testimonial-box .company {
  position: relative;
  font-weight: 400;
  padding-left: 0;
}
#testimonials-grey .slider-item .testimonial-box .testimonial-profile-img {
  width: 64px;
  height: 64px;
  margin-top: 24px;
  border-radius: 50%;
}
#testimonials-grey .owl-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 32px;
}
@media (max-width: 991px) {
  #testimonials-grey .owl-nav {
    justify-content: center;
  }
}
#testimonials-grey .owl-nav .owl-prev {
  width: 32px;
  height: 32px;
  background-color: #f7901e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#testimonials-grey .owl-nav .owl-prev:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #003773;
}
#testimonials-grey .owl-nav .owl-next {
  width: 32px;
  height: 32px;
  background-color: #f7901e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#testimonials-grey .owl-nav .owl-next:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #003773;
}
#testimonials-grey .owl-dots {
  margin-top: 24px;
}
#testimonials-grey .owl-dots .owl-dot span {
  background-color: #355b98;
}
#testimonials-grey .owl-dots .active span {
  background-color: #003773;
}

/*--------------------------------------------------------------
# Main Content 
--------------------------------------------------------------*/
.main-content .container-lg {
  background-color: #f8f8f8;
  padding-top: 42px;
  padding-bottom: 42px;
}

/*--------------------------------------------------------------
# Logos 
--------------------------------------------------------------*/
#logos {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #logos {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
#logos h2 {
  text-align: center;
}
#logos .logos-content {
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}
@media (max-width: 991px) {
  #logos .logos-content {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 767px) {
  #logos .logos-content {
    padding-left: 0;
    padding-right: 0;
  }
}
#logos .logos {
  margin-top: 62px;
}
#logos .logos .slider-item {
  display: flex;
  width: 100%;
  height: 180px;
  align-items: center;
  justify-content: center;
}
#logos .logos .slider-item img {
  object-fit: contain;
  height: 110px;
  width: auto;
}
#logos .logos .owl-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 42px;
}
@media (max-width: 991px) {
  #logos .logos .owl-nav {
    justify-content: center;
  }
}
#logos .logos .owl-nav .owl-prev {
  width: 32px;
  height: 32px;
  background-color: #f7901e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#logos .logos .owl-nav .owl-prev:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #003773;
}
#logos .logos .owl-nav .owl-next {
  width: 32px;
  height: 32px;
  background-color: #f7901e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#logos .logos .owl-nav .owl-next:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #003773;
}
#logos .logos .owl-dots {
  margin-top: 24px;
}
#logos .logos .owl-dots .owl-dot span {
  background-color: #355b98;
}
#logos .logos .owl-dots .active span {
  background-color: #003773;
}

#clients-logos .container-lg {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #clients-logos .container-lg {
    padding-bottom: 52px;
  }
}
#clients-logos .clients-logos {
  margin-top: 62px;
}
#clients-logos .clients-logos .slider-item {
  display: flex;
  width: 100%;
  height: 180px;
  align-items: center;
  justify-content: center;
}
#clients-logos .clients-logos .slider-item img {
  object-fit: contain;
  height: 110px;
  width: auto;
}
#clients-logos .clients-logos .owl-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 42px;
}
@media (max-width: 991px) {
  #clients-logos .clients-logos .owl-nav {
    justify-content: center;
  }
}
#clients-logos .clients-logos .owl-nav .owl-prev {
  width: 32px;
  height: 32px;
  background-color: #f7901e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#clients-logos .clients-logos .owl-nav .owl-prev:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #003773;
}
#clients-logos .clients-logos .owl-nav .owl-next {
  width: 32px;
  height: 32px;
  background-color: #f7901e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#clients-logos .clients-logos .owl-nav .owl-next:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #003773;
}
#clients-logos .clients-logos .owl-dots {
  margin-top: 24px;
}
#clients-logos .clients-logos .owl-dots .owl-dot span {
  background-color: #355b98;
}
#clients-logos .clients-logos .owl-dots .active span {
  background-color: #003773;
}

#supplier-logos {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  #supplier-logos {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
#supplier-logos:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  height: 20%;
  background-color: #003773;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 1580px;
  margin-left: -790px;
  z-index: 0;
}
#supplier-logos .container-lg {
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #supplier-logos .container-lg {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-bottom: 52px;
  }
}
#supplier-logos .supplier-logos {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #supplier-logos .supplier-logos {
    margin-top: 52px;
  }
}
#supplier-logos .supplier-logos .slider-item {
  display: flex;
  width: 100%;
  height: 180px;
  align-items: center;
  justify-content: center;
}
#supplier-logos .supplier-logos .slider-item img {
  object-fit: contain;
  height: 110px;
  width: auto;
}
#supplier-logos .supplier-logos .owl-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 42px;
}
@media (max-width: 991px) {
  #supplier-logos .supplier-logos .owl-nav {
    justify-content: center;
  }
}
#supplier-logos .supplier-logos .owl-nav .owl-prev {
  width: 32px;
  height: 32px;
  background-color: #f7901e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#supplier-logos .supplier-logos .owl-nav .owl-prev:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #003773;
}
#supplier-logos .supplier-logos .owl-nav .owl-next {
  width: 32px;
  height: 32px;
  background-color: #f7901e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#supplier-logos .supplier-logos .owl-nav .owl-next:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #003773;
}
#supplier-logos .supplier-logos .owl-dots {
  margin-top: 24px;
}
#supplier-logos .supplier-logos .owl-dots .owl-dot span {
  background-color: #355b98;
}
#supplier-logos .supplier-logos .owl-dots .active span {
  background-color: #003773;
}

/*--------------------------------------------------------------
# About Page 
--------------------------------------------------------------*/
.page-template-page-about .lead-content {
  position: relative;
}
.page-template-page-about .lead-content:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  height: 20%;
  background-color: #003773;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 1580px;
  margin-left: -790px;
  z-index: 0;
}
@media (max-width: 1680px) {
  .page-template-page-about .lead-content:after {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
@media (max-width: 1680px) and (max-width: 767px) {
  .page-template-page-about .lead-content:after {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
.page-template-page-about .lead-content .container-lg {
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .page-template-page-about .lead-content .container-lg {
    padding-bottom: 52px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }
}

.highlights-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .highlights-wrapper {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .highlights-wrapper {
    margin-top: 52px;
  }
}
.highlights-wrapper .highlights-col {
  width: 50%;
  padding: 18px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1200px) {
  .highlights-wrapper .highlights-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .highlights-wrapper .highlights-col {
    width: 100%;
    padding: 0;
    margin-bottom: 36px;
  }
}
.highlights-wrapper .highlights-col .highlight {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  position: relative;
  border-radius: 16px;
  text-decoration: none;
  min-height: 360px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .highlights-wrapper .highlights-col .highlight {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .highlights-wrapper .highlights-col .highlight {
    background-size: 100% auto;
  }
}
@media (max-width: 576px) {
  .highlights-wrapper .highlights-col .highlight {
    height: 220px;
  }
}
.highlights-wrapper .highlights-col .highlight:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
  border-radius: 14px;
}
.highlights-wrapper .highlights-col .highlight:hover .key-highlight-content {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: translateY(0);
}
.highlights-wrapper .highlights-col .highlight .highlight-box {
  position: absolute;
  width: 100%;
  padding: 24px 32px 0 32px;
  bottom: 32px;
  left: 0;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.highlights-wrapper .highlights-col .highlight .highlight-box .key-highlight {
  color: #003773;
  font-size: 68px;
  margin-bottom: -10px;
}
@media (max-width: 1200px) {
  .highlights-wrapper .highlights-col .highlight .highlight-box .key-highlight {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .highlights-wrapper .highlights-col .highlight .highlight-box .key-highlight {
    font-size: 48px;
    margin-bottom: 0;
  }
}
.highlights-wrapper .highlights-col .highlight .highlight-box p {
  color: #003773;
  font-size: 22px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .highlights-wrapper .highlights-col .highlight .highlight-box p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .highlights-wrapper .highlights-col .highlight .highlight-box p {
    font-size: 16px;
  }
}
.highlights-wrapper .highlights-col .highlight .key-highlight-content {
  background-color: #003773;
  padding: 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: translateY(30%);
}
.highlights-wrapper .highlights-col .highlight .key-highlight-content p {
  color: #fff;
}

#our-principlas {
  padding-top: 100px;
  padding-bottom: 80px;
  width: 100%;
  max-width: 1580px;
  margin: -52px auto 0 auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  #our-principlas {
    padding-top: 52px;
    padding-bottom: 52px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#our-principlas .our-principlas-content {
  padding-top: 64px;
}
#our-principlas .our-principlas-content h3 {
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  #our-principlas .our-principlas-content h3 {
    font-size: 24px;
  }
}
#our-principlas .our-principlas-content p {
  margin-bottom: 48px;
}

.page-template-page-about #teams {
  padding-top: 100px;
  padding-bottom: 80px;
  width: 100%;
  max-width: 1580px;
  margin: -52px auto 0 auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #fff;
  position: relative;
}
.page-template-page-about #teams:after {
  display: none;
}
.page-template-page-about #teams .container-lg:nth-child(odd) {
  background-color: #fff;
}
.page-template-page-about #teams .teams-wrapper .container-lg:nth-child(odd) {
  background-color: #f8f8f8;
}
.page-template-page-about #teams .teams-wrapper .container-lg:nth-child(odd) .team-img-wrapper {
  position: relative;
}
.page-template-page-about #teams .teams-wrapper .container-lg:nth-child(odd) .team-img-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(248, 248, 248);
  background: -moz-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8",endColorstr="#f8f8f8",GradientType=1);
  z-index: 1;
  border-radius: 14px;
}
.page-template-page-about #teams .teams-wrapper .container-lg:nth-child(even) {
  background-color: #fff;
}
.page-template-page-about #teams .teams-wrapper .container-lg:nth-child(even) .team-img-wrapper {
  position: relative;
}
.page-template-page-about #teams .teams-wrapper .container-lg:nth-child(even) .team-img-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 1;
  border-radius: 14px;
}

/*--------------------------------------------------------------
# Teams
--------------------------------------------------------------*/
#our-team {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #our-team {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
#our-team .our-teams {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #our-team .our-teams {
    margin-top: 32px;
  }
}
#our-team .our-teams .our-team-col {
  width: 50%;
  padding: 18px;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  #our-team .our-teams .our-team-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #our-team .our-teams .our-team-col {
    width: 100%;
    padding: 0;
    margin-bottom: 36px;
  }
}
#our-team .our-teams .our-team-col .our-team {
  display: block;
  background-size: auto 75%;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  position: relative;
  border-radius: 16px;
  text-decoration: none;
  height: 380px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #our-team .our-teams .our-team-col .our-team {
    background-size: 100% auto;
  }
}
#our-team .our-teams .our-team-col .our-team:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 90%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 90%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
  border-radius: 14px;
}
#our-team .our-teams .our-team-col .our-team:hover .our-team-excerpt {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#our-team .our-teams .our-team-col .our-team .our-team-box {
  position: absolute;
  width: 100%;
  padding: 24px 32px 0 32px;
  bottom: 16px;
  left: 0;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 576px) {
  #our-team .our-teams .our-team-col .our-team .our-team-box {
    bottom: 0;
  }
}
#our-team .our-teams .our-team-col .our-team .our-team-box h3 {
  font-size: 28px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  #our-team .our-teams .our-team-col .our-team .our-team-box h3 {
    font-size: 24px;
  }
}
#our-team .our-teams .our-team-col .our-team .our-team-box p {
  color: #6caee9;
  font-size: 16px;
}
#our-team .our-teams .our-team-col .our-team .our-team-excerpt {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 32px;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #003773;
  border-radius: 16px;
  opacity: 0;
  transform: translateY(50%);
}
#our-team .our-teams .our-team-col .our-team .our-team-excerpt h3 {
  font-size: 28px;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 576px) {
  #our-team .our-teams .our-team-col .our-team .our-team-excerpt h3 {
    font-size: 24px;
  }
}
#our-team .our-teams .our-team-col .our-team .our-team-excerpt p.position {
  color: #6caee9;
  font-size: 16px;
}
#our-team .our-teams .our-team-col .our-team .our-team-excerpt p {
  color: #fff;
}
#our-team .our-teams .our-team-col .our-team .our-team-excerpt a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f7901e;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
#our-team .our-teams .our-team-col .our-team .our-team-excerpt a:hover {
  opacity: 0.8;
}
#our-team .btn-solid-blue {
  margin-top: 32px;
  margin-left: 18px;
  width: 220px;
  position: relative;
  z-index: 4;
}

#teams {
  position: relative;
  overflow: hidden;
}
#teams:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  height: 20%;
  background-color: #003773;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 1580px;
  margin-left: -790px;
  z-index: 0;
}
#teams .container-lg {
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
}
#teams .container-lg h2 {
  padding-bottom: 80px;
}
#teams .teams-wrapper .container-lg {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -50px;
  padding-top: 100px;
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  #teams .teams-wrapper .container-lg {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#teams .teams-wrapper .container-lg .team-detail-col {
  padding-left: 48px;
  order: 12;
  padding-right: 15px;
}
@media (max-width: 767px) {
  #teams .teams-wrapper .container-lg .team-detail-col {
    padding-left: 0;
    order: 12;
  }
}
#teams .teams-wrapper .container-lg .team-detail-col h3 {
  margin-bottom: 6px;
}
#teams .teams-wrapper .container-lg .team-detail-col .position {
  color: #6caee9;
}
#teams .teams-wrapper .container-lg .team-img-col {
  text-align: right;
  order: 1;
}
@media (max-width: 767px) {
  #teams .teams-wrapper .container-lg .team-img-col {
    order: 1;
    margin-bottom: 32px;
  }
}
#teams .teams-wrapper .container-lg .team-img-col .team-img-wrapper {
  position: relative;
}
#teams .teams-wrapper .container-lg .team-img-col .team-img-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(248, 248, 248);
  background: -moz-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8",endColorstr="#f8f8f8",GradientType=1);
  z-index: 1;
  border-radius: 14px;
}
#teams .teams-wrapper .container-lg .team-img-col img {
  border-radius: 16px;
}
#teams .teams-wrapper .container-lg .team-linkedin {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f7901e;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-top: 32px;
}
#teams .teams-wrapper .container-lg .team-linkedin:hover {
  opacity: 0.8;
}
#teams .teams-wrapper .container-lg:nth-child(odd) {
  background-color: #fff;
}
#teams .teams-wrapper .container-lg:nth-child(odd) .team-detail-col {
  order: 1;
  padding-right: 48px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  #teams .teams-wrapper .container-lg:nth-child(odd) .team-detail-col {
    order: 12;
    padding-right: 0;
  }
}
#teams .teams-wrapper .container-lg:nth-child(odd) .team-img-col {
  order: 12;
}
@media (max-width: 767px) {
  #teams .teams-wrapper .container-lg:nth-child(odd) .team-img-col {
    order: 1;
  }
}
#teams .teams-wrapper .container-lg:nth-child(odd) .team-img-col .team-img-wrapper {
  position: relative;
}
#teams .teams-wrapper .container-lg:nth-child(odd) .team-img-col .team-img-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 1;
  border-radius: 14px;
}
#teams .teams-wrapper .container-lg:last-child {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #teams .teams-wrapper .container-lg:last-child {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-bottom: 52px;
  }
}

.single-teams .single-team-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.single-teams .single-team-wrapper .team-col-1 {
  width: 50%;
  padding-right: 48px;
}
@media (max-width: 767px) {
  .single-teams .single-team-wrapper .team-col-1 {
    padding-right: 0;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.single-teams .single-team-wrapper .team-col-2 {
  width: 50%;
}
.single-teams .single-team-wrapper .team-col-2 img {
  border-radius: 16px;
}
.single-teams h2 {
  font-size: 28px;
}
.single-teams p.position {
  color: #6caee9;
  font-size: 16px;
}
.single-teams .btn-linkedin {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f7901e;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.single-teams .btn-linkedin:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Service Page
--------------------------------------------------------------*/
.page-template-page-service .lead-content .lead-content-content-wrapper {
  padding-left: 20%;
}
@media (max-width: 768px) {
  .page-template-page-service .lead-content .lead-content-content-wrapper {
    padding-left: 10%;
  }
}
@media (max-width: 767px) {
  .page-template-page-service .lead-content .lead-content-content-wrapper {
    padding-left: 0;
  }
}

#online-catalogue {
  background-color: #003773;
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  max-width: 1580px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#online-catalogue:before {
  content: "";
  width: 80%;
  height: 80%;
  border-radius: 50%;
  position: absolute;
  background: rgb(108, 174, 233);
  background: -moz-radial-gradient(circle, rgb(108, 174, 233) 0%, rgba(0, 55, 115, 0) 55%);
  background: -webkit-radial-gradient(circle, rgb(108, 174, 233) 0%, rgba(0, 55, 115, 0) 55%);
  background: radial-gradient(circle, rgb(108, 174, 233) 0%, rgba(0, 55, 115, 0) 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6caee9",endColorstr="#003773",GradientType=1);
  bottom: 5%;
  left: -5%;
  opacity: 0.5;
  z-index: 0;
  display: none;
}
#online-catalogue .container {
  position: relative;
  z-index: 1;
}
#online-catalogue h2 {
  color: #fff;
}
#online-catalogue .btn-transparent {
  width: 240px;
  margin-top: 32px;
}
#online-catalogue .catalogue-img-wrapper {
  border-radius: 16px;
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
#online-catalogue .catalogue-img-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 55, 115);
  background: -moz-linear-gradient(0deg, rgb(0, 55, 115) 0%, rgba(0, 55, 115, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(0, 55, 115) 0%, rgba(0, 55, 115, 0) 50%);
  background: linear-gradient(0deg, rgb(0, 55, 115) 0%, rgba(0, 55, 115, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 1;
  border-radius: 14px;
}
#online-catalogue .catalogue-img-wrapper .catalogue-img {
  border-radius: 16px;
  width: 100%;
}
#online-catalogue .online-catalogue-content-col {
  order: 1;
}
@media (max-width: 767px) {
  #online-catalogue .online-catalogue-content-col {
    order: 12;
  }
}
#online-catalogue .online-catalogue-img-col {
  order: 12;
}
@media (max-width: 767px) {
  #online-catalogue .online-catalogue-img-col {
    order: 1;
  }
}

#service-page-request-quote {
  padding-top: 100px;
  padding-bottom: 180px;
  width: 100%;
  max-width: 1580px;
  margin: -52px auto 0 auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  #service-page-request-quote {
    padding-top: 52px;
    padding-bottom: 152px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#service-page-request-quote .btn-solid-blue {
  width: 210px;
  margin-top: 32px;
}
#service-page-request-quote .highlights-wrapper .highlights-col .highlight {
  background-color: #f8f8f8;
}
#service-page-request-quote .highlights-wrapper .highlights-col .highlight:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(248, 248, 248);
  background: -moz-linear-gradient(0deg, rgb(248, 248, 248) 45%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-linear-gradient(0deg, rgb(248, 248, 248) 45%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(0deg, rgb(248, 248, 248) 45%, rgba(255, 255, 255, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
  border-radius: 14px;
}

/*--------------------------------------------------------------
# Content Row
--------------------------------------------------------------*/
#content-row {
  position: relative;
  overflow: hidden;
}
#content-row:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  height: 20%;
  background-color: #003773;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 1580px;
  margin-left: -790px;
  z-index: 0;
}
#content-row .container-lg {
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
}
#content-row .container-lg .content-row-heading {
  padding-bottom: 100px;
}
#content-row .content-row-wrapper .container-lg {
  padding-top: 80px;
  padding-bottom: 180px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  #content-row .content-row-wrapper .container-lg {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#content-row .content-row-wrapper .content-row-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#content-row .content-row-wrapper .content-row-col .content-row-col-1 {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 768px) {
  #content-row .content-row-wrapper .content-row-col .content-row-col-1 {
    width: 100%;
    padding-right: 0;
    order: 12;
    margin-bottom: 32px;
  }
}
#content-row .content-row-wrapper .content-row-col .content-row-col-1 h3 {
  font-size: 32px;
}
#content-row .content-row-wrapper .content-row-col .content-row-col-1 .btn-solid-blue {
  width: 240px;
}
#content-row .content-row-wrapper .content-row-col .content-row-col-2 {
  width: 50%;
  padding-left: 32px;
  text-align: right;
}
@media (max-width: 768px) {
  #content-row .content-row-wrapper .content-row-col .content-row-col-2 {
    width: 100%;
    padding-left: 0;
    text-align: left;
    order: 1;
    margin-bottom: 32px;
  }
}
#content-row .content-row-wrapper .content-row-col .content-row-col-2 .content-row-img {
  border-radius: 16px;
  width: 100%;
  position: relative;
}
#content-row .content-row-wrapper .content-row-col .content-row-col-2 .content-row-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(248, 248, 248);
  background: -moz-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8",endColorstr="#f8f8f8",GradientType=1);
  z-index: 1;
  border-radius: 14px;
}
#content-row .content-row-wrapper .content-row-col .content-row-col-2 img {
  border-radius: 16px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  #content-row .content-row-wrapper .content-row-col .content-row-col-2 img {
    width: 100%;
  }
}
#content-row .content-row-wrapper .container-lg:nth-child(odd) {
  background-color: #fff;
}
#content-row .content-row-wrapper .container-lg:nth-child(odd) .content-row-img:before {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
#content-row .content-row-wrapper .container-lg:last-child {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 767px) {
  #content-row .content-row-wrapper .container-lg:last-child {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }
}

.no-bottom-blue:after {
  display: none;
}

.show-bottom-blue:after {
  display: block;
}

/*--------------------------------------------------------------
# Bottom Content Row
--------------------------------------------------------------*/
#bottom-content-row {
  position: relative;
}
#bottom-content-row .bottom-content-row-wrapper .container-lg {
  padding-top: 80px;
  padding-bottom: 180px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  #bottom-content-row .bottom-content-row-wrapper .container-lg {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#bottom-content-row .bottom-content-row-wrapper .bottom-content-row-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#bottom-content-row .bottom-content-row-wrapper .bottom-content-row-col .bottom-content-row-col-1 {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 768px) {
  #bottom-content-row .bottom-content-row-wrapper .bottom-content-row-col .bottom-content-row-col-1 {
    width: 100%;
    padding-right: 0;
    order: 12;
    margin-bottom: 32px;
  }
}
#bottom-content-row .bottom-content-row-wrapper .bottom-content-row-col .bottom-content-row-col-1 h3 {
  font-size: 32px;
}
#bottom-content-row .bottom-content-row-wrapper .bottom-content-row-col .bottom-content-row-col-1 .btn-solid-blue {
  width: 240px;
  margin-top: 32px;
}
#bottom-content-row .bottom-content-row-wrapper .bottom-content-row-col .bottom-content-row-col-2 {
  width: 50%;
  padding-left: 32px;
  text-align: right;
}
@media (max-width: 768px) {
  #bottom-content-row .bottom-content-row-wrapper .bottom-content-row-col .bottom-content-row-col-2 {
    width: 100%;
    padding-left: 0;
    text-align: left;
    order: 1;
    margin-bottom: 32px;
  }
}
#bottom-content-row .bottom-content-row-wrapper .bottom-content-row-col .bottom-content-row-col-2 .bottom-content-img-wrapper {
  border-radius: 16px;
  width: 100%;
  position: relative;
}
#bottom-content-row .bottom-content-row-wrapper .bottom-content-row-col .bottom-content-row-col-2 .bottom-content-img-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(248, 248, 248);
  background: -moz-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8",endColorstr="#f8f8f8",GradientType=1);
  z-index: 1;
  border-radius: 14px;
}
#bottom-content-row .bottom-content-row-wrapper .bottom-content-row-col .bottom-content-row-col-2 .bottom-content-img-wrapper img {
  border-radius: 16px;
}
@media (max-width: 768px) {
  #bottom-content-row .bottom-content-row-wrapper .bottom-content-row-col .bottom-content-row-col-2 .bottom-content-img-wrapper img {
    width: 100%;
  }
}
#bottom-content-row .bottom-content-row-wrapper .container-lg:nth-child(odd) {
  background-color: #fff;
}
#bottom-content-row .bottom-content-row-wrapper .container-lg:nth-child(odd) .bottom-content-img-wrapper:before {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
#bottom-content-row .bottom-content-row-wrapper .container-lg:nth-child(even) {
  background-color: #f8f8f8;
}
#bottom-content-row .bottom-content-row-wrapper .container-lg:last-child {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #bottom-content-row .bottom-content-row-wrapper .container-lg:last-child {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    margin-bottom: 52px;
  }
}

#bottom-content-row-empty {
  padding: 100px 0;
}

/*--------------------------------------------------------------
# Our Difference
--------------------------------------------------------------*/
.od-keyhighlights {
  padding-top: 80px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .od-keyhighlights {
    padding-top: 24px;
    padding-right: 0;
  }
}
.od-keyhighlights .od-keyhighlights-col {
  width: 65%;
  margin-left: 35%;
}
@media (max-width: 767px) {
  .od-keyhighlights .od-keyhighlights-col {
    width: 100%;
    margin-left: 0;
  }
}

.page-template-page-our-difference .lead-content {
  position: relative;
  overflow: hidden;
}
.page-template-page-our-difference .lead-content:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  height: 20%;
  background-color: #003773;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 1580px;
  margin-left: -790px;
  z-index: 0;
}
.page-template-page-our-difference .lead-content .container-lg {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  position: relative;
  z-index: 2;
}
.page-template-page-our-difference #cta-box {
  padding-top: 100px;
  padding-bottom: 80px;
  width: 100%;
  max-width: 1580px;
  margin: -52px auto 0 auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .page-template-page-our-difference #cta-box {
    padding-top: 52px;
    padding-bottom: 52px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
.page-template-page-our-difference #cta-box .container-lg {
  background-color: #fff;
}
.page-template-page-our-difference #testimonials-grey {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .page-template-page-our-difference #testimonials-grey {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    margin-bottom: 52px;
  }
}

/*--------------------------------------------------------------
# Contact Page  
--------------------------------------------------------------*/
.page-template-page-contact .lead-content .container-lg {
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .page-template-page-contact .lead-content .container-lg {
    padding-bottom: 80px;
  }
}

.contact-details-col h3 {
  font-size: 18px;
  font-weight: 700;
  color: #4a5468;
  margin-top: 42px;
}
.contact-details-col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-details-col ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact-details-col ul li .icon-arrow {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f7901e;
  margin-right: 20px;
}
.contact-details-col ul li span {
  color: #000000;
  font-weight: 300;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-details-col ul li a {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-weight: 300;
}
.contact-details-col ul li a:hover span {
  color: #003773;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.contact-img-col .contact-img-wrapper {
  border-radius: 16px;
  width: 100%;
  position: relative;
}
.contact-img-col .contact-img-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(248, 248, 248);
  background: -moz-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8",endColorstr="#f8f8f8",GradientType=1);
  z-index: 1;
  border-radius: 14px;
}
.contact-img-col img {
  border-radius: 16px;
}

#head-office {
  position: relative;
  z-index: 5;
}
#head-office .container-lg {
  padding-top: 80px;
  padding-bottom: 180px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -60px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #head-office .container-lg {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#head-office .container-lg ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#head-office .container-lg ul li {
  width: 50%;
}
#head-office .container-lg ul li h3 {
  font-size: 18px;
  font-weight: 700;
  color: #4a5468;
  margin-top: 42px;
}
#head-office .container-lg ul li:first-child {
  padding-right: 24px;
}
#head-office .container-lg ul li:last-child {
  padding-left: 24px;
}
#head-office .google-map-col {
  text-align: right;
}
#head-office .google-map-col .wpgmza_map {
  border-radius: 32px;
}
#head-office .google-map-col iframe {
  border-radius: 16px;
  width: 100%;
}

#contact-form {
  position: relative;
  z-index: 5;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #contact-form {
    margin-bottom: 52px;
  }
}
#contact-form .container-lg {
  padding-top: 80px;
  padding-bottom: 180px;
  border-radius: 40px;
  margin-top: -60px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  #contact-form .container-lg {
    border-radius: 28px;
  }
}
#contact-form .container-lg .contact-form-detail-col {
  padding-right: 10%;
}
#contact-form .container-lg .contact-form-detail-col h2 {
  margin-bottom: 42px;
}
#contact-form .container-lg .contact-form-col .wpcf7 input {
  border-radius: 0;
  background-color: transparent;
  height: 58px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000000;
}
#contact-form .container-lg .contact-form-col .wpcf7 textarea {
  border-radius: 0;
  background-color: transparent;
  height: 148px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000000;
  padding-top: 24px;
}
#contact-form .container-lg .contact-form-col .wpcf7 .wpcf7-submit {
  border-radius: 32px;
  padding: 14px 22px;
  background-color: #003773;
  border: 1px solid #003773;
  display: inline-block;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
  text-decoration: none;
  width: 210px;
  height: auto;
  color: #6caee9;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contact-form .container-lg .contact-form-col .wpcf7 .wpcf7-submit:hover {
  background-color: #6caee9;
  color: #fff;
  border: 1px solid #6caee9;
}

/*--------------------------------------------------------------
# Careers Pages 
--------------------------------------------------------------*/
#what-our-staff-say {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
#what-our-staff-say:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  height: 21%;
  background-color: #003773;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 1580px;
  margin-left: -790px;
  z-index: 0;
}
#what-our-staff-say .container-lg {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -60px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  #what-our-staff-say .container-lg {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#what-our-staff-say .wos-wrapper .container-lg {
  padding-top: 80px;
  padding-bottom: 180px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  #what-our-staff-say .wos-wrapper .container-lg {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#what-our-staff-say .wos-wrapper .container-lg .wos-detail-col {
  padding-right: 10%;
}
@media (max-width: 767px) {
  #what-our-staff-say .wos-wrapper .container-lg .wos-detail-col {
    padding-right: 0;
  }
}
#what-our-staff-say .wos-wrapper .container-lg .wos-detail-col h3 {
  font-size: 32px;
}
@media (max-width: 991px) {
  #what-our-staff-say .wos-wrapper .container-lg .wos-detail-col h3 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  #what-our-staff-say .wos-wrapper .container-lg .wos-detail-col h3 {
    font-size: 24px;
  }
}
#what-our-staff-say .wos-wrapper .container-lg .wos-detail-col .role {
  color: #6caee9;
}
#what-our-staff-say .wos-wrapper .container-lg .wos-img-col .wos-img-wrapper {
  border-radius: 16px;
  width: 100%;
  position: relative;
}
#what-our-staff-say .wos-wrapper .container-lg .wos-img-col .wos-img-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(248, 248, 248);
  background: -moz-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  background: linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8",endColorstr="#f8f8f8",GradientType=1);
  z-index: 1;
  border-radius: 14px;
}
#what-our-staff-say .wos-wrapper .container-lg .wos-img-col .wos-img-wrapper img {
  border-radius: 16px;
}
#what-our-staff-say .wos-wrapper .container-lg:nth-child(odd) {
  background-color: #fff;
}
#what-our-staff-say .wos-wrapper .container-lg:nth-child(odd) .wos-img-wrapper {
  border-radius: 16px;
  width: 100%;
  position: relative;
}
#what-our-staff-say .wos-wrapper .container-lg:nth-child(odd) .wos-img-wrapper:before {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8",endColorstr="#f8f8f8",GradientType=1);
  z-index: 1;
  border-radius: 14px;
}
#what-our-staff-say .wos-wrapper .container-lg:last-child {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-bottom: 100px !important;
}
@media (max-width: 767px) {
  #what-our-staff-say .wos-wrapper .container-lg:last-child {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-bottom: 52px;
  }
}
#what-our-staff-say .wos-wrapper .container-lg:nth-child(even) .wos-detail-col {
  order: 12;
}
#what-our-staff-say .wos-wrapper .container-lg:nth-child(even) .wos-img-col {
  order: 1;
}

/*--------------------------------------------------------------
# Default Pages 
--------------------------------------------------------------*/
.page-template-default .lead-content {
  position: relative;
  overflow: hidden;
}
.page-template-default .lead-content:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  height: 20%;
  background-color: #003773;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 1580px;
  margin-left: -790px;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-template-default .lead-content:after {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
.page-template-default .lead-content .container-lg {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-template-default .lead-content .container-lg {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }
}

.page-template-page-simple .main-content {
  position: relative;
}
.page-template-page-simple .main-content .container-lg {
  border-radius: 40px;
  margin-top: -60px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .page-template-page-simple .main-content .container-lg {
    border-radius: 28px;
    padding-top: 52px;
    padding-bottom: 52px;
    margin-bottom: 52px;
  }
}

/*--------------------------------------------------------------
# Individual Pages 
--------------------------------------------------------------*/
.page-id-12 .page-header {
  background-position: center top;
}
.page-id-12 #site-footer {
  margin-top: 100px;
}
.page-id-12 .lead-content:after {
  display: none;
}
.page-id-12 .lead-content .container-lg {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.page-id-61 .lead-content:after {
  display: none;
}
.page-id-61 .lead-content .container-lg {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.page-id-8 #blue-content .btn-transparent {
  width: 220px !important;
}

.page-id-14 .lead-content:after {
  display: none;
}
.page-id-14 .lead-content .container-lg {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 767px) {
  .page-id-14 .lead-content .container-lg {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }
}
.page-id-14 .main-content .container-lg {
  background-color: transparent;
}

.page-id-599 .lead-content:after {
  display: none;
}
.page-id-599 .lead-content .container-lg {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.page-id-601 .lead-content:after {
  display: none;
}
.page-id-601 .lead-content .container-lg {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .page-id-601 .lead-content .container-lg {
    padding-bottom: 100px;
  }
}

.page-id-601 #content-two-col .content-two-col-wrapper:after {
  height: 10%;
  top: 90%;
}
.page-id-601 #content-two-col .content-two-col-wrapper .container-lg:last-child .btn-solid-blue {
  max-width: 320px;
}

/*--------------------------------------------------------------
# Not Found  
--------------------------------------------------------------*/
.error404 .btn-solid-blue {
  width: 210px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Clients  
--------------------------------------------------------------*/
#clients .clients-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
#clients .clients-wrapper .container-lg {
  padding-top: 80px;
  padding-bottom: 180px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -60px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #clients .clients-wrapper .container-lg {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#clients .clients-wrapper .container-lg .client-detail-col {
  padding-right: 80px;
}
@media (max-width: 991px) {
  #clients .clients-wrapper .container-lg .client-detail-col {
    order: 12;
    padding-right: 15px;
  }
}
#clients .clients-wrapper .container-lg .client-detail-col .client-name {
  color: #6caee9;
  margin-bottom: 8px;
}
#clients .clients-wrapper .container-lg .client-detail-col .client-role {
  color: #6caee9;
  margin-bottom: 8px;
}
#clients .clients-wrapper .container-lg h2 {
  font-size: 28px;
}
#clients .clients-wrapper .container-lg .client-img-col {
  text-align: right;
  order: 12;
}
@media (max-width: 991px) {
  #clients .clients-wrapper .container-lg .client-img-col {
    order: 1;
    text-align: left;
    margin-bottom: 32px;
  }
}
#clients .clients-wrapper .container-lg .client-img-col img {
  border-radius: 16px;
}
#clients .clients-wrapper .container-lg:nth-child(even) {
  background-color: #f8f8f8;
}
#clients .clients-wrapper .container-lg:nth-child(even) .client-detail-col {
  order: 12;
  padding-left: 80px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  #clients .clients-wrapper .container-lg:nth-child(even) .client-detail-col {
    padding-left: 15px;
  }
}
#clients .clients-wrapper .container-lg:nth-child(even) .client-img-col {
  order: 1;
}
#clients .clients-wrapper .container-lg:last-child {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-bottom: 180px !important;
}
@media (max-width: 767px) {
  #clients .clients-wrapper .container-lg:last-child {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-bottom: 52px;
  }
}
#clients .clients-wrapper:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  height: 20%;
  background-color: #003773;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 1580px;
  margin-left: -790px;
  z-index: 0;
}

/*--------------------------------------------------------------
# Two Col Contents  
--------------------------------------------------------------*/
#content-two-col .content-two-col-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
#content-two-col .content-two-col-wrapper .container-lg {
  padding-top: 80px;
  padding-bottom: 180px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -60px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #content-two-col .content-two-col-wrapper .container-lg {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
#content-two-col .content-two-col-wrapper .container-lg .two-col-content {
  padding-right: 80px;
}
@media (max-width: 991px) {
  #content-two-col .content-two-col-wrapper .container-lg .two-col-content {
    order: 12;
    padding-right: 15px;
  }
}
#content-two-col .content-two-col-wrapper .container-lg .two-col-content .btn-solid-blue {
  max-width: 240px;
  margin-top: 64px;
}
#content-two-col .content-two-col-wrapper .container-lg h2 {
  font-size: 28px;
}
#content-two-col .content-two-col-wrapper .container-lg .two-col-img {
  text-align: right;
  order: 12;
}
@media (max-width: 991px) {
  #content-two-col .content-two-col-wrapper .container-lg .two-col-img {
    order: 1;
    text-align: left;
    margin-bottom: 32px;
  }
}
#content-two-col .content-two-col-wrapper .container-lg .two-col-img img {
  border-radius: 16px;
}
#content-two-col .content-two-col-wrapper .container-lg:nth-child(even) {
  background-color: #f8f8f8;
}
#content-two-col .content-two-col-wrapper .container-lg:nth-child(even) .two-col-content {
  order: 12;
  padding-left: 80px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  #content-two-col .content-two-col-wrapper .container-lg:nth-child(even) .two-col-content {
    padding-left: 15px;
  }
}
#content-two-col .content-two-col-wrapper .container-lg:nth-child(even) .two-col-img {
  order: 1;
}
#content-two-col .content-two-col-wrapper .container-lg:last-child {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-bottom: 180px !important;
}
@media (max-width: 767px) {
  #content-two-col .content-two-col-wrapper .container-lg:last-child {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-bottom: 52px;
  }
}
#content-two-col .content-two-col-wrapper:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  height: 20%;
  background-color: #003773;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 1580px;
  margin-left: -790px;
  z-index: 0;
}
.search-form input {
    width:100%;
    max-width:420px;
    border-radius: 32px;
    padding: 14px 22px;
    height:54px;
}
.search-form .search-submit{
    border-radius: 32px;
    padding: 14px 32px;
    background-color: #003773;
    border: 1px solid #003773;
    display: inline-block;
    color:#6caee9;
    height:54px;
}

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