@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --max-width: 1140px;
  --paddings: 20px;
  --site-font-1: "Jura", sans-serif;
  --site-font-2: "Jura", sans-serif;
  --site-font-3: "Tahoma", sans-serif;
  --color01: #213066;
  --color02: #00a5ff;
  --color03: #162146;
  --color04: #b00606;
  --color05: #680303;
  --color06: #c3d6e2;
  --color07: #ffc01e;
  --color-blue: #223c9d;
  --color-blue-dark: #001e36;
  --color-blue-darker: #03253f;
  --color-blue-darker-opacity: #03253fee;
  --color-dark: var(--color03);
  --color-green: #339c47;
  --color-green-dark: #227932;
  --color-green-light: #95c241;
  --color-green-bright: #b7f031;
  --color-text: #333;
  --color-light-text: #FFF;
  --color-header: var(--color01);
  --color-main: var(--color01);
  --color-secondary: var(--color02);
  --color-footer: var(--color03);
}
@media (min-width: 768px) {
  :root {
    --paddings: 30px;
  }
}

body {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  color: var(--color-text);
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.container-fluid {
  max-width: var(--max-width);
  padding: 0px var(--paddings);
  margin: 0 auto;
}

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

strong {
  font-weight: 600;
}

h1 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.33;
  font-weight: 600;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 24px;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.33;
}
@media (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.33;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

p {
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 25px;
  line-height: 1.5;
}

a {
  color: inherit;
}

h1, h2, h3, h4 {
  text-decoration: none;
}

.editor-content {
  line-height: 1.5;
}
.editor-content .article-title-wrapper {
  padding-top: 30px;
}
.editor-content li {
  margin-bottom: 8px;
}

body .anim__from-bottom.hasAnimation {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s, transform 0.6s;
}
body .anim__from-bottom.hasAnimation.startAnimation {
  opacity: 1;
  transform: translateY(0px);
}
body .anim__from-left.hasAnimation {
  opacity: 0;
  transform: translateX(0px);
  transition: opacity 0.6s, transform 0.6s;
}
body .anim__from-left.hasAnimation.startAnimation {
  opacity: 1;
  transform: translateX(0px);
}
@media (min-width: 768px) {
  body .anim__from-left.hasAnimation {
    transform: translateX(-30px);
  }
  body .anim__from-left.hasAnimation.startAnimation {
    transform: translateX(0px);
  }
}
body .anim__from-right.hasAnimation {
  opacity: 0;
  transform: translateX(0px);
  transition: opacity 0.6s, transform 0.6s;
}
body .anim__from-right.hasAnimation.startAnimation {
  opacity: 1;
  transform: translateX(0px);
}
@media (min-width: 768px) {
  body .anim__from-right.hasAnimation {
    transform: translateX(30px);
  }
  body .anim__from-right.hasAnimation.startAnimation {
    transform: translateX(0px);
  }
}
body .anim__fade-in.hasAnimation {
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}
body .anim__fade-in.hasAnimation.startAnimation {
  opacity: 1;
}

.flex-direction-nav a {
  opacity: 1 !important;
}
.flex-direction-nav .flex-prev {
  left: 10px !important;
}
.flex-direction-nav .flex-next {
  right: 10px !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 5px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 0px 10px 0;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 0px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 0px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.m_button {
  display: inline-block;
  background: var(--color02);
  color: #FFF;
  border-radius: 4px;
  padding: 13px 35px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s;
}
.m_button.isClean {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.m_button.isAlt {
  color: #FFF;
}
.m_button.smaller {
  padding: 5px 12px;
}
.m_button:hover {
  text-decoration: none;
  background: var(--color02);
}
@media (min-width: 768px) {
  .m_button {
    font-size: 19px;
    letter-spacing: 0px;
  }
}

.m_featured-section {
  background: var(--color04);
}

.m_footer {
  padding: 40px 0 40px 0;
  background: var(--color01);
  color: #FFF;
}
.m_footer a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.m_footer a:hover i.fa {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .m_footer .footer-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
  }
}
@media (min-width: 992px) {
  .m_footer .footer-content {
    grid-template-columns: 330px 1fr;
    gap: 100px;
  }
}
.m_footer .footer-content .desc {
  font-size: 16px;
}
@media (min-width: 768px) {
  .m_footer .menus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.m_footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.m_footer .menu a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
.m_footer .sub-menu {
  padding-left: 15px;
}
.m_footer .social-icons {
  text-align: right;
}
.m_footer .social-icons a {
  display: inline-block;
  margin-left: 5px;
}
.m_footer .social-icons a img {
  display: block;
  width: 24px;
  height: auto;
}
.m_footer .widgettitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color02);
  opacity: 1;
  margin-bottom: 10px;
}
.m_footer .textwidget p {
  margin-bottom: 15px;
}
.m_footer .footer-bottom {
  text-align: center;
  margin-top: 20px;
}
.m_footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
  margin: 4px 6px;
}
.m_footer .footer-bottom img {
  margin: 0;
  display: inline-block;
}
.m_footer .footer-bottom a.social-link {
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 30px;
  padding: 6px;
  vertical-align: middle;
}
.m_footer .footer-bottom a.social-link img {
  display: block;
  object-fit: contain;
  width: 22px;
  height: 22px;
  margin: 0;
}
.m_footer .copy {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7;
  font-size: 14px;
}

