.elementor-kit-1316{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-2e6c5c0:#37A137;--e-global-color-43109d9:#FFFFFF;--e-global-color-d0b8457:#1B4378;--e-global-color-0206673:#37A137;--e-global-color-a9970d4:#76B82A;--e-global-color-9eab141:#9D9D9C;--e-global-color-bd05969:#F6F6F6;--e-global-color-d5c5f9f:#002B63;--e-global-color-4625c2f:#76B82A;--e-global-color-0e2e94a:#0169B8;--e-global-color-9d5fcb6:#5D7C5A;--e-global-color-2d07ccc:#646363;--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-page-transition-entrance-animation:e-page-transition-slide-out-right;--e-page-transition-exit-animation:e-page-transition-slide-in-left;--e-page-transition-animation-duration:800ms;--e-preloader-animation-duration:0ms;--e-preloader-delay:0ms;--e-preloader-width:200px;}.elementor-kit-1316 e-page-transition{background-color:#000F22;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){margin-block-end: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-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 {
    overflow-x: hidden!important;
}


.elementor-button-text {
    display: inline-block;
    transform: skew(10deg); 
}
.elementor-button {
    transform: skew(-10deg) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.elementor-button:hover {
    transform: translateY(-3px) skew(-10deg)!important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 1);
}


/*scrollbae*/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background: #F6F6F6; 
}
::-webkit-scrollbar-thumb {
    background-color: #76B729; 
    border-radius: 0px;
    border: 3px solid #FBFBFB;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #9FCE00; 
}
::-webkit-scrollbar-thumb:active {
    background-color: #82B336;
}
/*scrollbar end*/



@media (max-width: 768px) {
    .m-border {
        border-radius: 0px!important;
    }
}



.shadow {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;!important;
}
.border {
    border-radius: 4px!important;
}
.overflow {
    overflow: hidden!important;
}
.padding {
    padding: 50px!important;
}
@media only screen and (max-width: 1024px) {
    .padding {
        padding: 20px!important;
    }
    h1 {
        font-size: 25px;
    }
}
.text-overflow {
    white-space: nowrap;
    pointer-events: none;
    text-overflow: ellipsis;
}/* End custom CSS */