/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 03 2023 | 22:33:33 */
.home-form .fa-user{
position: absolute;
z-index:1000 ;
margin-top: 18px;
margin-left: 10px;
} 

.home-form .fa-envelope{
position: absolute;
z-index:1000 ;
margin-top: 18px;
margin-left: 10px;
}

.home-form .fa-phone{
position: absolute;
z-index:1000 ;
margin-top: 18px;
margin-left: 10px;
}

::placeholder{
	padding-left:30px;
}

.wpcf7-submit{
	background: #EB8113;
}
.home-form input, .home-form textarea {
    padding: 12px;
    border: 1px solid #EB8113;
    border-radius: 0;
}
.home-form textarea {
    height: 120px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: black;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    padding: 12px 30px;
}