#wb-carousel {
  height: 90vh;
  z-index: 0;
}
#wb-carousel .carousel-item {
  z-index: 0;
}
#wb-carousel .carousel-item.active {
  z-index: 1 !important;
}
#wb-carousel .carousel-inner, #wb-carousel .carousel-item {
  height: 90vh;
}
#wb-carousel h4 {
  line-height: 1.4;
  font-size: 1rem;
}
#wb-carousel h1 {
  font-weight: 600;
  font-size: 4rem;
  margin: 0;
  /* margin-bottom:  20px; */
}
#wb-carousel .wb-splash-img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
  object-position: 50% 80%;
}
#wb-carousel .carousel-item {
  position: absolute;
}
#wb-carousel a.wb-std-button {
  line-height: 10;
  color: #fff;
}
#wb-carousel a.wb-std-button:hover {
  text-decoration: none;
  color: #fff;
}
#wb-carousel .carousel-caption {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#wb-carousel .carousel-caption .carousel-caption-contents {
  width: 40%;
  margin-left: 50px;
}
#wb-carousel .carousel-caption .carousel-caption-contents .wb-std-button a {
  color: #fff;
}
#wb-carousel .carousel-caption .carousel-caption-contents .wb-std-button a:hover {
  text-decoration: none;
}
#wb-carousel .carousel-caption .carousel-caption-contents .wb-carousel-counter, #wb-carousel .carousel-caption .carousel-caption-contents .carousel-indicators {
  position: absolute;
  right: 50px;
  z-index: 2;
}
#wb-carousel .carousel-caption .carousel-caption-contents .wb-carousel-counter {
  margin-top: 10px;
  font-size: 1.4rem;
  bottom: 45%;
}
#wb-carousel .carousel-caption .carousel-caption-contents .wb-carousel-counter .fade {
  padding-left: 0;
  margin-left: -3px;
}
#wb-carousel .carousel-indicators {
  width: auto;
  left: auto;
  position: absolute;
  right: 50px;
  margin: 0;
  bottom: 50%;
  z-index: 2;
}
#wb-carousel .carousel-indicators .active {
  background-color: #ef1212;
  z-index: 2;
}
#wb-carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin: 0 5px;
  z-index: 2;
}
#wb-carousel .carousel-indicators li:before, #wb-carousel .carousel-indicators li:after {
  content: none;
}
#wb-carousel .wb-carousel-counter {
  color: #fff;
  width: auto;
  height: auto;
  position: absolute;
  right: -76%;
  bottom: 46%;
  font-size: 1.4em;
  letter-spacing: 2px;
}
#wb-carousel .wb-carousel-counter .fade {
  font-weight: 200;
  opacity: 0.5;
  padding-left: 3px;
}

.wb-splash {
  background-color: darkslategray;
  width: 100%;
  height: 600px;
}
.wb-splash .wb-splash-img {
  object-fit: cover;
  height: 600px;
  width: 100%;
  object-position: 50% 80%;
}
.wb-splash .wb-headline-container {
  color: #fff;
  position: absolute;
  top: 200px;
  left: 80px;
}
.wb-splash .wb-std-button {
  margin-top: 50px;
}

