﻿/***********************
* CTA
***********************/
.cta-one{
	background-image: url("../../image/bg/cta-bg-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 100px;	
}
.cta-one-content h2{
	font-size: 50px;
}
.cta-one-content .btn-primary{
 	background-color: var(--thm-black);
 	padding: 18px 49px;
}
.cta-one-content .btn-primary:hover{
	background-color: var(--thm-dark-black);
}
.cta-one-form .btn-primary{
	margin-right:10px;
}
.error-box-inner .cta-two-form-group{
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);	
}

.cta-two-section .cta-two-section-inner{
	background-position: left top;
	background-repeat: no-repeat;
	padding: 60px 60px;
	padding-right: 0;
	position: relative;
	background-color: var(--thm-primary);
}
@media (max-width: 575px) {
	.cta-two-section .cta-two-section-inner {
		padding-right: 60px;
	}
}
.cta-two-section .cta-two-section-inner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4500px;
  height: 100%;
	background-image: url("../../image/bg/cta-two-bg-1.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 60px;
	padding-right: 0;
	background-color: var(--thm-primary);
}
.cta-two-title {
	display: flex;
	position: relative;
	align-items: center;
}
.cta-two-card-icon i{
	color: var(--thm-white);
	font-size: 60px;
}
@media(max-width: 575px) {
	.cta-two-card-icon {
		text-align: left;
		margin-bottom: 10px;
	}
}
.cta-two-card-content{
	margin-left: 35px;
}
@media(max-width: 575px) {
	.cta-two-card-content {
		margin-left:20px;
	}
}
.cta-two-card-content p{
	font-size: 16px;
	color:var(--thm-white);
	font-weight: 400;
	margin-bottom: 0;
}
.cta-two-card-content h3{
	font-size: 34px;
	line-height: 40px;
	color: var(--thm-white);
	margin-bottom: 0;	 
}
@media(max-width: 1199px) {
	.cta-two-form-outer {
		width: 100%;
	}
}
.cta-two-form {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: end;
}
@media(max-width: 1199px) {
	.cta-two-form {
		margin-top: 30px;
		justify-content: start;
	}
}
@media (max-width: 575px) {
	.cta-two-form{
		display: block;
		margin-left: 0;
	}	
}
.cta-two-form-group {
	flex-grow: 1;
	max-width: 400px;
}
.cta-two-form-group input{
	width: 100%;
	font-size: 16px;
	height: 60px;
	color: var(--thm-gray);
	padding: 0px 25px;
	outline: none;
	border: none;
	font-weight: 600;
}
@media only screen and (max-width: 1199px) {
	.cta-two-form-group{
		max-width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.cta-two-form-group{
		width:100%
	}
}
.cta-two-form-group .btn-primary{
	background-color: var(--thm-black);
	height: 60px;
	padding: 18px 49px;
	display: flex;
	align-items: center;
}

.cta-two-form .btn-primary{
	background-color: var(--thm-black);
	height: 60px;
	padding: 18px 49px;
	display: flex;
	align-items: center;
}
@media(max-width: 575px){
	.cta-two-form .btn-primary{
		width: 100%;
		margin: 20px 0px;
	}
}
.cta-two-card-button .btn-primary >a{
	color: var(--thm-white);
}
.cta-two-card-button .btn-primary:hover{
	background-color: var(--thm-dark-black);
}
@media only screen and (max-width: 575px) {
	.cta-two-card-button .btn-primary{
		display: block;
		max-width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 400px) {
	.cta-two-card-button .btn-primary{
		min-width: 190px;
	}
}
.cta-three-inner{
	background-image: url("../../image/bg/cta-bg-3.png");
	background-color: var(--thm-black);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;	
}
.cta-three-content h2{
	font-size: 50px;
	margin-bottom: 35px;
}
.cta-three-inner .btn-primary {
	padding: 19px 50px;
}
.cta-four-section .container .row{
	z-index: 3;
	position: relative;
	align-items: center;
}
.cta-four-inner{
	background-color: var(--thm-primary);
	position: relative;
	padding: 55px 60px;
}
.cta-four-inner:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4500px;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 60px;
	padding-right: 0;
	background-color: var(--thm-primary);
}
.cta-four-content{
	display: flex;
}
.cta-four-content i{
	color: var(--thm-white);
	font-size: 35px;
}
.cta-four-content-box{
	margin-left: 15px;
}
@media(max-width: 575px){
	.cta-four-content-box{
		margin-left: 10px;
	}
}
.cta-four-content-box span{
	color: var(--thm-white);
	font-weight: 600;
}
.cta-four-content-box p{
	color: var(--thm-white);
	margin-bottom: 0px;
}
.cta-four-widget-socials {
	display: flex;
}
.cta-four-widget-socials a{
	height: 40px;
	display: inline-block;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--thm-dark-black);
	color: var(--thm-white);
}
.cta-four-widget-socials a > i{
	font-size: 16px;
}
.cta-four-widget-socials a + a {
	margin-left: 10px;
}
@media (min-width: 1200px) {
	.cta-section .cotainer{
		max-width: 1200px;
	}	
}
.cta-five-card{
	display: flex;
	background-color: #fff;
	padding: 60px 80px;
	align-items: center;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
	overflow: hidden;
	position: relative;
}
@media (max-width: 1399px) {
	.cta-five-card {
		display: block;
		text-align: center;	
	}
}
@media (max-width: 767px) {
	.cta-five-card {
		padding: 60px 30px;
	}
}
.cta-five-card-icon{
	position: relative;
	width: 140px;
	background-color: var(--thm-primary);
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 50px;
}
@media (max-width: 1399px) {
	.cta-five-card-icon {
		margin: 0 auto;
		margin-bottom: 35px;
	}
}
.cta-five-card-icon:before{
	position: absolute;
	content: '';
	top: 0px;
	right: -20px;
	bottom: 0px;
	height: 100%;
	width: 10px;
	background-color: var(--thm-light-bg);
}
.cta-five-card-icon i{
	font-size: 65px;
	color: var(--thm-white);
}
@media (max-width: 1399px) {
	.cta-five-content {
		margin-bottom: 30px
	}
}
.cta-five-content h4{
	font-size: 30px;
	margin-bottom: 14px;
}
.cta-five-content p{
	margin-bottom: 0;
	line-height: 30px;
}
.cta-five-button{
	z-index: 1;
	margin-left: auto;
}
@media (max-width:575px) {
	.cta-five-button{
		padding: 0px;
		text-align: center;
	}	
}
.cta-five-button .btn-primary{
	background-color: var(--thm-black);
	padding: 18px 38px;
	font-size: 14px;
	font-weight: 800;
}
.cta-five-button .btn-primary:hover{
	background-color: var(--thm-primary);
}
.cta-five-img{
	position: absolute;
	right: -20px;
	top: -20px;
	opacity: 0.12;
	transform: rotate(-25deg);
	font-size: 240px;
	line-height: 1;
}
@media (max-width: 767px) {
	.cta-five-img {
		display: none;	
	}
}
.cta-six-section{
	padding: 100px 0px;
}
@media(max-width: 1199px){
	.cta-six-section{
		padding: 70px 0px;
	}
}
.cta-six-box span{
	color: var(--thm-primary);
	font-weight: 700;
}
.cta-six-box > h3{
	margin-top: 30px;
	font-size: 40px;
}
.cta-six-box .btn-primary{
	font-size: 16px;
	font-weight: 600;
}