.m_form {
  margin-bottom: 30px;
}
.m_form .form-header {
  background-color: var(--color01);
  color: #FFF;
  padding: 18px 20px;
  text-align: center;
}
.m_form .form-header h3 {
  margin: 0 0 1px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color02);
}
.m_form .form-header p {
  font-size: 16px;
  margin: 0;
}
.m_form .form-content {
  padding: 20px;
  background-color: #EEE;
  /* border-bottom: 4px solid var(--color-green-light); */
}
.m_form .form-content .form-item {
  margin-bottom: 16px;
}
.m_form .form-content .form-item input {
  display: block;
  width: 100%;
  padding: 8px;
  background-color: #FFF;
  border: 1px solid var(--color06);
}
.m_form .form-content .form-button input {
  display: block;
  width: 100%;
  padding: 8px 20px;
  background-color: var(--color02);
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  border: 0;
  border-radius: 4px;
}

.m_gallery .wpb_gallery {
  max-width: 540px;
  margin: 0 auto;
}

.m_header {
  position: relative;
  background-color: var(--color-header);
  color: #FFF;
  padding: 20px 0;
}
.m_header .wrapper {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 30px;
  align-items: center;
}
@media (min-width: 992px) {
  .m_header .wrapper {
    grid-template-columns: 302px 1fr;
  }
}
.m_header .col-mob-toggle {
  display: block;
}
@media (min-width: 768px) {
  .m_header .col-mob-toggle {
    display: none;
  }
}
.m_header .col-mob-toggle .open-menu-btn {
  font-size: 28px;
  text-align: right;
}
.m_header .col-info {
  display: none;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  /* line-height: 1.2; */
  font-size: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .m_header .col-info {
    display: flex;
    justify-content: space-evenly;
  }
}
.m_header .col-info p {
  margin: 0 0 2px;
  line-height: 1.5;
}
.m_header .col-info p.title {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.9;
}
.m_header .col-info p:last-child {
  margin-bottom: 0;
}
.m_header .col-info a {
  color: var(--color02);
  font-weight: 600;
  text-decoration: none;
}

