.text-primary {
    color: #1E5257 !important;
}

.btn-primary,
.bg-primary {
    background-color: #1E5257 !important;
}

.text-secondary {
    color: #9FDD1B !important;
}

.text-success {
    color: #9FDD1B !important;
}

.btn-secondary,
.bg-secondary {
    background-color: #9FDD1B !important;
}

.btn-warning,
.bg-warning {
    background-color: #F1D63D !important;
}

.text-warning {
    color: #F1D63D !important;
}

.btn-success,
.bg-success {
    background-color: #9FDD1B !important;
}

.btn-danger,
.bg-danger {
    background-color: #EE1D00 !important;
}

.text-danger {
    color: #EE1D00 !important;
}

.btn-gradient,
.bg-gradient,
.text-bg-gradient {
    color: #212020 !important;
    font-weight: bold;
    background: #9FDD1B !important;
    /* background: radial-gradient(at center, #9FDD1B, rgb(146, 242, 67)); */
    border: 1px solid #9FDD1B;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn-gradient:hover {
    background: #212020 !important;
    background-color: #212020 !important;
    border: 1px solid #212020 !important;
    color: #ffffff !important;
}

.btn-dark {
    font-weight: bold;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn-dark:hover {
    background-color: #D0FDD7;
    color: #000000;
    border: 1px solid #1E5257;
}

.text-light {
    color: #ffffff !important;
}

.btn-light,
.bg-light {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #212020 !important;
}

.text-gray-900 {
    color: #212020 !important;
}

.text-gray-700 {
    color: #4B4B4B !important;
}

.text-gray-500 {
    color: #A1A1A1 !important;
}

.bg-gray-100 {
    background: #f7f7f7 !important;
    background-color: #f7f7f7;
}

#testimonial {
    background: #9FDD1B;
    /* background: radial-gradient(at center, #9FDD1B, rgb(146, 242, 67)); */
}