.thsn-element-marquee-effect-style-1 .thsn-element-title{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--thsn-dentiq-blackish-color);
    font-size: 128px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 128px */
    letter-spacing: -4px;
    color: transparent;
    margin-bottom: 0;
    display: ruby-text;
    font-family: sans-serif;
}
.thsn-element-marquee-effect-style-1 .thsn-tag-wrapper{
	margin-left: 220px;
	position: relative;
}
.thsn-element-marquee-effect-style-1 .thsn-tag-wrapper::before{
    content: '\e834';
    position: absolute;
    font-family: "themesion-base-icons";
    left: -110px;
    right: auto;
    bottom: -11px;
    font-size: 95px;
    line-height: 95px;
    top: 50%;
    color: var(--thsn-dentiq-global-color);
    display: inline-table;
    animation: rotate360 7s linear infinite;
    margin-top: -18px;
}

@keyframes rotate360 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.thsn-element-marquee-effect-style-1 .thsn-marquee-container .owl-stage {
    display: flex !important;
    flex-shrink: 0;
    animation: scroll 25s linear infinite;
}
.thsn-element-marquee-effect-style-1 .thsn-marquee-container .owl-stage  .owl-item{
    width: auto !important;
}

@keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Bg Colro Set */
.thsn-elementor-bg-color-globalcolor .thsn-element-marquee-effect-style-1 .thsn-tag-wrapper::before{
	background-color: var(--thsn-dentiq-white-bg-color);
}
.thsn-elementor-bg-color-globalcolor .thsn-element-marquee-effect-style-1 .thsn-element-title{
	color:var(--thsn-dentiq-white-color);
}
@media (max-width: 1024px) {
 .thsn-element-marquee-effect-style-1 .thsn-element-title {
      font-size: 100px;
      letter-spacing: -5px;
  }
  .thsn-element-marquee-effect-style-1 .thsn-tag-wrapper::before {
      font-size: 80px;
      line-height: 85px;
      left: -88px;
  }
  .thsn-element-marquee-effect-style-1 .thsn-tag-wrapper {
      margin-left: 190px;
  }
}
@media (max-width: 767px){
  .thsn-element-marquee-effect-style-1 .thsn-element-title {
      font-size: 75px;
      line-height: 75px;
      letter-spacing: -2px;
  }
  .thsn-element-marquee-effect-style-1 .thsn-tag-wrapper::before {
    font-size: 50px;
    line-height: 50px;
    left: -50px;
  }
  .thsn-element-marquee-effect-style-1 .thsn-tag-wrapper {
    margin-left: 100px;
  }
}
@media (max-width: 575px){
   .thsn-element-marquee-effect-style-1 .thsn-element-title {
        font-size: 65px;
        line-height: 65px;
        letter-spacing: 0;
  }
  .thsn-element-marquee-effect-style-1 .thsn-tag-wrapper::before {
        font-size: 45px;
        line-height: 45px;
  }
}