/*===================== Premery bg color =====================*/
:root {
	--color-primary: #045568;
	--color-secondry: #dddddd;
	--color-hover: #c88b2e;
	--rgba-primary-1: rgba(4,85,104,0.1);
	--rgba-primary-2: rgba(4,85,104,0.2);
	--rgba-primary-3: rgba(4,85,104,0.3);
	--rgba-primary-4: rgba(4,85,104,0.4);
	--rgba-primary-5: rgba(4,85,104,0.5);
	--rgba-primary-6: rgba(4,85,104,0.6);
	--rgba-primary-7: rgba(4,85,104,0.7);
	--rgba-primary-8: rgba(4,85,104,0.8);
	--rgba-primary-9: rgba(4,85,104,0.9);
	--text-sec:#2d3239;
}

.footer-bottom{
 background-color: #034555;
color:#ffffff;
}
.footer-bottom a{
color:#ffffff;
}
.footer-bottoma:hover{
color:#c88b2e!important;
}
.footer-bottom a:active{
color:#c88b2e;
}
.footer-bottom a:visited{
color:#c88b2e;
}