.text-purple {
	color: #ECA219 !important;
}
.text-blue {
	color: #1447E5 !important;
}
.text-blue2 {
	color: #2C7FFF !important;
}
.text-green {
	color: #00C851 !important;
}
.bg-blue {
	background-color: #1447E5 !important;
}
.bg-blue2 {
	background-color: #2C7FFF !important;
}
.bg-green2 {
	background-color: #00C851 !important;
}
.bg-orange2 {
	background-color: #FF6900 !important;
}
.bg-purple2 {
	background-color: #AD46FF !important;
}
.bg-red2 {
	background-color: #FA2C37 !important;
}
.bg-pale-blue {
	background-color: #EFF6FF !important;
}
.bg-white{
	background-color: #fff !important;
}
.button-gradient-green {
	background: linear-gradient(to right, #318921 , #61B648);
}
.button-gradient-blue {
	background: linear-gradient(to right, #10126A , #3477CA);
}
.button-gradient-yellow {
	background: linear-gradient(to right, #AD750E , #EDA623);
}