.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-6 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);}@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 */:root {
  --mt-orange: #ff6a00;
  --mt-orange-dark: #e85d00;
  --mt-black: #0b0f14;
  --mt-dark: #151a20;
  --mt-soft-dark: #1f252d;
  --mt-light: #f5f6f8;
  --mt-white: #ffffff;
  --mt-gray: #8a94a3;
  --mt-border: rgba(255,255,255,.12);
}

body {
  background: var(--mt-light);
}

.mt-wrap {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.mt-orange {
  color: var(--mt-orange);
}

.mt-heading .elementor-heading-title {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.mt-section-title .elementor-heading-title {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.mt-section-title .elementor-heading-title:after {
  content: "";
  width: 42px;
  height: 3px;
  background: var(--mt-orange);
  position: absolute;
  left: 0;
  bottom: 0;
}

.mt-btn-orange .elementor-button {
  background: var(--mt-orange) !important;
  color: #fff !important;
  border-radius: 4px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.mt-btn-orange .elementor-button:hover {
  background: var(--mt-orange-dark) !important;
}

.mt-btn-outline .elementor-button {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid var(--mt-orange) !important;
  border-radius: 4px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.mt-btn-outline .elementor-button:hover {
  background: var(--mt-orange) !important;
}

.mt-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  transition: all .25s ease;
}

.mt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,.12);
}/* End custom CSS */