.pbmit-element-marquee-effect-style-1 {
	position: relative;
}
.pbmit-element-marquee-effect-style-1::after {
	content: '';
	position: absolute;
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, .7) 32%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 32%, rgba(255, 255, 255, 0) 50%);
	bottom: 0;
    z-index: 1;
    width: 22%;
    height: 100%;
}
.pbmit-elementor-bg-color-light .pbmit-element-marquee-effect-style-1::after{
	background: -webkit-linear-gradient(right, rgba(var(--pbmit-truseo-light-bg-color-rgb), .7) 32%, rgba(var(--pbmit-truseo-light-bg-color-rgb), 0) 50%);
    background: linear-gradient(to right, rgba(var(--pbmit-truseo-light-bg-color-rgb), .7) 32%, rgba(var(--pbmit-truseo-light-bg-color-rgb), 0) 50%);
}
.pbmit-element-marquee-effect-style-1::before {
	content: '';
	position: absolute;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .7) 32%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to left, rgba(255, 255, 255, .7) 32%, rgba(255, 255, 255, 0) 50%);
	bottom: 0;
	right: 0;
    z-index: 2;
    width: 22%;
    height: 100%;
}
.pbmit-elementor-bg-color-light .pbmit-element-marquee-effect-style-1::before{
	background: -webkit-linear-gradient(left, rgba(var(--pbmit-truseo-light-bg-color-rgb), .7) 32%, rgba(var(--pbmit-truseo-light-bg-color-rgb), 0) 50%);
    background: linear-gradient(to left, rgba(var(--pbmit-truseo-light-bg-color-rgb), .7) 32%, rgba(var(--pbmit-truseo-light-bg-color-rgb), 0) 50%);
}
.pbmit-marquee-effect-style-1 .pbmit-element-title{
	font-size:150px;
	line-height: 120px!important;
	color: rgba( var(--pbmit-truseo-blackish-color-rgb) , 0.05 );
	padding-bottom: 30px !important;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper{
	padding-left: 70px;
	margin-left: 0px;
	position: relative;
}
.pbmit-marquee-effect-section-1 .swiper-wrapper {
	position: relative;
}
.pbmit-marquee-effect-section-1 .swiper-wrapper::after {
	content: '';
	position: absolute;
	background: rgba(var(--pbmit-truseo-blackish-color-rgb), .1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	left: 0;
	width: 100px;
	height: 100%;
}
.pbmit-text-color-white .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 {
	color: var(--pbmit-truseo-white-color);
}
.pbmit-elementor-bg-color-blackish  .pbmit-element-marquee-effect-style-1::after,
.pbmit-elementor-bg-color-secondary  .pbmit-element-marquee-effect-style-1::after {
    background: -webkit-linear-gradient(right, rgb(0 0 0 / 70%) 32%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to right, rgb(0 0 0 / 70%) 32%, rgb(0 0 0 / 0%) 50%);
}
.pbmit-elementor-bg-color-blackish .pbmit-element-marquee-effect-style-1::before,
.pbmit-elementor-bg-color-secondary .pbmit-element-marquee-effect-style-1::before {
	background: linear-gradient(to left, rgb(0 0 0 / 70%) 32%, rgb(0 0 0 / 0%) 50%);
}
.pbmit-elementor-bg-color-gradient .pbmit-element-marquee-effect-style-1::before,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-marquee-effect-style-1::before{
	background: linear-gradient(to left, rgba(var(--pbmit-truseo-global-color-rgb),.4) 32%, rgba(255, 255, 255, 0) 50%);
}
.pbmit-elementor-bg-color-gradient .pbmit-element-marquee-effect-style-1::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-element-marquee-effect-style-1::after{
	background: linear-gradient(to right, rgba(var(--pbmit-truseo-global-color-rgb),.4) 32%, rgba(255, 255, 255, 0) 50%);
}
@media(max-width:767px) {
	.pbmit-marquee-effect-style-1 .pbmit-element-title {
		font-size: 80px;
		line-height: 60px !important;
	}
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
		padding-left: 40px;
	}
}