.img-p-ms-s1 {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border: 0px solid white;
  border-radius: 6px;
}

.vire-more-btn-ps.form-control.btn.btn-default {
  background: linear-gradient(to right, #ec2c1f, #b01f15);
  color: white;
  font-weight: 600;
  padding: 10px 26px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.counter-counting span {
  font-size: 33px !important;
  color: #ec2c1f !important;
}

.p-ms-counter-sect,
.p-ms-counter-sect h4 {
  font-family: "Lato", sans-serif;
}

.p-ms-counter-sect h4 {
  font-size: 18px;
  color: black !important;
  text-align: center;
}

.counter-counting span {
  font-size: 50px !important;
}

.counter-plus {
  font-size: 31px !important;
}


.slick-slide img {
  width: 100%;
  filter: grayscale(100%);
  opacity: 0.6;
}




.testimonial-carousel .testimonial-item {
  text-align: center;
  padding: 30px;
  background: #fff;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: none;
  margin: 15px;
  border-radius: 0px !important;
}

.testimonial-carousel img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonial-text {
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
}

.client-name {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 16px;
}

.client-title {
  color: #1e1b1b;
  font-size: 0.9em;
  margin: 0px !important;
  padding: 0 !important;
  line-height: 5px;
}

.owl-nav,
.owl-dots {
  margin-top: 20px;
  text-align: center;
}

.owl-carousel .owl-item {
  background-color: #fff0;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100px;
  text-align: center;
  border-radius: 17px;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-prev:hover {
  position: absolute;
  top: -58px;
  left: 0;
  background: #C70E0100;
  color: #ec2c1f;
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
  border: 2px solid #ec2c1f;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.testimonial .owl-nav .owl-next,
.testimonial .owl-nav .owl-next:hover {
  background: #C70E0100;
  color: #ec2c1f;
  border: 2px solid #ec2c1f;
}

.client-name {
  font-weight: bold;
  margin-bottom: 5px;
  color: #ec2c1f;
  margin-bottom: 2px;
}

.pmst1.st-1 {
  font-size: 17px;
  color: black;
}


.pm-s-sts-title {
  display: inline-block;
  position: relative;
}

.pm-s-sts-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 132%;
  height: 8px;
  background: linear-gradient(to right, #ec2c1f, #11010300);
  z-index: 1;
}

.carousel-item.active {
  overflow: hidden;
}

.carousel-item.active img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s ease;
}

.carousel-item.active img {
  transform: scale(1.2);
}

.carousel-control-prev {
  display: none;
}

.carousel-control-next {
  display: none;
}

.carousel-caption {
  left: 5%;
  bottom: 10%;
}

.im-banner1 {
  background-image: linear-gradient(rgba(6, 0, 0, 0.48), rgb(255, 5, 5)), url('../bright_stone_asset/images/home/banner-sp1.webp');
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  height: 500px;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.im-banner2 {
  background-image: url('../bright_stone_asset/images/home/banner23.webp');
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay; 
  height: 500px;
  color: white; 
  align-items: center;
  justify-content: center;
  text-align: center;

}

.h-contact-nav {
  border-radius: 0px;
}
.h-contact-nav:hover {
  border-radius: 0px;
  background: linear-gradient(to right, #aa1107, #b01f15) !important;
  color: white;
  font-weight: 600;
  padding: 10px 38px !important;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.vire-more-btn-ps:hover {
  padding: 12px 33px !important;
}