.heading_text
{
    color: #F4AA39 !important;
}

.greying_box
{
    background-color:#5F5F5F !important;
}

.vc_red_bg
{
    background-color: #E88989 !important;
    color: black !important;
}

.ec_red_bg
{
    background-color: #F8DDDD !important;
    color: black !important;
}
.vc_red_c
{
    color: #E88989 !important;
}

.vc_blue_bg
{
    background-color: #138ACE !important;
    color: white !important;
}
.vc_blue_c
{
    color: #138ACE !important;
}

.vc_yellow_bg
{
    background-color: #F4AA39 !important;
    color: black !important;
}


.vc_light_yellow_bg{
    background-color: #F7C478 !important;
    color: black !important;

}
.vc_yellow_c
{
    color: #F4AA39 !important;
}
.btn-success
{
    background-color: #0594C8 !important;
    color: white !important;
    border-color: #0594C8 !important;
}
.btn-warning
{
    background-color: #F4AA39 !important;
    color: white !important;
    border-color: #F4AA39 !important;
}
.vc_green_bg
{
    background-color: #C0E0B1 !important;
    color: black !important;
}
.vc_green_c
{
    color: #C0E0B1 !important;
}

.vc_yellow
{
    background-color: #F4AA39 !important;
}

.vc_bx_header_bg
{
    background-color: #5F5F5F !important;
    color: #F4AA39 !important;
}

.vc_con_header_bg
{
    background-color: #D9D9D9 !important;
}


.form-block .form-check-input:checked~.form-check-label {
    border-color: #F4AA39 !important;
}

.form-block .form-check-label::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: none;
    line-height: 1.5rem;
    color: #fff;
    font-size: .625rem;
    text-align: center;
    background-color: #F4AA39;
    border-bottom-left-radius: 0.25rem;
    font-family: "Font Awesome 5 Free","Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f00c";
    z-index: 1;
}

.form-check-input:checked {
    background-color: #F4AA39;
    border-color: #F4AA39;
}

.vc_light_bg {
    background-color: #0594C8;
    color: black;
}

.vc_dark_bg {
    background-color: #245477;
    color: white;
}

.btn.vc_dark_bg:hover {
    background-color: #0594C8;
    color: black;
}

.btn.vc_light_bg:hover {
    background-color: #245477;
    color: white;
}

.vc_dark_text {
    color: #245477;
}

.vc_light_text {
    color: #0594C8;
}

.vc_success_bg {
    background-color: #7BC950 !important;
    color: black !important;
}

.vc_error_bg {
    background-color: #C1292E !important;
    color: white !important;
}

.vc_error_text {
    color: #C1292E !important;
}

.vc_light_cyan {
    background-color: #D6F5FF !important;
    color: black !important;
}

.vc_gunmetal {
    background-color: #16353C !important;
    color: white !important;
}

.cp_light_bg {
    background-color: #5F5F5F;
    color: white;
}

