.elementor-kit-5{--e-global-color-primary:#275985;--e-global-color-secondary:#E1E6EF;--e-global-color-text:#53595F;--e-global-color-accent:#C7A176;--e-global-color-1b56e9b:#275985;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 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:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Scrollbar CSS ===== */
/* Firefox */

* {
scrollbar-width: auto;
scrollbar-color: #383838 #2A2827;

-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
outline: none !important;
}

html, body {
    overflow-x: hidden;
}

/* Chrome, Edge, and Safari */
::-webkit-scrollbar {
width: 16px;
}

::-webkit-scrollbar-track {
background: #2A2827;
}

::-webkit-scrollbar-thumb {
background-color: #383838;
border-radius: 10px;
}

@keyframes fadeDown { from { opacity: 0; transform: translate3d(0,-30px,0) }
to { opacity: 1; transform: none }
}
.elementor-element.fadeInDown { animation-name: fadeDown }
@keyframes fadeLeft { from { opacity: 0; transform: translate3d(-30px,0,0) }
to { opacity: 1; transform: none }
}
.elementor-element.fadeInLeft { animation-name: fadeLeft }
@keyframes fadeRight { from { opacity: 0; transform: translate3d(30px,0,0) }
to { opacity: 1; transform: none }
}
.elementor-element.fadeInRight { animation-name: fadeRight }
@keyframes fadeUp { from { opacity: 0; transform: translate3d(0,30px,0) }
to { opacity: 1; transform: none }
}
.elementor-element.fadeInUp { animation-name: fadeUp }

.logo-shine img {
-webkit-filter: drop-shadow(0px 0px 0px rgba(255,255,255,0.80));
-webkit-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;

}

.logo-shine img:hover {
-webkit-filter: drop-shadow(0px 0px 8px rgba(0, 231, 255, 0.3));
}

.highlight { 
background: linear-gradient(180deg, rgba(255,255,255,0) 55%, #c1a279 55%);
display: inline;
}



.textshadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3), 2px 2px 2px rgba(0,0,0,0.3), 3px 3px 3px rgba(0,0,0,0.3);
}

.grecaptcha-badge {
    visibility: hidden;
}/* End custom CSS */