.pbmit-marquee-effect-style-1 .pbmit-element-title {
	font-size: 90px;
	line-height: 110px!important;
	position: relative!important;
	overflow: visible!important;
	display: flex;
	font-weight: 800 !important;
	overflow: visible!important;
	text-shadow: 1px 1px 0 rgba(var(--pbmit-yoge-blackish-color-rgb) ,.8), -1px -1px 0 rgba(var(--pbmit-yoge-blackish-color-rgb) ,.8), 1px -1px 0 rgba(var(--pbmit-yoge-blackish-color-rgb) ,.8), -1px 1px 0 rgba(var(--pbmit-yoge-blackish-color-rgb) ,.8), 1px 1px 0 rgba(var(--pbmit-yoge-blackish-color-rgb) ,.8);
	-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-blackish-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-left: 100px;
	margin-left: 60px;
	position: relative;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
	content: "\e88d";
	font-family: "pbminfotech-base-icons";
	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);
	text-shadow: 1px 1px 0 rgba(var(--pbmit-yoge-white-color-rgb) ,.8), -1px -1px 0 rgba(var(--pbmit-yoge-white-color-rgb) ,.8), 1px -1px 0 rgba(var(--pbmit-yoge-white-color-rgb) ,.8), -1px 1px 0 rgba(var(--pbmit-yoge-white-color-rgb) ,.8), 1px 1px 0 rgba(var(--pbmit-yoge-white-color-rgb) ,.8);
}
.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{
	-webkit-text-fill-color: var(--pbmit-yoge-global-color);
	text-shadow: 1px 1px 0 rgba(var(--pbmit-yoge-white-color-rgb) ,.8), -1px -1px 0 rgba(var(--pbmit-yoge-white-color-rgb) ,.8), 1px -1px 0 rgba(var(--pbmit-yoge-white-color-rgb) ,.8), -1px 1px 0 rgba(var(--pbmit-yoge-white-color-rgb) ,.8), 1px 1px 0 rgba(var(--pbmit-yoge-white-color-rgb) ,.8);
}
.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: 50px;
		line-height: 60px!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: 40px;
		line-height: 50px;
	}
}