.cta-area {
	background-size: cover;
	background-position: center center;
}
.cta-text{
    & span{
    color: $white;
    font-family: $c_bold;
    text-transform: uppercase;
    font-size: 14px;
    }
    & h1{
    font-size: 45px;
	color: #ffffff;
	font-family: "cerebri_sansbold";
	margin-bottom: 0;
	margin-top: 11px;
    }
}
.cta-button {
	margin-top: 42px;
}
.cta-link {
	font-size: 15px;
	color: #fff;
    margin-left: 25px;
    font-weight: 400;
    & i{margin-right: 5px;}
    &:hover{color:$white;}
}
.cta-button .btn.btn-white:hover::before {
	background: #fff;
}
.cta-button .btn:hover .btn-text {
	color:$black;
}
// style-2
.cta-content{
    margin-right:34%;
    & h1{
        font-size: 45px;
        color: #fff;
        margin-bottom: 23px;
        }
    & p{
        color: $white;
        margin-bottom: 32px;
    }
}
.cta-2-button a.border-btn{
    margin-left:17px;
    padding: 19px 40px;
}
.ctas-info{
    background: $white;
    background: #ffffff;
	margin-left: 30px;
	padding: 52px 68px 56px 68px;
	margin-top: 72px;
    & h3{
        color: $theme-color;
        font-size:26px;
        position: relative;
        &::before{
            color: #0963AD;
            content: "\f095";
            font-family: "Font Awesome 5 Pro";
            font-size: 85px;
            position: absolute;
            line-height: 1;
            top: -26px;
            z-index: 9999;
            opacity: .1;
            left: 52px;
            }
        }
}
.btn-margin{margin-left: 5px;}