.elementor-kit-279{--e-global-color-primary:#004F23;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#3D3D3D;--e-global-color-accent:#3AAA35;--e-global-color-4a0cbd4:#D9D9D6;--e-global-color-1a616ed:#F3F3F2;--e-global-color-e2f3547:#008D36;--e-global-color-78fc019:#003E52;--e-global-color-e8ea7da:#95C11F;--e-global-color-496624f:#00603D;--e-global-color-71f71ae:#4ACCD9;--e-global-color-6592c01:#4FB265;--e-global-color-beeaac2:#087451;--e-global-color-56f6879:#0F463A;--e-global-typography-primary-font-family:"Albert Sans";--e-global-typography-primary-font-size:70px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:84px;--e-global-typography-primary-letter-spacing:-2px;--e-global-typography-secondary-font-family:"Albert Sans";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-line-height:60px;--e-global-typography-secondary-letter-spacing:-1px;--e-global-typography-text-font-family:"Albert Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:30px;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Albert Sans";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:30px;--e-global-typography-accent-letter-spacing:-1px;--e-global-typography-66ee059-font-family:"Albert Sans";--e-global-typography-66ee059-font-size:14px;--e-global-typography-66ee059-font-weight:bold;--e-global-typography-66ee059-text-transform:none;--e-global-typography-66ee059-line-height:30px;--e-global-typography-66ee059-letter-spacing:0px;--e-global-typography-66ee059-word-spacing:0px;--e-global-typography-409ef01-font-family:"Albert Sans";--e-global-typography-409ef01-font-size:14px;--e-global-typography-409ef01-font-weight:600;--e-global-typography-409ef01-line-height:30px;--e-global-typography-409ef01-letter-spacing:0px;--e-global-typography-409ef01-word-spacing:0px;--e-global-typography-d405960-font-family:"Albert Sans";--e-global-typography-d405960-font-size:12px;--e-global-typography-d405960-font-weight:500;--e-global-typography-d405960-line-height:25px;--e-global-typography-d405960-letter-spacing:0px;--e-global-typography-d405960-word-spacing:0px;--e-global-typography-b81dde4-font-family:"Albert Sans";--e-global-typography-b81dde4-font-size:35px;--e-global-typography-b81dde4-font-weight:600;--e-global-typography-b81dde4-line-height:42px;--e-global-typography-b81dde4-letter-spacing:-1px;--e-global-typography-4ccd43e-font-family:"Albert Sans";--e-global-typography-4ccd43e-font-size:20px;--e-global-typography-4ccd43e-font-weight:500;--e-global-typography-4ccd43e-line-height:28px;--e-global-typography-4ccd43e-letter-spacing:-1px;--e-global-typography-c312db8-font-family:"Albert Sans";--e-global-typography-c312db8-font-size:18px;--e-global-typography-c312db8-font-weight:bold;--e-global-typography-c312db8-line-height:30px;--e-global-typography-c312db8-letter-spacing:0px;--e-global-typography-95519cd-font-family:"Albert Sans";--e-global-typography-95519cd-font-size:90px;--e-global-typography-95519cd-font-weight:700;--e-global-typography-95519cd-line-height:108px;--e-global-typography-95519cd-letter-spacing:-2px;letter-spacing:0px;word-spacing:0px;}.elementor-kit-279 a{color:var( --e-global-color-primary );}.elementor-kit-279 button,.elementor-kit-279 input[type="button"],.elementor-kit-279 input[type="submit"],.elementor-kit-279 .elementor-button{font-family:"Albert Sans", Sans-serif;line-height:0px;letter-spacing:0px;word-spacing:0px;}.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 */body{
    max-width: 100vw;
    overflow-x: hidden;
}

 /* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@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
}


.scroll-left {
  height:250;
  overflow: hidden;
  position: relative;
Transform: rotate(90deg);
}

.scroll-left p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height:260px;
  text-align: center;
  /* Starting position */
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);
  transform:translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-left 10s linear infinite;
  -webkit-animation: scroll-left 10s linear infinite;
  animation: scroll-left 8s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% { -moz-transform: translateX(100%); }
  100% { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes scroll-left {
  0% { -webkit-transform: translateX(100%); }
  100% { -webkit-transform: translateX(-100%); }
}

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
  -moz-transform: translateX(-100%); /* Browser bug fix */
-webkit-transform: translateX(-100%); /* Browser bug fix */
transform: translateX(-100%);
  }
}


.scroll-right {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.scroll-right p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  /* Starting position */
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);
  transform:translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-right 10s linear infinite;
  -webkit-animation: scroll-right 10s linear infinite;
  animation: scroll-right 10s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-right {
  0% { -moz-transform: translateX(-100%); }
  100% { -moz-transform: translateX(100%); }
}

@-webkit-keyframes scroll-right {
  0% { -webkit-transform: translateX(-100%); }
  100% { -webkit-transform: translateX(100%); }
}

@keyframes scroll-right {
  0% {
    -moz-transform: translateX(-100%); /* Browser bug fix */
    -webkit-transform: translateX(-100%); /* Browser bug fix */
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%);
  }
}
.elementor-kit-279 .jet-services__content {
   
    justify-content: start;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Albert Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/AlbertSans-VariableFont_wght.ttf') format('truetype');
}
@font-face {
	font-family: 'Albert Sans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('../fonts/AlbertSans-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */