.elementor-kit-8{--e-global-color-primary:#3B5556;--e-global-color-secondary:#639799;--e-global-color-text:#212F30;--e-global-color-accent:#639799;--e-global-color-1f28036:#000000;--e-global-color-cc7e99f:#FFFFFF;--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;color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;font-size:20px;line-height:1.7em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#3B5556;}.elementor-kit-8 a:hover{color:var( --e-global-color-accent );}.elementor-kit-8 h1{color:#3B5556;font-family:"Noto Serif JP", Sans-serif;font-size:2.5em;font-weight:400;line-height:1.2em;letter-spacing:-1.7px;}.elementor-kit-8 h2{color:#3B5556;font-family:"Noto Serif JP", Sans-serif;font-size:40px;letter-spacing:-1px;}.elementor-kit-8 h3{color:#3B5556;font-family:"Noto Serif JP", Sans-serif;font-size:1.7em;line-height:1.3em;letter-spacing:-1px;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-8{font-size:18px;}.elementor-kit-8 h1{font-size:2.5em;line-height:1.3em;}.elementor-kit-8 h2{font-size:35px;line-height:1.1em;}.elementor-kit-8 h3{font-size:27px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:16px;}.elementor-kit-8 h1{font-size:2.2em;line-height:1.3em;}.elementor-kit-8 h2{font-size:1.8em;line-height:1.3em;}.elementor-kit-8 h3{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */strong, b {font-weight:600!important;}

a {-webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -ms-transition: color .5s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

@media only screen and (max-width: 380px) {

.elementor-field-group .elementor-field-textual {
margin: auto;
}
.elementor-field-group .elementor-field-textual {
text-align: center;
}
}

/*Restyle <ul> <li> Bullet lists with NO 'bullets' styling for mobile*/

.elementor-text-editor ul  {

  list-style: none; /* Remove default bullets */
  margin: 0px 0px 15px 20px;
   text-align:left;

}

.elementor-text-editor ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #03547A;
  font-weight: 800;
  font-size: 140%;
  line-height:1;
  vertical-align:middle;
   display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1.5em; /* Also needed for space (tweak if needed) */
    }
    
.elementor-text-editor ul li {padding:20px 0px 0px 0px; }

@media only screen and (max-width: 375px) {
    
.elementor-text-editor ul {
    
    margin:0px;
    padding:0px;
    text-align:center;
    
  }
    
.elementor-text-editor ul li::before {
    
    content: "\007C";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    display:none; /*Remove bullet */
    
  }
  
  .elementor-text-editor ul li{
    
    padding:0px 0px 25px 0px;
   
  }
  
  .elementor-text-editor ul li::after{
      
      display:block;content: "";
      border-bottom:solid 2px #03547A;
      width:7%;
      margin:0px auto 0px auto;
      padding-bottom:25px;
  
}

}

#form-field-fname, #form-field-lname {
text-transform: capitalize;
}

#form-field-email {
text-transform: lowercase;
}

#form-field-message {
text-transform: none;
}/* End custom CSS */