@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GMS5ntA.ttf) format('truetype');
}
body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #555555;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.1rem;
}
h6 {
  font-size: 1rem;
}
a {
  color: #2C68B3;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #22508a;
  text-decoration: underline;
}
.btn {
  font-weight: 600;
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
  transition: all 0.2s ease-in-out;
}
.btn-primary {
  background-color: #2C68B3;
  border-color: #2C68B3;
  color: #fff;
}
.btn-primary:hover {
  background-color: #245592;
  border-color: #22508a;
}
.btn-secondary {
  background-color: #33BCC5;
  border-color: #33BCC5;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #2b9da5;
  border-color: #29959c;
  color: #fff;
}
.btn-outline-primary {
  color: #2C68B3;
  border-color: #2C68B3;
}
.btn-outline-primary:hover {
  background-color: #2C68B3;
  color: #fff;
}
.text-brand {
  color: #2C68B3;
}
.bg-brand {
  background-color: #2C68B3;
  color: #fff;
}
section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #555555;
}
.lead {
  font-size: 1.125rem;
  font-weight: 400;
  color: #3b3b3b;
}
.rounded {
  border-radius: 1rem !important;
}
.text-alternative {
  color: #33BCC5;
}
header {
  padding: 1rem 0;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.03);
  position: sticky;
  top: 0;
  z-index: 1030;
}
.navbar-brand img {
  max-width: 220px;
  height: auto;
  display: block;
}
.navbar {
  font-size: 1rem;
  font-weight: 500;
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .navbar-collapse {
  justify-content: center;
}
.navbar-nav {
  gap: 1rem;
}
.navbar-nav .nav-link {
  color: #555555;
  position: relative;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.95rem;
}
.navbar-nav .nav-link:hover {
  color: #33BCC5;
  text-decoration: none;
}
.navbar-nav .nav-link:hover::after {
  content: "";
  position: absolute;
  left: 35%;
  right: 35%;
  bottom: 0.1rem;
  height: 2px;
  border-radius: 2px;
  background-color: #33BCC5;
}
.navbar-nav .nav-link.active {
  color: #33BCC5;
  font-weight: 600;
}
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 35%;
  right: 35%;
  bottom: 0.1rem;
  height: 2px;
  border-radius: 2px;
  background-color: #33BCC5;
}
.navbar-nav .nav-link + .nav-link {
  border-left: 1px solid #e5e5e5;
}
.nav-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav-contact a {
  font-size: 0.85rem;
  color: #555555;
  text-decoration: none;
}
.nav-contact a i {
  margin-right: 0.4rem;
}
.nav-contact a:hover {
  color: #2C68B3;
}
.nav-contact .btn {
  font-size: 0.85rem;
  padding: 0.4rem 1rem;
  border-radius: 50px;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-link + .nav-link {
    border-left: none;
  }
  .nav-contact {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #ffffff;
    padding: 1rem;
    border-top: 1px solid #eee;
  }
  .navbar-nav {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
  .navbar-toggler {
    border: none;
    font-size: 1.25rem;
  }
  .navbar .btn {
    width: 100%;
    text-align: center;
    padding: 0.6rem 1rem;
  }
  .navbar .d-lg-none a {
    font-size: 0.9rem;
  }
}
.carousel .hero-slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.carousel .hero-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.1));
  z-index: 2;
}
.carousel .hero-slide > div {
  position: relative;
  z-index: 3;
}
.carousel h1 {
  color: white;
}
.carousel p.lead {
  color: white;
}
#reference-reviews .quote-block {
  position: relative;
  padding-left: 3rem;
}
#reference-reviews .quote-block .quote-icon {
  position: absolute;
  top: 0.85rem;
  left: 1rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #33BCC5;
  font-family: Georgia, serif;
}
#reference-reviews .quote-block p {
  font-size: 1.125rem;
  font-style: italic;
  color: #555555;
}
#reference-reviews .quote-block .fw-semibold {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #reference-reviews .quote-block {
    padding-left: 2rem;
  }
  #reference-reviews .quote-block .quote-icon {
    font-size: 2rem;
    left: 0.75rem;
  }
}
/*# sourceMappingURL=style.css.map */