.cta-section {
	padding-bottom: var(--space-150);
}
.cta-sec-wrap {
	border-radius: var(--radius-default);
	padding: 85px 100px 100px 100px;
	padding-bottom: var(--space-100);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center right;
	z-index: 0;
	background-size: cover;
}
.cta-sec-wrap::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(280deg, rgba(88, 113, 125, 0.1) 30%, rgba(88, 113, 125, 0.94) 58%);
	inset: 0;
	z-index: 0;
	border-radius: inherit;
        pointer-events: none;
}
.cta-sec-wrap::after {
	content: "";
	width: 100%;
	max-width: 566px;
	height: 220px;
	border-radius: 566px;
	background: rgba(88, 113, 125, 0.90);
	filter: blur(57px);
	bottom: calc(-1 * var(--space-100));
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
    pointer-events: none;
    z-index: -1;
}
.cta-title {
	margin: 0 0 16px 0;
}
.cta-btn-wrap {
	margin-top: 23px;
}
.cta-content {
	max-width: 790px;
}

@media screen and (max-width:1440px) {
    .cta-sec-wrap {
	padding: 75px 90px 90px 90px;
}
}
@media screen and (max-width:1360px) {
.cta-sec-wrap::before {
	background: linear-gradient(280deg, rgba(88, 113, 125, 0.1) 40%, rgba(88, 113, 125, 0.94) 58%);
}
}

@media screen and (max-width:1200px) {
.cta-sec-wrap {
	padding: 70px 70px 90px 70px;
}
}
@media screen and (max-width:991px) {
    .cta-sec-wrap {
	padding: 60px 50px 70px 50px;
}
}
@media screen and (max-width:768px) {
.cta-sec-wrap {
	padding: 50px 0 0px 0px;
	background-image: unset !important;
	flex-direction: column;
	overflow: inherit;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.cta-image {
	border-radius: 0 0 10px 10px;
}
.cta-image img {
	position: relative;
	min-height: 260px;
	object-position: center right;
	border-radius: inherit;
}
.cta-inner-box {
	padding: 0 30px;
	text-align: center;
}
.cta-image-box {
	width: 100%;
	margin-top: 40px;
}
.cta-sec-wrap::before {
	background: linear-gradient(280deg, rgba(88, 113, 125, 0.1) -10%, rgba(88, 113, 125, 0.94) 58%);
	border-radius: 10px;
}
.cta-sec-wrap::after {
	display: none;
}
}
@media screen and (max-width:480px) {
    .cta-inner-box {
	padding: 0 10px;
}
}