.elementor-kit-20{--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-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-20 e-page-transition{background-color:#FFBC7D;}@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 *//*
Reset & Normalize Override Styles
Author: Kurtosys Systems
Updated: 2021-07-15 16:57:31
*/

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

label {
  display: inline-block;
  line-height: 1;
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.15;
  margin: 0;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.5rem 1rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  flex: 0 1 auto;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border-color: #333;
  outline: 0 none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  width: auto;
  -webkit-appearance: button;
  border-width: unset;
  border-color: unset;
  border-style: unset;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="button"],
[type="submit"],
button {
  display: inline-block;
  font-weight: 400;
  color: inherit;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid inherit;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

[type="button"]:focus,
[type="submit"]:focus,
button:focus {
  outline: 1px dotted ButtonText;
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  color: inherit;
  background-color: inherit;
  text-decoration: none;
}

[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

select {
  display: block;
}

table {
  border-collapse: separate;
}

table td,
table th {
  padding: 0.5rem 1rem;
  line-height: inherit;
  vertical-align: center;
  border: none;
}

table th {
  font-weight: 700;
}

table tfoot th,
table thead th {
  font-size: 1rem;
}

table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-top: none;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: transparent;
}


/*custom css - located in Theme Style*/
.ksys-section:nth-child(even) {
    background: #F9F9FA;
}

.elementor-29035 .elementor-element.elementor-element-605cbbc9 > .elementor-element-populated {
    background-color: #ffffff;
}

/* menu trigger fix for mobile */ 
.fc-cta-banner.fc-cta-banner-right:after {
    border-width: 45vw 50vw 0 0;
  border-color: transparent #ee007d transparent transparent;
  left: auto;
  right: 0;
}

.fc-sides-buttons .elementor-widget-button .elementor-button:hover {
  background-color: #fefaf7 !important;
}
.fc-cta-banner::after, .fc-cta-banner img{
   opacity: 0;
}

[data-elementor-device-mode] .fc-cta-banner::after, [data-elementor-device-mode] .fc-cta-banner img{
    opacity: 1;
    animation-name: fadeInLeft;
    animation-duration: 1.25s;
}

[data-elementor-device-mode] .fc-cta-banner.fc-cta-banner-right:after,[data-elementor-device-mode] .fc-cta-banner.fc-cta-banner-right img {
    animation-name: fadeInRight;
}
@media (max-width: 1200px) {

    body.cti-mobile-nav-visible .cti-header-nav-bar-col.cti-main-bg-overlay {
        background: rgba(60, 60, 60, 0.5);
    }

    .cti-header-mobile .cti-header-nav-bar-col>.elementor-column-wrap>.elementor-widget-wrap>section {
        background: white;
        width: 375px;
        pointer-events: all;
        z-index: 20;
        -webkit-transform: translateX(375px);
        /* Safari and Chrome */
        -moz-transform: translateX(375px);
        /* Firefox */
        -ms-transform: translateX(375px);
        /* Internet Explorer */
        -o-transform: translateX(375px);
        /* Opera */
        transform: translateX(375px);
        /* Standard syntax */
        transition: transform 0.3s ease-in;
    }

    .cti-header-mobile .cti-header-nav-bar-col.cti-mobile-nav-visible>.elementor-column-wrap>.elementor-widget-wrap>section {
        -webkit-transform: translateX(375px);
        /* Safari and Chrome */
        -moz-transform: translateX(375px);
        /* Firefox */
        -ms-transform: translateX(375px);
        /* Internet Explorer */
        -o-transform: translateX(375px);
        /* Opera */
        transform: translateX(375px);
        /* Standard syntax */
    }

    body.cti-mobile-nav-visible .cti-header-mobile .cti-header-nav-bar-col>.elementor-column-wrap>.elementor-widget-wrap>section {
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
    }
}/* End custom CSS */