.elementor-kit-1663{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-102a9d82:#4054B2;--e-global-color-56db2528:#23A455;--e-global-color-7676fd39:#000;--e-global-color-3ede740f:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1663 a{color:#FFFFFF;font-family:"franklin-gothic-atf", Open;font-weight:800;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:960px;}.e-con{--container-max-width:960px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-1663 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Import Bootstrap CSS */
@import url('../../../../../../../stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css');

/* Import Font Awesome CSS */
@import url('../../../../../../../pro.fontawesome.com/releases/v5.10.0/css/all.css');

.custom-form-styles h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 28px;
    line-height: normal;
    text-align: center
}
.custom-form-styles form.col {
  margin-top: 1.5rem;
}

.custom-form-styles .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.custom-form-styles .form-group input,
.custom-form-styles .form-group select {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #FFFFFF;
  border-radius: 360px;
  background: #FFFFFF;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.custom-form-styles .form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'10\' height=\'5\'%3E%3Cpath fill=\'%23000000\' d=\'M0 0l5 5 5-5z\'/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 10px;
}

.custom-form-styles .form-group label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%); 
  padding: 0 1.25rem;
  transition: 0.2s;
  color: #0d1010;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  pointer-events: none;
  line-height: normal;
  margin: 0;
}

.custom-form-styles .form-group input:focus + label,
.custom-form-styles .form-group input:not(:placeholder-shown) + label,
.custom-form-styles .form-group select:focus + label,
.custom-form-styles .form-group select.filled + label {
  top: -10px;
  left: 0;
  font-size: 0.75rem;
  color: #FFFFFF !important;
}

.custom-form-styles .btn {
  background-color: #006937 !important;
  border-color: #006937 !important;
  color: #fff !important;
  padding: 0.75rem 1.5rem !important;
  border: none;
  border-radius: 360px !important;
  font-size: 28px !important;
  font-weight: bold !important;
  font-style: italic !important;
  cursor: pointer !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 1.5rem !important;
}/* End custom CSS */