@charset "UTF-8";
/* lora-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lora-v32-latin_latin-ext-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/lora-v32-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v32-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/lora-v32-latin_latin-ext-regular.woff") format("woff"), url("../fonts/lora-v32-latin_latin-ext-regular.ttf") format("truetype"), url("../fonts/lora-v32-latin_latin-ext-regular.svg#Lora") format("svg"); /* Legacy iOS */
}
/* lora-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/lora-v32-latin_latin-ext-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/lora-v32-latin_latin-ext-500.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v32-latin_latin-ext-500.woff2") format("woff2"), url("../fonts/lora-v32-latin_latin-ext-500.woff") format("woff"), url("../fonts/lora-v32-latin_latin-ext-500.ttf") format("truetype"), url("../fonts/lora-v32-latin_latin-ext-500.svg#Lora") format("svg"); /* Legacy iOS */
}
/* lora-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lora-v32-latin_latin-ext-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/lora-v32-latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v32-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/lora-v32-latin_latin-ext-700.woff") format("woff"), url("../fonts/lora-v32-latin_latin-ext-700.ttf") format("truetype"), url("../fonts/lora-v32-latin_latin-ext-700.svg#Lora") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin_latin-ext-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin_latin-ext-regular.woff") format("woff"), url("../fonts/roboto-v30-latin_latin-ext-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin_latin-ext-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin_latin-ext-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin_latin-ext-700.woff") format("woff"), url("../fonts/roboto-v30-latin_latin-ext-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin_latin-ext-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
body, html {
  scroll-behavior: smooth;
  font-family: "Lora";
  scroll-padding-top: 0px;
}

section {
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
}

.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  transition: 0.5s;
  background-color: #FFF;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
.navbar-nav {
  justify-content: end;
  align-items: center;
}
.navbar-brand img {
  max-height: 65px;
}
.navbar .nav-item {
  padding: 10px 15px;
}
.navbar .nav-link {
  color: #181C1D !important;
  font-size: 16px;
  font-family: "Roboto";
}
.navbar .nav-link:hover {
  text-decoration: underline;
}
.navbar .btn {
  color: #FFF !important;
}

.navbar-light .navbar-toggler {
  border-color: #FFF !important;
  background-color: #FFF;
}

.navbar-active {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 15px;
}

.dropdown-item:active {
  background-color: #181C1D;
  color: #009AC7;
}

.container-sm {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 48px;
  color: #181C1D;
  font-weight: 600;
}

h2 {
  font-size: 36px;
  color: #181C1D;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.6;
}

h3 {
  font-size: 24px;
  color: #181C1D;
}

.title-before {
  display: block;
  color: #009AC7;
  font-size: 18px;
}

b {
  font-size: 18px;
}

.btn-check:focus + .btn-primary, .btn-primary:active:focus, .btn-primary:focus, .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #00799e;
  border: 1px solid #00799e;
  color: #181C1D;
  box-shadow: none;
}

.btn {
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 0px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.btn-primary {
  background-color: #009AC7;
  border: 1px solid #009AC7;
  color: #FFF;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: #00799e;
  border: 1px solid #00799e;
  color: #FFF;
}

.btn-secondary {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #009AC7;
  text-transform: uppercase;
}
.btn-secondary:hover {
  background-color: #009AC7;
  border: 1px solid #009AC7;
  color: #FFF;
}

p {
  font-size: 16px;
  line-height: 1.6;
  color: #3d3d3d;
  margin-bottom: 0;
}

.special-list {
  list-style: none;
  padding-left: 15px;
}
.special-list li {
  color: #3d3d3d;
  font-size: 18px;
  margin-bottom: 5px;
}
.special-list li:before {
  content: "•";
  color: #009AC7;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.header {
  background-color: #181C1D;
  padding: 75px 0;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
}
.header span {
  display: block;
  color: #009AC7;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.header h1 {
  color: #FFF;
}
.header p {
  color: #FFF;
  margin-bottom: 30px;
  font-size: 22px;
}

.box {
  border-bottom: 3px solid #00799e;
  padding: 20px;
  text-align: center;
  height: 100%;
  background-color: #FFF;
  box-shadow: 0 16px 64px rgba(24, 28, 29, 0.08);
}
.box h3 {
  margin-bottom: 20px;
}
.box span {
  display: block;
}
.box a {
  color: #009AC7;
  display: block;
}
.box a:hover {
  color: #009AC7;
}
.box-img {
  margin-bottom: 20px;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.reference b {
  margin-top: 30px;
  display: block;
}

.bg-blue {
  background-color: #009AC7;
}
.bg-blue h2 {
  color: #FFF;
}

.contact ul, .contact li {
  padding-left: 0px;
  list-style: none;
}
.contact a {
  color: #009AC7;
  text-decoration: none;
}
.contact a:hover {
  text-decoration: underline;
}

.content {
  background-color: #FFF;
}
.content-in {
  max-width: 420px;
}
.content-in h2 {
  color: #181C1D;
  margin-top: 20px;
}
.content-in-2 {
  margin-left: auto;
}
.content-in p {
  margin-bottom: 30px;
}
.content-img {
  max-width: 420px;
  margin-left: auto;
  padding-right: 20px;
}
.content-img-2 {
  margin-right: auto;
  margin-left: unset;
  padding-right: 0px;
}

footer {
  padding: 50px 0;
  background-color: #181C1D;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-box b {
  font-size: 20px;
  color: #FFF;
  margin-bottom: 10px;
  display: block;
}
footer .footer-box ul {
  list-style: none;
  padding: 0px;
}
footer .footer-box ul li {
  color: #F5F5F5;
  padding: 0px;
  line-height: 1.8;
}
footer .footer-box ul li a {
  color: #F5F5F5;
  text-decoration: none;
}
footer .footer-box ul li a:hover {
  color: #FFF;
}
footer .footer-box ul li:before {
  content: "•";
  color: #009AC7;
  width: 15px;
  display: inline-block;
}
footer hr {
  border-bottom: 1px solid #3d3d3d;
}
footer .credits p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #F5F5F5;
}
footer .credits p a {
  color: #F5F5F5;
}
footer .credits a {
  color: #FFF;
}
footer .credits a:hover {
  text-decoration: none;
}

.blog-item-img {
  overflow: hidden;
  max-height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

#contact-form {
  background-color: #00799e;
  padding: 50px;
}
#contact-form textarea {
  min-height: 150px;
}

.table-blue {
  background-color: #009AC7;
}
.table-blue th, .table-blue td {
  color: #FFF !important;
}

.contact-info {
  background-color: #009AC7;
  color: #FFF;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  max-width: 600px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.contact-info img {
  margin-right: 50px;
}
.contact-info-in {
  display: flex;
  flex-direction: column;
}
.contact-info a {
  color: #FFF;
  width: fit-content;
}
.contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 1300px) {
  .navbar-brand img {
    height: 40px;
  }
  .navbar .col-xl-2 {
    display: flex;
    align-items: center;
  }
  .navbar .col-xl-2 .navbar-toggler {
    height: 40px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .btn {
    padding: 15px 20px;
  }
  section {
    padding: 75px 0;
  }
  .content-in {
    padding-top: 0px;
  }
  .content-img {
    margin-bottom: 30px;
  }
  .content-img-2 {
    margin-top: 0px;
  }
  .content .btn {
    margin-bottom: 30px;
  }
  .arrows {
    height: 100px;
  }
  .services-item a {
    flex-flow: wrap;
  }
  .services-item a h3 {
    flex-basis: 80%;
    order: 1;
  }
  .services-item a svg {
    flex-basis: 20%;
    order: 2;
  }
  .services-item a p {
    order: 3;
  }
  .meet .swiper-slide {
    margin-left: 0px;
  }
  .contact .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .dropdown {
    text-align: center;
  }
  .dropdown-menu {
    position: relative !important;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */