.elementor-kit-28{--e-global-color-primary:#022601;--e-global-color-secondary:#333333;--e-global-color-text:#333333;--e-global-color-accent:#969488;--e-global-color-54d7e89:#DBDADF;--e-global-color-df51218:#DFD5D4;--e-global-color-dff956a:#969488;--e-global-color-7a02ecf:#BFBAB7;--e-global-color-1409db6:#B3B6A3;--e-global-color-15e7fb9:#97BF951F;--e-global-typography-primary-font-family:"Abhaya Libre";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Abhaya Libre";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Abhaya Libre";--e-global-typography-accent-font-weight:500;font-size:20px;line-height:28px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:600ms;}.elementor-kit-28 a{color:var( --e-global-color-accent );font-size:20px;line-height:28px;}.elementor-kit-28 h1{font-size:65px;line-height:60px;}.elementor-kit-28 h2{font-size:60px;line-height:60px;}.elementor-kit-28 h3{font-size:45px;line-height:47px;}.elementor-kit-28 h4{font-size:30px;line-height:32px;}.elementor-kit-28 button,.elementor-kit-28 input[type="button"],.elementor-kit-28 input[type="submit"],.elementor-kit-28 .elementor-button{font-size:24px;text-transform:uppercase;line-height:20px;letter-spacing:1px;color:#FFFFFF;border-radius:3px 3px 3px 3px;padding:15px 30px 15px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#FFFFFFBF;--lightbox-ui-color:var( --e-global-color-primary );--lightbox-ui-color-hover:var( --e-global-color-primary );--lightbox-text-color:var( --e-global-color-primary );}.elementor-kit-28 e-page-transition{background-color:#FFFFFF;}.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-28 h1{font-size:50px;line-height:50px;}.elementor-kit-28 h2{font-size:50px;line-height:50px;}.elementor-kit-28 h3{font-size:35px;line-height:37px;}.elementor-kit-28 h4{font-size:25px;line-height:27px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-28{font-size:18px;line-height:26px;}.elementor-kit-28 a{font-size:18px;line-height:26px;}.elementor-kit-28 h1{font-size:40px;line-height:40px;}.elementor-kit-28 h2{font-size:40px;line-height:40px;}.elementor-kit-28 h3{font-size:28px;line-height:30px;}.elementor-kit-28 h4{font-size:24px;line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
}

@supports (overflow:clip) {
    html, body {
    overflow-x: clip !important;
}
}

* {
    outline: none !important;
}

.elementor-button:hover {
    opacity: 0.95;
}

.customfadeinup {
    opacity: 0;
    transform:translate3d(0,100%,0);
    transition: all 1.25s ease 0s; 
}

.customfadeindown {
    opacity: 0;
    transform:translate3d(0,-100%,0);
    transition: all 1.25s ease 0s; 
}

.customfadeinleft {
    opacity: 0;
    transform:translate3d(-100%,0,0);
    transition: all 1.25s ease 0s; 
}

.customfadeinright {
    opacity: 0;
    transform:translate3d(100%,0,0);
    transition: all 1.25s ease 0s; 
}


.customfadeinup.visible {
    opacity: 1;
    transform:translate3d(0,0,0);
}

.customfadeindown.visible {
    opacity: 1;
    transform:translate3d(0,0,0);
}

.customfadeinleft.visible {
    opacity: 1;
    transform:translate3d(0,0,0);
}

.customfadeinright.visible {
    opacity: 1;
    transform:translate3d(0,0,0);
}

.entrancefadeinup {
    animation: entrancefadeinup 1.25s ease 0s;
}

.entrancefadeindown {
    animation: entrancefadeindown 1.25s ease 0s;
}

.entrancefadeinleft {
    animation: entrancefadeinleft 1.25s ease 0s;
}

.entrancefadeinright {
    animation: entrancefadeinright 1.25s ease 0s;
}


@keyframes entrancefadeinup {
    0% { opacity: 0; transform:translate3d(0,100%,0); }
    100% { opacity: 1; transform:translate3d(0,0%,0); }
}

@keyframes entrancefadeindown {
    0% { opacity: 0; transform:translate3d(0,-100%,0); }
    100% { opacity: 1; transform:translate3d(0,0%,0); }
}

@keyframes entrancefadeinleft {
    0% { opacity: 0; transform:translate3d(-100%,0,0); }
    100% { opacity: 1; transform:translate3d(0%,0,0); }
}

@keyframes entrancefadeinright {
    0% { opacity: 0; transform:translate3d(100%,0,0); }
    100% { opacity: 1; transform:translate3d(0%,0,0); }
}/* End custom CSS */