.pattern-contact-001{
    position: relative;
}

.pattern-contact-001:before {
    position: absolute;
    content: '';
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 1600px;
    height: 520px;
    bottom: 0;
    top: 50px;
    margin: auto;
    right: 35px;
    background: url(/images/00_WBC/ContactUs/Group_2277.png);
    z-index: -10 !important;
}
@media (max-width:991px){
.pattern-contact-001:before {
    position: absolute;
    content: '';
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 1291px;
    height: 707px;
    bottom: 0;
    top: 600px;
    margin: auto;
    right: 0;
    background: url(/images/00_WBC/ContactUs/Group_2277.png);
    z-index: -10 !important;
}
}
.contact-style-001 h6.sppb-addon-title {
    color: #fff !important;
}

.contact-style-001 a {
    color:#fff;
    transition:0.3s;
}
.contact-style-001 a:hover{
    color:rgb(255 255 255 / 0.5);
}

.contact-style-001 .sppb-addon-content {
    color:#fff;
}


/*contact-form*/
.contact-form-001 button#bfSubmitButton{
    padding:10px 25px;
    transition:0.3s;
}
.contact-form-001 button#bfSubmitButton:hover{
    background:#CB3E27;
    color:#ffffff;   
    transition:0.3s;
}

.contact-form-001 .form-group .control-label {
    width: 100% !important;
}
.contact-form-001 .form-inline .form-control {
    border: 2px solid;
    color: #CB3E27;
  	border-radius: 0px 0px 0px 0px;
    padding:20px 0px;
}
.contact-form-001 .bfQuickMode .form-inline .form-control {
    width: 100%;
}



.contact-form-001 .control-label {
    font-weight: 800;
    text-transform: uppercase;
}