/*===================== Primary bg color =====================*/
:root {
	--color-primary: #3f4d89;
	--color-secondry: #262e55;
	--color-hover: #a14054;
	--rgba-primary-1: rgba(63,77,137,0.1);
	--rgba-primary-2: rgba(63,77,137,0.2);
	--rgba-primary-3: rgba(63,77,137,0.3);
	--rgba-primary-4: rgba(63,77,137,0.4);
	--rgba-primary-5: rgba(63,77,137,0.5);
	--rgba-primary-6: rgba(63,77,137,0.6);
	--rgba-primary-7: rgba(63,77,137,0.7);
	--rgba-primary-8: rgba(63,77,137,0.8);
	--rgba-primary-9: rgba(63,77,137,0.9);
	--text-sec:#262e55;
}

.bluebck{
 background-color:  #3f4d89;
}



.footer-bottom{
 background-color: #262e55;
color:#ffffff;
}
.footer-bottom a{
color:#ffffff;
}
.footer-bottoma:hover{
color:#a14054!important;
}
.footer-bottom a:active{
color:#a14054;
}
.footer-bottom a:visited{
color:#a14054;
}