.elementor-kit-6{--e-global-color-primary:#388CAB;--e-global-color-secondary:#343434;--e-global-color-text:#54595F;--e-global-color-accent:#388CAB;--e-global-color-177af9a:#EDF0F6;--e-global-color-33b8546:#000000;--e-global-color-9f0ce40:#FFFFFF;--e-global-typography-primary-font-family:"Libre Franklin";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Libre Franklin";--e-global-typography-secondary-font-size:27px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-text-font-family:"Libre Franklin";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-b63b093-font-family:"Libre Franklin";--e-global-typography-b63b093-font-size:21px;--e-global-typography-b63b093-font-weight:500;--e-global-typography-b63b093-text-transform:capitalize;--e-global-typography-659cabb-font-family:"Montserrat";--e-global-typography-659cabb-font-size:13px;--e-global-typography-659cabb-font-weight:500;--e-global-typography-659cabb-text-transform:none;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-9f0ce40 );border-radius:0px 0px 0px 0px;padding:19px 30px 17px 30px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:60px;--container-default-padding-left:10px;}.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:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:17px;--e-global-typography-secondary-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
}
/*CUSTOM BUTTONS - Use .fancy-button or .alt-fancy-button*/
.fancy-button .elementor-button {
  display: inline-block;
  background: #FFFFFF;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #fff; /* Change to your desired text color */
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 18px 32px;
  box-sizing: border-box;
  outline: none;
}

.fancy-button .elementor-button:before,
.fancy-button .elementor-button:after {
  position: absolute;
  content: "";
  transition: all 0.25s;
}

.fancy-button .elementor-button:before {
  border-bottom: 4px solid #343434;
  border-left: 4px solid #343434;
  width: 20px;
  height: 20px;
  left: -10px;
  bottom: -10px;
}

.fancy-button .elementor-button:after {
  border-top: 4px solid #343434;
  border-right: 4px solid #343434;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
}

.fancy-button .elementor-button:hover:before {
  width: 100%;
  height: 100%;
}

.fancy-button .elementor-button:hover:after {
  width: 100%;
  height: 100%;
}

.alt-fancy-button .elementor-button {
  display: inline-block;
  background: #FFFFFF;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #fff; /* Change to your desired text color */
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 18px 32px;
  box-sizing: border-box;
  outline: none;
}

.alt-fancy-button .elementor-button:before,
.alt-fancy-button .elementor-button:after {
  position: absolute;
  content: "";
  transition: all 0.25s;
}

.alt-fancy-button .elementor-button:before {
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  width: 20px;
  height: 20px;
  left: -10px;
  bottom: -10px;
}

.alt-fancy-button .elementor-button:after {
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
}

.alt-fancy-button .elementor-button:hover:before {
  width: 100%;
  height: 100%;
}

.alt-fancy-button .elementor-button:hover:after {
  width: 100%;
  height: 100%;
}
/*IMAGE SCROLL BOX*/
.img-scroll-box {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    box-shadow: 0 0 4px 0 #00000021;
}
.img-scroll-box img {
  transform: translateY(0px);
  transition-duration: 10s;
}

.img-scroll-box img:hover {
  transform: translateY(-64%);
  transition-duration: 5s;
}/* End custom CSS */