/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2025 | 06:44:53 */
.wp-block-mytheme-cta-banner.cta-banner {
	padding: 20px;
	display: flex;
	align-items: center;
	position: relative;
	background-color: var( --e-global-color-primary );
	background-image: url('/wp-content/uploads/2025/05/288720.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 12px;
	overflow: hidden;
	margin: 1rem 0;
}
.wp-block-mytheme-cta-banner.cta-banner::before {
	content: '';
	background-color: var( --e-global-color-primary );
	background-image: url('/wp-content/uploads/2025/04/Rectangle-2612.png');
	--background-overlay: '';
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 28% auto;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .87;
}
.wp-block-mytheme-cta-banner.cta-banner .cta-image{
    align-self: baseline;
}
.wp-block-mytheme-cta-banner.cta-banner .cta-image, .wp-block-mytheme-cta-banner.cta-banner .cta-content{
	padding: 15px;
	position: relative;
	width: 40%;
}
.wp-block-mytheme-cta-banner.cta-banner .cta-content {
	width: 60%;
}
.wp-block-mytheme-cta-banner.cta-banner .cta-image img{
	border-radius: 10px;
	height: 220px;
	object-fit: cover;
}
.wp-block-mytheme-cta-banner.cta-banner .cta-content .cta-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.4em;
	letter-spacing: 0px;
	word-spacing: 0em;
	color: #F0F0F0;
	padding: 10px 0;
}
.wp-block-mytheme-cta-banner.cta-banner .cta-content .cta-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 24px;
	letter-spacing: -0.13px;
	word-spacing: 0em;
	color: #F0F0F0;
}
.wp-block-mytheme-cta-banner.cta-banner .cta-content .cta-button {
	background-color: #F0F0F0;
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1em;
	word-spacing: 0em;
	fill: #181818;
	color: #181818;
	border: 1px solid #F0F0F0;
	border-radius: 6px;
	display: inline-block;
	padding: 15px 30px;
}
.wp-block-mytheme-cta-banner.cta-banner .cta-content .cta-button::after {
    content: '\f101';
    margin-left: 10px;
    font-family: 'FontAwesome';
    font-weight: 600;
    animation: btn-arrow-Animate 1.6s linear infinite;
	display: inline-block;
	font-size: 12px;
}
.custom-widget-cta-button {
    margin: 15px 0;
}
.custom-widget-cta-button a.cta-button {
    letter-spacing: 0;
    line-height: 1.3;
    display: inline-block;
    padding: 14px 45px 14px 28px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(180deg, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%) !important;
    position: relative;
    color: #fff;
    border-radius: 10px;
}
.custom-widget-cta-button a.cta-button::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 15px;
    margin: auto;
    content: "";
    border-radius: 50%;
    border: 3px solid;
    animation: pulse-flow-reverse 2s infinite;
}