.contact-style-001 h2.sppb-addon-title {
    color: #ffee00;
    font-size: 18px;
}

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

.contact-style-001 .sppb-addon-content {
    color: #fff;
}
.contact-border-style-001 {
    background-image:  linear-gradient(#000085, #000024);
    width: 100% !important;
    height: unset;
    padding:50px;
}


/*contact-form*/

.contact-form-001 .bfQuickMode .form-inline .form-control {
    width: 100%;
}

.contact-form-001 .glyphicon-asterisk:before {
    content: unset;
}
.contact-form-001 .form-inline .form-control {
    border: 1px solid;
    color:#000084;
  	border-radius: 0px 0px 0px 0px;
}

.contact-form-001{
    border:2px solid #000084;
    padding:50px;
}

.contact-form-001 .control-label {
    color: #000084;
}
@media (min-width:992px){
.contact-style-002 {
    min-height: 825px;
 }}

/* submit-btn*/
button#bfSubmitButton {
    color: white !important;
    font-weight: 600 !important;
    padding: 15px 40px !important;
    font-size: 16px !important;
  	border-radius: unset !important;
  	background: linear-gradient(#000085,#000024) !important;
    transition: 0.3s !important;  
	float:left !important;
}

button#bfSubmitButton:hover{
	background: linear-gradient(#000085,#000024) !important;
 	transform: scale(1.04); 
}

.map-border-style-001 {
        border:2px solid #000084;
        padding:30px 30px;
        background:#fff;
}