﻿@font-face {
  font-family: "HelvNeue";
  src: url("/Fonts/HelveticaNeue.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "HelvNeue";
  src: url("/Fonts/HelveticaNeue-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "HelvNeue";
  src: url("/Fonts/HelveticaNeue-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "HevlNeue";
  src: url("/Fonts/HelveticaNeue-UltraLight.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "HevlNeue";
  src: url("/Fonts/HelveticaNeue-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "HevlNeue";
  src: url("/Fonts/HelveticaNeue-Black.woff2") format("woff2");
  font-weight: 900;
}
body {
  font-family: "HelvNeue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}

p {
  font-size: 20px;
}

button {
  background-color: #071e51;
  color: #fff;
  font-size: 18px;
  padding: 6px 20px;
  border: 2px #3a3680 solid;
  margin-top: 20px;
}
button:hover {
  background-color: #546792;
  color: #fff;
}
button.on-blue {
  background-color: #8c9fc8;
  color: #011D55;
}
button.on-blue:hover {
  background-color: #fff;
  color: #071e51;
}

header {
  background-color: #fff;
  box-sizing: border-box;
  padding: 24px 0;
  position: relative;
}
header .header-items-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-items-wrapper .contact-items {
  color: #011D55;
  display: flex;
}
header .header-items-wrapper .contact-items .contact-item:first-of-type {
  margin-right: 20px;
}
header .header-items-wrapper .contact-items .contact-item a {
  color: #484546;
  text-decoration: none;
}

.hero-wrapper {
  background: url("/images/HeroBackground.jpg") no-repeat center center;
  background-size: cover;
  min-height: 450px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}
.hero-wrapper .hero-content-wrapper {
  display: flex;
  align-items: center;
}
.hero-wrapper .hero-content-wrapper .hero-content {
  padding: 40px 20% 40px 20px;
  background-color: rgba(1, 29, 85, 0.8156862745);
}

.section-1-wrapper {
  box-sizing: border-box;
  padding: 50px 0;
}
.section-1-wrapper .section-1-content {
  color: #011D55;
  text-align: center;
}

.section-2-wrapper {
  box-sizing: border-box;
  padding: 50px 0;
  background-color: #e7e7f0;
}
.section-2-wrapper .section-2-columns {
  display: flex;
  justify-content: space-between;
}
.section-2-wrapper .section-2-columns .section-2-column {
  flex: 0 0 49%;
  box-sizing: border-box;
}
.section-2-wrapper .section-2-columns .section-2-column.left {
  padding: 30px 30px 30px 0;
}
.section-2-wrapper .section-2-columns .section-2-column.left h4 {
  color: #011D55;
}
.section-2-wrapper .section-2-columns .section-2-column.left .section-2-left-items-wrapper {
  margin-top: 20px;
}
.section-2-wrapper .section-2-columns .section-2-column.left .section-2-left-items-wrapper .section-2-left-item {
  display: flex;
  margin-bottom: 20px;
}
.section-2-wrapper .section-2-columns .section-2-column.left .section-2-left-items-wrapper .section-2-left-item .icon {
  margin-right: 30px;
}
.section-2-wrapper .section-2-columns .section-2-column.left .section-2-left-items-wrapper .section-2-left-item .icon img {
  width: 60px;
}
.section-2-wrapper .section-2-columns .section-2-column.left .section-2-left-items-wrapper .section-2-left-item .content h5 {
  font-size: 18px;
  color: #011D55;
  font-weight: bold;
  margin: 0;
}
.section-2-wrapper .section-2-columns .section-2-column.left .section-2-left-items-wrapper .section-2-left-item .content p {
  font-size: 18px;
  line-height: 20px;
}
.section-2-wrapper .section-2-columns .section-2-column.right {
  background-color: #011D55;
  color: #fff;
  padding: 30px 30px;
}
.section-2-wrapper .section-2-columns .section-2-column.right h4 {
  margin-bottom: 20px;
}
.section-2-wrapper .section-2-columns .section-2-column.right p {
  font-size: 18px;
  line-height: 20px;
}
.section-2-wrapper .section-2-columns .section-2-column.right .valuer-container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.section-2-wrapper .section-2-columns .section-2-column.right .valuer-container .valuer:first-of-type {
  margin-right: 80px;
}
.section-2-wrapper .section-2-columns .section-2-column.right .valuer-container .valuer img {
  width: 180px;
}
.section-2-wrapper .section-2-columns .section-2-column.right .valuer-container .valuer h5 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.section-3-wrapper {
  box-sizing: border-box;
  padding: 50px 0;
  background-color: #fff;
  background: #fff url("/images/S3_Background.jpg") center center no-repeat;
  background-size: cover;
}
.section-3-wrapper h4 {
  margin-bottom: 40px;
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
  color: #011D55;
}
.section-3-wrapper .bring-items-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px 10px;
}
.section-3-wrapper .bring-items-container .bring-item {
  background-color: #fff;
  border: 3px #011D55 solid;
  flex: 0 0 20%;
  box-sizing: border-box;
  padding: 20px 20px;
}
.section-3-wrapper .bring-items-container .bring-item img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.section-3-wrapper .bring-items-container .bring-item p {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}

.section-4-wrapper {
  box-sizing: border-box;
  padding: 50px 0;
  background-color: #e7e7f0;
  color: #011D55;
}
.section-4-wrapper h4 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}
.section-4-wrapper h4 br {
  display: none;
}
.section-4-wrapper .steps-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 30px;
  flex-wrap: wrap;
}
.section-4-wrapper .steps-wrapper .step-item {
  flex: 0 0 14%;
}
.section-4-wrapper .steps-wrapper .step-item .number {
  color: #fff;
  background-color: #011D55;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 68px;
  padding: 0;
  border-radius: 40px;
}
.section-4-wrapper .steps-wrapper .step-item h5 {
  font-weight: bold;
  line-height: 24px;
}

.section-5-wrapper {
  padding: 50px 0;
}
.section-5-wrapper h4 {
  margin-bottom: 50px;
}
.section-5-wrapper .section-5-columns {
  display: flex;
  justify-content: space-between;
  color: #011D55;
}
.section-5-wrapper .section-5-columns .section-5-column {
  flex: 0 0 49%;
}
.section-5-wrapper .section-5-columns .section-5-column.left {
  background-color: #011D55;
  color: #fff;
  padding: 30px;
}
.section-5-wrapper .section-5-columns .section-5-column.right {
  background-color: #fff;
  padding: 30px;
}
.section-5-wrapper .section-5-columns .section-5-column .testimonials-wrapper .testimonial-item {
  margin-bottom: 50px;
}
.section-5-wrapper .section-5-columns .section-5-column .testimonials-wrapper .testimonial-item .quotes {
  font-size: 90px;
  font-weight: 700;
  padding: 0 0 10px 0;
  line-height: 1px;
}

.form-wrapper {
  padding: 50px 0;
  background: #fff url("/images/FormBackground.jpg") center center no-repeat;
  background-size: cover;
}
.form-wrapper .form-columns {
  display: flex;
  justify-content: space-between;
  background-color: #011D55;
  color: #fff;
}
.form-wrapper .form-columns .form-column {
  box-sizing: border-box;
  padding: 30px;
}
.form-wrapper .form-columns .form-column.left {
  flex: 0 0 30%;
}
.form-wrapper .form-columns .form-column.right {
  flex: 0 0 55%;
}
.form-wrapper .form-item {
  margin-bottom: 20px;
}
.form-wrapper .form-item label {
  font-weight: bold;
}
.form-wrapper .form-item .form-error {
  font-size: 14px;
  font-weight: bold;
  color: red;
  display: none;
}
.form-wrapper .form-item textarea {
  height: 150px;
  resize: none;
}

.locations-wrapper {
  padding: 50px 0;
  color: #011D55;
}
.locations-wrapper .location-items {
  display: flex;
  justify-content: space-between;
}
.locations-wrapper .location-items .location-item {
  flex: 0 0 30%;
  border-right: 2px #011D55 solid;
}
.locations-wrapper .location-items .location-item h5 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.locations-wrapper .location-items .location-item:last-of-type {
  border: 0;
}

footer {
  background-color: #011D55;
  color: #fff;
  box-sizing: border-box;
  padding: 50px;
}
footer .footer-items-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-items-wrapper .logo img {
  height: 50px;
}
footer .footer-items-wrapper .contact-items {
  display: flex;
}
footer .footer-items-wrapper .contact-items .contact-item:first-of-type {
  margin-right: 20px;
}
footer .footer-items-wrapper .contact-items .contact-item a {
  text-decoration: none;
  color: #fff;
}
footer .footer-items-wrapper .contact-items .contact-item a:hover {
  color: #a7a7a7;
}
footer .footer-items-wrapper .socials {
  display: flex;
}
footer .footer-items-wrapper .socials a {
  text-decoration: none;
  color: #fff;
  font-size: 38px;
  margin-right: 30px;
}
footer .footer-items-wrapper .socials a:last-of-type {
  margin-right: 0;
}
footer .footer-items-wrapper .socials a:hover {
  color: #a7a7a7;
}
footer .footer-items-wrapper .socials i:hover {
  color: #a7a7a7;
}

.modal-header {
  background-color: #011D55;
  color: #fff;
}
