.elementor-kit-6{--e-global-color-primary:#1568AE;--e-global-color-secondary:#D0F0FF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#898989;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:italic;background-color:#000000;color:var( --e-global-color-text );font-family:"Lato", Sans-serif;font-size:20px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#00000000;font-family:"Raleway", Sans-serif;font-size:16px;font-weight:600;text-transform:capitalize;font-style:normal;color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-color:#333333;border-radius:35px 35px 35px 35px;padding:12px 50px 12px 50px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;font-size:80px;font-weight:600;line-height:1.25em;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;font-size:60px;font-weight:600;line-height:1.25em;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;font-size:32px;font-weight:600;line-height:1.25em;}.elementor-kit-6 h4{color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;font-size:28px;font-weight:600;line-height:1.25em;}.elementor-kit-6 h5{color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;font-size:24px;font-weight:600;line-height:1.25em;}.elementor-kit-6 h6{color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;line-height:1.25em;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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-kit-6 h1{font-size:50px;}.elementor-kit-6 h2{font-size:40px;}.elementor-kit-6 h3{font-size:30px;}.elementor-kit-6 h4{font-size:20px;}.elementor-kit-6 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:16px;}.elementor-kit-6 h1{font-size:40px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:28px;}.elementor-kit-6 h4{font-size:24px;}.elementor-kit-6 h5{font-size:20px;}.elementor-kit-6 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p::last-of-type {
    margin-bottom: 0;
}

.custom-glow-background {
  position: relative;
  z-index: 1;
}

.custom-glow-background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(at center center, #3F60FF8F 10%, #00000000 70%);
  animation: pulseGlowOpacity 4s ease-in-out 2s infinite;
  border-radius: inherit;
  filter: blur(100px);
}

@keyframes pulseGlowOpacity {
  0%, 100% {
    opacity: .75;
  }
  50% {
    opacity: 1;
  }
}


/* Scrollbar styling for WebKit browsers */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #78D3FF;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

/* Firefox scrollbar styling */
* {
  scrollbar-width: thin;
  scrollbar-color: #78D3FF #000000;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #437891;
}

.elementor-button .elementor-button-icon {
    -ms-transition: .25s all;
    -moz-transition: .25s all;
    -webkit-transition: .25s all;
    transition: .25s all;
    left: 0;
    position: relative;
}
.elementor-button:hover .elementor-button-icon {
    position: relative;
    left: 3px;
}/* End custom CSS */