/* Enter Your Custom CSS Here */


.sticky-element-active,.element-is-sticky {
  width: 100% !important;
}


.contactForm-skin01 .form-group select,
.contactForm-skin01 .form-group button[type='submit']{
    background-color: #111 !important;
    padding:8px 30px !important;
    width: 100% !important;
}

.contactForm-skin01 .form-group select:hover,
.contactForm-skin01 .form-group button[type='submit']:hover{
    background-color: #D10000 !important;
}



