.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#231F20;--e-global-color-text:#FFFFFF;--e-global-color-accent:#EB0028;--e-global-color-df9a183:#000000;--e-global-color-a3ada58:#FFAA17;--e-global-color-c2ca18a:#888888;--e-global-color-ea8966e:#151515;--e-global-color-922cc87:#24201F;--e-global-typography-primary-font-family:"Noto Sans Hebrew";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans Hebrew";--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:"Noto Sans Hebrew";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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){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 */html, body {
  font-family: 'Noto Sans Hebrew', system-ui, -apple-system, BlinkMacSystemFont,
               'Segoe UI', Roboto, Arial, sans-serif;
}
.bg-center{
    background-position: center;
}
.d-none{
    display: none;
}

/*Padding & Margings*/

.pt-2{
    padding-top: 2rem;
}
.pb-2{
    padding-bottom: 2rem;
}
body{
    background-color:#231f20;
}

/*Labels*/
.label-red h5{
    display: inline-block;
    background: #EB0028;
    color: white !important;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: .85rem !important;
    
}/* End custom CSS */