/* 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;
}

img{
  object-fit: cover;
}

.button {
  background-color: #dd5b34;
  color: #ffffff;
  border: 0px solid #8dc63f;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 4px;
}

.navbar {
  background-color: #ffffffc9;
  color: #000000;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar .navbar-brand {
  font-size: 1.1rem;
  color:#23304D;
  font-weight: 700;
}
.navbar .nav-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #23304D;
  font-weight: 600;
}
.navbar .callbtn {
  background-color: #dd5b34;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border: 0px solid #8dc63f;
  padding: 8px 15px;
  border-radius: 4px;
}
.navbar a.callus {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-right: 1.125rem;
  color: #23304D;
}
.navbar .navbar-toggler {
  background-color: #8dc63f;
  border-radius: 0px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  color: #ffffff !important;
}

.hero-img .carousel {
  position: relative;
  top: 0;
}
.hero-img .carousel .carousel-inner .carousel-item {
  max-height: 700px;
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
}
.hero-img .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100vh;
}
.hero-img .carousel .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  top: 20%;
  bottom: inherit;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding: 1rem 1.125rem;
  color: #000000;
  margin: auto;
}
.hero-img .carousel .carousel-inner .carousel-item .carousel-caption h1 {
  font-size: calc(1.2em + 0.9vw);
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #23304D;
}
.hero-img .carousel .carousel-inner .carousel-item .carousel-caption p {
  font-size: calc(0.5em + 0.8vw);
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  color: #23304D;
}
.hero-img .carousel .carousel-inner .carousel-item .carousel-caption .button {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
  text-transform: uppercase;
}
.hero-img .carousel .carousel-inner .carousel-item .carousel-caption img {
  width: auto;
}

.badgebox-section {
  color: #000000;
  position: relative;
  padding: 5rem 0;
}
.badgebox-section .badge-box {
  padding: 20px 50px;
  border-radius: 50%;
  border: 8px solid #8dc63f;
  background: #ffffff;
  width: 300px;
  height: 300px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}
.badgebox-section .badge-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  color: #8dc63f;
}
.badgebox-section .badge-box .icon {
  margin: auto;
  margin-bottom: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #8dc63f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badgebox-section .badge-box .icon i {
  color: #ffffff;
  font-size: 35px;
}

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

.about-section {
  padding: 3rem 1.25rem;
  background-color: #23304D;
  color: #ffffff;
}
.about-section h2 {
  font-size: calc(0.5em + 3vw);
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 15px;
}
.about-section img {
  border-radius: 4px;
}

.service-section {
  padding: 5rem 1.25rem 4rem 1.25rem;
  color: #000000;
}
.service-section h2 {
  font-size: calc(0.5em + 3vw);
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #dd5b34;
  margin-bottom: 0;
  text-align: center;
}
.service-section .card {
  margin-bottom: 1.25rem;
  border: 0px;
  text-align: center;
}
.service-section .card .card-title {
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  color: #dd5b34;
  font-weight: 700;
}
.service-section .card img {
  /*border-radius: $border-radius $border-radius 0 0;
  box-shadow: 0 15px 8px -8px rgba(0, 0, 0, 0.5);
  margin-bottom: 1.125rem;*/
  border-radius: 50%;
  border: 8px solid #8dc63f;
  max-width: 250px;
  height: 250px;
  margin: 0 auto 20px auto;
}

.gallery-section {
  padding: 5rem 1.25rem 4rem 1.25rem;
}
.gallery-section h2 {
  font-size: calc(0.5em + 3vw);
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #dd5b34;
  margin-bottom: 0px;
  text-align: center;
}
.gallery-section .img-cover {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.gallery-section .img-cover img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border: 8px solid #f7f7f9;
}
.gallery-section .img-cover img:hover {
  border-radius: 4px;
  border: 8px solid #dd5b34;
}

.feature-section {
  padding: 3rem 0;
  background-color: #f7f7f9;
}
.feature-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #dd5b34;
}
.feature-section .list-item {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
.feature-section .list-item li {
  display: block;
  margin: 1rem 0;
  list-style: none;
  font-size: 1rem;
  display: flex;
}
.feature-section .list-item li span {
  margin-right: 25px;
  background-color: #dd5b34;
  padding: 20px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.feature-section .list-item li span i {
  font-size: 15px;
  color: #ffffff;
}
.feature-section .list-item li p {
  padding-top: 10px;
}

.testimonials {
  padding: 3rem 1.25rem;
  text-align: center;
}
.testimonials h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #dd5b34;
  margin-bottom: 0;
  text-align: center;
}
.testimonials .carousel-control-prev-icon {
  background-image: none;
  color: #777777;
}
.testimonials .carousel-control-next-icon {
  background-image: none;
  color: #777777;
}
.testimonials .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;
}
.testimonials .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: #23304D;
  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: 630px) {
  .carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 0.5rem;
    left: 5%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .carousel-caption h1 {
    font-size: 18px;
  }
  .carousel-caption p.pb-4, .carousel-caption p.pt-4 {
    padding: 0px !important;
  }
}
@media (max-width: 420px) {
  .carousel-caption h1 {
    font-size: 14px;
    font-weight: 600;
  }
  .carousel-caption p {
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */

a {
  color: #dd5b34;
}