.top-header .hfe-menu-item.elementor-button {
	margin-left: 15px;
	color: var(--bs-white)!important;
}
.wpcf7 form .contact-form + .wpcf7-response-output {
	color: var(--bs-white);
	text-align: center;
	margin: 20px 0 0;
}
.wpcf7 .contact-form .form-group .form-control,.wpcf7 .contact-form .form-group .form-control:focus {
	height: auto;
    border-radius: 0;
    padding: 13px 0!important;
    background: none;
    border: 0;
    border-bottom: 1px solid #FFFFFF45;
    color: var(--bs-white);
    box-shadow: none;
}
.wpcf7 .contact-form .form-group .form-control::placeholder {
	color: var(--bs-white);
	font-weight: 300;
}
.contact-form .form-group .form-control:-webkit-autofill,
.contact-form .form-group .form-control:-webkit-autofill:hover,
.contact-form .form-group .form-control:-webkit-autofill:focus,
.contact-form .form-group .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px rgba(0,0,0,0) inset !important; 
    -webkit-text-fill-color: var(--bs-white) !important;
    transition: background-color 5000s ease-in-out 0s; 
}
.contact-form .submit-btn input,
.contact-form .submit-btn input:hover,
.contact-form .submit-btn input:focus {
	background: #FFFFFF1F url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 9 16' fill='none'><path d='M8.70711 8.70711C9.09763 8.31658 9.09763 7.68342 8.70711 7.29289L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L6.58579 8L0.928932 13.6569C0.538408 14.0474 0.538408 14.6805 0.928932 15.0711C1.31946 15.4616 1.95262 15.4616 2.34315 15.0711L8.70711 8.70711ZM7 8L7 9L8 9L8 8L8 7L7 7L7 8Z' fill='white'/></svg>") no-repeat right 30px center;
 	font-size: 19px;
    border-radius: 8px;
    padding: 17px 55px 17px 30px; 
    margin: 20px 0 0;
    transition: all 0.5s ease;
    color: var(--bs-white);
}
.contact-form .submit-btn input:hover,
.contact-form .submit-btn input:focus {
	background-position: right 20px center;
}
.grecaptcha-badge{opacity:0;}