.pbmit-marquee-effect-style-1 .pbmit-element-title{
	font-size:30px;
	line-height: 55px !important;
	color:var(--pbmit-vizaa-blackish-color);
	font-weight: 400;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper{
	padding-left: 63px;
    margin-left: 25px;
	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: 30px;
	transform: translateY(-50%);
	color: var(--pbmit-vizaa-blackish-color);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 0 5px;
	font-weight: 400;
}
/* Bg Color */
.pbmit-elementor-bg-color-globalcolor .pbmit-marquee-effect-style-1 .pbmit-element-title,
.pbmit-elementor-bg-color-blackish .pbmit-marquee-effect-style-1 .pbmit-element-title,
.pbmit-elementor-bg-color-secondary .pbmit-marquee-effect-style-1 .pbmit-element-title,
.pbmit-elementor-bg-color-globalcolor .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before,
.pbmit-elementor-bg-color-blackish .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before,
.pbmit-elementor-bg-color-secondary .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
	color: var(--pbmit-vizaa-white-color);
}
.pbmit-text-color-blackish .pbmit-marquee-effect-style-1 .pbmit-element-title{
	color: var(--pbmit-vizaa-blackish-color);
}
.pbmit-text-color-white .pbmit-marquee-effect-style-1 .pbmit-element-title{
	color: var(--pbmit-vizaa-white-color);
}


@media (max-width: 1366px) {
	.pbmit-marquee-element .pbmit-element-marquee-effect-style-1::before {
		left: -30px !important;
	}
	.pbmit-marquee-element .pbmit-element-marquee-effect-style-1::after {
        right: -30px !important;
    }
}