.elementor-kit-5{--e-global-color-primary:#C10230;--e-global-color-secondary:#009EDE;--e-global-color-text:#4F4A4A;--e-global-color-accent:#61CE70;--e-global-color-c339c0c:#FFFFFF;--e-global-color-4971e42:#000000;--e-global-color-5577c1a:#F2F2F2;--e-global-typography-primary-font-family:"Montserrat";--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;color:var( --e-global-color-text );font-size:18px;font-weight:400;}.elementor-kit-5 a:hover{color:var( --e-global-color-primary );}.elementor-kit-5 h1{font-size:2.5rem;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@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 */.forms{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: auto;
}

@media (min-width: 960px) {
.form{
 flex: 0 0 31.5%;
  margin: 10px;
}
}

@media (max-width: 959px) {
.form{
 flex: 0 0 100%;
  margin: 10px;
}
}

.form h4{

    font-size:1rem;
    margin:10px;
}

.form input{
    margin: 7px;
    border: solid 1px #009ede; 
}
.form input::placeholder{
    color:#cccccc;
}
.form input[type=checkbox]{
 display: block;
}
.form label{
  display: block;
  padding-left: 30px;
  margin-top: -20px;
  color:#999999;
  font-size:.9rem;
}

.form input[type=submit]{
 background:#009ede;
 color:#ffffff;
 border-radius: 5px;
 padding:5px 25px;
 border-color:#009ede;
 font-weight:500;
}
.form input[type=submit]:hover{
 background:#c10230;
 border-color:#c10230;
}


.form-style{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: auto;
}

.form-style form{
 flex: 0 0 100%;
  margin: 10px;
}

.form-style input, .form-style input[type=date]{
    margin: 7px;
    border: solid 1px #009ede; 
    display: inline-block;
}

.form-style input:after { 
     content: "\A";
     white-space: pre; 
}

.form-style input[type=submit]{
 background:#009ede;
 color:#ffffff;
 border-radius: 5px;
 padding:5px 25px;
 border-color:#009ede;
 width: unset;
 font-weight:500;
}

.form-style input[type=submit]:hover{
 background:#c10230;
 border-color:#c10230;
}

.form-style p{
    margin-top: 60px;
}

.form-style label{
    display: inline-block;
    width: 25%;
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
    justify-content: flex-start!important;
}/* End custom CSS */