.elementor-kit-8{--e-global-color-primary:#6300C6;--e-global-color-secondary:#E9EEFF;--e-global-color-text:#000000;--e-global-color-accent:#F5F5F5;--e-global-color-8d0e673:#0F001D;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Reem Kufi Ink";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:#FFFFFF;border-style:none;border-radius:8px 8px 8px 8px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;line-height:1.3em;}.elementor-kit-8 h1{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:50px;font-weight:600;line-height:1.3em;}.elementor-kit-8 h2{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:36px;font-weight:600;line-height:1.3em;}.elementor-kit-8 h3{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:32px;font-weight:500;line-height:1.3em;}.elementor-kit-8 h4{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:26px;font-weight:400;line-height:1.3em;}.elementor-kit-8 h5{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:22px;font-weight:400;line-height:1.3em;}.elementor-kit-8 h6{font-size:18px;font-weight:400;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-8 h1{font-size:42px;}.elementor-kit-8 h2{font-size:30px;}.elementor-kit-8 h3{font-size:28px;}.elementor-kit-8 h4{font-size:22px;}.elementor-kit-8 h5{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:36px;}.elementor-kit-8 h2{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body,html {
    overflow-x: hidden;
}

/*fade animation*/

body {
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
body.page-loaded {
  opacity: 1;
}

/*global button*/

.primary-btn .elementor-button {
    overflow: hidden;
    position: relative;
}

.primary-btn .elementor-button span {
    position: relative;
}

.primary-btn .elementor-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background-color: #0F001D;
    transition: .5s;
}

.primary-btn .elementor-button:hover::before {
    width: 100%;
    transition: .5s;
}



/*scrollbar*/
::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #6300C6;     
  border-radius: 10px;
  border: 1px solid #f1f1f1
}

::-webkit-scrollbar-thumb:hover {
  background: #6300C6 !important;   
  border: 1px solid #f1f1f1 !important  
}
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #6300C6 #f1f1f1;
}/* End custom CSS */