/* Slider Module Css Here */
.slider-section .slider1-section { padding: 20px 0; }
.slider2-inner.bg-normal { height: 400px; width: calc(33.33% - 5px); margin-right: 5px; }
.slider2-inner.bg-normal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider2-inner.bg-normal:last-child { margin: 0; width: 33.33%; }
.slider1-inner { min-height: 130px; display: flex; align-items: center; flex-wrap: wrap; justify-content:center;}
.slider-section.frsight-top-bordr{position:relative; padding-top:0;}
.slider-section.frsight-top-bordr:before { position: absolute; top: 0; left: 0; width: 100%; height: 1px; background-color: #e7ebef; content: ""; z-index: 1; }
.custom_slide img { max-width: 110px; margin: 0 auto; width: 110px; height: 70px !important; object-fit: contain;}
.slider2-section .owl-dots button.owl-dot { width: 15px; height: 15px; border-radius: 50%; display: inline-block; background: #ccc; margin: 0 3px; }
.slider2-section .owl-dots button.owl-dot.active { background-color: #000; }
.slider2-section .owl-dots{text-align:center; margin:20px 0px 0px;}

/* $animationSpeed: 40s; */

 @keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(calc(200 * -7px))}
}

.custom_slider {
	height: 140px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: 100%;
  max-width: 1400px;
}

.custom_slider_track {
  animation: scroll 50s linear;
  animation-iteration-count: infinite;
  display: flex;
  width: auto;
  position: absolute;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
}
.custom_slide {
  height: 100%;
  width: 200px;
  text-align: center;
}  

@media (max-width: 767px) {
  .slider2-inner.bg-normal {
    width: 100% !important;
    margin: 5px 0 !important;
  }
}
