/* 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: #d1161e;
  color: #ffffff;
  border: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
}

.navbar {
  background-color: #d1161e;
  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: 10%;
  right: 0;
  bottom: 0;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  width: 90%;
  margin: auto;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-caption h2 {
  font-size: calc(2.1em + 1vw);
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-caption p {
  font-size: calc(0.8em + 0.5vw);
  color: #ffffff;
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
}
.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: #d1161e;
}
.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: #d1161e;
  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: #d1161e;
}
.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: #d1161e;
  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: #d1161e;
}
.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;
}

/* BADGES STYLE */
div#home-badges-section {
	background-color: #0e0900 !important;
	background-size: auto;
	background-image: url(/wp-content/uploads/2022/08/wood-bg.png);
	background-repeat: repeat;
}

.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.badge-holder {
	background: #f1f1f1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	max-width: 300px;
  height: 250px;
	padding: 22px 5px 22px 5px;
	margin-top: 10px;
	border-radius: 8px;
	position: relative;
  border: 3px solid #d1161e;
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
	font-family: 'Nunito', sans-serif;
}

.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
	color: #000;
  font-weight: 700;
  margin-top: 20px;
	text-align: center;
	line-height: 1;
	text-transform: capitalize;
	font-size: 30px;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Oswald', sans-serif;
}

.badge-holder img {
	width: 50%;
	padding-bottom: 5px;
}

@media (max-width: 499.9px) {
  .badge-holder{
    width: 80%;
  }
  
}

@media (max-width: 630px) {
  .carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 0.5rem;
    left: 5%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .carousel-caption h2 {
    font-size: 18px;
  }
  .carousel-caption p.pb-4, .carousel-caption p.pt-4 {
    padding: 0px !important;
  }
}
@media (max-width: 420px) {
  .carousel-caption h2{
    font-size: 14px;
    font-weight: 600;
  }
  .carousel-caption p {
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */
@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 h2 {
    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 {
    width: 90%;
  }
  .hero-img .carousel .carousel-inner .carousel-item .carousel-caption p {
    line-height: 15px;
    font-size: 12px;
    padding-bottom: 0px !important;
  }
  .hero-img .carousel .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgb(0, 0, 0);
    margin-bottom: 0px !important;
  }
  .hero-img .carousel .carousel-inner .carousel-item .carousel-caption .button {
    font-size: 13px;
    text-shadow: 0px 0px 0px rgb(0, 0, 0);
  }
  @media (max-width: 420px) {
  .hero-img .carousel .carousel-inner .carousel-item .carousel-caption {
    width: 90%;
  }
  .hero-img .carousel .carousel-inner .carousel-item .carousel-caption p {
    line-height: 15px;
	font-size: 80%;
    padding-bottom: 0px !important;
  }
  .hero-img .carousel .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgb(0, 0, 0);
    margin-bottom: 0px !important;
  }
  .hero-img .carousel .carousel-inner .carousel-item .carousel-caption .button {
    font-size: 13px;
    text-shadow: 0px 0px 0px rgb(0, 0, 0);
  }
}/*# sourceMappingURL=main.css.map */