.elementor-kit-7{--e-global-color-primary:#217CCD;--e-global-color-secondary:#163B63;--e-global-color-text:#413B3B;--e-global-color-accent:#217CCD;--e-global-color-2451fb9:#FFFFFF;--e-global-color-5b5a993:#000000;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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);}.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 */html,
body {
    overflow-x: hidden;
    width: 100%;
}


/* Slide In From The Top Option */

.header-2 {
 transform: translatey(-130px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}
















.elementor-heading-title .word {
  opacity: 0;
  filter: blur(10px);
}

.elementor-kit-7 .elementor-button{
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, transform 0.4s ease;
}

.elementor-kit-7 .elementor-button::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #163B63;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(.77,0,.18,1);
    z-index: -1;
}

.elementor-kit-7 .elementor-button:hover::before{
    transform: scaleX(1);
}

.elementor-kit-7 .elementor-button:hover{
    color: #FFF !important;
    transform: translateY(-3px);
}/* End custom CSS */