.wb-recent-products {
  width: 100%;
  background: url("../img/IMAGES/recent-items-bg.png") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.wb-recent-products .wb-std-button {
  background-color: #fff;
}
.wb-recent-products a.wb-std-button {
  color: #ef1212;
  text-decoration: none;
}
.wb-recent-products a.wb-std-button:focus {
  outline: 3px solid #000;
}

.wb-recent-products-headline h3 {
  font-size: 2em;
  line-height: 1.5;
  margin: 0;
}

.wb-recent-products-headline p {
  color: #fff;
}

.wb-recent-products .wb-recent-products-items {
  margin: 50px 0;
  display: flex;
}
.wb-recent-products .wb-recent-products-item {
  height: 300px;
  margin: 0 10px;
  display: flex;
  position: relative;
  flex: 1;
  overflow: hidden;
}
.wb-recent-products .wb-recent-products-item a {
  width: 100%;
}
.wb-recent-products .wb-recent-products-item:focus-within {
  outline: 3px solid #fff;
}
.wb-recent-products .wb-recent-products-item:focus-within .wb-recent-item-details {
  transform: translateY(0);
}
.wb-recent-products .wb-recent-products-item img {
  border-radius: 5px;
}
.wb-recent-products .wb-recent-products-item .wb-recent-item-details {
  position: absolute;
  z-index: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.5);
  height: 110px;
  bottom: 0;
  padding: 20px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: 0.2s;
  width: 100%;
  color: #fff;
  text-decoration: none;
  transform: translateY(110px);
}
.wb-recent-products .wb-recent-products-item .wb-recent-item-details p {
  margin-bottom: 0;
  color: #fff;
  font-size: 10px;
}
.wb-recent-products .wb-recent-products-item .wb-recent-item-details .item-title {
  font-size: 1.2rem;
  line-height: 1.3;
}
.wb-recent-products .wb-recent-products-item:hover .wb-recent-item-details {
  -webkit-transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateY(0);
}
.wb-recent-products .wb-recent-products-item .wb-recent-products-item-img-cover {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
.wb-recent-products #wb-recent-products-carousel {
  display: none;
}
.wb-recent-products #wb-recent-products-carousel .carousel-inner {
  width: 100%;
  height: 450px;
}
.wb-recent-products #wb-recent-products-carousel .carousel-inner .carousel-item {
  margin: auto;
  height: 450px;
}
.wb-recent-products #wb-recent-products-carousel .wb-recent-products-item, .wb-recent-products #wb-recent-products-carousel .wb-recent-products-item-img-cover {
  height: 400px;
}
.wb-recent-products #wb-recent-products-carousel ol {
  bottom: -10px;
}
.wb-recent-products #wb-recent-products-carousel .wb-recent-item-details {
  width: 100%;
}
.wb-recent-products #wb-recent-products-carousel .carousel-indicators {
  margin-top: 10px;
}
.wb-recent-products #wb-recent-products-carousel .carousel-indicators li {
  height: 25px;
  width: 25px;
  margin: 0 10px;
}

.wb-services {
  width: 100%;
  margin-bottom: 50px;
}
.wb-services .wb-services-headline {
  font-size: 2em;
  line-height: 1.5;
  margin: 0;
  padding: 50px 0 25px 0;
  text-align: center;
}
.wb-services .wb-container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 25px;
}
.wb-services .wb-service-box1, .wb-services .wb-service-box2, .wb-services .wb-service-box3, .wb-services .wb-service-box4 {
  height: 460px;
  position: relative;
}
.wb-services .wb-image-box, .wb-services .wb-image-box2, .wb-services .wb-image-box3, .wb-services .wb-image-box4 {
  height: 440px;
  max-width: 440px;
  width: 100%;
  background-color: #ef1212;
  position: absolute;
  border-radius: 4px;
}
.wb-services .wb-image-box img, .wb-services .wb-image-box2 img, .wb-services .wb-image-box3 img, .wb-services .wb-image-box4 img {
  object-fit: cover;
  height: 440px;
  max-width: 440px;
  width: 100%;
  border-radius: 4px;
}
.wb-services .wb-image-box {
  top: 0;
  left: 0;
}
.wb-services .wb-image-box2 {
  right: 0;
}
.wb-services .wb-image-box3 {
  bottom: 0;
}
.wb-services .wb-image-box4 {
  right: 0;
  bottom: 0;
}
.wb-services .wb-text-box, .wb-services .wb-text-box2, .wb-services .wb-text-box3, .wb-services .wb-text-box4 {
  position: absolute;
  width: 250px;
  height: 250px;
  z-index: 2;
  padding: 30px 20px 20px 20px;
  text-align: left;
  border-radius: 3px;
  background-color: #f7f7f7;
}
.wb-services .wb-text-box p, .wb-services .wb-text-box2 p, .wb-services .wb-text-box3 p, .wb-services .wb-text-box4 p {
  font-size: 12px;
  line-height: 1.8;
}
.wb-services .wb-text-box img, .wb-services .wb-text-box2 img, .wb-services .wb-text-box3 img, .wb-services .wb-text-box4 img {
  height: 50px;
}
.wb-services .wb-text-box h4, .wb-services .wb-text-box2 h4, .wb-services .wb-text-box3 h4, .wb-services .wb-text-box4 h4 {
  margin: 0;
  padding-top: 30px;
  font-weight: 600;
  font-size: 1.3rem;
}
.wb-services .wb-text-box {
  bottom: 0;
  right: 0;
}
.wb-services .wb-text-box2 {
  bottom: 0;
  left: 0;
}
.wb-services .wb-text-box3 {
  right: 0;
}

