/*=== pbmit-element-marquee-overtext-style-1 ===*/
.pbmit-element-marquee-overtext-style-1 .pbmit-element-title {
	font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: var(--pbmit-gyim-global-color);
    position: relative;
    overflow: visible;
    -webkit-animation: scroll 25s linear infinite;
    animation: scroll 25s linear infinite;
    white-space: nowrap;
    will-change: transform;
}

@-webkit-keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100%));
	}
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100%));
	}
}

@-webkit-keyframes rtlscroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(100%));
	}
}

@keyframes rtlscroll {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(calc(100%));
	}
}

body.rtl .pbmit-element-marquee-overtext-style-1 .pbmit-element-title {
    -webkit-animation: rtlscroll 25s linear infinite;
    animation: rtlscroll 25s linear infinite;	
}
.pbmit-element-marquee-overtext-style-1 .pbmit-element-title span {
	margin-right: 145px;
}
body.rtl .pbmit-element-marquee-overtext-style-1 .pbmit-element-title span {
	margin-left: 145px;
	margin-right: 0;
}
.pbmit-element-marquee-overtext-style-1 .elementor-icon-list-item,
.pbmit-element-marquee-overtext-style-1 .pbmit-front-back .pbmit-element-title,
.pbmit-element-marquee-overtext-style-1 .pbmit-heading-desc {
	color: var(--pbmit-gyim-white-color);
}
.pbmit-text-color-blackish .pbmit-element-marquee-overtext-style-1 .elementor-icon-list-item,
.pbmit-text-color-blackish .pbmit-element-marquee-overtext-style-1 .pbmit-front-back .pbmit-element-title,
.pbmit-text-color-blackish .pbmit-element-marquee-overtext-style-1 .pbmit-heading-desc {
	color: var(--pbmit-gyim-blackish-color);
}
.pbmit-element-marquee-overtext-style-1 .pbmit-element-posts-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-wraper {
	display: block;
	position: relative;
	width: 42%;
}
.pbmit-element-marquee-overtext-style-1 .pbmit-marquee-img {
	position: relative;
	z-index: 2;
}
.pbmit-element-marquee-overtext-style-1 span strong {
	margin: 0 10px 0 0;
	font-weight: 600;
}
body.rtl .pbmit-element-marquee-overtext-style-1 span strong {
	margin: 0 0 0 10px;
}
.pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-content {
	padding: 230px 80px 0 35px;
	position: relative;
}
.pbmit-element-marquee-overtext-style-1 .elementor-icon-list-item {
	position: relative;
	display: flex;
	margin-bottom: 15px;
}
.pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pbmit-element-marquee-overtext-style-1 .elementor-icon-list-item::before {
	content: "";
	min-width: 70px;
	border-top: 2px solid var(--pbmit-gyim-global-color);
	margin: 12px 15px auto 0px;
}
body.rtl .pbmit-element-marquee-overtext-style-1 .elementor-icon-list-item::before {
	margin-left: 15px;
	margin-right: 0;
}
body.rtl .pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-content {
	padding-left: 80px;
	padding-right: 35px;
}
.pbmit-element-marquee-overtext-style-1 .pbmit-heading-desc {
	margin-bottom: 50px;
}
.pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-btn a {
	display: inline-block;
	font-size: 13px;
    padding: 14px 35px;
    text-transform: uppercase;
	color: var(--pbmit-gyim-blackish-color);
    background-color: var(--pbmit-gyim-white-color);
}
.pbmit-text-color-blackish .pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-btn a {
	color: var(--pbmit-gyim-white-color);
	background-color: var(--pbmit-gyim-blackish-bg-color);
}
.pbmit-element-marquee-overtext-style-1 .pbmit-svg-btn:hover svg g,
.pbmit-element-marquee-overtext-style-1 .pbmit-svg-btn:hover svg .pbmit-svg-effect {
	stroke: var(--pbmit-gyim-global-color);
}
.pbmit-element-marquee-overtext-style-1 .pbmit-svg-btn .pbmit-arrow-icon {
	margin-top: 0;
}

@media (max-width: 1200px) {
	body.rtl .pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-content,
	.pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-content {
		padding: 330px 0px 0 0px;
	}
}
@media(max-width:1024px) {
	body.rtl .pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-content,
	.pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-content {
		padding: 200px 0px 0 0px;
	}
}
@media (max-width: 767px) {
	.pbmit-element-marquee-overtext-style-1 .pbmit-element-posts-wrapper {
		display: block;
	}
	body.rtl .pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-content,
	.pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-content {
		padding: 30px 0px 0 0px;
	}
	.pbmit-element-marquee-overtext-style-1 .pbmit-heading-desc {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.pbmit-element-marquee-overtext-style-1 .pbmit-element-title {
		font-size: 40px;
		line-height: 50px;
	}
	.pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-wraper {
		width: 80%;
	}
}
@media (min-width: 768px) {
	.pbmit-element-marquee-overtext-style-1 .pbmit-element-posts-wrapper {
		padding: 50px 0 0;
	}
	.pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-content ul {
		position: absolute;
		top: -48px;
		left: 90px;
	}
	body.rtl .pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-content ul {
		left: inherit;
		right: 90px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-content ul {
		left: 50px;
	}
	body.rtl .pbmit-element-marquee-overtext-style-1 .pbmit-marquee-text-content ul {
		right: 50px;
	}
}
@media (min-width: 320px) {
	.pbmit-element-marquee-overtext-style-1 .pbmit-marquee-position {
		position: absolute;
		left: 45%;
		top: 28%;
		width: 3000px;
	}
	body.rtl .pbmit-element-marquee-overtext-style-1 .pbmit-marquee-position {
		left: inherit;
		right: 45%;
	}
	.pbmit-element-marquee-overtext-style-1 .pbmit-front-text {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
		z-index: 3;
	}
	.pbmit-element-marquee-overtext-style-1 .pbmit-marquee-position.pbmit-front-back {
		z-index: 1;
		pointer-events: none;
	}
}