.elementor-kit-6{--e-global-color-primary:#0C1326;--e-global-color-secondary:#E25822;--e-global-color-text:#FCD668;--e-global-color-accent:#FFFFFF;--e-global-color-f742996:#55D3C8;--e-global-color-7042e44:#3B9491;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-text-font-family:"Poppins";--e-global-typography-accent-font-family:"Poppins";font-family:"Poppins", Sans-serif;}.elementor-kit-6 img{border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:92%;}.e-con{--container-max-width:92%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:94%;}.e-con{--container-max-width:94%;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
}

a, a:hover {
    color: unset;
}
/*scoll bar*/

body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #0c1326;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #e25822;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #0c1326;  /* creates padding around scroll thumb */
}/* End custom CSS */