/*
Theme Name: Timber
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

input:focus {
  outline: none;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thin {
  width: 960px;
  margin: 0 auto;
}

.inner--thinner {
  width: 760px;
  margin: 0 auto;
}

.inner--thinnest {
  width: 560px;
  margin: 0 auto;
}

.grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 20px;
}
.grid > [class*=grid_] {
  padding: 0 20px;
}

.grid_1-2 {
  width: 50%;
}

.grid_1-3 {
  width: 33.3333333333%;
}

.grid_2-3 {
  width: 66.6666666667%;
}

.grid_1-4 {
  width: 25%;
}

.grid_3-4 {
  width: 75%;
}

.grid_1-5 {
  width: 20%;
}

.grid_2-5 {
  width: 40%;
}

.grid_3-5 {
  width: 60%;
}

.grid_4-5 {
  width: 80%;
}

.grid_1-6 {
  width: 16.6666666667%;
}

.grid_5-6 {
  width: 83.3333333333%;
}

.grid_1-8 {
  width: 12.5%;
}

.grid_3-8 {
  width: 37.5%;
}

.grid_5-8 {
  width: 62.5%;
}

.grid_7-8 {
  width: 87.5%;
}

.grid_1-10 {
  width: 10%;
}

.grid_3-10 {
  width: 30%;
}

.grid_7-10 {
  width: 70%;
}

.grid_9-10 {
  width: 90%;
}

.grid_1-12 {
  width: 8.3333333333%;
}

.grid_5-12 {
  width: 41.6666666667%;
}

.grid_7-12 {
  width: 58.3333333333%;
}

.grid_11-12 {
  width: 91.6666666667%;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px;
  }
}
body {
  color: #213d89;
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  line-height: 1.8;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

.content p,
.content ul {
  margin: 0 0 20px;
}
.content p:first-of-type {
  font-size: 20px;
  font-weight: 500;
  color: #213d89;
  line-height: 1.6;
}
.content p.has-vivid-red-color {
  color: #bd0707;
}
.content.content--firstp_normal p:first-of-type {
  font-size: 17px;
  font-weight: 400;
}
.content ul li {
  padding: 0 0 0 20px;
  margin: 0 0 5px;
  position: relative;
  list-style: none;
}
.content ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #22252f;
}
.content h1 {
  color: #213d89;
  margin: 0 0 20px;
}
.content h2,
.content h3 {
  color: #213d89;
  margin: 0 0 10px;
}
.content h4,
.content h6 {
  font-weight: 500;
  margin: 0 0 5px;
}
.content h5 {
  font-weight: 600;
}
.content a {
  color: #007bc7;
}
.content .wp-block-button__link {
  color: #ffffff;
}
.content img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.title--white {
  color: #ffffff;
}

.title--blue {
  color: #213d89;
}

.giga {
  font-size: 160px;
  line-height: 1.2;
}

.bravo,
.content h2,
.charlie,
.content h3,
.delta,
.content h4 {
  line-height: 1.2;
}

.alpha,
.content h1 {
  line-height: 1.1;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Special Gothic Expanded One", sans-serif;
}

.bravo,
.content h2 {
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Special Gothic Expanded One", sans-serif;
}

.charlie,
.content h3 {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Special Gothic Expanded One", sans-serif;
}

.delta,
.content h4 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Special Gothic Expanded One", sans-serif;
}

.echo,
.content h5 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Special Gothic Expanded One", sans-serif;
}

.foxtrot,
.content h6 {
  font-size: 22px;
}

.list li {
  padding: 0 0 0 20px;
  margin: 0 0 5px;
  position: relative;
  list-style: none;
}
.list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #22252f;
}

.list--white li {
  padding: 0 0 0 20px;
  margin: 0 0 5px;
  position: relative;
  list-style: none;
  color: #ffffff;
}
.list--white li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}

.hairline {
  height: 3px;
  width: 100%;
  background-color: #dee0e2;
  display: block;
  margin-bottom: 30px;
}

.content .wp-block-gallery li:before {
  display: none;
}
.content .wp-block-gallery li img {
  max-width: 550px;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 16px;
  }
  .alpha,
  .content h1 {
    font-size: 34px;
  }
  .bravo,
  .content h2 {
    font-size: 30px;
  }
  .charlie,
  .content h3 {
    font-size: 26px;
  }
  .delta,
  .content h4 {
    font-size: 24px;
  }
  .echo,
  .content h5 {
    font-size: 22px;
  }
  .foxtrot,
  .content h6 {
    font-size: 20px;
  }
  .content p:first-of-type {
    font-size: 18px;
  }
}
.button--left,
.wp-block-button.alignleft {
  text-align: left;
}

.button--center,
.wp-block-button.aligncenter {
  text-align: center;
}

.button--right,
.wp-block-button.alignright {
  text-align: right;
}

.button, .login__form .login__form__button, .frm_submit input,
.frm_submit button,
.wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 3px 40px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fdb414;
  color: #213d89;
  border-radius: 2px;
  transition: 0.2s;
  cursor: pointer;
  border: 3px solid #fdb414;
  -webkit-appearance: none;
  font-family: "proxima-nova", sans-serif;
}
.button:hover, .login__form .login__form__button:hover, .frm_submit input:hover,
.frm_submit button:hover,
.wp-block-button__link:hover {
  background-color: #213d89;
  border-color: #213d89;
  color: white;
}

.button--white {
  background-color: #ffffff;
  color: #22252f;
  border-color: #ffffff;
  font-weight: 400;
}
.button--white:hover {
  background-color: #ffffff;
  color: #22252f;
  border-color: transparent;
  opacity: 0.7;
}

.button--no_fill {
  border-color: #22252f;
  color: #22252f;
  background-color: transparent;
  font-weight: 400;
}
.button--no_fill:hover {
  background-color: #22252f;
  color: #ffffff;
  border-color: #22252f;
}

.button--grey {
  background-color: #e8e9ea;
  color: #22252f;
  border-color: #e8e9ea;
  font-weight: 400;
}
.button--grey:hover {
  background-color: #22252f;
  color: #fff;
  border-color: #22252f;
}

.button--blue {
  background-color: #0f233a;
  color: white;
  border-color: #0f233a;
  font-weight: 400;
}
.button--blue:hover {
  background-color: #e8e9ea;
  color: #0f233a;
  border-color: #e8e9ea;
}

.frm_submit {
  text-align: right;
}
.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  padding-right: 50px;
  padding-left: 50px;
  color: #ffffff;
  appearance: none;
}
.frm_submit img {
  display: none;
}

.gform_footer {
  justify-content: flex-end !important;
  margin-top: 30px !important;
}
.gform_footer .gform_button {
  display: inline-block !important;
  position: relative !important;
  padding: 3px 50px !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  background-color: #fdb414 !important;
  color: #213d89 !important;
  border-radius: 2px !important;
  transition: 0.2s !important;
  cursor: pointer !important;
  border: 3px solid #fdb414 !important;
  -webkit-appearance: none !important;
  border: none !important;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  appearance: none !important;
}
.gform_footer .gform_button:hover {
  background-color: #213d89 !important;
  border-color: #213d89 !important;
  color: white !important;
}

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
  padding: 0;
}
.mobile_menu_button p {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  color: #213d89;
  margin: 2px 0 0;
}

.lines-button {
  padding: 8px 5px 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
  -webkit-transition: background 0.3s 0.5s ease;
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines {
  display: block;
  width: 25px;
  height: 0.15rem;
  background: #213d89;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 0.15rem;
  background: #213d89;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.14286rem center;
  -ms-transform-origin: 0.14286rem center;
  transform-origin: 0.14286rem center;
}
.lines:before {
  top: 0.5rem;
}
.lines:after {
  top: -0.5rem;
}

@media screen and (max-width: 1200px) {
  .mobile_menu_button {
    display: flex;
    align-items: center;
  }
}
a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 20px;
}

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_fill_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.img_fill {
  object-fit: cover;
  object-position: center;
}

img {
  height: auto;
}

.flex {
  display: flex;
}

.flex--column {
  flex-direction: column;
}

.flex--jc-c {
  justify-content: center;
}

.flex--jc-s {
  justify-content: flex-start;
}

.flex--jc-e {
  justify-content: flex-end;
}

.flex--ai-c {
  align-items: center;
}

.flex--ai-e {
  align-items: flex-end;
}

.flex--sb {
  justify-content: space-between;
}

.flex--sa {
  justify-content: space-around;
}

.flex--fd--rr {
  flex-direction: row-reverse;
}

.header {
  background-color: white;
}

.header__top {
  padding: 4px 0 2px;
  background-color: #efeff0;
}

.header__top__items {
  padding: 0;
}

.header__top__item {
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header__top__item a {
  color: #474b4f;
  transition: 0.2s;
}
.header__top__item a:hover {
  color: #22252f;
}

.header__inner {
  display: flex;
  padding: 20px;
}

.header__logo {
  width: 294px;
  display: block;
  transition: 0.4s;
}
.header__logo:hover {
  transform: scale(1.03);
}

.header__nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.header__menu {
  flex-grow: 1;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 35px;
  padding-top: 5px;
}

.menu-item {
  display: flex;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}
.menu-item a {
  color: #213d89;
  transition: 0.2s;
  border-bottom: 2px solid transparent;
  line-height: 20px;
}
.menu-item:hover a, .menu-item.current-menu-item a {
  border-bottom: 2px solid #fdb414;
}

.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5px;
  cursor: pointer;
  padding-right: 16px;
}
.menu-item-has-children svg {
  position: absolute;
  right: 0px;
  top: 8px;
  width: 11px;
  margin-top: -2px;
  fill: #213d89;
  transition: 0.4s;
}
.menu-item-has-children:after {
  content: "";
  position: absolute;
  left: -20px;
  min-width: 100px;
  top: 16px;
  height: 30px;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -20px;
  top: 46px;
  width: 220px;
  background-color: #213d89;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 18px;
  transition: 0.5s;
  z-index: 10;
}
.sub-menu .menu-item {
  margin: 0;
}
.sub-menu .menu-item a {
  color: white;
  border-color: transparent;
}
.sub-menu .menu-item:hover a, .sub-menu .menu-item.current-menu-item a {
  border-color: #fdb414;
}

.header__phone {
  padding: 3px 10px 0 35px;
  font-family: quiroh, sans-serif;
  background: transparent;
  color: #213d89;
  border: none;
  letter-spacing: 2px;
  font-size: 17px;
}
.header__phone a {
  color: inherit;
  text-decoration: none;
}
.header__phone:hover {
  background: transparent;
  color: #fdb414;
}
.header__phone:hover .header__phone__icon svg {
  fill: #fdb414;
}

.header__phone__icon {
  position: absolute;
  top: 7px;
  left: 10px;
}
.header__phone__icon svg {
  width: 18px;
  fill: #213d89;
  transition: 0.2s;
}

@media screen and (max-width: 1200px) {
  .header__logo {
    display: block;
    margin: 0 auto 20px;
  }
  .header__inner {
    display: block;
  }
  .header__nav {
    justify-content: space-between;
    position: relative;
    z-index: 20;
  }
  .header__menu {
    display: none;
    position: absolute;
    top: 53px;
    right: -20px;
    left: -20px;
    text-align: left;
    background-color: #0a4f9d;
    padding: 20px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(31, 31, 31, 0.2);
    -moz-box-shadow: 0px 10px 10px 0px rgba(31, 31, 31, 0.2);
    box-shadow: 0px 10px 10px 0px rgba(31, 31, 31, 0.2);
  }
  .menu-item-has-children::after {
    display: none;
  }
  .menu-item-has-children svg {
    position: absolute;
    right: 0;
    top: 14px;
    fill: white;
  }
  .menu-item-has-children.active {
    border-color: transparent;
  }
  .menu-item-has-children.active svg {
    transform: rotate(180deg);
  }
  .menu-item-has-children.menu-item-40 svg {
    right: calc(50% - 70px);
  }
  .menu-item-has-children.menu-item-41 svg {
    right: calc(50% - 55px);
  }
  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0;
    transition: none;
    display: none;
    background-color: transparent;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .sub-menu .menu-item {
    color: white;
    font-size: 12px;
    display: block;
    margin: 20px auto;
    opacity: 0.8;
  }
  .sub-menu .menu-item:last-of-type {
    margin-bottom: 0;
  }
  .sub-menu .menu-item:hover, .sub-menu .menu-item.current-menu-item {
    color: white;
  }
  .sub-menu .menu-item.current-menu-item, .sub-menu .menu-item.current-menu-ancestor {
    border-color: transparent;
    color: white;
  }
  .header__phone {
    background-color: transparent;
    padding: 0;
    padding-top: 3px;
    display: flex;
    align-items: center;
    column-gap: 8px;
  }
  .header__phone__icon {
    position: static;
    display: block;
  }
  .header__phone__icon svg {
    display: block;
    width: 13px;
  }
  .menu-item {
    display: block;
    margin: 0 0 10px;
    font-weight: 400;
  }
  .menu-item:last-child {
    margin: 0;
  }
  .menu-item a {
    color: #ffffff;
  }
  .menu-item:hover a, .menu-item.current-menu-item a {
    color: #ffffff;
  }
}
.footer {
  background-color: #213d89;
  color: #ffffff;
  padding: 20px 0;
  border-top: #fdb414 solid 4px;
}
.footer p a {
  color: inherit;
}

.footer__inner {
  padding: 40px 0;
}

.footer__details {
  flex-basis: 50%;
}

.footer__address {
  width: 260px;
}

.footer__contact {
  width: 220px;
}
.footer__contact p {
  margin: 0 0 10px;
}

.footer__social {
  margin: 15px 0 0;
}

.footer__social__item {
  width: 24px;
  margin: 0 15px 0 0;
  position: relative;
  transition: 0.2s;
}
.footer__social__item:hover {
  opacity: 0.7;
}
.footer__social__item svg {
  fill: #ffffff;
}
.footer__social__item.tiktok {
  width: 20px;
}

.footer__acc {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 500px;
  width: 100%;
  row-gap: 20px;
  column-gap: 20px;
}

.footer__acc__item {
  height: auto;
  object-fit: contain;
  object-position: center;
  max-width: 200px;
}

.footer__bottom {
  font-size: 13px;
  text-align: center;
}
.footer__bottom p {
  color: rgba(255, 255, 255, 0.4);
}
.footer__bottom p a {
  transition: 0.2s;
}
.footer__bottom p a:hover {
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 1200px) {
  .footer__acc {
    justify-content: center;
    max-width: none;
  }
  .footer {
    text-align: center;
  }
  .footer__inner {
    flex-direction: column;
  }
  .footer__details {
    flex-direction: column;
    margin: 0 0 40px;
  }
  .footer__address {
    margin: 0 auto 20px;
  }
  .footer__contact {
    margin: 0 auto;
  }
  .footer__social {
    justify-content: center;
  }
  .footer__social__item {
    margin: 0 10px;
  }
}
.gform_required_legend {
  display: none;
}

.gform_wrapper form .gform_fields {
  row-gap: 20px;
}
.gform_wrapper form .gform_fields .gfield .gfield_label {
  column-gap: 5px;
}
.gform_wrapper form .gform_fields .gfield input[type=text],
.gform_wrapper form .gform_fields .gfield input[type=email],
.gform_wrapper form .gform_fields .gfield input[type=number],
.gform_wrapper form .gform_fields .gfield input[type=tel],
.gform_wrapper form .gform_fields .gfield textarea,
.gform_wrapper form .gform_fields .gfield select {
  width: 100%;
  min-width: 100%;
  font-size: 17px;
  line-height: 30px;
  font-family: "proxima-nova", sans-serif;
  border: 2px solid #aeb4bb;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 10px 10px;
  margin: 0;
  color: #50535d;
  text-align: left;
  appearance: none;
  height: auto;
  line-height: 1;
}
.gform_wrapper form .gform_fields .gfield input[type=text].placeholder,
.gform_wrapper form .gform_fields .gfield input[type=email].placeholder,
.gform_wrapper form .gform_fields .gfield input[type=number].placeholder,
.gform_wrapper form .gform_fields .gfield input[type=tel].placeholder,
.gform_wrapper form .gform_fields .gfield textarea.placeholder,
.gform_wrapper form .gform_fields .gfield select.placeholder {
  color: rgba(33, 61, 137, 0.7);
}
.gform_wrapper form .gform_fields .gfield input[type=text]:-moz-placeholder,
.gform_wrapper form .gform_fields .gfield input[type=email]:-moz-placeholder,
.gform_wrapper form .gform_fields .gfield input[type=number]:-moz-placeholder,
.gform_wrapper form .gform_fields .gfield input[type=tel]:-moz-placeholder,
.gform_wrapper form .gform_fields .gfield textarea:-moz-placeholder,
.gform_wrapper form .gform_fields .gfield select:-moz-placeholder {
  color: rgba(33, 61, 137, 0.7);
  opacity: 1;
}
.gform_wrapper form .gform_fields .gfield input[type=text]::-moz-placeholder,
.gform_wrapper form .gform_fields .gfield input[type=email]::-moz-placeholder,
.gform_wrapper form .gform_fields .gfield input[type=number]::-moz-placeholder,
.gform_wrapper form .gform_fields .gfield input[type=tel]::-moz-placeholder,
.gform_wrapper form .gform_fields .gfield textarea::-moz-placeholder,
.gform_wrapper form .gform_fields .gfield select::-moz-placeholder {
  color: rgba(33, 61, 137, 0.7);
  opacity: 1;
}
.gform_wrapper form .gform_fields .gfield input[type=text]:-ms-input-placeholder,
.gform_wrapper form .gform_fields .gfield input[type=email]:-ms-input-placeholder,
.gform_wrapper form .gform_fields .gfield input[type=number]:-ms-input-placeholder,
.gform_wrapper form .gform_fields .gfield input[type=tel]:-ms-input-placeholder,
.gform_wrapper form .gform_fields .gfield textarea:-ms-input-placeholder,
.gform_wrapper form .gform_fields .gfield select:-ms-input-placeholder {
  color: rgba(33, 61, 137, 0.7);
}
.gform_wrapper form .gform_fields .gfield input[type=text]::-webkit-input-placeholder,
.gform_wrapper form .gform_fields .gfield input[type=email]::-webkit-input-placeholder,
.gform_wrapper form .gform_fields .gfield input[type=number]::-webkit-input-placeholder,
.gform_wrapper form .gform_fields .gfield input[type=tel]::-webkit-input-placeholder,
.gform_wrapper form .gform_fields .gfield textarea::-webkit-input-placeholder,
.gform_wrapper form .gform_fields .gfield select::-webkit-input-placeholder {
  color: rgba(33, 61, 137, 0.7);
}
.gform_wrapper form .gform_fields .gfield input[type=text]:focus,
.gform_wrapper form .gform_fields .gfield input[type=email]:focus,
.gform_wrapper form .gform_fields .gfield input[type=number]:focus,
.gform_wrapper form .gform_fields .gfield input[type=tel]:focus,
.gform_wrapper form .gform_fields .gfield textarea:focus,
.gform_wrapper form .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-section {
  padding-bottom: 0;
  border: none;
  margin-bottom: -20px;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 4px solid #ccdbed;
  overflow: hidden;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-section .gsection_title {
  font-size: 24px;
  text-align: left;
}
.gform_wrapper form .gform_fields .gfield.total_field {
  max-width: 150px;
  width: 100%;
  justify-self: flex-end;
}
.gform_wrapper form .gform_fields .gfield.date {
  position: relative;
}
.gform_wrapper form .gform_fields .gfield.date:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  pointer-events: none;
  background-image: url(assets/images/icons/calendar.png);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.gform_wrapper form .gform_fields .gfield.arrow {
  position: relative;
}
.gform_wrapper form .gform_fields .gfield.arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  pointer-events: none;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 6px 8px 0 8px;
  border-color: #d9d9d9 transparent transparent transparent;
}
.gform_wrapper form .gform_fields .gfield.arrow select {
  padding-right: 30px;
}
.gform_wrapper form .gform_fields .gfield select {
  cursor: pointer;
  min-height: 43px;
  padding: 11px 10px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-html {
  text-align: left;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-html p {
  font-weight: 500;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-html p:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper form .gform_fields .gfield.warning_message {
  margin-top: 30px;
}
.gform_wrapper form .gform_fields .gfield .gfield_description {
  text-align: left;
}
.gform_wrapper form .gform_fields .gfield .gfield_checkbox label {
  text-align: left;
  font-weight: 600;
}

.ui-datepicker .ui-datepicker-header {
  background-color: #ccdbed !important;
}
.ui-datepicker .ui-datepicker-prev:before {
  inline-size: initial !important;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  display: none !important;
}
.ui-datepicker .ui-datepicker-next::before {
  inline-size: initial !important;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  display: none !important;
}
.ui-datepicker thead {
  background: #efefef !important;
}

.frm_form_field {
  clear: both;
}
.frm_form_field input[type=text],
.frm_form_field input[type=email],
.frm_form_field textarea,
.frm_form_field select {
  width: 100%;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  border: 2px solid #aeb4bb;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 10px 10px;
  margin: 0 0 15px;
  color: #213d89;
  appearance: none;
}
.frm_form_field input[type=text].placeholder,
.frm_form_field input[type=email].placeholder,
.frm_form_field textarea.placeholder,
.frm_form_field select.placeholder {
  color: #515151;
}
.frm_form_field input[type=text]:-moz-placeholder,
.frm_form_field input[type=email]:-moz-placeholder,
.frm_form_field textarea:-moz-placeholder,
.frm_form_field select:-moz-placeholder {
  color: #515151;
  opacity: 1;
}
.frm_form_field input[type=text]::-moz-placeholder,
.frm_form_field input[type=email]::-moz-placeholder,
.frm_form_field textarea::-moz-placeholder,
.frm_form_field select::-moz-placeholder {
  color: #515151;
  opacity: 1;
}
.frm_form_field input[type=text]:-ms-input-placeholder,
.frm_form_field input[type=email]:-ms-input-placeholder,
.frm_form_field textarea:-ms-input-placeholder,
.frm_form_field select:-ms-input-placeholder {
  color: #515151;
}
.frm_form_field input[type=text]::-webkit-input-placeholder,
.frm_form_field input[type=email]::-webkit-input-placeholder,
.frm_form_field textarea::-webkit-input-placeholder,
.frm_form_field select::-webkit-input-placeholder {
  color: #515151;
}
.frm_form_field input[type=text]:focus,
.frm_form_field input[type=email]:focus,
.frm_form_field textarea:focus,
.frm_form_field select:focus {
  outline: none;
}
.frm_form_field.date {
  position: relative;
}
.frm_form_field.date:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  pointer-events: none;
  background-image: url(assets/images/icons/calendar.png);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.frm_form_field.arrow {
  position: relative;
}
.frm_form_field.arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  pointer-events: none;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 6px 8px 0 8px;
  border-color: #d9d9d9 transparent transparent transparent;
}
.frm_form_field.arrow select {
  padding-right: 30px;
}
.frm_form_field select {
  cursor: pointer;
}

.frm_primary_label {
  text-align: left;
}

.frm_section_heading {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 4px solid #ccdbed;
  overflow: hidden;
}
.frm_section_heading h3 {
  font-size: 24px;
  text-align: left;
}

.frm_date {
  padding-right: 40px;
}

.frm_hidden {
  display: none;
}

.popup_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(3, 3, 3, 0.3);
  z-index: 23;
  display: none;
}

.popup {
  position: fixed;
  top: 40px;
  right: 20px;
  left: 20px;
  margin: 0 auto;
  z-index: 24;
  transition: 0.4s;
  background-color: white;
  max-width: 700px;
  width: 100%;
  padding: 40px;
  border-radius: 12px;
  display: none;
}
.popup.active {
  display: block;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.popup__close:hover svg {
  stroke: #000000;
}
.popup__close svg {
  width: 18px;
  stroke: #b1b1b1;
}

.section {
  padding: 60px 0;
}

.section--center {
  text-align: center;
}

.section--grey {
  background-color: #e6edf5;
}

.section--blue {
  background-color: #213d89;
}

.section--hairline {
  border-top: 3px solid #dee0e2;
}

.staggered {
  position: relative;
}

.staggered--reverse .staggered__image {
  right: 0;
  left: 50%;
}
.staggered--reverse .staggered__content {
  padding: 0 90px 0 0;
}

.staggered__image {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  background-color: #e6e6e6;
}

.staggered__content {
  flex-basis: 50%;
  padding: 0 0 0 90px;
}
.staggered__content .charlie {
  margin: 0 0 10px;
}
.staggered__content p {
  margin: 0 0 20px;
}

.staggered__content__title {
  margin: 0 0 20px;
}

.staggered__content__list {
  padding: 0;
  font-size: 18px;
  margin: 0 0 40px;
}

@media screen and (max-width: 1200px) {
  .staggered {
    padding: 0 0 90px;
  }
  .staggered__inner {
    flex-direction: column;
  }
  .staggered__image {
    position: static;
  }
  .staggered__image:after {
    content: "";
    display: block;
    padding-bottom: 70%;
  }
  .staggered--reverse .staggered__content {
    padding: 90px 90px 0;
  }
  .staggered__content {
    max-width: 560px;
    flex-basis: auto;
    padding: 90px 90px 0;
  }
}
@media screen and (max-width: 600px) {
  .staggered--reverse .staggered__content {
    padding: 90px 20px 0;
  }
  .staggered__content {
    padding: 90px 20px 0;
  }
}
.quote {
  padding: 75px 0;
  background-color: #fdb414;
}
.quote .charlie {
  margin: 0 0 20px;
  color: #213d89;
}
.quote .button, .quote .login__form .login__form__button, .login__form .quote .login__form__button, .quote .frm_submit input, .frm_submit .quote input,
.quote .frm_submit button,
.frm_submit .quote button {
  background-color: #213d89;
  border-color: #213d89;
  color: #ffffff;
}
.quote .button:hover, .quote .login__form .login__form__button:hover, .login__form .quote .login__form__button:hover, .quote .frm_submit input:hover, .frm_submit .quote input:hover,
.quote .frm_submit button:hover,
.frm_submit .quote button:hover {
  background-color: #fff;
  color: #213d89;
  border-color: white;
}

.quote--white {
  background-color: #ffffff;
}
.quote--white .title--white {
  color: #22252f;
}
.quote--white .button--white {
  background-color: #22252f;
  border-color: #22252f;
  color: #ffffff;
}

.quote--yellow {
  background-color: #fdb414;
}
.quote--yellow .title--blue {
  color: #213d89;
}
.quote--yellow .button, .quote--yellow .login__form .login__form__button, .login__form .quote--yellow .login__form__button, .quote--yellow .frm_submit input, .frm_submit .quote--yellow input,
.quote--yellow .frm_submit button,
.frm_submit .quote--yellow button {
  background-color: #0a4f9d;
  border-color: #0a4f9d;
  color: #ffffff;
}

.post {
  position: relative;
  margin: 0 0 40px;
  overflow: hidden;
  border-radius: 2px;
}
.post:hover .post__bottom {
  background-color: #ffc824;
}

.post__image {
  width: 100%;
  display: block;
}

.post__bottom {
  padding: 10px 10px 20px;
  transition: 0.2s;
  background-color: #fdb414;
}
.post__bottom .echo {
  color: #213d89;
}

.post__bottom--small {
  padding: 10px 20px;
  background-color: #ffffff;
}

.post__type {
  min-height: 30px;
  color: rgba(33, 61, 137, 0.4);
  transition: 0.2s;
}

.post__bottom_subtitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #213d89;
  transition: 0.3s;
}

.post__bottom__subtitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #213d89;
  transition: 0.3s;
}

.service {
  margin: 0 0 60px;
  align-items: center;
  background-color: #e6edf5;
}

.service__image {
  width: 50%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}

.service__content {
  flex-basis: 50%;
  background-color: #e6edf5;
  padding: 30px 48px;
}
.service__content .service__content__description {
  margin-top: 25px;
  color: #0f233a;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.service__content__buttons {
  margin: 40px 0 0;
}
.service__content__buttons .button, .service__content__buttons .login__form .login__form__button, .login__form .service__content__buttons .login__form__button, .service__content__buttons .frm_submit input, .frm_submit .service__content__buttons input,
.service__content__buttons .frm_submit button,
.frm_submit .service__content__buttons button {
  letter-spacing: 0.1em;
  padding: 3px 30px;
}

@media screen and (max-width: 1200px) {
  .service {
    max-width: 600px;
    flex-direction: column;
    margin: 0 auto 60px;
  }
  .service__image {
    width: 100%;
    max-height: none;
    height: auto;
    aspect-ratio: 100/70;
  }
  .service__content {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .service__content {
    padding: 40px;
  }
  .service__content ul {
    flex-direction: column;
  }
  .service__content ul li {
    flex-basis: auto;
  }
  .service__content__buttons {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 400px) {
  .service__content {
    padding: 20px;
  }
}
.subheader {
  padding: 20px 0;
  background-color: #213d89;
  font-size: 16px;
}

.subheader__item {
  list-style: none;
  margin: 0 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 22px;
  font-weight: 700;
}
.subheader__item:hover a, .subheader__item.active a {
  color: #fdb414;
}
.subheader__item a {
  color: #e6edf5;
  transition: 0.2s;
}

@media screen and (max-width: 1200px) {
  .subheader__inner {
    flex-direction: column;
    align-items: center;
  }
  .subheader__item {
    margin: 0 0 15px;
  }
  .subheader__item:last-child {
    margin: 0;
  }
}
.project {
  position: relative;
  margin: 0 0 40px;
}
.project:hover .project__bottom {
  background-color: #fdb414;
}

.project__image {
  width: 100%;
  aspect-ratio: 100/90;
  border-bottom: solid 4px #fdb414;
  display: block;
}

.project__bottom {
  padding: 10px 5px 20px;
  transition: 0.2s;
  background-color: #fff;
}

.project__bottom--small {
  padding: 10px 20px;
  background-color: #ffffff;
}

.project__type {
  min-height: 30px;
  color: #213d89;
  transition: 0.2s;
}

.slider_item {
  width: 100%;
}
.slider_item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.slider_item {
  max-height: 600px;
  background-size: contain;
  margin-bottom: 20px;
}
.slider_item:focus {
  outline: none;
}

.slider {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto 30px;
}
.slider .slick-dots li button:before {
  font-size: 9px;
}

.slick-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50px);
  background-color: #22252f;
  height: 65px;
  width: 65px;
  display: block;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: 0.2s;
  cursor: pointer;
  opacity: 0.7;
}
.slick-arrows svg {
  width: 20px;
  height: 40px;
  position: absolute;
  fill: white;
  transition: 0.2s;
}
.slick-arrows:hover {
  background-color: none;
  opacity: 1;
}
.slick-arrows:hover svg {
  fill: white;
}

.prev-arrow {
  left: -120px;
}
.prev-arrow svg {
  top: 12px;
  left: 21px;
}

.next-arrow {
  right: -120px;
}
.next-arrow svg {
  transform: rotate(180deg);
  top: 12px;
  left: 23px;
}

@media screen and (max-width: 1200px) {
  .slider {
    margin-bottom: 60px;
  }
}
.page_wrap {
  position: relative;
}

.my__glo {
  transition: 0.2s;
}

.my__glo--hide {
  opacity: 0;
}

.login {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  background-repeat: no-repeat;
  z-index: 21;
  display: none;
}

.not_logged_in {
  display: block;
}

.login__container {
  padding-top: 60px;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.login__form__password {
  margin-top: 40px;
  width: 100%;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  border: 2px solid #d9d9d9;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 10px 10px;
  margin: 0 0 20px;
  color: #22252f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.login__form__password.placeholder {
  color: #515151;
}
.login__form__password:-moz-placeholder {
  color: #515151;
  opacity: 1;
}
.login__form__password::-moz-placeholder {
  color: #515151;
  opacity: 1;
}
.login__form__password:-ms-input-placeholder {
  color: #515151;
}
.login__form__password::-webkit-input-placeholder {
  color: #515151;
}

.holding__box {
  margin-top: 20px;
  background-color: #343c64;
  padding: 60px;
  color: white;
}

.login__title {
  font-weight: 700;
  letter-spacing: 5px;
}

.login__text {
  margin-top: 30px;
}

.login__form {
  width: 100%;
  margin: 20px auto 0;
}
.login__form .login__form__button {
  line-height: 1.8;
}

.password__content {
  margin-top: 20px;
}

.form_error {
  display: none;
  color: #ff0a32;
  margin-bottom: 10px;
  width: 100%;
  order: 3;
}

.login__bottom {
  margin-top: 40px;
}
.login__bottom p {
  color: white;
  margin-bottom: 20px;
}

.login__bottom__buttons {
  display: flex;
  justify-content: center;
}
.login__bottom__buttons .button, .login__bottom__buttons .frm_submit input, .frm_submit .login__bottom__buttons input,
.login__bottom__buttons .frm_submit button,
.frm_submit .login__bottom__buttons button, .login__bottom__buttons .login__form .login__form__button, .login__form .login__bottom__buttons .login__form__button {
  max-width: 220px;
  width: 100%;
  margin: 0 10px;
  border-color: rgba(255, 255, 255, 0.2);
}
.login__bottom__buttons .button:hover, .login__bottom__buttons .frm_submit input:hover, .frm_submit .login__bottom__buttons input:hover,
.login__bottom__buttons .frm_submit button:hover,
.frm_submit .login__bottom__buttons button:hover, .login__bottom__buttons .login__form .login__form__button:hover, .login__form .login__bottom__buttons .login__form__button:hover {
  background-color: #fff;
  color: #22252f;
}

@media screen and (max-width: 600px) {
  .login__container {
    max-width: none;
    padding: 60px 20px;
  }
}
.dashboard {
  background-color: #ffffff;
  padding: 60px;
}
.dashboard .frm_forms,
.dashboard .gform_wrapper {
  width: 100%;
  max-width: 466px;
  margin: 30px auto 0;
}

.dashboard__items .grid_1-2 {
  margin: 15px 0;
}

.dashboard__item {
  background-color: #213d89;
  padding: 40px 20px 20px;
  position: relative;
  height: 100%;
}
.dashboard__item.two {
  background-color: #c06617;
}
.dashboard__item.three {
  background-color: #9c0b34;
}
.dashboard__item.four {
  background-color: #0b9c86;
  padding-top: 51px;
}

.dashboard__item__image {
  width: 125px;
  margin: 0 auto;
  text-align: right;
}
.dashboard__item__image.four {
  text-align: center;
  margin-bottom: 15px;
}
.dashboard__item__image.four svg {
  width: 83px;
}
.dashboard__item__image svg {
  width: 104px;
  display: inline-block;
}

.dashboard__back a {
  color: rgba(0, 73, 166, 0.5);
  transition: 0.2s;
}
.dashboard__back a:hover {
  color: #22252f;
}
.dashboard__back {
  text-transform: uppercase;
  margin: 60px 0 0;
}

@media screen and (max-width: 800px) {
  .dashboard__items .grid_1-2 {
    width: 100%;
    max-width: 340px;
  }
}
@media screen and (max-width: 600px) {
  .dashboard {
    padding: 20px;
  }
}
.front__hero {
  min-height: 620px;
  padding: 90px 0 200px;
  position: relative;
  background-color: black;
}

.front__hero__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  display: none;
}
.front__hero__image.one {
  display: block;
}

.front__hero__content {
  position: relative;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 6px #1f1f1f;
}
.front__hero__content .content h1 {
  margin: 0 0 10px;
  color: white;
}
.front__hero__content .content p {
  color: white;
}

.front_services_title {
  color: #fdb414;
}

.front__services__wrap {
  position: relative;
  margin-top: 40px;
}

.front__services {
  margin: 0 !important;
  position: relative;
}
.front__services .post__image {
  aspect-ratio: 350/377;
  border-width: 5px;
}
.front__services .slick-dots {
  position: static;
  margin-top: 20px;
}
.front__services .slick-dots li button::before {
  color: #fff;
  font-size: 10px;
  transition: 0.3s;
}
.front__services .slick-dots li.slick-active button::before {
  color: #fff;
}

.front__service {
  padding: 0 15px;
}
.front__service .post {
  margin: 0;
}
.front__service .post .post__bottom {
  padding: 10px 10px 20px;
}
.front__service .post .post__bottom .post__bottom_subtitle {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 30px;
}
.front__service .post .post__image:after {
  padding-bottom: 110%;
}
.front__service .post:hover .post__bottom {
  background-color: #ffc824;
}
.front__service .post:hover .post__bottom .echo {
  color: #213d89;
}
.front__service .post:hover .post__bottom .post__bottom_subtitle {
  color: #213d89;
  opacity: 0.7;
}

.front__services__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: calc(100% + 200px);
  left: -100px;
  top: 150px;
  pointer-events: none;
}
.front__services__arrows .slick-arrows {
  pointer-events: all;
  position: static;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(230, 237, 245, 0.1);
  opacity: 1;
}
.front__services__arrows .slick-arrows.next-arrow svg {
  margin-left: 3px;
}
.front__services__arrows .slick-arrows svg {
  position: static;
  fill: white;
  opacity: 1;
}
.front__services__arrows .slick-arrows:hover {
  background-color: #fff;
}
.front__services__arrows .slick-arrows:hover svg {
  fill: #1f2328;
}

.front__projects {
  background: linear-gradient(0deg, var(--Section-Grey, #e6edf5) 0%, var(--Section-Grey, #e6edf5) 100%), var(--White, #fff);
}

.front__project {
  position: relative;
}

.front__project__left {
  flex-basis: 300px;
}
.front__project__left .bravo {
  margin: 0 0 10px;
}

.front__project__left__link {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
}
.front__project__left__link a {
  color: #213d89;
  transition: 0.2s;
  opacity: 0.8;
}
.front__project__left__link a:hover {
  opacity: 1;
}

.front__project__image {
  flex-basis: 560px;
}
.front__project__image:after {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.front__project__image {
  border-radius: 2px;
}

.front__project__content {
  max-width: 440px;
  background-color: #ffffff;
  position: absolute;
  top: 60px;
  right: 0;
  padding: 40px 30px;
  border-radius: 2px;
  box-shadow: 0px 0px 56px rgba(0, 0, 0, 0.3);
}

.front__project__content__title {
  margin: 0 0 10px;
}

.front__project__content__excerpt {
  margin: 0 0 20px;
}

.front__project__content__link {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.front__project__content__link a {
  color: #213d89;
  transition: 0.2s;
}
.front__project__content__link a:hover {
  opacity: 0.7;
}

.front__quote {
  margin: 10px 0 0;
}
.front__quote p:first-of-type {
  font-size: 17px;
  font-weight: 400;
}

.front__quote__stars {
  width: 140px;
  margin: 0 auto;
}

.insta_section {
  padding-top: 0;
}

.front__instagram {
  display: flex;
  justify-content: center;
}

.instagram__box {
  background-color: #1f2328;
  width: 230px;
  height: 230px;
  text-align: center;
  padding: 40px 20px 20px;
}
.instagram__box .social_icon {
  display: block;
  margin: 0 auto 10px;
  border: none;
  width: 40px;
  height: 40px;
}
.instagram__box .social_icon svg {
  fill: white;
}
.instagram__box h4 {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
.instagram__box .button, .instagram__box .frm_submit input, .frm_submit .instagram__box input,
.instagram__box .frm_submit button,
.frm_submit .instagram__box button, .instagram__box .login__form .login__form__button, .login__form .instagram__box .login__form__button {
  padding: 3px 20px;
}

.instagram__feed {
  max-width: 930px;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

#sb_instagram #sbi_images {
  height: 100%;
}

#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .front__services__arrows {
    position: static;
    transform: none;
    justify-content: center;
    width: 100%;
    column-gap: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .front__hero {
    align-items: center;
    padding: 120px 0;
    min-height: 0;
  }
  .front__instagram {
    flex-direction: column;
    align-items: center;
  }
  .instagram__feed {
    height: auto;
  }
  .instagram__feed #sb_instagram #sbi_images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .instagram__feed #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
    max-width: 230px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .front__services {
    display: block;
  }
  .front__service .post .post__image:after {
    padding-bottom: 70%;
  }
  .front__project {
    flex-direction: column;
  }
  .front__project__left {
    flex-basis: auto;
    margin: 0 0 80px;
  }
  .front__project__image {
    max-width: 560px;
    flex-basis: auto;
  }
  .front__project__content {
    top: 120px;
  }
}
@media screen and (max-width: 800px) {
  .front__services__arrows {
    margin: 0;
  }
}
@media screen and (max-width: 660px) {
  .front__project__left {
    margin: 0 0 40px;
  }
  .front__project__content {
    position: static;
    margin: -80px 0 0 auto;
  }
  .front__project__image {
    max-width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .front__project__image {
    max-width: 100%;
    margin: 0 0 20px;
  }
  .front__project__image:after {
    content: "";
    display: block;
    padding-bottom: 70%;
  }
  .front__project__content {
    margin: 0;
    padding: 20px;
    max-width: 100%;
  }
}
.page__hero {
  background-color: #22252f;
  text-shadow: 0px 0px 6px #1f1f1f;
}

.page__hero--large .page__hero__inner {
  min-height: 500px;
  padding: 0;
}

.page__hero__inner {
  min-height: 350px;
  padding: 90px 0;
}

.page__hero__bottom {
  flex-basis: 100%;
  text-align: center;
}

.page__hero__title {
  margin: 0 0 10px;
  text-align: center;
}

.page__hero__bottom--blue {
  background-color: rgba(0, 73, 166, 0.92);
  text-shadow: none;
  padding: 40px 0;
}

.page__hero__bottom--subtitle {
  padding: 0 0 60px;
}

@media screen and (max-width: 700px) {
  .page__hero--large .page__hero__inner {
    min-height: 350px;
  }
}
.holding__social {
  display: flex;
  justify-content: center;
}

.holding__social__item {
  margin: 0 5px;
  position: relative;
}
.holding__social__item svg {
  width: 34px;
  transition: 0.2s;
}

.holding__social__item--facebook svg {
  width: 16px;
}

.about__staggered__image {
  width: 50%;
  height: 100%;
  display: block;
  background-color: transparent;
}

.about__staggered__content li {
  margin: 12px 0;
}

.about__services {
  margin-top: 40px;
  margin-bottom: 0;
}

.about__service__bottom__discover {
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.5;
}

.about_hero {
  position: relative;
  overflow: hidden;
  background-color: black;
}
.about_hero .page__hero__bottom {
  padding-bottom: 0;
  position: relative;
  z-index: 3;
}
.about_hero .page__hero__bottom h6 {
  font-weight: 700;
}

.about_hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {
  .about__staggered__image {
    width: 100%;
    height: auto;
  }
  .about__services .grid_1-3 {
    width: 100%;
    max-width: 400px;
  }
}
.projects {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .projects .grid_1-3,
  .other_projects .grid_1-3 {
    width: 100%;
    max-width: 400px;
  }
}
.safety__staggered__image {
  display: block;
  width: 50%;
  height: 100%;
}

.accreds {
  margin: 20px 10px;
}
.accreds > [class*=grid_] {
  padding: 0 10px;
}
.accreds {
  margin-top: 40px;
}

.accred {
  border: 3px solid #dfdfdf;
  border-radius: 3px;
}
.accred:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.accred {
  margin: 0 0 20px;
}

@media screen and (max-width: 1000px) {
  .accreds .grid_1-4 {
    width: 100%;
    max-width: 250px;
  }
  .safety__staggered__image {
    width: 100%;
  }
}
.contact__box {
  margin: -180px 0 40px;
}

.contact__box__left {
  flex-basis: 400px;
  background-color: #213d89;
  color: #ffffff;
  padding: 80px 50px;
  font-size: 18px;
}
.contact__box__left a {
  color: inherit;
}

.contact__address {
  margin: 0 0 20px;
}
.contact__address h6 {
  color: #fdb414;
}

.contact__social {
  margin: 40px 0 0;
}

.contact__social__item {
  width: 28px;
  margin: 0 15px 0 0;
  position: relative;
  transition: 0.2s;
}
.contact__social__item:hover {
  opacity: 0.7;
}
.contact__social__item svg {
  fill: #fdb414;
}
.contact__social__item.tiktok {
  width: 24px;
}

.contact__box__right {
  flex-grow: 1;
  background-color: #ffffff;
  padding: 60px;
}

.contact__form {
  margin: 20px 0 0;
}
.contact__form .gform_heading {
  display: none;
}
.contact__form .gform_wrapper .gform_fields {
  row-gap: 20px;
}

.contact__map {
  height: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url(../images/map.jpg);
  position: relative;
}
.contact__map .button, .contact__map .frm_submit input, .frm_submit .contact__map input,
.contact__map .frm_submit button,
.frm_submit .contact__map button, .contact__map .login__form .login__form__button, .login__form .contact__map .login__form__button {
  position: absolute;
  bottom: 60px;
  left: 20px;
  right: 20px;
  margin: 0 auto;
  width: 200px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .contact__box {
    flex-direction: column-reverse;
  }
  .contact__box__left {
    flex-basis: auto;
    padding: 60px;
  }
}
@media screen and (max-width: 600px) {
  .contact__box__left,
  .contact__box__right {
    padding: 20px;
  }
  .contact__map {
    height: 280px;
  }
}
.single-project .page__hero {
  text-shadow: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.single-project .page__hero-bgimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(5px);
}
.single-project .page__hero__inner {
  background-color: rgba(34, 37, 47, 0.95);
  position: relative;
}
.single-project .project_hero-img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto 40px;
  box-shadow: 0px 0px 6px #3c3c3c;
}
.single-project .project_hero-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.single-project .page__hero__bottom--blue {
  background: none;
}

.single_project__top {
  margin-bottom: 40px;
}
.single_project__top h6 {
  color: rgba(34, 37, 47, 0.3);
  text-transform: uppercase;
  font-size: 19px;
}

@media screen and (max-width: 1200px) {
  .slider {
    margin-bottom: 60px;
  }
  .single_project__top {
    margin-top: 50px;
  }
}
.single_service_hero {
  position: relative;
  overflow: hidden;
  background-color: black;
}
.single_service_hero .page__hero__inner {
  position: relative;
  z-index: 1;
  align-items: center;
}
.single_service_hero .page__hero__bottom {
  padding-bottom: 0;
}

.single_service_hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.6;
}

.single_service__content {
  margin-bottom: 50px;
}
.single_service__content ul {
  padding-left: 0;
}
.single_service__content ul li {
  list-style: none;
  padding-left: 0;
}
.single_service__content ul li::before {
  display: none;
}

.single_service__buttons {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}

.other_service__item h5 {
  margin-bottom: 0;
}
.other_service__item p {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #0f233a;
  transition: 0.3s;
}
.other_service__item:hover p {
  color: white;
}
.other_service__item .project__image {
  aspect-ratio: 100/110;
}

.dashboard {
  position: relative;
}

.staff_area {
  background-image: url(../images/staff-area/bg.jpg);
}
.staff_area .frm_error_style p:first-of-type {
  color: #bd0707;
  font-weight: 700;
}
.staff_area .frm_error {
  color: #bd0707;
  font-weight: 700;
}

.news__single {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 0;
}

.news__single__left {
  text-align: left;
}

.staff_form_content {
  max-width: 466px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .news__single {
    display: block;
    margin: 20px auto 40px;
  }
  .news__single__left {
    text-align: center;
    margin-bottom: 10px;
  }
}

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