:root {
		--primary-color: #055d37; 
    --secondary-color: #2e3134; 
    --global_light-color: #f7f7f7; 
    --global_dark-color: #242424; 
}

		.get_in_touch_fullwidth{
			background:var(--global_dark-color);
			background-repeat: no-repeat;
			background-size:cover;
			height:650px		}
		.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);
		}
		