  .elementor-kit-6{--e-global-color-primary:#015571;--e-global-color-secondary:#94D1BE;--e-global-color-text:#707070;--e-global-color-accent:#9DB5B2;--e-global-color-7bbe798:#DAF0EE;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-7bbe798 );}.elementor-kit-6 h1{font-size:1px;}.elementor-kit-6 h2{font-size:1px;line-height:1.3em;}.elementor-kit-6 h3{font-size:1px;line-height:1.3em;}.elementor-kit-6 h4{font-size:1px;}.elementor-kit-6 h5{font-size:1px;}.elementor-kit-6 h6{font-size:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//*Font Sizes (Bootstrap)**/

@media only screen and (min-width: 1200px) {
  .display-1{
      font-size:5rem !important;
  }
  
  .display-2{
      font-size:4.5rem !important;
  }
  
  .display-3{
      font-size:4rem !important;
  }
  .display-4{
      font-size:3.5rem !important;
  }
  .display-5{
      font-size:3rem !important;
  }
  .display-6{
      font-size:2.5rem !important;
  }
  h1{
      font-size:2.5rem !important;
      
  }
  h2{
      font-size:2rem !important;
  }
  h3{
      font-size:1.75rem !important;
  }
  h4{
      font-size:1.5rem !important;
  }
  h5{
      font-size:1.25rem !important;
  }
  h6{
      font-size:1rem !important;
  }
}

.display-1{
    font-size: calc(1.625rem + 4.5vw) !important;
}
.display-2{
    font-size: calc(1.575rem + 3.9vw) !important;
}
.display-3{
    font-size: calc(1.525rem + 3.3vw) !important;
}
.display-4{
    font-size: calc(1.475rem + 2.7vw) !important;
}
.display-5{
    font-size: calc(1.425rem + 2.1vw) !important;
}
.display-6{
    font-size: calc(1.375rem + 1.5vw) !important;
}
h1{
    font-size: calc(1.375rem + 1.5vw) !important;
    margin-top: 3rem !important;
    margin-bottom:3rem !important;
}
h2{
    font-size: calc(1.325rem + .9vw) !important;
    margin-top: 2.5rem !important;
    margin-bottom:2.5rem !important;
}
h3{
    font-size: calc(1.3rem + .6vw) !important;
    margin-top: 2rem !important;
    margin-bottom:2rem !important;
}
h4{
    font-size: calc(1.275rem + .3vw) !important;
    margin-top: 1.5rem !important;
    margin-bottom:1.5rem !important;
}
h5{
    font-size:1.25rem !important;
    margin-top: 1rem !important;
    margin-bottom:1rem !important;
}
h6{
    font-size:1rem !important;
    margin-top: 0.5rem !important;
    margin-bottom:0.5rem !important;
}
.lead{
    font-size: 1.25rem !important;
}

body{
    font-size: 1rem;
}

@media screen and (max-width: 1023px) {
    .header{
        padding-top:105px;
    }
}


/***/



.post-password-form.show {
    opacity: 1;
    transition: all .5s;
}
.post-password-form {
    text-align: center;
    padding: 300px 20px 200px;
    font-family: "Poppins";
}

.post-password-form p {
    display: block;
    margin-bottom: 3rem;
    color: #015571;
    font-size: 1.5em;
    font-weight: 600;
    
}

.post-password-form label {
    font-weight: 400;
    font-size: medium;
    color: #707070
}

.post-password-form .onboarding-txt {
    color: #015571;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 100px;
    display: block;
}

.post-password-form i {
    font-size: 2.5em;
    color: #fff;
    background: #015571;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
    line-height: 80px;
}

.post-password-form .post-password-form-title {
    color: #015571;
    font-size: 1.5em;
    font-weight: 600;
    display: block;
}

.post-password-form p.sub-title {
    color: #7a7a7a;
    opacity: .6;
    display: block;
}

.post-password-form input[type=password] {
    outline: none;
    border: none;
    border-bottom: 1px solid #666;
    border-bottom-width: 1px;
    border-radius: 0px;
    border-width: 1.5px;
}

.post-password-form input[type=submit] {
    background: #015571;
    color: white;
    border-color: #015571;
    font-weight: 600;
    margin-left: 40px;
    outline: none;
    border: 1px solid #015571;
    margin: auto;
    margin-top: auto;
    margin-top: 30px;
    width: 350px;
    display: block;
    border-radius: 50px;
    text-transform: uppercase;
}/* End custom CSS */