CODE

#main-header {
display: none;
}

#page-container {
padding-top: 0px !important;
margin-top: -1px !important;
}
/*zoom and rotate image on hover*/

.pa-image-zoom-rotate .et_pb_image_wrap {
overflow: hidden;
}

/*zoom and rotate image on hover*/

.pa-image-zoom-rotate img {
transition: all .5s ease;
}

/*zoom and rotate image on hover*/

.pa-image-zoom-rotate:hover img {
-webkit-transform: scale(1.05) rotate(1deg);
-ms-transform: scale(1.05) rotate(1deg);
transform: scale(1.05) rotate(1deg);
transition: all .3s ease;
}
span.value_verifier_label {
color: #fff !important;
}
.et_contact_bottom_container {
float: none;
text-align: center;
display: block !important;
}
.et_contact_bottom_container {
margin-top: 5% !important;
}
span.value_verifier_label {
color: #fff !important;
}
/* Style the Divi Form Success Message */
.et-pb-contact-message {
color: #ffffff;
font-size: 21px;
font-weight: 700;
text-transform: uppercase;
}