.wb-socmed-section {
  background-color: #f7f7f7;
}
.wb-socmed-section h3 {
  padding-top: 50px;
  text-align: center;
}
.wb-socmed-section .wb-socmed-buttons {
  margin: auto;
  margin-top: 25px;
  width: auto;
  text-align: center;
}
.wb-socmed-section .wb-socmed-buttons button {
  background-color: transparent;
}
.wb-socmed-section .wb-socmed-buttons .wb-socmed-button {
  padding: 15px 25px;
  background-color: #fff;
  color: gray;
  border: 1px solid gray;
  border-radius: 3px;
  margin: 5px;
  font-size: 12px;
}
.wb-socmed-section .wb-socmed-buttons .wb-socmed-button:hover {
  color: #ef1212;
  border: 1px solid #ef1212;
  transition: 0.2s;
}
.wb-socmed-section .wb-socmed-posts {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  justify-content: center;
}
.wb-socmed-section .wb-socmed-posts .wb-socmed-post, .wb-socmed-section .wb-socmed-posts .wb-socmed-img, .wb-socmed-section .wb-socmed-posts .wb-socmed-post-over {
  height: 220px;
  width: 220px;
  min-width: 220px;
  border-radius: 3px;
}
.wb-socmed-section .wb-socmed-posts .wb-socmed-post {
  display: flex;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  margin: 10px;
}
.wb-socmed-section .wb-socmed-posts .wb-socmed-post .wb-socmed-img {
  object-fit: cover;
  width: 100%;
}
.wb-socmed-section .wb-socmed-posts .wb-socmed-post .wb-socmed-post-over {
  color: #fff;
  background-color: #ef1212;
  position: absolute;
  flex: 1;
  opacity: 0;
  -webkit-transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wb-socmed-section .wb-socmed-posts .wb-socmed-post .wb-socmed-post-over p {
  color: #fff;
}
.wb-socmed-section .wb-socmed-posts .wb-socmed-post .wb-socmed-post-over .wb-ig-icons {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.wb-socmed-section .wb-socmed-posts .wb-socmed-post .wb-socmed-post-over p {
  padding: 0 10px;
  margin: 0;
}
.wb-socmed-section .wb-socmed-posts .wb-socmed-post .wb-socmed-post-over:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
}

.wb-testimonials {
  padding: 50px 0;
  background-color: #f7f7f7;
}
.wb-testimonials #wb-testimonial-carousel-mobile {
  display: none;
}
.wb-testimonials h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}
.wb-testimonials h3 {
  text-align: center;
  color: #ef1212;
}
.wb-testimonials .wb-testimonial-list {
  margin: 25px 0;
  display: flex;
}
.wb-testimonials .wb-testimonial-list .wb-testimonial-box {
  background-color: #fff;
  flex: 1;
  height: 220px;
  padding: 25px 20px;
  margin: 0 15px;
  text-align: center;
  border-radius: 3px;
}
.wb-testimonials .wb-testimonial-list .wb-testimonial-box .wb-testimonial {
  padding-top: 25px;
  font-style: italic;
  color: gray;
}
.wb-testimonials .carousel-control-prev {
  left: -3%;
  width: 5%;
}
.wb-testimonials .carousel-control-next {
  right: -3%;
  width: 5%;
}
.wb-testimonials .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.wb-testimonials .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.wb-testimonials .carousel-next {
  fill: black;
}

.wb-subscribe .wb-container {
  display: flex;
  align-items: center;
}
.wb-subscribe .wb-subscribe-text {
  font-size: 2em;
  flex: 1;
  padding: 50px 10px;
}
.wb-subscribe .wb-subscribe-text p {
  font-size: 12px;
  line-height: 1.8;
}
.wb-subscribe .wb-subscribe-forms {
  display: flex;
  justify-content: flex-end;
  flex: 2;
}
.wb-subscribe .wb-subscribe-forms form {
  justify-content: flex-end;
  text-align: right;
  width: 100%;
}
.wb-subscribe .wb-subscribe-forms form input {
  padding: 12px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  margin-right: 15px;
  width: 45%;
  font-size: 12px;
}
.wb-subscribe .wb-subscribe-forms form input::placeholder {
  font-size: 12px;
}
.wb-subscribe .wb-subscribe-forms .wb-std-button {
  margin: 0;
}
.wb-subscribe h3 {
  margin: 0;
  line-height: 1;
}
.wb-subscribe p {
  margin: 0;
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #wb-carousel .carousel-indicators {
    right: auto;
    left: 70px;
    bottom: 25%;
  }
  #wb-carousel .carousel-caption h1 {
    font-size: 3rem;
    font-weight: 600;
  }
  #wb-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  #wb-carousel .carousel-caption .carousel-caption-contents {
    width: 50%;
  }
  #wb-carousel .carousel-caption .carousel-caption-contents .wb-std-button {
    margin-top: 30px;
  }
  #wb-carousel .carousel-caption .carousel-caption-contents .wb-carousel-counter {
    font-size: 1rem;
    position: absolute;
    bottom: 20%;
    right: auto;
  }
  #wb-carousel .carousel-caption .wb-std-button {
    margin-top: 20px;
    bottom: 10%;
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  #wb-carousel .carousel-indicators {
    right: auto;
    left: 19px;
    bottom: 25%;
  }
  #wb-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  #wb-carousel .carousel-caption {
    width: 90%;
  }
  #wb-carousel .carousel-caption h1 {
    font-size: 2.5rem;
    font-weight: 600;
  }
  #wb-carousel .carousel-caption .carousel-caption-contents {
    margin-left: 0;
    width: auto;
  }
  #wb-carousel .carousel-caption .carousel-caption-contents .fade {
    margin-left: -8px;
  }

  .wb-recent-products .wb-recent-products-items {
    display: none;
  }
  .wb-recent-products .wb-recent-products-item .wb-recent-item-details {
    transform: translateY(0);
  }
  .wb-recent-products #wb-recent-products-carousel {
    display: block;
  }
  .wb-recent-products #wb-recent-products-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  .wb-recent-products .wb-std-button {
    margin-top: 25px;
    display: inline-block;
  }

  .wb-services .wb-services-headline {
    margin: 0 auto;
    width: 90%;
  }
  .wb-services .wb-services-headline h3 {
    line-height: 1;
  }
  .wb-services .wb-container {
    display: flex;
    flex-wrap: wrap;
  }
  .wb-services .wb-container .wb-service-box1, .wb-services .wb-container .wb-service-box2, .wb-services .wb-container .wb-service-box3, .wb-services .wb-container .wb-service-box4 {
    min-width: 100%;
    position: static;
    height: auto;
    margin-bottom: 20px;
  }
  .wb-services .wb-container .wb-image-box, .wb-services .wb-container .wb-image-box2, .wb-services .wb-container .wb-image-box3, .wb-services .wb-container .wb-image-box4 {
    display: none;
  }
  .wb-services .wb-container .wb-text-box, .wb-services .wb-container .wb-text-box2, .wb-services .wb-container .wb-text-box3, .wb-services .wb-container .wb-text-box4 {
    position: static;
    min-width: 100%;
    height: auto;
    text-align: center;
    padding: 60px 20px;
  }

  .wb-subscribe .wb-container {
    flex-wrap: wrap;
  }
  .wb-subscribe .wb-container .wb-subscribe-text, .wb-subscribe .wb-container .wb-subscribe-forms {
    min-width: 100%;
  }
  .wb-subscribe .wb-container .wb-subscribe-text {
    padding: 50px 10px 20px 10px;
  }
  .wb-subscribe .wb-container .wb-subscribe-forms {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 50px;
  }
  .wb-subscribe .wb-container .wb-subscribe-forms input {
    min-width: 100%;
    margin-bottom: 10px;
  }
  .wb-subscribe .wb-container .wb-subscribe-forms .wb-std-button {
    display: inline-block;
    width: 100%;
  }

  .wb-testimonials #wb-testimonial-carousel {
    display: none;
  }
  .wb-testimonials #wb-testimonial-carousel-mobile {
    display: block;
  }
  .wb-testimonials #wb-testimonial-carousel-mobile .wb-testimonial-list {
    margin: 0;
  }

  .wb-socmed-posts .wb-socmed-post {
    flex: 1;
    height: 150px;
  }
  .wb-socmed-posts .wb-socmed-post .wb-socmed-post-over:hover {
    display: none;
  }
  .wb-socmed-posts .wb-socmed-img, .wb-socmed-posts .wb-socmed-post-over {
    flex: 1;
    height: 150px;
  }
}
#wb-recent-products-carousel .carousel-item {
  height: 15px;
}
