/*===================== Premery bg color =====================*/
:root {
	--color-primary: #000000;
	--color-secondry: #dddddd;
	--color-hover: #ff0000;
	--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: #000000;
color:#ffffff;
}
.footer-bottom a{
color:#ffffff;
}
.footer-bottoma:hover{
color:#ff0000!important;
}
.footer-bottom a:active{
color:#ff0000!important;
}
.footer-bottom a:visited{
color:#ff0000!important;
}