.elementor-105 .elementor-element.elementor-element-40c8e441{--display:flex;--position:absolute;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--flex-wrap:nowrap;--padding-top:15px;--padding-bottom:15px;--padding-left:30px;--padding-right:30px;top:0px;--z-index:999;}body:not(.rtl) .elementor-105 .elementor-element.elementor-element-40c8e441{left:0px;}body.rtl .elementor-105 .elementor-element.elementor-element-40c8e441{right:0px;}.elementor-105 .elementor-element.elementor-element-1b4e6d86 img{width:clamp(60px, 10vw, 80px);max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-105 .elementor-element.elementor-element-40c8e441{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;}}/* Start custom CSS for container, class: .elementor-element-40c8e441 */.main-nav .elementor-item.elementor-item-active:not( .elementor-sub-item.elementor-item-active):hover {
    /*color: ;*/
}

.main-nav .sub-menu a.elementor-item-active:hover {
    /*background: ;*/
}

.main-nav .elementor-nav-menu--main .elementor-item svg {
    fill: currentColor !important;
}

/*.main-nav .sub-menu {*/
/*    box-shadow: 2px 2px 10px #00000020;*/
/*}*/

/*.main-nav .elementor-nav-menu .sub-arrow {*/
/*    display: none;*/
/*}*/



/*STICKY HEADER*/


.sticky-header {
    --transition-timing: .3s ease-in-out;
	transition: all var(--transition-timing);
}

.sticky-header.elementor-sticky--active.elementor-sticky--effects{
    padding: 15px 30px;
}

.sticky-header:after {
    background-color: #000; 
    border-bottom: 1px solid #363636;
    content: "";             
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: all var(--transition-timing);
  }
  
.sticky-header.elementor-sticky--active.elementor-sticky--effects:after{
    opacity: 1;
}

.sticky-header .main-logo img {
    max-width: 100%;
    transition: all var(--transition-timing);
}

.sticky-header.elementor-sticky--active.elementor-sticky--effects .main-logo img {
    max-width:clamp(80px, 10vw, 100px);
}

.sticky-header.elementor-sticky--active.elementor-sticky--effects .elementor-nav-menu .menu-item a {
    color: #FFF;
}

.sticky-header.elementor-sticky--active.elementor-sticky--effects .elementor-nav-menu .menu-item a:not(.sub-menu a).elementor-item-active {
    /*color: ;*/
}

.sticky-header.elementor-sticky--active.elementor-sticky--effects .elementor-nav-menu--main .elementor-item:hover, .sticky-header.elementor-sticky--active.elementor-sticky--effects .elementor-nav-menu--main .elementor-item.elementor-item-active, .sticky-header.elementor-sticky--active.elementor-sticky--effects .elementor-nav-menu--main .elementor-item.highlighted, .sticky-header.elementor-sticky--active.elementor-sticky--effects .elementor-nav-menu--main .elementor-item:focus {
    /*color: ;*/
}


.sticky-header.elementor-sticky--active.elementor-sticky--effects #mobile-nav .elementor-icon svg {
    fill: #FFF;
}/* End custom CSS */