.elementor-kit-5{--e-global-color-primary:#0D3B66;--e-global-color-secondary:#FEBB34;--e-global-color-text:#FDFFFC;--e-global-color-accent:#858786;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:2.3em;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:1.4em;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-family:"Arvo";--e-global-typography-text-font-size:0.9em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-3c7bdc5-font-family:"Arvo";--e-global-typography-3c7bdc5-font-size:1.3em;--e-global-typography-3c7bdc5-font-weight:300;--e-global-typography-3c7bdc5-text-transform:none;--e-global-typography-3c7bdc5-font-style:normal;--e-global-typography-3c7bdc5-text-decoration:none;--e-global-typography-3c7bdc5-line-height:1.3em;--e-global-typography-c15b5c5-font-family:"Arvo";--e-global-typography-c15b5c5-font-size:1.1em;--e-global-typography-c15b5c5-font-weight:400;--e-global-typography-c15b5c5-font-style:normal;--e-global-typography-c15b5c5-text-decoration:none;--e-global-typography-adef0b6-font-family:"Montserrat";--e-global-typography-adef0b6-font-size:3em;--e-global-typography-adef0b6-font-weight:700;--e-global-typography-adef0b6-text-transform:uppercase;--e-global-typography-adef0b6-line-height:1.1em;--e-global-typography-5793e6e-font-family:"Montserrat";--e-global-typography-5793e6e-font-size:0.9em;--e-global-typography-5793e6e-font-weight:600;--e-global-typography-5793e6e-text-transform:uppercase;--e-global-typography-5793e6e-font-style:normal;--e-global-typography-5793e6e-text-decoration:none;--e-global-typography-5793e6e-line-height:1em;--e-global-typography-5793e6e-letter-spacing:1px;--e-global-typography-d4f301a-font-family:"Arvo";--e-global-typography-d4f301a-font-size:17px;--e-global-typography-d4f301a-font-weight:400;}.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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@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-kit-5{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html,
body{
width:100%;
overflow-x:hidden;
}

------------------
body {
 background-size: 100vh;
 overflow: overlay;
}

body::-webkit-scrollbar {
 width: 10px;
 background: transparent;
}

body::-webkit-scrollbar-thumb {
 background: #FEBB34;
 border-radius: 20px;
 border-right: 5px;
}

body::-webkit-scrollbar-thumb:hover{
 background-color: #FEBB34;
}

html{
 scrollbar-width: thin;
 scrollbar-color: transparent;
}/* End custom CSS */