/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2026 | 01:50:43 */
.wpforms-container-full.contact-us-form button[type=submit].contact-us-cta {
	color:white;
	background-color: var(--e-global-color-primary);
	background-transition: 0.3s;
    border-radius: 12px 12px 12px 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
	font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}
.wpforms-container-full.contact-us-form button[type=submit].contact-us-cta:hover {
	background-color: #0B3F80;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.work-experience-table {
	table { margin: 20px 0;border-collapse: collapse;
		tr { margin:0;
			td {
				margin:0;
				padding:20px;
				border:1px solid #ededed;
			}
			th {
				margin:0;
				padding:20px;
				border:1px solid #ededed;background:#F7F9FB;
			}
		}
	}
}