.elementor-kit-7{--e-global-color-primary:#F26730;--e-global-color-secondary:#63BF80;--e-global-color-text:#114020;--e-global-color-accent:#061E0E;--e-global-typography-primary-font-family:"Italiana";--e-global-typography-primary-font-size:80px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Karla";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Karla";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#061E0E;font-family:"Karla", Sans-serif;font-size:18px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#F26730;font-family:"Karla", Sans-serif;font-size:16px;font-weight:400;color:#F26730;border-style:solid;border-width:1px 1px 1px 1px;border-color:#F26730;border-radius:100px 100px 100px 100px;padding:15px 25px 15px 25px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:25px;}.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;--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 */.full-width-image {
    padding: 0;
    width: 100%;
    display: block !important;
}

.overlap-text {
    position: relative;
    width: calc(100% + 170px) !important;
    max-width: none !important;
    z-index: 9;
}

#site-header{
    display:none;
}
.sticky-header{
    padding: 0;
}
.mb-0{
    margin-bottom: 0;

}
.pb-0{
    padding-bottom: 0;
}

.p-mb-0 p{
    margin-bottom: 0;
}
.p-0{
    padding: 0 !important;
}
.card-box {
    transition: all .6s ease-in-out;
}
.card-box:hover {
    transform: translateY(-10px) !important;
    box-shadow: 8px 9px 13px 4px rgb(0 0 0 / 15%);
     transition: all .3s ease-in-out;
}
.video-container{
    overflow: hidden;
    border-radius: 30px;
}
.sticky-header.elementor-sticky--active {
    box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 6%);
    transition: all .3s ease-in-out;
}
span.swiper-pagination-bullet-active {
    background: #63BF80 !important;
    width: 25px !important;
    border-radius: 8px !important;
    transition: all .3s ease !important;
}

@keyframes elasticUpDown {
  0% {
    transform: translateY(0);
  }
  
  50% {
    transform: translateY(20px);
  }
  
  100% {
    transform: translateY(0);
  }
}


.scroll-down {
 
  animation: elasticUpDown 2s cubic-bezier(.77,.14,.21,1.01) infinite;
}/* End custom CSS */