.logo_module {
  padding: 43px 1rem 91px;
}
.logo_module .section_inner_wrapper {
  width: 1170px;
  margin: 0 auto;
}
.logo_module .heading-section h1 {
  color: #292930;
  font-size: 40px;
  letter-spacing: -.025em;
  line-height: 100%;
  margin-bottom: 23px;
  max-width: 725px;
  padding-top: 0;
}
.logo_module .logo-wrapper {
  display: block;
  float: none;
  margin: 0 -10px;
  width: auto;
  text-align:center;

}
.logo_module .image_section {
  display: inline-block;
  float: none;
  margin: 0 -2px;
  padding: 30px 20px;
  text-align: left;
  vertical-align: middle;
  filter: grayscale(1);
  width:100%;
  transition: all .3s ease-in-out;
}
.logo_module .image_section:hover{
  filter: grayscale(0);
}

.logo_module .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
 .logo_module .image_section img {
    display: block;
/*     width: 90% !important; */
}

@media (min-width: 992px) and (max-width: 1200px){
  .logo_module .section_inner_wrapper  {
    width: 920px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .logo_module .section_inner_wrapper {
    width: 720px;
  }
  .logo_module  .owl-stage{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
/*   .logo_module .image_section{
    width: 100%;
    max-width: 95px;
  } */
}
@media (min-width: 30px) and (max-width: 767px){
  .logo_module .section_inner_wrapper  {
    float: left!important;
    padding: 0 0px;
    width: 100%;
  }
  .logo_module  .owl-carousel .owl-stage{
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /*   .logo_module .owl-nav {
  display: none;
  width: 100%;
  justify-content: center;
  gap:20px;
  background: transparent!important;
  margin:10px 0;

} */
  /*   .logo_module .owl-nav button span{
  font-size:30px;
  line-height:1;
  color:#0f6438;
  margin-bottom: 5px;
} */
  .logo_module .owl-carousel .owl-item img {
    display: block;

  }

  /*   .logo_section .owl-nav button {
  background: #fff!important;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  justify-content: center;
  border: 2px solid black;
  border-radius:50%;
} */
  /*   .logo_section .owl-dots {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
} */
  .logo_section .owl-dot span {
    display: none;
  }
  /*   .logo_section .owl-dots button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
} */
  
  /*   .logo_section button.owl-dot.active span {
  background: green;
} */
  .logo_module .logo-wrapper {
    margin: 0 0px;
  }
  .logo_module .section_inner_wrapper {
/*     width: 720px; */
  }
  .logo_module  .owl-stage{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .logo_module .image_section{
    width: 100%;
    max-width:150px;
  }
  .logo_module {
    padding: 43px 0 50px;
  }
  .logo_module .logo_slider_outter {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-left: 0px;
  }
  .logo_module .logo_slider_outter:after, .logo_module .logo_slider_outter:before {
/*     background: #fff;
    background: linear-gradient(90deg,#fff,#fff 31%,hsla(0,0%,100%,0)); */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 9
  } 

  .logo_module .logo_slider_outter:after {
    left: auto;
    right: 0;
    transform: rotate(180deg)
  }
}
@media (max-width: 500px){
  . .logo_module .image_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .logo_module .section_inner_wrapper {
    padding: 0 0px;

  }
  .logo_module {
    padding: 30px 0rem 38px;
  }
  .logo_module .image_section{
    padding:16px 20px;
  }
  .logo_module .owl-carousel.owl-drag .owl-item{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
  }
}
}
@media (max-width: 480px){
  .logo_module .section_inner_wrapper {
    padding: 0 0px;
  }
  .logo_module .heading-section h1 {
    font-size: 25px;
  }
}