.elementor-kit-15{--e-global-color-primary:#B22222;--e-global-color-secondary:#2D3142;--e-global-color-text:#A29C9B;--e-global-color-accent:#CCCCCC;--e-global-color-12f56dc:#FFFFFF;--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;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}}/* Start custom CSS */.site-branding {display:none;}

[class^=eicon] {color:#fff;}

.cn-button.bootstrap {
    color: #fff;
    background: #b22222!important;
}

header.sticky-header {
    --header-height: 50px;
    --opacity: 0.90;
    --shrink-me: 0.75;
    --sticky-background-color: #ffffff;
    --transition: .5s 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
    .elementor-item-anchor{
    transition: padding var(--transition);
    font-size var (--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 
        10px!important;
    font-size: 
        16px!important;
}



header.sticky-header > .elementor-container .logo {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo {
    max-width: calc(80% * var(--shrink-me));
}


.site-footer{
    display:none;
}/* End custom CSS */