.m_hero {
  position: relative;
  padding: 30px 0;
  min-height: 350px;
  background: #eee;
  display: flex;
  align-items: flex-end;
}
.m_hero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 50%, rgb(0, 0, 0) 100%);
  opacity: 0.7;
  z-index: 2;
}
.m_hero img.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.m_hero .container-fluid {
  position: relative;
  z-index: 3;
  width: 100%;
}
.m_hero .content {
  color: #FFF;
}
.m_hero .m_button {
  margin: 5px;
}
.m_hero ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
}
.m_hero ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.m_hero ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent var(--color02);
  transform: rotate(0deg);
}
.m_hero.has-mobile img.bg {
  display: none;
}
@media (min-width: 768px) {
  .m_hero.has-mobile img.bg {
    display: block;
  }
}
.m_hero.has-mobile img.bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
@media (min-width: 768px) {
  .m_hero.has-mobile img.bg-mobile {
    display: none;
  }
}
.m_hero.v-align-top img.bg {
  object-position: center top;
}
.m_hero.v-align-bottom img.bg {
  object-position: center bottom;
}
@media (min-width: 768px) {
  .m_hero.height-proportional {
    aspect-ratio: 3;
    min-width: 100%;
    max-width: 100%;
    max-height: var(--hero-max-height);
  }
}
.m_hero.mobile-style-stacked {
  min-height: auto;
}
@media (max-width: 767px) {
  .m_hero.mobile-style-stacked {
    flex-direction: column;
    padding: 0;
    background-color: var(--color01);
  }
  .m_hero.mobile-style-stacked::after {
    display: none;
  }
  .m_hero.mobile-style-stacked img.bg, .m_hero.mobile-style-stacked img.bg-mobile {
    position: static;
  }
  .m_hero.mobile-style-stacked > div {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.m_icon-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 480px) {
  .m_icon-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .m_icon-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.m_icon-list > a {
  display: block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  fill: var(--color01);
  color: var(--color01);
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .m_icon-list > a {
    width: 200px;
    font-size: 18px;
  }
}
.m_icon-list > a svg {
  width: 80px;
  height: 80px;
}
@media (min-width: 480px) {
  .m_icon-list > a svg {
    width: 120px;
    height: 120px;
  }
}
.m_icon-list > a svg text.years {
  font-size: 75px;
  font-weight: 300;
}
.m_icon-list > a .title {
  font-weight: 300;
}

.m_main-cta {
  background: var(--color01);
  color: #FFF;
}
.m_main-cta .container-fluid {
  padding-top: 20px;
  padding-bottom: 16px;
}
.m_main-cta h2 {
  /* font-size: 28px; */
  color: var(--color02);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .m_main-cta h2 {
    font-size: 24px;
  }
}
.m_main-cta h2 a {
  color: inherit;
}
.m_main-cta p {
  font-size: 30px;
  color: #FFF;
}
@media (min-width: 768px) {
  .m_main-cta p {
    font-size: 40px;
  }
}
.m_main-cta p a {
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
}
.m_main-cta p:last-child {
  margin-bottom: 0;
}

.m_menu {
  --menu-border-color: var(--color04);
  background: var(--color01);
  font-weight: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .m_menu {
    background: var(--color04);
    position: relative;
    z-index: 20;
    padding: 0;
    opacity: 1;
    pointer-events: all;
    transition: none;
  }
}
.m_menu > .container-fluid {
  padding-top: 0px;
  padding-bottom: 100px;
  max-height: calc(100% - 20px);
  overflow: scroll;
}
@media (min-width: 768px) {
  .m_menu > .container-fluid {
    padding-bottom: 0;
    overflow: unset;
  }
}
.m_menu .close-menu {
  color: #FFF;
  position: absolute;
  top: 50px;
  right: 20px;
  font-size: 28px;
}
@media (min-width: 768px) {
  .m_menu .close-menu {
    display: none;
  }
}
.m_menu ul.menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .m_menu ul.menu {
    flex-direction: row;
  }
}
.m_menu ul.menu > li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
}
@media (min-width: 768px) {
  .m_menu ul.menu > li {
    display: flex;
    align-items: center;
    border-bottom: 0;
    border-left: 1px solid var(--menu-border-color);
  }
}
.m_menu ul.menu > li > a {
  display: block;
  padding: 14px 0px;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .m_menu ul.menu > li > a {
    padding: 20px 13px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .m_menu ul.menu > li > a {
    font-size: 18px;
    padding: 24px 18px;
  }
}
@media (min-width: 768px) {
  .m_menu ul.menu > li:last-child {
    border-right: 1px solid var(--menu-border-color);
  }
}
@media (min-width: 768px) {
  .m_menu ul.menu > li:hover > a {
    background-color: var(--color03);
    color: #FFF;
  }
}
.m_menu ul.menu > li:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}
.m_menu ul.menu .sub-menu {
  list-style: none;
  color: #FFF;
  padding: 0;
  padding-left: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.3333333333);
}
@media (min-width: 768px) {
  .m_menu ul.menu .sub-menu {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    top: 100%;
    left: 0;
    min-width: 200px;
    padding: 0;
    border: 0;
    background-color: var(--color-blue-darker-opacity);
  }
}
.m_menu ul.menu .sub-menu .sub-menu {
  border-top: 0;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .m_menu ul.menu .sub-menu .sub-menu {
    padding: 0;
  }
}
.m_menu ul.menu .sub-menu li {
  position: relative;
}
@media (min-width: 768px) {
  .m_menu ul.menu .sub-menu li > a {
    padding: 12px 20px;
  }
}
@media (min-width: 768px) {
  .m_menu ul.menu .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--color-blue);
  }
}
@media (min-width: 768px) {
  .m_menu ul.menu .sub-menu li:hover > a {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) {
  .m_menu ul.menu .sub-menu li:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
  }
}
.m_menu ul.menu .sub-menu a {
  text-decoration: none;
  display: block;
  padding: 12px 0;
  font-weight: 400;
}
.m_menu ul.menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.m_menu.open-menu {
  opacity: 1;
  pointer-events: all;
}

