* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
}

a,
button {
  transition: all 0.15s ease;
}

a.text-underline:hover {
  text-decoration: underline !important;
}

a.text-blue-navy:hover {
  color: #17449e;
}

a.text-blue-500:hover,
a svg.text-blue-500:hover {
  color: #4A77D1;
}

a.bg-blue-navy:hover {
  background-color: #315EB8;
}

a.bg-blue-navy:active {
  background-color: #0A3791;
}

a.bg-gradient-blue-2:hover {
  box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.3);
}

a.bg-gradient-blue-2:active {
  transform: scale(0.95);
}

button.bg-blue-300:hover {
  background-color: #67ADFF;
}

button.bg-blue-300:active {
  background-color: #4086DC;
}

input,
textarea,
select {
  transition: outline 0.15s;
}

input:focus,
textarea:focus,
select:focus {
  outline: 4px solid #8098c9;
}

.js-background-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.25s;
  pointer-events: none;
}

.js-background-dim.active {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  pointer-events: all;
}

.js-nav-mobile {
  position: absolute;
  right: 0;
  background-color: #fff;
  height: calc(100vh - 71px);
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}

.js-nav-mobile.active {
  opacity: 1;
  pointer-events: all;
}

@media (min-width: 992px) {
  .js-background-dim,
  .js-nav-mobile {
    display: none;
  }
}

nav {
  transition: padding-bottom 0.2s ease;
}

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.sticky-nav nav {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

#nav-scrollspy a.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -.4rem;
  z-index: 10;
  height: 2.5px;
  background: #dfdfdf;
  width: 100%;
}

.shadow-emergency {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.shadow-emergency:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.075);
}

.shadow-emergency:active {
  transform: scale(0.95);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.125);
}

.shadow-header {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.shadow-topbar {
  box-shadow: 0px 0px 24px rgba(10, 10, 10, 0.1);
}

.cursor-pointer {
  cursor: pointer;
}

.nav-burger {
  position: relative;
  width: 2em;
  height: .2rem;
  background: #000;
  transition: 0.5s;
  border-radius: 2.5rem;
}

.nav-burger:before, .nav-burger:after {
  display: block;
  content: '';
  width: 2rem;
  height: .2rem;
  background: #000;
  position: absolute;
  z-index: 1;
  transition: 0.25s;
  border-radius: 1rem;
}

.nav-burger:before {
  top: .5rem;
}

.nav-burger:after {
  top: -.5rem;
}

.nav-burger.active {
  background: transparent;
}

.nav-burger.active:before, .nav-burger.active:after {
  top: 0 !important;
}

.nav-burger.active:before {
  transform: rotate(-45deg);
}

.nav-burger.active:after {
  transform: rotate(45deg);
}

.bg-blue-300 {
  background-color: #4d93e9;
}

.bg-blue-800 {
  background-color: #113989;
}

.bg-blue-navy {
  background-color: #17449e;
}

.bg-contact {
  background-image: url("../img/bg-contact.jpg");
  background-size: cover;
  background-position: center;
}

.bg-counter {
  background-image: url("../img/counter-bg.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.27);
  max-width: 1272px;
  top: 80px;
}

.bg-gradient-blue {
  background: linear-gradient(to right, #17449e, #2e67bd);
}

.bg-gradient-blue-2 {
  background: linear-gradient(90deg, #14419c 0%, #2d69c4 100%);
}

.bg-gray-100 {
  background-color: #f5f5f5;
}

.bg-image-1 {
  background-image: url("../img/bg-image1.jpg");
  background-size: cover;
  background-position: center;
}

.bg-image-2 {
  background-image: url("../img/bg-image2.jpg");
  background-size: cover;
  background-position: center;
}

.bg-slide-1 {
  background-image: url("../img/slide1.png");
  background-size: cover;
  background-position: center;
  height: auto;
}

.text-blue-50 {
  color: #bedbff;
}

.text-blue-100 {
  color: #abcbff;
}

.text-blue-200 {
  color: #93b3f1;
}

.text-blue-400 {
  color: #1c4ca5;
}

.text-blue-500 {
  color: #17449e;
}

.text-blue-navy {
  color: #8098c9;
}

.text-blue-navy.active {
  color: #17449e;
}

.text-blue-navy-200 {
  color: #748ec4;
}

.text-gray-500 {
  color: #9f9f9f;
}

.text-gray-600 {
  color: #8b8b8b;
}

.text-gray-700 {
  color: #757575;
}

.text-gray-900 {
  color: #353535;
}

.text-lightgreen {
  color: lightgreen;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-38 {
  font-size: 2.375rem;
}

.fs-48 {
  font-size: 3rem;
}

@media (min-width: 992px) {
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-16 {
    font-size: 1rem;
  }
  .fs-lg-28 {
    font-size: 1.75rem;
  }
  .fs-lg-56 {
    font-size: 3.5rem;
  }
  .fs-lg-100 {
    font-size: 6.25rem;
  }
  .position-lg-relative {
    position: relative;
  }
}

@media (min-width: 1200px) {
  .fs-xl-16 {
    font-size: 1rem;
  }
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.lh-xs {
  line-height: 0.9;
}

.lh-md {
  line-height: 1.7;
}

.ls-1 {
  letter-spacing: 1px;
}

.offset-top-70 {
  position: relative;
  top: -70px;
}

.border-white-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.w-100p {
  width: 100px;
}

.w-225 {
  width: 225px;
}

.h-100p {
  height: 100px;
}

.maxw-350 {
  max-width: 350px;
}

@media (max-width: 767.98px) {
  .maxw-475 {
    max-width: 475px;
  }
}

@media (min-width: 768px) {
  .maxw-md-564 {
    max-width: 564px;
  }
  .maxw-md-580 {
    max-width: 580px;
  }
}

@media (min-width: 992px) {
  .max-lg-564 {
    max-width: 564px;
  }
}

.title-underline {
  width: 44px;
}

.title-underline-2 {
  width: 115px;
  height: 2px;
  background-color: #6095ff;
}

.title-background {
  position: absolute;
  top: -5px;
  left: 5px;
  color: rgba(0, 0, 0, 0.03);
  font-size: 6.5rem;
  pointer-events: none;
}

.height-50 {
  height: 50px;
}

ul.list-arrow-right {
  list-style-image: url("../img/arrow-right.svg");
}

.line {
  width: 80px;
  height: 1px;
}

.list-timeline {
  border-left: 4px solid #4f46e5;
  position: relative;
  margin-left: 4.25rem;
}

.list-timeline .list-timeline__date {
  position: absolute;
  left: -70px;
}

.list-timeline .list-timeline__circle {
  position: absolute;
  left: -10px;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid #4f46e5;
  width: 16px;
  height: 16px;
}

.anchor-offset::before {
  display: block;
  content: '';
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
  pointer-events: none;
}

.input-error {
  box-shadow: 0 0 0 4px red;
}
/*# sourceMappingURL=style.css.map */