/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 5 version
*/

@media (min-width: 768px) {
  body,
  html {
    height: 100%;
  }
}
body {
  margin: 0;
  font-family: -apple-system, Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
  text-align: left;
  width: 100%;
  background: rgb(255, 255, 255);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.7)),
      to(rgba(255, 255, 255, 0.7))
    ),
    url("../images/features/feature.jpg");
  background-image: -o-linear-gradient(
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7)
    ),
    url("../images/features/feature.jpg");
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7)
    ),
    url("../images/features/feature.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.navbar {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 1)),
    color-stop(40%, rgba(255, 255, 255, 0.95)),
    color-stop(50%, rgba(255, 255, 255, 0.9)),
    color-stop(60%, rgba(255, 255, 255, 0.8)),
    color-stop(70%, rgba(255, 255, 255, 0.65)),
    color-stop(80%, rgba(255, 255, 255, 0.5)),
    color-stop(90%, rgba(255, 255, 255, 0.3)),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.95) 40%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.8) 60%,
    rgba(255, 255, 255, 0.65) 70%,
    rgba(255, 255, 255, 0.5) 80%,
    rgba(255, 255, 255, 0.3) 90%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.95) 40%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.8) 60%,
    rgba(255, 255, 255, 0.65) 70%,
    rgba(255, 255, 255, 0.5) 80%,
    rgba(255, 255, 255, 0.3) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}
@media (min-width: 768px) {
  .navbar {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 1)),
      to(rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    padding: 2rem 1rem 0;
  }
}

footer.page-footer {
  bottom: 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(40%, rgba(255, 255, 255, 0.3)),
    color-stop(50%, rgba(255, 255, 255, 0.5)),
    color-stop(60%, rgba(255, 255, 255, 0.65)),
    color-stop(70%, rgba(255, 255, 255, 0.8)),
    color-stop(80%, rgba(255, 255, 255, 0.9)),
    color-stop(90%, rgba(255, 255, 255, 0.95)),
    to(rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.65) 60%,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(255, 255, 255, 0.9) 80%,
    rgba(255, 255, 255, 0.95) 90%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.65) 60%,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(255, 255, 255, 0.9) 80%,
    rgba(255, 255, 255, 0.95) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}
.page-footer .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  footer.page-footer {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 1))
    );
    background: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  .page-footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.fixed-bottom-custom {
}

@media (min-width: 768px) {
  .fixed-bottom-custom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}

.waves-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  font-size: 1.4rem;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #0e497a;
}
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  color: #0e497a;
}

@media (min-width: 768px) {
  .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    line-height: 125%;
    padding: 5px 15px;
    border-radius: 5px;
    color: rgb(36, 131, 197);
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: normal;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
  }
  .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    color: white;
    background-color: rgb(36, 131, 197);
  }

  .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: white;
    background-color: #093560;
  }
}

main {
  display: block;
  padding-top: 8rem;
  height: calc(100vh - 150px);
}

@media (min-width: 768px) {
  main {
    height: 100%;
  }
}

footer .nav-link,
.footer-copyright {
  line-height: 125%;
  letter-spacing: 0.01em;
  color: #093560;
  font-size: 1.25rem;
}

footer .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  color: rgb(36, 131, 197);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .container,
  .container-sm {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}
.navbar-toggler {
  width: 30px;
  height: 30px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0;
}
.navbar-toggler .line {
  width: 100%;
  height: 2px;
  background-color: rgb(36, 131, 197);
}

.backdrop {
  display: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.sidenav-backdrop {
  display: block;
  z-index: 900;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.mobile-collapse:not(.show) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mobile-collapse {
  padding: 20px;
  outline: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
  z-index: 1035;
  background-color: #fff;
  overflow: hidden;
  height: 100vh;
}

@media (min-width: 768px) {
  .mobile-collapse {
    padding: 0;
    outline: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: unset;
    z-index: 1035;
    background-color: transparent;
    overflow: hidden;
    height: unset;
  }
  .mobile-collapse:not(.show) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: unset;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fixed-position {
  overflow: hidden;
}

.mobile-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 1rem;
}
.navbar.navbar-dark .navbar-nav .nav-item .mobile-section .nav-item .nav-link {
  letter-spacing: 0.01em;
  font-weight: normal;
  padding: 0.25rem 0;
}

@media (min-width: 768px) {
  .mobile-section {
    display: none;
  }
}

.general {
  margin-top: 6rem;
}

.general > h1 {
  color: #0e497a;
  font-size: calc(1.3rem + 2vw);
  letter-spacing: -0.03em;
  line-height: 110%;
}

@media (min-width: 768px) {
  .general > h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .general > h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .general > h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1400px) {
  .general > h1 {
    font-size: 3rem;
  }
}
.contact-us div {
  line-height: 110%;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: #0e497a;
  font-size: calc(1.4rem + 1vw);
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .contact-us div {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .contact-us div {
    font-size: 1.15rem;
  }
}

@media (min-width: 1200px) {
  .contact-us div {
    font-size: 1.15rem;
  }
}

@media (min-width: 1400px) {
  .contact-us div {
    font-size: 1.75rem;
  }
}