.m_phone-mobile {
  background-color: var(--color-blue-dark);
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  .m_phone-mobile {
    display: none;
  }
}
.m_phone-mobile p {
  margin-bottom: 0;
}

.m_pre-footer {
  background-color: var(--color04);
  padding: 20px 0;
  color: #FFF;
}
.m_pre-footer p {
  margin-bottom: 0;
}
.m_pre-footer a {
  text-decoration: none;
}
.m_pre-footer .container-fluid {
  max-width: 900px;
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .m_pre-footer .container-fluid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.m_pre-footer .item {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  padding: 16px 10px;
  text-align: center;
}
@media (min-width: 480px) {
  .m_pre-footer .item {
    grid-template-columns: 46px 1fr;
    gap: 20px;
    text-align: left;
  }
}
.m_pre-footer .item .icon {
  text-align: center;
  font-size: 28px;
  color: #FFF;
  opacity: 1;
  padding-top: 2px;
}
@media (min-width: 480px) {
  .m_pre-footer .item .icon {
    font-size: 34px;
  }
}
.m_pre-footer .item .text .featured {
  color: #FFF;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 5px;
}
.m_pre-footer .item .text .desc {
  font-weight: 500;
  font-size: 15px;
  color: #FFF;
}
@media (min-width: 768px) {
  .m_pre-footer .item .text .desc {
    font-size: 16px;
  }
}

.m_section {
  padding: 30px 0;
}
.m_section .text-center {
  text-align: center;
}
.m_section.gray-light {
  background: #eee;
}
.m_section.footer-testimonials {
  background-color: #ceecff;
}

.m_services {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px;
}
@media (min-width: 480px) {
  .m_services {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .m_services {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .m_services {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.m_services .service {
  text-decoration: none;
}
.m_services .service h2 {
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
}
.m_services .service p {
  font-size: 14px;
}
.m_services .service .img {
  background-color: #aaa;
  object-fit: cover;
  height: 200px;
  transition: opacity 0.3s, box-shadow 0.3s;
}
.m_services .service .img img {
  transition: opacity 0.3s, box-shadow 0.3s;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.m_services .service .info {
  padding: 10px 0;
}
.m_services .service:hover .img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.m_services .service:hover .img img {
  opacity: 0.9;
}

.m_testimonials {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 480px) {
  .m_testimonials {
    margin-left: 0;
    margin-right: 0;
  }
}
.m_testimonials .testimonial-wrapper {
  padding: 20px 20px 0 20px;
}
@media (min-width: 480px) {
  .m_testimonials .testimonial-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.m_testimonials .testimonial {
  margin-bottom: 20px;
}
.m_testimonials .testimonial .text {
  position: relative;
  padding: 40px 20px 30px 20px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  color: #888;
  font-size: 15px;
}
@media (min-width: 480px) {
  .m_testimonials .testimonial .text {
    padding: 40px 40px 30px 65px;
    font-size: 16px;
  }
}
.m_testimonials .testimonial .text::before {
  content: "“";
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 80px;
  font-weight: 900;
  color: #eee;
  pointer-events: none;
}
@media (min-width: 480px) {
  .m_testimonials .testimonial .text::before {
    top: 10px;
    left: 15px;
    font-size: 100px;
  }
}
.m_testimonials .testimonial .text p {
  margin-bottom: 20px;
}
.m_testimonials .testimonial .text .author {
  font-weight: 600;
  font-size: 18px;
  color: var(--color01);
  margin-bottom: 5px;
}
.m_testimonials .testimonial .text .location {
  color: #888;
}
.m_testimonials .slick-dots {
  position: static;
}
.m_testimonials .slick-dots li {
  margin: 0 10px;
}
.m_testimonials .slick-dots li button {
  background-color: #CCC;
  border-radius: 50%;
}
.m_testimonials .slick-dots li button::before {
  opacity: 0;
}
.m_testimonials .slick-dots li.slick-active button {
  background-color: var(--color01);
}
/*# sourceMappingURL=style.css.map */
