.logo_section {
  padding: 43px 0 132px;
}
.logo_section .section_inner_wrapper {
  width: 1170px;
  margin: 0 auto;
}
.logo_section .heading-section h2 {
  color: #292930;
  font-size: 40px;
  letter-spacing: -.025em;
  line-height: 100%;
  margin-bottom: 23px;
/*   max-width: 725px; */
  padding-top: 0;
}
.logo_section .heading-section h2 span {
  color: #2D663E;
}
.logo_section .logo-wrapper {
  display: block;
  float: none;
  margin: 0 -10px;
  width: auto;
  text-align:center;

}
.logo_section .image_section {
  display: inline-block;
  float: none;
  margin: 0 -2px;
  padding: 30px 20px;
  text-align: left;
  vertical-align: middle;
/*   width: 16.66%; */
  filter: grayscale(1);
  transition: all .3s ease-in-out;
}
.logo_section .image_section:hover{
  filter: grayscale(0);
}
@media (min-width: 992px) and (max-width: 1200px){
  .logo_section .section_inner_wrapper  {
    width: 920px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .logo_section .section_inner_wrapper {
    width: 720px;
  }
}
@media (min-width: 30px) and (max-width: 767px){
  .logo_section .section_inner_wrapper  {
    float: left!important;
    padding: 0 50px;
    width: 100%;
  }
  .logo_section  .owl-carousel .owl-stage{
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .logo_section .owl-nav {
    display: none;
    width: 100%;
    justify-content: center;
    gap:20px;
    background: transparent!important;
    margin:10px 0;

  }
  .logo_section .owl-nav button span{
    font-size:30px;
    line-height:1;
    color:#0f6438;
    margin-bottom: 5px;
  }
  .logo_section .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 120px!important;
  }
  .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: block;
    height: 10px;
    width: 10px;
    background: #8a8a8a;
    border-radius: 50%;
  }
  .logo_section .owl-dots button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  /* .logo_section .image_section {
  padding: 30px 0px;
  width: 89%;
} */
  .logo_section button.owl-dot.active span {
    background: green;
  }
  .logo_section .logo-wrapper {
    margin: 0 0px;
  }

  #logo-slider {
    display: flex;
    position: relative;
    white-space: nowrap;
    width: 800%
  }

  #logo-slider .image_section {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px;
    text-align: center
  }
  .logo_section {
    padding: 43px 0 50px;
  }
  .logo_slider_outter {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .logo_slider_outter:after,.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_slider_outter:after {
    left: auto;
    right: 0;
    transform: rotate(180deg)
  }
}
@media (max-width: 500px){
  .logo_section .image_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .logo_section .section_inner_wrapper {

    padding: 0 20px;

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