.elementor-kit-2887{--e-global-color-primary:#2D3EE9;--e-global-color-secondary:#101111;--e-global-color-text:#494848;--e-global-color-accent:#000000;--e-global-color-ac4a900:#2D3EE9;--e-global-color-1d022ba:#F7B500;--e-global-color-92c3395:#FFFFFF;--e-global-color-b202c6b:#000000;--e-global-color-7a2e91b:#F0F3F5;--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-left;--e-page-transition-exit-animation:e-page-transition-fade-in-down;--e-page-transition-animation-duration:1000ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:100px;}.elementor-kit-2887 e-page-transition{background-color:var( --e-global-color-ac4a900 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@media(max-width:991px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:760px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body{
    max-width: 100%;
    overflow-x: hidden;
}
.elementor-button.elementor-slide-button.elementor-size-xs {
    border-width: 2px;
    border-radius: 100px;
    background: #ff6900 !important;
    border: 2px solid #ff6900;
}

.elementor-kit-2887{
   user-select: none;
}
    .btn{
        background: #2D3EE9;
        width: 100%;
        padding: 20px;
        border-radius: 100px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        transition : all 0.3s ease-in-out;
        border: 2px solid #2D3EE9;
    }
    
    .btn1:hover{
        background: white;
        color: black;
        
    }/* End custom CSS */