body {
  background-image: url(/assets/surveying-tools-opacity.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.title-container .row {
  margin: auto;
  justify-content: center;
  margin-top: 50px;
}
.title-container .row .page-title {
  position: relative;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 120px;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
}
.title-container .row .page-title::after {
  position: absolute;
  right: 0;
  top: 170px;
  left: 0;
  width: 10rem;
  height: 0.375rem;
  margin: 0 auto;
  background-color: #c7002a;
  border-radius: 3.125rem;
  content: "";
  z-index: 1;
}
@media all and (min-width: 422px) {
  .title-container .row .page-title::after {
    top: 120px;
  }
}
@media all and (min-width: 688px) {
  .title-container .row .page-title::after {
    top: 70px;
  }
}

.about_us {
  margin-bottom: 120px;
}
@media all and (min-width: 375px) {
  .about_us {
    margin-bottom: 90px;
  }
}
@media all and (min-width: 380px) {
  .about_us {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 400px) {
  .about_us {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 450px) {
  .about_us {
    margin-bottom: -20px;
  }
}
@media all and (min-width: 768px) {
  .about_us {
    margin-bottom: 80px;
  }
}
.about_us__img-container {
  justify-content: center;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 768px) {
  .about_us__img-container {
    justify-content: flex-start;
  }
}
.about_us__img {
  border-radius: 15px;
  max-width: 90%;
}
@media all and (min-width: 576px) {
  .about_us__img {
    max-width: 100%;
  }
}
@media all and (min-width: 768px) {
  .about_us__img {
    max-width: 90%;
  }
}
.about_us__text-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto 20px;
  text-align: justify;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}
.about_us__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: 20px;
  border-bottom: 3px solid #1D2859;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 10px;
}
@media all and (min-width: 768px) {
  .about_us__title {
    margin-top: 0;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.about_us__paragraph {
  margin: 30px;
  font-weight: 700;
  font-size: 18px;
}
@media all and (min-width: 768px) {
  .about_us__paragraph {
    margin: 0;
  }
}

.carousel {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: visible;
}

.slick-slide {
  position: relative;
  float: left;
  width: 100%;
}

.slick-dots {
  position: absolute;
  bottom: -305px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media all and (min-width: 340px) {
  .slick-dots {
    bottom: -270px;
  }
}
@media all and (min-width: 360px) {
  .slick-dots {
    bottom: -260px;
  }
}
@media all and (min-width: 380px) {
  .slick-dots {
    bottom: -240px;
  }
}
@media all and (min-width: 400px) {
  .slick-dots {
    bottom: -230px;
  }
}
@media all and (min-width: 450px) {
  .slick-dots {
    bottom: -170px;
  }
}
@media all and (min-width: 500px) {
  .slick-dots {
    bottom: -150px;
  }
}
@media all and (min-width: 768px) {
  .slick-dots {
    left: 35px;
    bottom: -80px;
  }
}
@media all and (min-width: 992px) {
  .slick-dots {
    bottom: 30px;
  }
}
@media all and (min-width: 1200px) {
  .slick-dots {
    bottom: 85px;
  }
}
@media all and (min-width: 1400px) {
  .slick-dots {
    bottom: 110px;
  }
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  outline: none;
  background-color: #111010;
  transition: all 0.2s ease;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li button:focus-visible, .slick-dots li button:focus, .slick-dots li button:focus-within {
  border: solid 5px gold;
}

.slick-dots li.slick-active button {
  background-color: #c7002a;
}

.services {
  background: #1D2859;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  margin-top: 320px;
}
@media all and (min-width: 768px) {
  .services {
    margin-bottom: 140px;
    margin-top: 185px;
  }
}
@media all and (min-width: 992px) {
  .services {
    margin-bottom: 130px;
    margin-top: 85px;
  }
}
@media all and (min-width: 1200px) {
  .services {
    margin-bottom: 140px;
  }
}
@media all and (min-width: 1400px) {
  .services {
    margin-bottom: 150px;
  }
}
.services__row {
  width: 100%;
}
.services__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  position: relative;
  margin-bottom: 50px;
}
.services__title::after {
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  width: 10rem;
  height: 0.375rem;
  margin: 0 auto;
  background-color: gold;
  border-radius: 3.125rem;
  content: "";
  z-index: 1;
}
.services__list-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .services__list-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.services__list {
  list-style: none;
  padding: 0;
}
.services__list-item {
  text-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.2rem;
}
.services__button-column {
  text-align: center;
}
.services__button {
  color: #fff;
  background-color: #c7002a;
  text-align: center;
}
.services__button:focus, .services__button:focus-visible, .services__button:hover {
  border: 2px solid white;
  outline: none;
  padding: 5px 12px;
}

.our-history-container {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .our-history-container {
    margin-bottom: 160px;
  }
}
@media all and (min-width: 992px) {
  .our-history-container {
    margin-bottom: 150px;
  }
}
@media all and (min-width: 1200px) {
  .our-history-container {
    margin-bottom: 160px;
  }
}
@media all and (min-width: 1400px) {
  .our-history-container {
    margin-bottom: 170px;
  }
}

.our-history {
  font-weight: bold;
  font-size: 32px;
  margin: 30px;
  border-bottom: 3px solid #1D2859;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .our-history {
    margin: 0;
    text-align: left;
  }
}
.our-history__paragraph {
  margin: 30px;
  margin-top: 20px;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .our-history__paragraph {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}

.logo-header {
  background: rgba(153, 153, 153, 0.32);
}
.logo-header__h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding: 20px 0;
  margin-bottom: 0;
  position: relative;
  color: #1D2859;
}
.logo-header__h3::after {
  position: absolute;
  right: 0;
  top: 60px;
  left: 0;
  width: 8rem;
  height: 0.375rem;
  margin: 0 auto;
  background-color: #c7002a;
  border-radius: 3.125rem;
  content: "";
  z-index: 1;
}

.slider {
  background: rgba(153, 153, 153, 0.32);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.slider .slick-slide {
  height: 100%;
  width: auto !important;
}
.slider .slick-slide img {
  display: block;
  height: 100%;
  width: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: 280px;
  margin-right: 20px;
  margin-left: 20px;
}/*# sourceMappingURL=homepage.css.map */