/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  line-height: 150%;
  background-color: #ffffff;
  color: #000000;
}

.button {
  background-color: #16537e;
  color: #ffffff;
  border: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
}

.navbar {
  background-color: #16537e;
  color: #ffffff;
  /*& .navbar-toggler{
      background-color: $color-white;
      border-radius: 0px;

      & .navbar-toggler-icon{
          color:$color-white !important;
      }
  }*/
}
.navbar .navbar-brand {
  font-size: 1.125rem;
  color: #ffffff;
}
.navbar .nav-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #ffffff;
}
.navbar .nav-link:hover {
  text-decoration: underline;
}
.navbar .callbtn {
  background-color: #ffffff;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  border: 0px;
  padding: 0.5rem 1.125rem;
  border-radius: 5px;
}
.navbar a.callus {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 0.5rem 1.125rem;
  border-radius: 5px;
}

.slider-section .carousel .carousel-inner .carousel-item {
  max-height: 600px;
  overflow: hidden;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  width: 60%;
  margin: auto;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-caption h2 {
  font-size: 60px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color:  #FFFFFF;
  text-transform: uppercase;
  text-shadow: 4px 3px 2px black;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-caption p {
  font-size: 26px;
  font-weight: 900;
  color:  #FFFFFF;
  text-shadow: 4px 3px 2px  black;
}
.slider-section .carousel .carousel-inner .carousel-item img {
  width: 100%;
}

.about-section {
  text-align: center;
  padding: 80px 20px;
}
.about-section h2 {
  font-size: 50px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 50px;
}
.about-section h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  margin: auto;
  background-color: #16537e;
}
.about-section h5 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-section a {
  background-color: #16537e;
  color: #ffffff;
  border: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
}

.feature-section {
  padding: 4rem 0;
}
.feature-section h2 {
  font-size: 2.875rem;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
.feature-section .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-section .list-item li {
  margin: 10px 0;
  padding: 0;
  display: block;
  list-style: none;
}
.feature-section .list-item li i {
  margin-right: 5px;
}
.feature-section img {
  border-radius: 30px;
}

.services-section {
  padding: 80px 20px;
  background-color: #f1f1f1;
}
.services-section h2 {
  font-size: 50px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.services-section h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  margin: auto;
  background-color: #16537e;
}
.services-section .card {
  box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px;
  background-color: #ffffff;
  text-align: center;
  padding: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.services-section .card:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.services-section .card .icon {
  border-radius: 50%;
  background-color: #f1f1f1;
  color: #16537e;
  padding: 8px;
  margin: auto;
  margin-bottom: 30px;
  width: 100px;
  height: 100px;
  font-size: 60px;
  line-height: 80px;
}

.gallery-section {
  padding: 80px 0;
}
.gallery-section h2 {
  font-size: 50px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.gallery-section h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  margin: auto;
  background-color: #16537e;
}
.gallery-section img {
  border-radius: 5px;
}
.gallery-section img:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.testimonial-section {
  text-align: center;
  padding: 80px 20px;
  background-color: #f1f1f1;
}
.testimonial-section h2 {
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
.testimonial-section h6 {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}
.testimonial-section .carousel-control-prev-icon {
  background-image: none;
  color: #000000;
}
.testimonial-section .carousel-control-next-icon {
  background-image: none;
  color: #000000;
}
.testimonial-section .carousel-control-next {
  position: inherit;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.testimonial-section .carousel-control-prev {
  position: inherit;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.footer {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 2rem 0;
}
.footer .social-icons {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer .social-icons li {
  margin: 0 0.5rem;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer .social-icons li a {
  color: #ffffff;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .slider-section .carousel .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .slider-section .carousel .carousel-inner .carousel-item img {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .slider-section .carousel .carousel-inner .carousel-item .carousel-caption {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */