.container-fluid {
  max-width: 1680px;
}

.container-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .container-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.padding-l-r {
  padding-left: 3%;
  padding-right: 3%;
}

.services-div {
  background: #fff;
  height: 100%;
  padding: 30px;
  width: 100%;
  position: absolute;
  z-index: 100000;
  /*clip-path: polygon( 0% 40%, 0% 100%, 100% 100%,100% 60%);*/
  clip-path: polygon( 0% 55%, 0% 100%, 100% 100%,100% 70%);
}

#swiper-services .img-fluid {
  position: relative;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5/6;
  padding-bottom: 30%;
  width: 100%;
}

.btn {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-radius: 0;
  background: #F39227;
  display: flex;
  min-width: 229px;
  padding: 16px 10px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: 1px solid #f39227;
}

.btn:hover {
  color: #FFF;
  background: #db790c;
  border: 1px solid #f39227;
}

.btn:focus {
  color: #FFF;
  background: #c36b0b;
}

@media (min-width: 992px) {
  .col-border-left {
    border-left: 1px solid #000;
  }
}

.banner-height {
  height: 70vh;
}

@media (min-width: 992px) {
  .banner-height {
    height: 50vh;
  }
}

.contact-links-border div + div {
  border-top: 1px solid #333;
  padding-top: 10px;
}

.overlay-image {
  position: absolute;
  /*top: 0;*/
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  opacity: 0;
  transition: .2s linear;
  background-color: rgba(0,0,0,0.3);
}

.products_text_overlay {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

.div-product-image {
  position: relative;
}

.div-product-image:hover .overlay-image {
  opacity: 0.8;
  height: 100%;
}

.swiper {
  --swiper-theme-color: #366FF0;
}

strong {
  font-weight: 700;
}

.subtitle {
  margin-top: -40px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .subtitle {
    margin-top: -40px;
    margin-bottom: 50px;
  }
}

.product-details-div {
  height: 100%;
  background: #ffffff;
  padding: 20px 12px;
}

@media (min-width: 576px) {
  .product-details-div {
    height: 100%;
    background: #ffffff;
    padding: 40px 30px;
  }
}

.pinet-img {
  max-height: 35px;
  margin-left: 10px;
}

.pinet-img:hover {
  padding: 2px;
}

.pinet-img:focus {
  padding: 2px;
}

hr {
  width: 25px;
  color: var(--bs-secondary);
  opacity: 1;
  border-width: 2px;
  margin: 0;
}

@media (min-width: 768px) {
  hr {
    width: 50px;
  }
}

.video-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.map-div {
  height: 600px;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .map-div {
    height: 600px;
    position: relative;
    margin-bottom: -80px;
  }
}

