.circle-icon {
	height: 80px;
	width: 80px;
	border-radius: 80px
}
.text-paragraph{
	color: #464e56 !important;
}

.text-title{
	color: #72c05c !important;
}

.text-twitter{
	color: #00ACEE;
}

.text-price{
	color: #2b52a3;
	font-size: 80px;
	font-weight: 600;
}

.bg-twitter{
	background-color: #00ACEE;
}

.bg-price{
	background-color: #e2f4fd;
}

.tp-blue {
	color: #007bff;
}
.tp-indigo {
	color: #6610f2;
}
.tp-purple {
	color: #6f42c1;
}
.tp-pink {
	color: #e83e8c;
}
.tp-red {
	color: #dc3545;
}
.tp-orange {
	color: #fd7e14;
}
.tp-yellow {
	color: #ffc107;
}
.tp-green {
	color: #28a745;
}
.tp-teal {
	color: #20c997;
}
.tp-cyan {
	color: #17a2b8;
}
.tp-grey {
	color: #6c757d;
}
.tp-grey-dark {
	color: #343a40;
}
.tp-primary {
	color: #5867dd;
}
.tp-secondary {
	color: #e1e1ef;
}
.tp-success {
	color: #1dc9b7;
}
.tp-info {
	color: #2786fb;
}
.tp-warning {
	color: #ffb822;
}
.tp-danger {
	color: #fd27eb;
}
.tp-light {
	color: #f8f9fa;
}
.tp-dark{
	color: #21b9ff;
}
.tp-font{
	color: #646c9a;
}
.tp-brand{
	color: #22b9ff;
}

.icon-background-info{
	background: #bcd7f7;
}
.icon-background-warning{
	background: #f7e4bc;
}
.icon-background-success{
	background: #b7f3ec;
}
.icon-background-brand{
	background: #c7edff;
}
.icon-background-primary{
	background: #b7bef3;
}
