/* Font Color */
.font__bk{color: #000 !important;}
.font__wh{color: #fff !important;}
.font__df-red{color: #e84130 !important;}
.font__red{color: #d61518 !important;}
.font__blue{color: #007bff !important;}
.font__green{color:#28a745 !important;}
.font__yellow{color:#ffc107 !important;}

/* white background */
.bg-white {background: #fff !important;}
.bg-white h2{color: #313333 !important;}
.bg-white p{font-size: 1.0rem !important; line-height: 1.8 !important; color: #313333 !important;}
@media (max-width: 1199px){
	.bg-white p{font-size: 1.0rem !important; line-height: 1.8 !important;}
}
@media (max-width: 767px){
	.bg-white p{font-size: 0.9rem !important;}
}