.bg-transparent {
    background: transparent
}
.bg-fff {
    background: #fff
}
.bg-f0f0f0 {
    background: #f0f0f0
}
.bg-eee {
    background: #eee
}
.bg-ddd {
    background: #ddd
}
.bg-ccc {
    background: #ccc
}
.bg-bbb {
    background: #bbb
}
.bg-aaa {
    background: #aaa
}
.bg-999 {
    background: #999
}
.bg-777 {
    background: #777
}
.bg-555 {
    background: #555
}
.bg-333 {
    background: #333
}
.bg-111 {
    background: #111
}
.bg-000 {
    background: #000;
}
.bg-red{
	background: red;
}
.bg-red-2{
	background: #DC1414;
}
.bg-purple{
	background: #652D90;
}
.bg-purple-2{
	background: #A02091;
}
.bg-purple-3{
	background: #662d91;
}
.bg-dark-purple{
	background: #10007A
}
.bg-light-purple{
	background: #C392CE;
}

.bg-finding-help-purple{
	background: #10007C;
}

.bg-finding-help-gradient {
	background: linear-gradient(to right, #20077d 0%, #c9bfed 100%);
}

.bg-finding-help-1{
	background: #ba205f;
}
.bg-finding-help-2{
	background: #68a2bf;
}
.bg-finding-help-3{
	background: #e67364;
}
.bg-finding-help-4{
	background: #4d8a73;
}
.bg-finding-help-5{
	background: #aa5e98;
}
.bg-finding-help-6{
	background: #3e657a;
}
.bg-finding-help-7{
	background: #ffb252;
}
.bg-finding-help-8{
	background: #980073;
}
.bg-finding-help-9{
	background: #e26a92;
}


.txt-fff {
    color: #fff !important
}
.txt-eee {
    color: #eee !important
}
.txt-ddd {
    color: #ddd !important
}
.txt-ccc {
    color: #ccc !important
}
.txt-bbb {
    color: #bbb !important
}
.txt-aaa {
    color: #aaa !important
}
.txt-999 {
    color: #999 !important
}
.txt-777 {
    color: #777 !important
}
.txt-808080 {
    color: #808080 !important
}
.txt-555 {
    color: #555 !important
}
.txt-444 {
    color: #444 !important
}
.txt-4d4d4d {
    color: #4d4d4d !important
}
.txt-333 {
    color: #333 !important
}
.txt-111 {
    color: #111 !important
}
.txt-000 {
    color: #000 !important
}
.txt-red{
	color: #cc0000
}
.txt-red-2{
	color: #DC1414;
}
.txt-purple{
	color: #A02091;
}
.txt-blue{
	color: #0257FF;
}
.txt-pink{
	color: #FF2EF8;
}