.elementor-kit-6{--e-global-color-primary:#504CEE;--e-global-color-secondary:#0E0E24;--e-global-color-text:#FFFFFF;--e-global-color-accent:#0E0E24;--e-global-typography-primary-font-family:"GE_SS_TWO";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"GE_SS_TWO";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"GE_SS_TWO";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"GE_SS_TWO";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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:95%;}.e-con{--container-max-width:95%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* default css */
html {
    font-size: 16px !important;
}
@media (max-width: 767px) {
 html {
    font-size: 12px !important;
}
}
body {
     overflow-x: hidden !important;
     padding: 0 !important;
    margin: 0 !important;

}

@media (max-width: 767px) {
      body{
          padding-bottom: 85px !important;
          
      }
}


div,h1,h2,h3,h4,h5,h6,p,span {
    padding: 0;
    margin: 0;
    
}

/* Scroll Style  */

html {
  scroll-behavior: smoth;
  width: 100%;
  overflow-x: hidden;
}
::-webkit-scrollbar-track {
  background-color: #eee;
  opacity: 1
}
::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-primary);
    border-radius: 5px;
    margin: 10% 0;
}

a {
    color: var(--e-global-color-primary)
}
a:active, a:hover {
    color: var(--e-global-color-primary);
    opacity: 0.9
}



/* input number arrow hide */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}



/* Checkbox color */

input[type="checkbox"] {
  accent-color: var(--e-global-color-secondary) !important;
}

/* Text Selection Higlight Style */

::selection {
  background-color:var(--e-global-color-primary);
  color: var(--e-global-color-accent);
    text-shadow: 0.05em 0.05em 1px rgba(0, 0, 0, 0.5);
}

/* icon leout*/
.elementor-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* delete outline when form fiald foucs */

:focus-visible {
    outline: none !important
}

/* remove blue higlight on Mob */

*:focus {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
    -ms-touch-action: manipulation  !important;
    touch-action: manipulation  !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}
/* ........ default css ...........*//* End custom CSS */