.elementor-kit-12{--e-global-color-primary:#B69D74;--e-global-color-secondary:#313743;--e-global-color-text:#1D1D1D;--e-global-color-accent:#BF202E;--e-global-color-249a2ea:#FFFFFF;--e-global-color-5f8b6f0:#998056;--e-global-color-6c0b8e1:#000000;--e-global-color-effdfdd:#857253;--e-global-typography-primary-font-family:"VazirFN";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"VazirFN";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"VazirFN";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"VazirFN";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 h2{color:var( --e-global-color-accent );font-size:28px;}.elementor-kit-12 h3{color:var( --e-global-color-accent );font-family:"Vazir", Sans-serif;font-size:23px;}.elementor-kit-12 h4{color:var( --e-global-color-accent );font-size:20px;}.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-12 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-kit-12 h2{font-size:27px;line-height:1.4em;}.elementor-kit-12 h3{font-size:20px;}.elementor-kit-12 h4{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */header.sticky-header {
    --header-height: 100px;
    --opacity: 1;
    --shrink-me: 0.80;
    --sticky-background-color: #ffffff;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}/* End custom CSS */