body, html {
  scroll-behavior: smooth;
  font-family: "Quicksand", sans-serif;
  scroll-padding-top: 0px;
  color: #0c4da1;
  background-color: #ee9b8a;
}

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);
}

.collapsing {
  transition: none;
  display: none;
}

section {
  padding: 45px 0;
}

.container-sm {
  max-width: 722px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-size: 20px;
  transition: 0.3s;
  padding: 22px 32px;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 2px;
}

.btn:focus-visible {
  outline: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #0c4da1;
  background-color: #ee9b8a;
  border-color: #ee9b8a;
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #0c4da1;
  color: #0c4da1;
}

.btn-primary {
  background-color: #0c4da1;
  border: 1px solid #0c4da1;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  padding: 21px 30px 20px 30px;
}
.btn-primary:hover {
  color: #FFF;
  background-color: #083672;
  border: 1px solid #083672;
}

a, a:hover {
  text-decoration: none;
  color: #0c4da1;
}

p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #0c4da1;
}
p b {
  font-weight: 700;
}

h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 68px;
}

h2, .title-h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 50px;
  text-transform: none;
}

h3, .title-h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.item {
  padding: 30px;
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #FFF;
}
.item:hover {
  background-color: #0c4da1;
  border: 1px solid #0c4da1;
}
.item:hover h2 {
  color: #FFF;
}

.content .header-img {
  margin-bottom: 80px;
  background-color: #FFF;
  padding: 5px;
  max-height: 150px;
}
.content .logo {
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.content h1 {
  text-align: center;
  margin-bottom: 30px;
}

footer {
  padding: 30px 0;
}
footer .footer-box {
  display: flex;
  align-items: center;
}
footer .footer-box b {
  font-size: 14px;
}
footer .footer-box img {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  border: 2px solid #FFF;
  margin-right: 30px;
}
footer .footer-box-in span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #9C9C9C;
  line-height: 21px;
}
footer .footer-box-in span a {
  font-weight: 700;
  text-decoration: underline;
}
footer .footer-box-in span a:hover {
  text-decoration: none;
}
footer .footer-right {
  text-align: right;
}
footer .footer-right img {
  margin-top: -20px;
}
footer .footer-right span {
  display: block;
  font-size: 14px;
  color: #9C9C9C;
}
footer .footer-right span b {
  color: #0c4da1;
}
footer .credits {
  position: relative;
}
footer .credits span {
  color: #0c4da1;
  font-size: 14px;
}
footer .credits span a {
  color: #0c4da1;
  text-decoration: underline;
}
footer .credits span a:hover {
  text-decoration: none;
}
footer .credits span:last-child {
  float: right;
}

@media (max-width: 991px) {
  section {
    padding: 25px 0;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-primary {
    font-size: 18px;
    line-height: 27px;
  }
  .navbar-collapse .navbar-nav a {
    font-size: 22px;
  }
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h3 {
    font-size: 22px;
  }
}/*# sourceMappingURL=style.css.map */