/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  line-height: 150%;
  color: #777777;
}

.button {
  background-color: #f15b43;
  color: #ffffff;
  border: 0px;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
}

.navbar {
  background-color: rgb(38, 59, 92) !important;
  margin: 1rem;
  color: #ffffff;
}
.navbar .navbar-brand {
  font-size: 1.125rem;
  color: #ffffff;
}
.navbar .nav-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #ffffff;
}
.navbar .callbtn {
  background-color: #f15b43;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  border: 0px;
  padding: 0.875rem 1.125rem;
  text-decoration: none;
}
.navbar a.callus {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-right: 1.125rem;
  color: #ffffff;
}
.navbar a.callus span {
  border-bottom: 1px dotted #f1f1f1;
}
.navbar .navbar-toggler {
  background-color: #f15b43;
  border-radius: 0px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  color: #ffffff !important;
}

.hero-img .carousel {
  position: relative;
  top: 0;
  box-shadow: 0 15px 8px -8px rgba(0, 0, 0, 0.5);
}
.hero-img .carousel .carousel-inner .carousel-item {
  max-height: 600px;
  overflow: hidden;
}
.hero-img .carousel .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0%;
  width: 60%;
  margin: auto;
}
.hero-img .carousel .carousel-inner .carousel-item .carousel-caption h1 {
  font-size: 3.125rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
  font-weight: 900;
}
.hero-img .carousel .carousel-inner .carousel-item .carousel-caption .button {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.875rem 1.125rem;
  text-transform: uppercase;
}
.hero-img .carousel .carousel-inner .carousel-item img {
  width: 100%;
}

.section-bg {
  background: #FCF2EB;
  position: relative;
}

.about-section {
  padding: 3rem 1.25rem;
}
.about-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #263b5c;
  margin-bottom: 1.875rem;
}
.about-section a {
  background-color: #f15b43;
  color: #ffffff;
  border: 0px;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
}

.service-section {
  padding: 5rem 1.25rem 4rem 1.25rem;
}
.service-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #263b5c;
  margin-bottom: 1.875rem;
  text-align: center;
}
.service-section .card {
  background-color: #F4F2F1;
  margin-bottom: 1.25rem;
  border-radius: 0;
  border: 0px;
}
.service-section .card .card-title {
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  color: #263b5c;
  font-weight: 700;
}
.service-section .card img {
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  max-height: 400px;
  max-width: 400px;
  
}

.gallery-section {
  padding: 5rem 1.25rem 4rem 1.25rem;
  background-color: #f15b43;
  color: #ffffff;
}
.gallery-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  margin-bottom: 1.875rem;
  text-align: center;
}
.gallery-section .img-cover {
  width: 100%;
  max-height: 220px;
  overflow: hidden;
}
.gallery-section .img-cover img {
  width: 100%;
  transition: 0.3s;
}
.gallery-section .img-cover img:hover {
  transform: scale(1.1);
}

.feature-section {
  padding: 3rem 1.25rem;
}
.feature-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #263b5c;
  margin-bottom: 1.875rem;
}
.feature-section .list-item {
  margin: 1.875rem 0;
  padding: 0;
  list-style: none;
}
.feature-section .list-item li {
  display: block;
  margin: 1rem 0;
  list-style: none;
  font-size: 1rem;
}
.feature-section .list-item li span {
  padding-right: 0.625rem;
}
.feature-section .list-item li span i {
  font-size: 1.2rem;
  color: #f15b43;
}

.testimonials {
  padding: 3rem 1.25rem;
  text-align: center;
}
.testimonials h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #263b5c;
  margin-bottom: 1.875rem;
  text-align: center;
}
.testimonials .carousel-control-prev-icon {
  background-image: none;
  color: #777777;
}
.testimonials .carousel-control-next-icon {
  background-image: none;
  color: #777777;
}

.footer {
  background-color: #263b5c;
  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: 760px) {
  .hero-img .carousel .carousel-inner .carousel-item {
    max-height: 600px;
    overflow: hidden;
  }
  .hero-img .carousel .carousel-inner .carousel-item .carousel-caption {
    width: 90%;
  }
  .hero-img .carousel .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
  }
  .hero-img .carousel .carousel-inner .carousel-item .carousel-caption .button {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 580px) {
  .hero-img .carousel .carousel-inner .carousel-item .carousel-caption {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */


@media (max-width: 1199.9px) {
  .navbar > div {
    flex-direction: column;
  }
  #navbarCollapse {
    flex-direction: column;
  }
}

@media (max-width: 767.9px) {
  .navbar > div {
    flex-direction: row;
  }
}