/*** 

====================================================================
	News One
====================================================================

***/

.cta-one{
	position: relative;
	padding: 60px 0px 60px;
	background-color: var(--main-color);
}

.cta-one::before{
	position: absolute;
	content: '';
	left: 50%;
	top: 40px;
	width: 2px;
	bottom: 40px;
	opacity: 0.40;
	background-color: var(--white-color);
}

.cta-one_pattern{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: repeat;
}

.cta-one_title{
	position: relative;
	opacity: 0.60;
	font-weight: 400;
	font-size: var(--font-16);
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: var(--margin-bottom-15);
}

.cta-one a{
	position: relative;
	font-weight: 600;
	line-height: 1em;
	font-size: var(--font-30);
	color: var(--white-color);
}

.cta-one a:hover{
	color: var(--color-two);
}

@media only screen and (max-width: 1540px){
	
	
	
}

@media only screen and (max-width: 1450px){
	
	
	
}
	
@media only screen and (max-width: 1340px){

	
	
}

@media only screen and (max-width: 1200px){
	
	

}

@media only screen and (max-width: 1140px){
	
	

}

@media only screen and (min-width: 768px){
	
	
	
}

@media only screen and (max-width: 1023px){
	
	
	
}

@media only screen and (max-width: 900px){
	
}

@media only screen and (max-width: 767px){
	
	.cta-one{
		text-align: center;
	}

	.cta-one::before{
		display: none;
	}

	.cta-one .d-flex{
		display: block !important;
	}

	.cta-one .left-box{
		margin-bottom: var(--margin-bottom-20);
	}

}

@media only screen and (max-width: 599px){
	
	

}

@media only screen and (max-width: 479px) {
	
	.cta-one a{
		font-size: var(--font-24);
	}

}