.elementor-kit-219{--e-global-color-primary:#1E88E5;--e-global-color-secondary:#FFA000;--e-global-color-text:#081245;--e-global-color-accent:#333333;--e-global-color-caae054:#F5F9FC;--e-global-color-e8061a0:#081245;--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;--e-global-typography-3adc8cc-font-family:"Nunito Sans";--e-global-typography-3adc8cc-font-size:4.1rem;--e-global-typography-3adc8cc-font-weight:800;--e-global-typography-3adc8cc-line-height:63px;--e-global-typography-6d46820-font-family:"Nunito Sans";--e-global-typography-6d46820-font-size:2.5rem;--e-global-typography-6d46820-font-weight:700;--e-global-typography-6d46820-line-height:43px;--e-global-typography-a360bde-font-family:"Nunito Sans";--e-global-typography-a360bde-font-size:1.2rem;--e-global-typography-a360bde-font-weight:700;--e-global-typography-74c9cf8-font-family:"Inter";--e-global-typography-74c9cf8-line-height:29px;--e-global-typography-8a5307d-font-family:"Nunito Sans";--e-global-typography-8a5307d-font-size:1rem;--e-global-typography-042f738-font-family:"Inter";--e-global-typography-042f738-font-size:1rem;--e-global-typography-042f738-font-weight:700;--e-global-typography-4f676b2-font-family:"Inter";--e-global-typography-4f676b2-font-size:1.1rem;--e-global-typography-50f3c14-font-family:"Nunito Sans";--e-global-typography-50f3c14-font-size:1.5rem;--e-global-typography-50f3c14-font-weight:700;}.elementor-kit-219 button,.elementor-kit-219 input[type="button"],.elementor-kit-219 input[type="submit"],.elementor-kit-219 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-042f738-font-family ), Sans-serif;font-size:var( --e-global-typography-042f738-font-size );font-weight:var( --e-global-typography-042f738-font-weight );color:#FFFFFF;border-radius:10px 10px 10px 10px;padding:16px 25px 16px 25px;}.elementor-kit-219 button:hover,.elementor-kit-219 button:focus,.elementor-kit-219 input[type="button"]:hover,.elementor-kit-219 input[type="button"]:focus,.elementor-kit-219 input[type="submit"]:hover,.elementor-kit-219 input[type="submit"]:focus,.elementor-kit-219 .elementor-button:hover,.elementor-kit-219 .elementor-button:focus{background-color:#1976C7;border-radius:10px 10px 10px 10px;}.elementor-kit-219 e-page-transition{background-color:#FFBC7D;}.elementor-kit-219 img{border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-kit-219 button,.elementor-kit-219 input[type="button"],.elementor-kit-219 input[type="submit"],.elementor-kit-219 .elementor-button{font-size:var( --e-global-typography-042f738-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-219 button,.elementor-kit-219 input[type="button"],.elementor-kit-219 input[type="submit"],.elementor-kit-219 .elementor-button{font-size:var( --e-global-typography-042f738-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* sets global styling assets */
:root {
  --box-shadow: 2px 10px 40px rgba(0, 0, 0, 0.1); /* Custom property for box-shadow */
  --border: 2px solid #000000;
  --customcontainerpadding: 60px;
}

/* sets container animation */
@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

#innercontainer {
  animation: slideIn 1s ease-out;
}


/* USP box styling */
.box {
  border-radius: 10px 10px 10px 10px; /* Using the border-radius variable */
  padding: 30px !important;
  box-shadow: 2px 10px 40px rgba(0, 0, 0, 0.04);
}


#ctabox {
  box-shadow: var(--box-shadow) !important; /* Using the box-shadow variable */
  border-radius: 10px 10px 10px 10px; !important; /* Using the border-radius variable */
  border: 1px solid #FFFFFF; !important;
  padding: 30px !important;
}


/* menu bar styling*/
.headerbar {
  display: block;
  box-shadow: var(--box-shadow) !important; /* Using the box-shadow variable */
 
}

/* top-level container padding */
.customcontainer {padding-top: var(--customcontainerpadding); padding-bottom: var(--customcontainerpadding)}




/* DO NOT TOUCH */
/* Initial navbar style */
#navbar {
  padding: 10px 10px;
  transition: padding 0.3s;
}

/* Navbar style when it shrinks */
#navbar.shrink {
  padding: 0px 0px;
  box-shadow: var(--box-shadow) !important; /* Using the box-shadow variable */
  background-color: white;
}

/* Mobile-specific styles */
@media only screen and (max-width: 1000px) {
  /* Adjust padding for mobile devices */
  #navbar {
    padding: 10px 10px;
  }
  
  #navbar.shrink {
    padding: 5px 10px;
  }
}

#navbar.shrink #wpmenu a {
  color: black !important;
}



.customcontainerdark {
    padding-top: var(--customcontainerpadding);
    padding-bottom: var(--customcontainerpadding);
  color: #F5F5F5 !important; /* Forces the text color to white */
}

.customcontainerdark h1,
.customcontainerdark h2,
.customcontainerdark h3,
.customcontainerdark h4,
.customcontainerdark h5,
.customcontainerdark h6,
.customcontainerdark p {
  color: white !important; /* Forces all heading levels to white */
}


@media (max-width: 768px) {
  .hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}/* End custom CSS */