.elementor-kit-5{--e-global-color-primary:#1A365E;--e-global-color-secondary:#1A365E;--e-global-color-text:#1A365E;--e-global-color-accent:#E60080;--e-global-color-deda33d:#FFFFFF;--e-global-color-2dd730f:#F9F9F9;--e-global-color-7e7ca8f:#007FA2;--e-global-color-ccc1300:#1A365E;--e-global-color-3c6a723:#0B182B;--e-global-color-dae9be5:#E60080;--e-global-color-ef3e901:#F2ABCD;--e-global-color-0883d61:#B0D497;--e-global-color-8ed9c8f:#1A365ECC;--e-global-typography-primary-font-family:"museo-sans";--e-global-typography-primary-font-size:4vw;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"museo-sans";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"museo-sans";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:none;font-family:"museo-sans", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );font-family:"museo-sans", Sans-serif;}.elementor-kit-5 h1{font-family:"museo-sans", Sans-serif;}.elementor-kit-5 h2{font-family:"museo-sans", Sans-serif;}.elementor-kit-5 h3{font-family:"museo-sans", Sans-serif;}.elementor-kit-5 h4{font-family:"museo-sans", Sans-serif;}.elementor-kit-5 h5{font-family:"museo-sans", Sans-serif;}.elementor-kit-5 h6{font-family:"museo-sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */body{
    overflow-x:hidden !important;
    background-color:#0B182B;
}
*, *:hover, *:focus, *:visited{
    outline:none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}
a, a:hover, a:focus, a:visited{
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
}
button, button:hover, button:focus, button:visited{
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
}

h1:before, h2:before {
    display: none !important;
}
.noTitle{
	pointer-events: none;
}
.elementor-kit-5 input:focus, .elementor-kit-5 textarea:focus{
    box-shadow:none !important;
}
.limited{
    max-width:100vw;
    overflow:hidden;
}

/*Custom Scrollbar*/
/* width */
 ::-webkit-scrollbar {
     width:4px;
 }
 /* Track */
 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px grey; 
     border-radius: 0px;
 }
 /* Handle */
 ::-webkit-scrollbar-thumb {
     background: linear-gradient(#232527, #434547);
 }
 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #ee76445; 
 }/* End custom CSS */