.elementor-kit-7{--e-global-color-primary:#15365B;--e-global-color-secondary:#F89C1B;--e-global-color-text:#15365B;--e-global-color-accent:#F89C1B;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;font-family:"Nunito", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#F89C1B;font-family:"Nunito", Sans-serif;text-shadow:0px 0px 0px rgba(0,0,0,0.3);color:#FFFFFF;box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);border-radius:8px 8px 8px 8px;padding:20px 24px 20px 24px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Nunito", Sans-serif;font-size:48px;}.elementor-kit-7 h2{font-family:"Nunito", Sans-serif;font-size:44px;}.elementor-kit-7 h3{font-family:"Nunito", Sans-serif;font-size:34px;}.elementor-kit-7 h4{font-family:"Nunito", Sans-serif;}.elementor-kit-7 h5{font-family:"Nunito", Sans-serif;}.elementor-kit-7 h6{font-family:"Nunito", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1190px;}.e-con{--container-max-width:1190px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@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 */#page{
    overflow: hidden!important;
}


/*Start of Stroke anumation*/
.read-more-btn .elementor-size-sm:after {
     bottom: -4px;
        content: "";
        display: block;
        height: 4px;
        right: 0;
        position: relative;
        background: #15365B!important;
        opacity: 0.6;
        transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
        width: 0; 
}
.read-more-btn .elementor-size-sm:hover:after {
        width: 100%;
        opacity: 0.9; 
}


a.hfe-menu-item:after {
     bottom: 0px;
        content: "";
        display: block;
        height: 4px;
        right: 0;
        position: relative;
        background:#F89C1B;
        opacity: 0.6;
        transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
        width: 0; 
}

a.hfe-menu-item:hover:after {
        width: 100%;
        opacity: 0.9; 
}

/*End of Underlined button animation*/

a {
    text-decoration: underline;
}/* End custom CSS */