/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2026 | 08:48:18 */
.contactForm1 {
    background: #fff;
    border: rgba(28, 28, 28, 10%) solid thin;
    padding: 30px;
    border-radius: 30px;
}
.contactForm1 .form-row2 {
    margin-bottom: 16px;
}
.contactForm1 .form-row2 .formfield {
    background: rgba(28, 28, 28, 5%);
    border: rgba(28, 28, 28, 5%) solid thin;
    border-radius: 8px;
    font-size: 16px;
    height: 50px;
    color: rgba(28, 28, 28, 100%);
}
.contactForm1 .form-row2 .formfield:focus-visible,
.contactForm1 .form-row2 .formfield2:focus-visible{
	border: rgba(28, 28, 28, 5%) solid thin;
	outline:none;
}
.contactForm1 .form-row2 .formfield2 {
    background: rgba(28, 28, 28, 5%);
    border: rgba(28, 28, 28, 5%) solid thin;
    border-radius: 8px;
    font-size: 16px;
    height: 120px;
    color: rgba(28, 28, 28, 100%);
}
.formsubmit { 
    border: none;
    padding: 14px 22px 14px 22px;
    background-repeat: no-repeat;
    background-position: 94% 50%;
    position: relative;
    background-color: transparent !important;
    color: var( --e-global-color-primary ) !important;
	border:1px solid var( --e-global-color-primary ) !important;
}
.formsubmit:hover {
    border: none;
    padding: 14px 22px 14px 22px;
    background-repeat: no-repeat;
    background-position: 94% 50%;
    position: relative;
    background-color: var( --e-global-color-accent ) !important;
    color: var( --e-global-color-secondary ) !important;
	border:1px solid var( --e-global-color-accent) !important;
}

.formsubmit:before {
    position: absolute;
    content: '\f0a9';
    z-index: 1;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    color: var( --e-global-color-primary );
    right: 18px;
    top: 50%;
    transform: translateX(5px) translateY(-50%) !important;
    opacity: 1 !important;
    background: transparent !important;
	
}
.formsubmit:hover::before {
    color: var( --e-global-color-secondary );
    transform: translateX(5px) translateY(-50%) !important;
    opacity: 1 !important;
    background: transparent !important;
}

@media all and (max-width:767px){
	.contactForm1{
		padding:15px;
		border-radius: 15px;
	}
}
