.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7d63468:#144438;--e-global-color-29525a1:#FFFFFF;--e-global-color-5f990a1:#D9D9D9;--e-global-color-b090158:#144438;--e-global-color-b25495d:#EDEDED;--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-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}{}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 */html,body{
    max-width:100%!important;
    overflow-x:hidden!important;
}

@media (min-width: 768px) {
.faq .e-n-accordion-item-title{width:625px;
    margin:auto;
}

    .faqs .e-n-accordion-item-title {
        width: 925px;
        margin: auto;
    }}
    
    
    .hoverbox > * {
  opacity: 0;
  transform: translateY(10px);
  transition: 
    opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}


.hoverbox > *:nth-child(1) { transition-delay: 0.1s; }
.hoverbox > *:nth-child(2) { transition-delay: 0.2s; }
.hoverbox > *:nth-child(3) { transition-delay: 0.2s; }


.hoverbox:hover > * {
  opacity: 1;
  transform: translateY(0);
 
}

.hoverbox:hover{background-image:none!important;}/* End custom CSS */