@import url("https://use.typekit.net/efm0ixl.css");
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90vw !important;
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90vw !important;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90vw !important;
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90vw !important;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90vw !important;
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90vw !important;
  }
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90vw !important;
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90vw !important;
  }
}
@media (min-width: 1900px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1610px !important;
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1610px !important;
  }
}
body {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  background-color: #E9E9E9;
}

img {
  max-width: 100%;
}

h1 {
  font-weight: 300;
  color: #194B7D;
  font-size: 4.5rem;
}

h2 {
  font-family: operetta-12, serif;
  font-size: 3rem;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

h3 {
  color: #194B7D;
  font-size: 2rem;
}

h4 {
  color: #194B7D;
  font-size: 1.5rem;
  line-height: 1.5em;
}

.black {
  color: #000;
}

.img-background {
  background-size: cover;
  background-position: center center;
}

b {
  font-weight: 600;
}

.h100 {
  height: 100%;
}

p {
  line-height: 1.5em;
}

section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

button {
  border: 0px;
  background: transparent;
}

a {
  color: #194B7D;
}

.contactuscta {
  background-color: #fff;
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px;
  z-index: 999;
}

header .absolute {
  position: absolute;
  width: 100%;
  padding-top: 30px;
  z-index: 999;
}
header .fixed {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  width: 100%;
  z-index: 996;
}
header .fixed .logo {
  max-width: 100px;
}
header .fixed .menufixed a {
  transition: all 0.5s ease-in-out;
  display: inline-block;
  text-decoration: none;
  color: #999;
  margin-left: 40px;
}
header .fixed .menufixed a:hover {
  color: #194B7D;
}

#intro {
  height: 100vh;
  position: relative;
  z-index: 997;
  background-color: #E9E9E9;
}
#intro .row {
  width: 100%;
}

.content-intro {
  max-width: 500px;
}

#about-us {
  min-height: 100vh;
  padding: 15vh 0px;
}

#use-cases .carousel-item {
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
}
#use-cases .carousel-item.active {
  opacity: 1;
}
#use-cases h5 {
  margin-top: 20px;
  line-height: 1.5em;
  font-size: 1rem;
}
#use-cases .carousel-indicators {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0px;
  margin: 0px 20px;
}
#use-cases .carousel-indicators button {
  opacity: 1;
  background-color: #fff;
  border-radius: 9999px;
  height: 15px;
  width: 15px;
  border: 0px;
  margin: 0px 10px;
}
#use-cases .carousel-indicators button.active {
  background-color: #194B7D;
}

#projects hr {
  border-color: #194B7D;
  opacity: 1;
  margin: 30px 0px;
  margin-top: 40px;
  width: 30%;
}

#contactus {
  background-image: url(../img/map.jpg);
  background-size: cover;
  background-position: bottom left;
}

@media (max-width: 766px) {
  .menufixed {
    display: none !important;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  #projects hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #use-cases h5 {
    line-height: 1.5em;
    font-size: 0.8rem;
    margin-bottom: 30px;
    margin-top: 10px;
  }

  #intro .img-background {
    height: 50vh;
  }
  #intro .row {
    width: auto;
  }
  #intro h3 {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
