/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 06 2024 | 08:47:53 */
/* Form CSS */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7-textarea {
	font-family: arial;
	width: 98%;
	display:inline-block;
	border: none;
	margin-bottom: 30px!important;
	padding: 2% 0 2% 2%;
}


.wpcf7-submit{
	width: 100%;
	border: none;
	margin-bottom: 15px!important;
	padding: 15px 0 15px 15px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.wpcf7-submit {
	background-color: #F7C906;
	border-radius: 30px;
	color: #205D91;
	font-size: large;
}

.contact_text {
color: #ffffff;
text-align: center;
}

.wpcf7-response-output {
	color: #ffffff;
}

.wpcf7-not-valid-tip {
	background-color: #dc3232;
	color: #ffffff;
	padding: 2%;
}

.wpcf7-response-output {
	background-color: #ffb900;
	color: #000000;
	padding: 2%;
	margin: 0!important;
}

/*smooth scrolling*/

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html{
    scroll-behavior: auto;
  }
}

*[id] {
    scroll-margin-top: 50px
} 

