.elementor-kit-5{--e-global-color-primary:#687076;--e-global-color-secondary:#FAFAFA;--e-global-color-text:#2B2B2B;--e-global-color-accent:#FAE564;--e-global-color-6a9e66f:#0D1126;--e-global-color-3f52769:#FFFFFF;--e-global-color-20583f8:#FAFAFA;--e-global-color-8e21dd9:#3B82F6;--e-global-color-7b6f86e:#0F1E53;--e-global-color-d1c51c4:#F0F5FD;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-a5696ad-font-family:"Inter";--e-global-typography-a5696ad-font-size:16px;--e-global-typography-a5696ad-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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);}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:2.2rem;--e-global-typography-secondary-font-size:1.8rem;--e-global-typography-a5696ad-font-size:0.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:1.9rem;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:1.8rem;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-a5696ad-font-size:0.8rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*need for template*/
.elementor-counter-title{
    text-align: center;
}

.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}

/*accordion readmore*/
body:not(.elementor-editor-active) .readmoretoggle .e-n-accordion-item[open] .e-n-accordion-item-title {
display: none;
}

.readmoretoggle .e-n-accordion-item-title-text{
    text-decoration: underline;
}

/*tabs contain custome*/
    .tab-content {
        display: none;
        transition: opacity 0.5s ease-in-out;
        opacity: 0;
    }

    .tab-content.active {
        display: block;
        opacity: 1;
    }

/*custom acordion readmore on FAQ section*/
    .acrd-content {
        max-height: 0;
        overflow: hidden;
        transition: width 2s;
  transition-timing-function:cubic-bezier(0.25, 1, 0.5, 1);
        
    }

    .acrd-content.show {
        max-height: fit-content;
        clip-path: inset(0 0 0 0);
    }/* End custom CSS */