.banner-slider.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
}


.banner-slider.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 6px;
    transition: all .5s ease-in-out;
}

.banner-slider.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary);
    width: 27px;
    height: 6px;
    transition: all .5s ease-in-out;
}



.productS1 .owl-nav button.owl-next ,
.productS1 .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.5rem;
  height: 2rem;
  background: var(--primary);
  fill: #fff;
}

.productS1 .owl-nav button.owl-next {
  left: 0;
}

.productS1 .owl-nav button.owl-prev {

  right: 0;
  
}

.productS1 .owl-nav button svg{
  width: 1.5rem;
  height: 1.5rem;

}




.svgdesign {
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 400px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--primary);
  }
  
  .produt_group .svgdesign svg {
    stroke: none;
  }
  
  .play-btn-video::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    inset-inline-end: 0;

    z-index: -1;
    background-color: var(--primary);
    border-radius: 0.375rem;
    -webkit-animation: ripple-wave 1s linear infinite;
    animation: ripple-wave 1s linear infinite;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  

  /*section-six*/
.bg-fix-six {
    background-image: url("../../images/bg-fixed/bg-6.jpg");
    background-repeat: repeat;
  }
  
  /*section-six*/

  /*section-seven*/
.bg-fix-seven {
    background-image: url("../../images/bg-fixed/industrial-machine-factory.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  .bg-fix-seven::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .service::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid var(--primary);
    height: 20%;
  }
  .service::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 2px solid var(--primary);
    height: 20%;
  }
  
  
  /*section-seven*/





