/*-------------------------------------------------------------- 
# Call To Action 
--------------------------------------------------------------*/

.cta-one {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding-top: 187px;
	padding-bottom: 200px;
}

.cta-one::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.6;
}

.cta-one .container {
	position: relative;
}

.cta-one h3 {
	font-weight: bold;
	margin: 0;
	color: #fff;
	font-size: 50px;
}

.cta-one p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 43px;
	margin-top: 25px;
}

.cta-one__btn {
	padding: 20px 59px;
	border-radius: 35px;
	font-size: 17px;
	background-color: var(--thm-primary);
}

.cta-one__btn:hover {
	background-color: #fff;
	color: var(--thm-black);
}

/*-------------------------------------------------------------- 
## Cta Three 
--------------------------------------------------------------*/

.cta-three .inner-container {
	background-color: var(--thm-primary);
	border-radius: 10px;
	position: relative;
	z-index: 30;
	margin-top: -110px;
}

.cta-three__image img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.cta-three__content {
	padding-left: 60px;
	padding-right: 75px;
}

.cta-three__content h3 {
	margin: 0;
	color: #fff;
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 22px;
}

.cta-three__content p {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}