/*===================== Premery bg color =====================*/
:root {
	--color-primary: #163751;
	--color-secondry: #62b153;
	--color-hover: #fdbd20;
	--rgba-primary-1: rgba(22,55,81,0.1);
	--rgba-primary-2: rgba(22,55,81,0.2);
	--rgba-primary-3: rgba(22,55,81,0.3);
	--rgba-primary-4: rgba(22,55,81,0.4);
	--rgba-primary-5: rgba(22,55,81,0.5);
	--rgba-primary-6: rgba(22,55,81,0.6);
	--rgba-primary-7: rgba(22,55,81,0.7);
	--rgba-primary-8: rgba(22,55,81,0.8);
	--rgba-primary-9: rgba(22,55,81,0.9);
	--text-sec:#2d3239;
}

.footer-bottom{
 background-color: #163751;
color:#ffffff;
}