@charset "UTF-8";
/* ======= Reboot ======= */
*,
*::before,
*::after {
  box-sizing: border-box; /* 1 */
}

html {
  font-family: sans-serif; /* 2 */
  line-height: 1.15; /* 3 */
  -webkit-text-size-adjust: 100%; /* 4 */
  -ms-text-size-adjust: 100%; /* 4 */
  -ms-overflow-style: scrollbar; /* 5 */
  -webkit-tap-highlight-color: transparent; /* 6 */
}

/* IE10+ doesn't honor `<meta name="viewport">` in some cases. */
@-ms-viewport {
  width: device-width;
}
/* stylelint-disable selector-list-comma-newline-after
Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers) */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0; /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left; /* 3 */
  background-color: #fff; /* 2 */
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] { /* 4 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted; /* 2 */
  text-decoration: underline dotted; /* 2 */
  cursor: help; /* 3 */
  border-bottom: 0; /* 1 */
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; /* Undo browser default */
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic; /* Add the correct font style in Android 4.3- */
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Links
*/
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  /* Remove browser default top margin */
  margin-top: 0;
  /* Reset browser default of `1em` to use `rem`s */
  margin-bottom: 1rem;
  /* Don't allow content to break outside */
  overflow: auto;
  /* We have @viewport set which causes scrollbars to overlap content in IE11 and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to counteract. */
  -ms-overflow-style: scrollbar;
}

figure {
  /* Apply a consistent margin strategy (matches our type styles). */
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none; /* Remove the border on images inside links in IE 10-. */
}

svg:not(:root) {
  overflow: hidden; /* Hide the overflow in IE */
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse; /* Prevent double borders */
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  /* Matches default `<td>` alignment by inheriting from the `<body>`, or the closest parent with a set `text-align`. */
  text-align: inherit;
}

