/* CONTACT FORM SUBMIT BTN */
input.wpcf7-form-control.wpcf7-submit:hover {
background-color: black;
color: white;
border: 1px solid black;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: #092be7;
color: white;
border: 1px solid #092be7;
}

/* CONTACT FORM LABELS & INPUT */
.contactform-input {
		font-family: "Rajdhani", Sans-serif;
		margin-bottom: 10px;
    font-weight: bold;
}

.contactform-field {
	font-family: "Rajdhani", sans-serif;
}

.gform-theme--foundation .gform_fields {
    gap: 12px;
}

.gform_validation_errors {
		margin-bottom: 12px !important;	
}

.nav-btn a {
    background-color: #3AA1D1;
    color: white !important;
}

.horizontal-side-flex > .elementor-widget-container > .elementor-icon-box-wrapper {
		display:flex;
		gap: 24px;
		align-items:center;
		justify-content: flex-start;
}
.horizontal-side-flex > .elementor-widget-container > .elementor-icon-box-wrapper > .elementor-icon-box-icon {
		display:flex;
}

.horizontal-side-flex > .elementor-widget-container > .elementor-icon-box-wrapper p.elementor-icon-box-description {
	margin-bottom:0;
}