.pbmit-marquee-effect-style-1 .pbmit-element-title {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Fira Sans Condensed', sans-serif;
    line-height: 130% !important;
    font-weight: 400 !important;
	position: relative!important;
	display: flex;
	overflow: visible!important;
	-webkit-text-fill-color: var(--pbmit-yoge-light-bg-color);
	-webkit-text-stroke-width: 0;
	color: transparent;
	letter-spacing: 0.8px;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	-webkit-text-fill-color: var(--pbmit-yoge-secondary-color);
	-webkit-text-stroke: transparent;
	max-width: 0;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover:before {
	max-width: 100%;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper{
	padding: 10px 0;
	padding-left: 100px;
	margin-left: 60px;
	position: relative;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
	content: "";
	background-repeat: no-repeat;
	width: 40px; 
	height: 40px; 
	background-size: contain; 
	background-position: center center;
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 50px;
	line-height: 60px;
	transform: translateY(-50%);
	color: var(--pbmit-yoge-global-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-marquee-effect-style-1 .pbmit-element-title {
	-webkit-text-fill-color: var(--pbmit-yoge-blackish-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-marquee-effect-style-1 .pbmit-element-title,
.pbmit-elementor-bg-color-globalcolor .pbmit-marquee-effect-style-1 .pbmit-element-title{
}
.pbmit-elementor-bg-color-white .pbmit-marquee-effect-style-1 .pbmit-element-title{
	-webkit-text-fill-color: var(--pbmit-yoge-white-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-marquee-effect-style-1 .pbmit-element-title{
	-webkit-text-fill-color: var(--pbmit-yoge-secondary-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-marquee-effect-style-1 .pbmit-element-title:before,
.pbmit-elementor-bg-color-gradient .pbmit-marquee-effect-style-1 .pbmit-element-title:before,
.pbmit-elementor-bg-color-globalcolor .pbmit-marquee-effect-style-1 .pbmit-element-title:before{
	-webkit-text-fill-color: var(--pbmit-yoge-white-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper:before,
.pbmit-elementor-bg-color-globalcolor .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
	color: var(--pbmit-yoge-secondary-color);
}

/* Media Query */
@media (max-width: 767px) {
	.pbmit-marquee-effect-style-1 .pbmit-element-title {
		font-size: 18px !important;
		line-height: 130% !important;
	}
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper{
		padding-left: 70px;
		margin-left: 30px;
	}
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
		font-size: 18px !important;
		line-height: 130% !important;
	}
}