.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-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-9 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 */.animbutt-effected .jet-button__instance {
    position: relative;
    overflow: hidden;
}

.animbutt-effected .jet-button__instance:after {
                content: "";
                display: block;
                width: 30px;
                height: 200px;
                margin-left: 60px;
                background: #fff;
                opacity: 0.5;
                position: absolute;
                left: -40px;
                top: -100px;
                z-index: 3;
                transform: rotate(45deg);
                transition: all 0.1s;
                animation-name: slideme;
                animation-duration: 3s;
                animation-delay: 0.05s;
                animation-timing-function: ease-in-out;
                animation-iteration-count: infinite;
            }
            
            
            
  @keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
        }

   30% {
        left: 110%;
        margin-left: 80px;
   }

   100% {
       left: 110%;
       margin-left: 80px;
   }
  }
          
.customcontactform .form-item select,
.customcontactform .form-item textarea,              
.customcontactform .form-item input {
    width: 100%;
    border-radius: 12px;
    border: none;
    padding: 12px 5px;
    font-size: 1em;
}

.customcontactform .form-item select {
    background: white;
}

.customcontactform .form-item textarea {
    resize: none;
}

.form-item-title {
    color: white;
}

.sendbutt-container {
    display: flex;
    justify-content: center;
}

.customcontactform  .wpcf7-spinner {
    display: none !important;
}

#jet-popup-716 {
    
    z-index: 1000;
    
}/* End custom CSS */