.carousel {
  overflow: visible
}

.carousel-inner .carousel-item {
  transition: -webkit-transform 4.5s ease;
  transition: transform 4.5s ease;
  transition: transform 4.5s ease,-webkit-transform 2s ease
}


.carousel-indicators li, .carousel-indicators li.active {
  width: 15px;
  height: 15px;
  border: 2px solid #5c5c5c;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border-radius: 22px;
}

.carousel-indicators [data-bs-target] {
  border-radius: 22px;
  width: 15px;
  height: 15px;
  border: 2px solid #5c5c5c;
}

.carousel-indicators {
  width: auto;
  right: 8%;
  text-align: right;
  justify-content: flex-end;
}

  .carousel-indicators li {
    background: transparent;
  }

.carousel-inner .item {
  z-index: 1
}

.carousel-control {
  z-index: 2
}

.carousel-inner {
  background-color: #000;
  color: #fff
}

.dropdown-banner {
  background-color: rgb(163, 187, 195) !important;
  color: black !important;
}

  .dropdown-banner a {
    border: none;
    font-weight: bold;
  }

.commercial-pt .carousel-caption {
  position: absolute;
  left: 0;
  text-shadow: none;
  color: #8B6F4E;
  background: rgba(255,255,255,.9);
  z-index: 0;
  padding: 1.5rem;
  /*width: 47%;*/
  max-height: none;
  top: 2rem;
  bottom: auto;
  left: 5%;
  right: 15%;
}

.commercial-pt .pt-sld1 .carousel-caption {
  max-width: 580px;
 /* max-width: 505px;*/
}
.commercial-pt .pt-sld2 .carousel-caption {
  /*max-width: 610px;*/
  max-width: 505px;
}

.carousel-inner .carousel-caption p {
  color: #555;
  margin-bottom: 15px;
  font-size: 16px;
}

.caption-heading, .caption-subheading, .caption-content, .caption-supheading {
  text-align: left;
}

.caption-heading {
  font-size: 34px;
  /*margin: 0 0 10px 0;*/
  text-transform: uppercase;
  font-family: Raleway,Helvetica,Arial,sans-serif;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
}

.caption-supheading {
  font-size: 1.2rem;
}

.caption-subheading {
  font-size: 1.2rem;
}

.caption-content {
  color: #555;
  font-size: 16px;
  text-align: left;
}

.caption-buttons {
  text-align: left;
  padding: 0.5em 0;
}

.carousel-img {
  width: 100%;
  vertical-align: middle;
  text-shadow: none;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 37.5%;
  display: block;
}



.bevel-container {
  display: flex;
  position: absolute;
  right: 10%;
  bottom: 10%;
}

  .bevel-container .bvlimg-class {
    width: 15em;
    MARGIN: 8%;
    text-align: center;
  }

.caption-buttons .btn {
  margin: 2px 0px;
}
/***END Carousel END***/

@media (max-width: 1200px) {
  .commercial-pt .carousel-img {
     min-height: 587px; 
  }
}

@media (max-width: 1919px) {
  .commercial-pt .carousel-img {
     min-height: 635px; 
  }
}
@media (max-width: 576px) {
  .commercial-pt .carousel-img {
    min-height: 475px;
  }
}
@media (min-width: 577px) and (max-width: 1199px) {
  .commercial-pt .carousel-img {
    min-height: 507px;
    height: 525px;
  }
}
.bg-grey {
  background: #efefef;
}
.cl-txt {
  color: #555555;
  margin-bottom: 2px;
  font-weight: 500;
}
.featured-txt {
  text-align: center;
}

@media (min-width: 200px) and (max-width: 767px) {
  .caption-heading {
    font-size: 28px !important;
  }

  .caption-buttons .btn {
      font-size:15px!important;
  }
  .featured-collection h4 {
    font-size: 18px !important;
  }
  h2, .h2 {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .comm-space {
    padding: 0px 100px;
  }
}
.featured-collection .col-2 {
  margin-right: -15px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .tab-padding {
    padding-right: 17%;
  }
  .featured-collection h4 {
    font-size: 18px !important;
  }
  h2, .h2 {
    font-size: 36px;
  }

  
}

