:root {
		--primary-color: #4781FF; 
    --secondary-color: #3967CC; 
    --global_light-color: #F9F9F9; 
    --global_dark-color: #252525; 
}

.fullwidth-hero-3{
	background:url('https://brianhicksrealty.com/wp-content/uploads/2018/11/buying-home.jpg');;
	height:550px;
	background-repeat: no-repeat;
    background-size:cover;
}
.fullwidth-hero-3::before{
	background:var(--primary-color);
	opacity:0.5;
}
.fullwidth-hero-3 .fullwidth_content h2{
	color:#fff;
}
.fullwidth-hero-3 .fullwidth_content span{
	color:var(--primary-color);
}
.fullwidth-hero-3 .fullwidth_content p{
	color:var(--global_light-color);
}
.fullwidth-hero-3 .right_side_bt .btn-info{
	background:var(--secondary-color);
	border-color: var(--secondary-color);
	color:var(--global_light-color);
}

