.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;font-family:"Poppins", Sans-serif;}.elementor-kit-6 h1{font-size:72px;}.elementor-kit-6 h2{font-size:36px;}.elementor-kit-6 h3{font-size:26px;}.elementor-kit-6 h4{font-size:24px;}.elementor-kit-6 h5{font-size:22px;}.elementor-kit-6 h6{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:88%;}.e-con{--container-max-width:88%;}.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:1366px){.elementor-kit-6 h1{font-size:66px;}.elementor-kit-6 h2{font-size:33px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:1024px){.elementor-kit-6 h1{font-size:60px;}.elementor-kit-6 h2{font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:92%;}.e-con{--container-max-width:92%;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:40px;}.elementor-kit-6 h2{font-size:25px;}.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;
}

/* Disable tooltips for all images */
img[title] {
    pointer-events: none;
}

/*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 */