.ts-marquee-style-2 .ts-element-title{
  font-size: 90px;
  line-height: 100px;
  font-style: normal;
  margin-bottom: 0;
  display: ruby-text;
  color: #D3E0F0;
}
.ts-marquee-style-2 .ts-tag-wrapper{
  margin-left: 140px;
  position: relative;
}
.ts-marquee-style-2 .ts-tag-wrapper::before{
  content: '\e882';
  position: absolute;
  font-family: "ts-labtechco-icons";
  left: -100px;
  right: auto;
  font-size: 60px;
  line-height: 60px;
  top: 10px;
  display: inline-table;
  color: var(--tste-labtechco-skincolor-dark);
}
.ts-marquee-style-2 .ts-marquee-container .owl-stage {
  display: flex !important;
  flex-shrink: 0;
  animation: scroll 25s linear infinite;
}
.ts-marquee-style-2 .ts-marquee-container .owl-stage  .owl-item{
  width: auto !important;
}
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* Bg Colro Set */
.tste-elementor-bg-color-secondary .ts-marquee-style-2 .ts-tag-wrapper::before,
.tste-elementor-bg-color-secondary .ts-marquee-style-2 .ts-element-title,
.tste-elementor-bg-color-globalcolor .ts-marquee-style-2 .ts-tag-wrapper::before,
.tste-elementor-bg-color-globalcolor .ts-marquee-style-2 .ts-element-title {
  color: var(--tste-labtechco-skincolor-white);
}
@media (max-width:1200px){
  .ts-marquee-style-2 .ts-element-title {
      font-size: 70px;
      line-height: 70px;
  }
  .ts-marquee-style-2 .ts-tag-wrapper::before {
      font-size: 50px;
      line-height: 50px;
  }
}
@media (max-width:767px){
  .ts-marquee-style-2 .ts-element-title{
      font-size: 40px;
      line-height: 50px;
  }
  .ts-marquee-style-2 .ts-tag-wrapper::before {
        font-size: 30px;
        line-height: 20px;
  }
}