:root {
		--primary-color: #3d7fa0; 
    --secondary-color: #4e5a64; 
    --global_light-color: #f7f7f7; 
    --global_dark-color: #000000; 
}

		.get_in_touch_fullwidth{
			background:url('https://stclairrealty.net/wp-content/uploads/2019/01/home-interior.jpeg');
			background-repeat: no-repeat;
			background-size:cover;
			height:350px		}
		.get_in_touch_fullwidth:before{
			background-color:rgb(0,0,0);
			opacity:0.5;
		}
		.get_in_touch_fullwidth .col h2{
			color:#fff;
		}
		.get_in_touch_fullwidth .col p{
			color:var(--global_light-color);
		}
		
		.get_in_touch_fullwidth .col .btn{
			background:var(--secondary-color);
			border:1px solid var(--secondary-color);
			color:var(--global_light-color);
		}
		.right_side_bt .btn .fa{
			border-left:1px solid var(--global_light-color);
		}
		 