label {
  /* Allow labels to use `margin` for spacing. */
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0; /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

button,
select {
  text-transform: none; /* Remove the inheritance of text transform in Firefox */
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
  appearance: listbox;
}

textarea {
  overflow: auto; /* Remove the default vertical scrollbar in IE. */
  /* Textareas should really only resize vertically so they don't break their (horizontal) containers. */
  resize: vertical;
}

fieldset {
  min-width: 0;
  /* Reset the default outline behavior of fieldsets so they don't affect page layout. */
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%; /* 1 */
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

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

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

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

template {
  display: none; /* Add the correct display in IE */
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Outfit";
  src: url(../fonts/QGYvz_MVcBeNP4NJtEtq.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Base Styles */
body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  color: #4c4c4c;
  overflow-x: hidden;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

body.loaded {
  opacity: 1;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.35s;
}

a:focus,
a:hover {
  color: #00134f;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

ul {
  padding-left: 22px;
}

hr {
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

hr.light {
  border-color: #fff;
}

@media (min-width: 992px) {
  hr {
    max-width: 800px;
    margin: 25px auto 0;
  }
}
/* Utility Classes */
/* Section */
section {
  padding: 30px 0;
}

section h2 {
  font-size: 50px;
}

section .section-title {
  margin-bottom: 50px;
}

.section-title-round {
  font-family: "Outfit", sans-serif;
  color: #0057db;
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  display: inline-block;
  padding: 24px;
  border: 1px solid;
  border-radius: 30px;
  margin-bottom: 5rem;
}

section .section-title h1,
section .section-title h2,
section .section-title h3 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  position: relative;
}

section .subtitle {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 9px;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}

@media (min-width: 992px) {
  section {
    padding: 100px 0;
  }
  section .section-title h1,
  section .section-title h2,
  section .section-title h3 {
    line-height: 35px;
    font-size: 29px;
  }
  section .subtitle {
    font-size: 23px;
    margin-bottom: 25px;
  }
}
.section {
  padding: 6rem 0;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section {
    padding: 4rem 0;
  }
}
/* Hero Banner Page */
.hero-banner-page {
  margin-top: 137px;
  padding: 4rem 0;
  background: linear-gradient(45deg, #001F3E, #4067a0);
  color: #ffffff;
}
.hero-banner-page .banner-title {
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  width: 100%;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
}
.hero-banner-page .banner-subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
}

@media (max-width: 991px) {
  .hero-banner-page {
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .hero-banner-page .banner-title {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .hero-banner-page .banner-subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
/*Hero*/
.hero-section {
  margin-top: 142px;
  position: relative;
  height: 90vh;
  background: url("/images/hero.jpg") no-repeat center top;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(#022346, rgba(0, 0, 0, 0.08));
}

.hero-content {
  position: relative;
  text-align: left;
  color: white;
  max-width: 800px;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 3.8rem;
  margin-bottom: 1rem;
  line-height: 60px;
  font-weight: 600;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.hero-btn {
  background-color: #ffffff;
  font-weight: 600;
  color: #022346;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}

.hero-btn:hover {
  background-color: #e9e9e9;
  text-decoration: none;
  color: #4279d1;
}

@media (max-width: 991px) {
  .hero-section {
    margin-top: 102px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    margin-top: 184px;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
}
/*Intro Banner*/
.parallax-intro h2 {
  color: white;
  font-size: 44.8px;
  text-align: center;
}

.parallax-intro p {
  color: white;
  font-size: 20.8px;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .parallax-intro h2 {
    font-size: 1.5rem;
  }
  .parallax-intro p {
    font-size: 1.1rem;
  }
}
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 0;
  transition: all var(--transition-speed) ease;
}
.main-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.main-nav .brand {
  display: block;
  padding: 0.5rem 0;
  outline: none;
}
.main-nav .brand img {
  width: 210px;
  height: auto;
  margin: 0;
  padding: 10px;
}
.main-nav .nav-collapse {
  display: flex;
}
.main-nav .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 30px;
}
.main-nav .nav-menu .nav-item {
  margin: 0 0.5rem;
}
.main-nav .nav-menu .nav-item .nav-link {
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  padding: 0.5rem 1rem;
  display: block;
  font-weight: 500;
  transition: color var(--transition-speed) ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.main-nav .nav-menu .nav-item .nav-link:hover {
  color: #022346;
  font-weight: 600;
}
.main-nav .nav-menu .nav-item .nav-link:focus {
  color: #022346;
  font-weight: 600;
}
.main-nav .nav-menu .nav-item .nav-link.active {
  color: #022346;
  font-weight: 600;
}
.main-nav .phone-contact svg {
  margin-right: 0.5rem;
  fill: #022346;
  display: block;
  width: 20px;
  height: 20px;
}
.main-nav .phone-contact a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.main-nav .phone-contact a:hover {
  color: #022346;
}
.main-nav .toggle-navigation {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  outline: 0;
}
.main-nav .toggle-navigation .navbar-toggler-i {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}
.main-nav .toggle-navigation .navbar-toggler-i span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333333;
  border-radius: 3px;
  transition: all var(--transition-speed) ease;
}
.main-nav .toggle-navigation.active .navbar-toggler-i span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.main-nav .toggle-navigation.active .navbar-toggler-i span:nth-child(2) {
  opacity: 0;
}
.main-nav .toggle-navigation.active .navbar-toggler-i span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.main-nav .mobile-nav {
  display: block !important;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #f3f3f3;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  padding: 2rem;
  transition: right var(--transition-speed) ease;
  overflow-y: auto;
}
.main-nav .mobile-nav .bmenu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.main-nav .mobile-nav .bmenu-close svg {
  stroke: #083b66;
  transition: stroke var(--transition-speed) ease;
}
.main-nav .mobile-nav .bmenu-close svg:hover {
  stroke: #083b66;
}
.main-nav .mobile-nav .nav-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  align-items: center;
  display: inline-block;
  width: 100%;
}
.main-nav .mobile-nav .nav-list .nav-item {
  margin: 1rem 0;
  text-align: center;
}
.main-nav .mobile-nav .nav-list .nav-item a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  transition: color var(--transition-speed) ease;
  color: #2c2c2c;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
}
.main-nav .mobile-nav .nav-list .nav-item a:hover {
  color: #022346;
}
.main-nav .mobile-nav .nav-list .nav-item a.active {
  color: #022346;
  font-weight: 600;
}
.main-nav .mobile-nav .info {
  margin-top: 2rem;
}
.main-nav .mobile-nav .info .title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.main-nav .mobile-nav .info ul {
  list-style: none;
  padding: 0;
}
.main-nav .mobile-nav .info ul li a {
  color: #022346;
  text-decoration: none;
  font-weight: 600;
}
.main-nav .mobile-nav .info ul li a:hover {
  text-decoration: underline;
}
.main-nav .mobile-nav.active {
  right: 0;
}
.main-nav .nav-item .nav-link.active {
  color: #022346;
}
.main-nav .nav-item .js-scroll-trigger.active {
  color: #022346;
}

.main-nav.phone-contact {
  display: flex;
  align-items: center;
  margin-left: 0;
}

.mobile-only {
  display: block;
}

.main-nav.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 0.3rem 0;
}

@media (max-width: 768px) {
  .main-nav .brand img {
    margin: 20px 0;
  }
}
@media (min-width: 991px) {
  .main-nav .phone-contact {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-nav .nav-collapse {
    display: none;
  }
  .main-nav .toggle-navigation {
    display: block;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  body.mobile-menu-open:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
}
/* Barra de información */
.info-bar {
  background-color: #ffffff;
  color: #07223c;
  padding: 10px 0;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  border-bottom: 1px solid #dfdfdf;
}

.info-bar-content {
  display: flex;
  justify-content: flex-end;
  align-items: start;
  gap: 100px;
  width: 100%;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #07223c;
  text-decoration: none;
  transition: color 0.3s ease;
  padding-left: 10px;
}

.info-item:hover {
  color: #4067a0;
  text-decoration: none;
}

.info-item:active,
.info-item:focus {
  color: #ffffff;
  text-decoration: none;
}

.info-item .icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.get-quote-btn {
  background-color: #022346;
  font-weight: 500;
  color: #ffffff;
  border: none;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s;
  text-transform: uppercase;
  display: inline-block;
}
.get-quote-btn:hover, .get-quote-btn:focus, .get-quote-btn:active {
  background-color: #024fc4;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .info-bar {
    display: none;
  }
}
@media (max-width: 768px) {
  .info-bar-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .info-item {
    justify-content: center;
  }
  .get-quote-btn {
    display: none;
  }
}
/* CTA Section */
.cta-section {
  padding: 4rem 0;
  position: relative;
  padding: 6rem 0;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/images/call-us.jpg");
}

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

.cta-section .cta-box .cta-title {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
  color: #ffffff;
  text-transform: uppercase;
}

.cta-section .cta-box .phone-numbers {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cta-section .cta-box .phone-numbers .phone-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.6rem 1.6rem;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.cta-section .cta-box .phone-numbers .phone-link:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.cta-section .cta-box .phone-numbers .phone-link:focus {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.cta-section .cta-box .phone-numbers .phone-link:active {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.cta-section .cta-box .phone-numbers .phone-link .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .cta-section .cta-box .cta-title {
    font-size: 21px;
    line-height: 25px;
  }
  .cta-section .cta-box .phone-numbers {
    flex-direction: column;
    gap: 1rem;
  }
  .cta-section .cta-box .phone-numbers .phone-link {
    font-size: 16px;
    gap: 14px;
  }
  .cta-section .cta-box .phone-numbers .phone-link .icon {
    width: 18px;
    height: 18px;
  }
}
/* Footer Styles */
.footer {
  background-color: #3a3a3a;
  color: #ffffff;
  padding: 4rem 0 0;
  font-family: "Outfit", sans-serif;
}

.footer-logo {
  width: 250px;
  height: auto;
  margin-bottom: 1.5rem;
}

.footer-info p {
  color: #d3d3d3;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.contact-details h3 {
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 21px;
  text-align: left;
}

.schedule-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.schedule-title {
  color: #d3d3d3;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  line-height: 22px;
}

.schedule-dates {
  color: #ffffff;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.schedule-hours {
  color: #d3d3d3;
}
.schedule-hours p {
  margin-bottom: 0.5rem;
}

.contact-info {
  margin-top: 0;
}
.contact-info p {
  margin-bottom: 0.5rem;
  color: #d3d3d3;
}
.contact-info a {
  color: #d3d3d3;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-info a:hover {
  color: #003e81;
}
.contact-info .address {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.contact-info .address svg {
  fill: white;
  width: 18px;
  margin-top: 7px;
}
.contact-info .phone {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.contact-info .phone svg {
  fill: white;
  width: 22px;
  margin-top: 7px;
}
.contact-info .phone .phone-list {
  list-style-type: none;
  padding: 0;
}
.contact-info .email {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.contact-info .email svg {
  fill: white;
  width: 22px;
  margin-top: 7px;
}

.footer-schedule h3 {
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
}

.footer-links h3 {
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.75rem;
}
.footer-links a {
  color: #d3d3d3;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 18px;
}
.footer-links a:hover {
  color: #003e81;
}

.social-icons {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  margin-top: 3rem;
}
.social-icons a {
  color: #ffffff;
  transition: color 0.3s ease;
}
.social-icons a:hover {
  color: #003e81;
}

.site-footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
  margin-top: 3rem;
}
.site-footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer-bottom p {
  margin: 0;
  color: #d3d3d3;
  margin: 0;
  font-size: 14px;
  color: #7f7f7f;
}
.site-footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
}
.site-footer-bottom a {
  color: #d3d3d3;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.site-footer-bottom a:hover {
  color: #003e81;
}

@media (max-width: 768px) {
  .recognition-content {
    padding: 0;
    flex-direction: column;
    border-radius: 0;
  }
  .recognition-content .content-wrapper {
    padding: 0;
  }
  .recognition-title {
    font-size: 2rem;
    display: inline-block;
    width: 100%;
  }
  .recognition-list {
    grid-template-columns: 1fr;
  }
  .footer {
    padding: 3rem 0 0;
  }
  .footer-info {
    margin-bottom: 2rem;
  }
  .footer-schedule {
    margin-bottom: 2rem;
  }
  .footer-links {
    margin-bottom: 2rem;
  }
  .site-footer-bottom .container {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  .site-footer-bottom ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-main {
    padding: 40px 0 20px;
  }
  .footer-info {
    margin-bottom: 30px;
  }
  .footer-links {
    margin-bottom: 30px;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

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

/* Hero Section */
.banner-section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 137px;
}
.banner-section .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-section .video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section .banner-content {
  padding: 4rem 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.banner-section .banner-content .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.banner-section .banner-content .content-wrapper .logo-section {
  margin-bottom: 2rem;
  text-align: center;
}
.banner-section .banner-content .content-wrapper .banner-title {
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  width: 100%;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  position: relative;
  padding: 20px;
  background: #083b66;
  display: inline-block;
  margin-bottom: 20px;
}
.banner-section .banner-content .content-wrapper .banner-text {
  background: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  font-family: "Outfit", sans-serif;
  padding: 25px;
}
.banner-section .banner-content .content-wrapper .banner-text .services-list {
  font-size: 18px;
  margin: 1.5rem 0;
}
.banner-section .banner-content .content-wrapper .banner-text .services-list li {
  margin-bottom: 0.5rem;
}
.banner-section .banner-content .content-wrapper .button-section .cta-button {
  display: inline-block;
  border-width: 0px;
  border-style: solid;
  border-radius: 0px;
  max-width: 100%;
  box-shadow: none;
  transform: none;
  transition: all 0.3s ease-in-out;
  background: #4067a0;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  font-family: "Outfit", sans-serif;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: none;
  margin-top: 2rem;
}
.banner-section .banner-content .content-wrapper .button-section .cta-button:hover {
  color: #ffffff;
  text-decoration: none;
}
.banner-section .banner-content .content-wrapper .button-section .cta-button:active {
  color: #ffffff;
  text-decoration: none;
}
.banner-section .banner-content .content-wrapper .button-section .cta-button:focus {
  color: #ffffff;
  text-decoration: none;
}
.banner-section .scroll-indicator {
  text-align: center;
  margin-top: 2rem;
}
.banner-section .scroll-indicator svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media (max-width: 991px) {
  .banner-section {
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .banner-section {
    /*.video-background {
        max-height: 635px;
    }*/
  }
  .banner-section .banner-content .content-wrapper .logo-section img {
    max-width: 100%;
    width: 100%;
  }
  .banner-section .banner-content .content-wrapper .banner-title {
    font-size: 20px;
  }
  .banner-section .banner-content .content-wrapper .banner-text {
    display: none;
  }
  .banner-section .banner-content .content-wrapper .button-section .cta-button {
    margin-top: 0;
  }
}
/* Services Section */
.services-section {
  background-color: #ffffff;
}
.services-section .section-title {
  text-align: center;
  margin-bottom: 3rem;
}
.services-section .section-title h2 {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  color: #022346;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}
.services-section .services-grid .service-box {
  border: 1px solid #022346;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.services-section .services-grid .service-box .service-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.services-section .services-grid .service-box .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-section .services-grid .service-box .service-title {
  font-family: "Outfit", sans-serif;
  color: #022346;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem 1.5rem 1rem;
  margin: 0;
  line-height: 1.2;
}
.services-section .services-grid .service-box .advantage-icon {
  text-align: center;
  fill: #022346;
  padding-top: 20px;
}
.services-section .services-grid .service-box .service-description {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 0 1.5rem;
  margin: 0;
  flex: 1;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .services-section .services-grid .service-box .services-section .section-title {
    margin-bottom: 2rem;
  }
  .services-section .services-grid .service-box .services-section .section-title h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .services-section .services-grid .service-box .services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .cta-section .cta-box .cta-title {
    font-size: 21px;
    line-height: 25px;
  }
  .cta-section .cta-box .phone-numbers {
    flex-direction: column;
    gap: 1rem;
  }
  .cta-section .cta-box .phone-numbers .phone-link {
    font-size: 16px;
    gap: 14px;
  }
  .cta-section .cta-box .phone-numbers .phone-link .icon {
    width: 18px;
    height: 18px;
  }
}
.about-us-section {
  padding: 80px 0;
}
.about-us-section .image-wrapper {
  position: relative;
  overflow: hidden;
}
.about-us-section .image-wrapper .about-us-img {
  max-width: 100%;
  border-top-right-radius: 25px;
  display: flex;
  align-items: end;
  justify-content: end;
  height: 600px;
  object-fit: cover;
  margin-left: auto;
  position: relative;
}
.about-us-section .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 90px;
  width: 60px;
  height: 120px;
  background-color: rgba(0, 73, 183, 0.81);
  border-radius: 2px;
  z-index: 1;
  pointer-events: none;
}
.about-us-section .content-description {
  max-width: 480px;
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-us-section .content-description .about-us-history {
  padding-left: 40px;
  margin-bottom: auto;
}
.about-us-section .content-description .about-us-history .section-title {
  margin-bottom: 30px;
}
.about-us-section .content-description .about-us-history .section-title h2 {
  font-size: 16px;
  line-height: 16px;
  color: #0d6efd;
}
.about-us-section .content-description .about-us-history .section-title h3 {
  text-transform: lowercase;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.about-us-section .content-description .about-us-history .section-title h3 .blue-text {
  color: #0d6efd;
}
.about-us-section .content-description .about-us-history p {
  font-weight: 100;
  font-size: 16.5px;
}
.about-us-section .content-description .blue-box {
  background-color: #0d6efd;
  color: white;
  padding: 30px 30px 20px;
  border-top-right-radius: 15px;
}
.about-us-section .content-description .blue-box p {
  font-weight: 100;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .about-us-section .image-wrapper::before {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .about-us-section .image-wrapper .about-us-img {
    margin-left: initial;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 350px;
    margin-bottom: 50px;
  }
  .about-us-section .image-wrapper::before {
    display: none;
  }
  .about-us-section .content-description {
    max-width: initial;
    height: initial;
    min-height: initial;
  }
  .about-us-section .content-description .about-us-history {
    margin-bottom: 20px;
  }
}
