/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2025 | 21:14:11 */
.slider-wrapper_bt {
  font-size: 15px;
  color:#aaa;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_bt{
  height: 20px;
/*   padding-left:15px; */
  overflow: hidden;
	line-height:20px;
}
.slider_bt div {
  color:#000;
  height: 50px;
  margin-bottom: 50px;
  padding: 2px 15px;
  text-align: center;
  box-sizing: border-box;
}
.slider-text1_bt {
/*   background: lightgreen; */
  animation: slide_bt 10s linear infinite;
}
/* .slider-text2_bt {
  background: skyblue;
}
.slider-text3_bt {
  background: lightcoral;
} */
@keyframes slide_bt {
  0% {margin-top:-300px;}
  5% {margin-top:-200px;}
  33% {margin-top:-200px;}
  38% {margin-top:-100px;}
  66% {margin-top:-100px;}
  71% {margin-top:0px;}
  100% {margin-top:0px;}
}