.elementor-kit-11{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#35A851;--e-global-color-35f7c406:#FFFFFF;--e-global-color-a11582b:#353235;--e-global-color-9198737:#000000;--e-global-color-9f61675:#F5F5F5;--e-global-color-a252e45:#FCAF17;--e-global-color-614b96a:#ED4B1A;--e-global-color-76094e5:#626262;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--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:bold;--e-global-typography-accent-text-transform:capitalize;font-family:"Poppins", Sans-serif;font-size:18px;line-height:24px;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Poppins", Sans-serif;font-weight:600;text-transform:capitalize;color:var( --e-global-color-primary );border-style:none;border-radius:30px 30px 30px 30px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{font-family:"Poppins", Sans-serif;}.elementor-kit-11 a:hover{font-family:"Poppins", Sans-serif;}.elementor-kit-11 h1{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;line-height:46px;}.elementor-kit-11 h2{font-family:"Poppins", Sans-serif;font-size:30px;font-weight:400;line-height:36px;}.elementor-kit-11 h3{font-family:"Poppins", Sans-serif;font-size:25px;line-height:31px;}.elementor-kit-11 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-11 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-11 h6{font-family:"Poppins", Sans-serif;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{color:var( --e-global-color-35f7c406 );border-style:none;border-radius:30px 30px 30px 30px;}.elementor-kit-11 img{border-radius:10px 10px 10px 10px;}.elementor-kit-11 label{font-family:"Poppins", Sans-serif;}.elementor-kit-11 input:not([type="button"]):not([type="submit"]),.elementor-kit-11 textarea,.elementor-kit-11 .elementor-field-textual{font-family:"Poppins", Sans-serif;color:var( --e-global-color-9198737 );background-color:var( --e-global-color-9f61675 );border-style:none;border-radius:30px 30px 30px 30px;}.elementor-kit-11 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-11 textarea:focus,.elementor-kit-11 .elementor-field-textual:focus{border-style:none;border-radius:30px 30px 30px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-11{font-size:16px;line-height:20px;}.elementor-kit-11 h1{font-size:30px;line-height:34px;}.elementor-kit-11 h2{font-size:25px;line-height:29px;}.elementor-kit-11 h3{font-size:20px;line-height:24px;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{padding:15px 40px 15px 40px;}}@media(max-width:767px){.elementor-kit-11{font-size:16px;line-height:20px;}.elementor-kit-11 h1{font-size:30px;line-height:34px;}.elementor-kit-11 h2{font-size:25px;line-height:29px;}.elementor-kit-11 h3{font-size:20px;line-height:24px;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ----------------------------------
:: RESPONSIVE UTILITES
---------------------------------- */
/* HIDE - On Tablet and lower ---------------- */
@media (max-width: 1024px) {
    .hide-tablet { display: none; }
}

/* HIDE - On Mobile ---------------- */
@media (max-width: 480px) {
    .hide-mobile { display: none; }
}

/* Hex Code P ----------------*/
.colour-swatch-hex {
    position: relative;
    background-color: black;
    color: white;
    padding: 0px 5px;
    width: fit-content;
    text-transform: uppercase;
    pointer-events: none;
}



/* ----------------------------------
:: DARK THEME
---------------------------------- */

/* Headings ---------------- */
.theme-dark h1 { color: white; }
.theme-dark h2 { color: white; }
.theme-dark h3 { color: white; }
.theme-dark h4 { color: white; }
.theme-dark h5 { color: white; }


/* Paragraphs ---------------- */
.theme-dark .elementor-text-editor p {
  color: white;
}


/* Links ---------------- */
.theme-dark .elementor-text-editor a {
  color: white;
  border-bottom: 1px solid white;
}

.theme-dark .elementor-text-editor a:hover {
  color: gray;
}


/* Buttons ---------------- 
.theme-dark .elementor-button {
  color: white;
  border: 1px solid white;
  background-color: transparent;
}

.theme-dark .elementor-button:hover {
  color: black;
  border: 1px solid white;
  background-color: white;
}
*/


/* -------
:: GHOST BUTTON
---------------------------------- */

.button-ghost .elementor-button {
  color: black;
  border: 1px solid black;
  background-color: transparent;
}

.button-ghost .elementor-button:hover {
  color: white;
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
}

/* -------
:: CONTACT FORM
---------------------------------- */

.theme-dark select option {
    color: black;
    background-color: white;
}/* End custom CSS */