.elementor-kit-14{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#FFC20A;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:77px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:26px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:22px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:700;}.elementor-kit-14 a{color:var( --e-global-color-primary );}.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-14 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 */header.sticky-header {
    --header-height: 90px;
    --opacity: 1;
    --shrink-me: 0.80;
    --sticky-background-color: #fff;
    --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: 20px !important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(75% * var(--shrink-me));
    margin-top: -3px;
}

/*my css*/


header.sticky-header.elementor-sticky--effects .elementor-element-2f5a380{
    display: none!important;
}

 header.sticky-header.elementor-sticky--effects .elementor-element-5d3ed6c{
     display: none!important;
 }

header.sticky-header.elementor-sticky--effects{
    padding: 15px 15px 0px 15px!important;
}

/*header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {*/
/*    padding-bottom: 10px !important;*/
/*    padding-top: 10px !important;*/
/*}*/

header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px !important;
    padding-top: 5px !important;
}

@media only screen and (max-width: 768px) {
    header.sticky-header.elementor-sticky--effects {
    padding: 0px 10px!important;
}
.logo{
    max-width:60%;
    padding:0px 10px!important;
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(60% * var(--shrink-me));
}
.elementor-element-554f04b .elementor-button{
    padding: 12px 10px!important;
}
}

@media only screen and (max-width: 425px) {
.logo{
    max-width:75%;
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(75% * var(--shrink-me));
}
}/* End custom CSS */