@import url("https://fonts.googleapis.com/css2?family=Lato&family=Roboto:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400;700;900&display=swap");
.header {
  position: absolute;
  width: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .header-logo svg path {
  fill: #f3f3f3;
}

.header .navbar-toggler-icon svg path {
  fill: #030C24;
}

.header .nav-links a {
  color: #f3f3f3;
}

.header .div-bar {
  background-color: #f3f3f3;
}

@media (max-width: 991.5px) {
  .header {
    position: static;
    background-color: white;
  }
  .header .header-logo svg path {
    fill: #030C24;
  }
  .header .nav-links a {
    color: #030C24;
  }
}

.head-background {
  width: 100vw;
}

.head-background .head-img-container {
  z-index: -1;
}

.head-background .head-img-container img {
  width: 100%;
}

.head-background .head-img-container .mobile-front {
  display: none;
}

@media (max-width: 767px) {
  .head-background .head-img-container .mobile-front {
    display: block;
  }
  .head-background .head-img-container .desktop-front {
    display: none;
  }
}

.carousel-section {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#11224E75), color-stop(#ebebeb), color-stop(#ebebeb), color-stop(#ebebeb), to(#ebebeb));
  background-image: linear-gradient(to top, #11224E75, #ebebeb, #ebebeb, #ebebeb, #ebebeb);
  text-align: center;
}

.carousel-section .carousel-indicators li {
  height: 1rem;
  width: 1rem;
  margin: .5rem;
  background-color: transparent;
  border: 1px solid #11224E;
  border-radius: 1rem;
}

.carousel-section .carousel-indicators .active {
  background-color: #11224E;
}

.carousel-section .carousel-item {
  height: 32rem;
}

.carousel-section .carousel-item .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-section .carousel-item .img-container .img {
  height: 16rem;
  width: 16rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-section .carousel-item .customer-name {
  font-size: 1.6rem;
  font-weight: 400;
}

.carousel-section .carousel-item .customer-location {
  font-size: 1.2rem;
}

.carousel-section .carousel-item .review-text::before, .carousel-section .carousel-item .review-text::after {
  content: "\"";
}

.carousel-section .carousel-item .review-text {
  max-width: 800px;
}

@media (max-width: 768px) {
  .carousel-section .carousel-item {
    height: 28rem;
  }
  .carousel-section .carousel-item .img-container .img {
    height: 12rem;
    width: 12rem;
  }
}

@media (max-width: 400px) {
  .carousel-section .carousel-item {
    height: 26rem;
  }
  .carousel-section .carousel-item .img-container .img {
    height: 10rem;
    width: 10rem;
  }
}

.carousel-section .carousel-control-prev-icon, .carousel-section .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: none;
  background-image: none;
}

.carousel-section .carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: #11224E;
}

.carousel-section .carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #11224E;
}

.learn-more-section {
  background-color: #11224E;
  text-align: center;
  color: white;
  background-image: url("../images/4items bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.learn-more-section .learn-more-title {
  margin-bottom: 4rem;
}

.learn-more-section .image-box {
  position: relative;
  float: left;
}

.learn-more-section .image-box .hover-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.learn-more-section .image-box:hover .hover-img {
  opacity: 1;
}

.learn-more-section img {
  height: auto;
  width: 100%;
}

.learn-more-section .learn-more-subtitle {
  margin-top: 2rem;
  font-family: 'Roboto';
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.learn-more-section a {
  color: #f3f3f3;
  font-size: 1.5rem;
}

@media (max-width: 768px) and (min-width: 575.5px) {
  .learn-more-section .learn-more-subtitle {
    font-size: 2.5vw;
  }
}

@media (max-width: 374px) {
  .learn-more-section .learn-more-subtitle {
    font-size: 5vw;
    word-wrap: break-word;
  }
}

.map-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#11224E95), color-stop(#f3f3f3), color-stop(#f3f3f3), color-stop(#f3f3f3), to(#f3f3f3));
  background-image: linear-gradient(to bottom, #11224E95, #f3f3f3, #f3f3f3, #f3f3f3, #f3f3f3);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 8rem;
}

.map-section * {
  z-index: 5;
}

.map-section .bg-container {
  position: absolute;
  height: 75%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.map-section .bg-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .05;
}

.map-section iframe {
  -webkit-box-shadow: 0px 5px 5px #00000030;
          box-shadow: 0px 5px 5px #00000030;
}
/*# sourceMappingURL=index.css.map */