.elementor-31 .elementor-element.elementor-element-05f9cd8{--display:flex;--position:absolute;--padding-top:1rem;--padding-bottom:1rem;--padding-left:0rem;--padding-right:0rem;top:0px;--z-index:99;}body:not(.rtl) .elementor-31 .elementor-element.elementor-element-05f9cd8{left:0px;}body.rtl .elementor-31 .elementor-element.elementor-element-05f9cd8{right:0px;}.elementor-31 .elementor-element.elementor-element-860ed30{--display:flex;--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;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-31 .elementor-element.elementor-element-5aecd2d{--display:flex;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-31 .elementor-element.elementor-element-973d196{text-align:left;}.elementor-31 .elementor-element.elementor-element-973d196 img{width:150px;}.elementor-31 .elementor-element.elementor-element-4ebf6e9{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-31 .elementor-element.elementor-element-65e0bc9{text-align:right;}.elementor-31 .elementor-element.elementor-element-65e0bc9 .elementor-heading-title{font-family:var( --e-global-typography-f957902-font-family ), Sans-serif;font-size:var( --e-global-typography-f957902-font-size );font-weight:var( --e-global-typography-f957902-font-weight );text-transform:var( --e-global-typography-f957902-text-transform );font-style:var( --e-global-typography-f957902-font-style );text-decoration:var( --e-global-typography-f957902-text-decoration );line-height:var( --e-global-typography-f957902-line-height );letter-spacing:var( --e-global-typography-f957902-letter-spacing );}.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-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-31 .elementor-element.elementor-element-65e0bc9 .elementor-heading-title{font-size:var( --e-global-typography-f957902-font-size );line-height:var( --e-global-typography-f957902-line-height );letter-spacing:var( --e-global-typography-f957902-letter-spacing );}}@media(max-width:767px){.elementor-31 .elementor-element.elementor-element-860ed30{--flex-wrap:nowrap;}.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-31 .elementor-element.elementor-element-65e0bc9 .elementor-heading-title{font-size:var( --e-global-typography-f957902-font-size );line-height:var( --e-global-typography-f957902-line-height );letter-spacing:var( --e-global-typography-f957902-letter-spacing );}}/* Start custom CSS */.header-sec {
    width: 100%;
    background-color: #f9f9f9;
}

.elementor-sticky--effects.header-sec {
    background-color: transparent !important;
    transition: 0.5s all ease;
}

#hide-header {
    width: 100% !important;
    background-color: transparent;
	transition: all .4s ease !important;
}

.header-row {
    max-width: 90%;
    margin: 0 auto;
}

.menu-text {
    width: fit-content;
    margin-left: auto;
}

.menu-text::after {
    content: '';
    position: absolute !important;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 2px;
    left: 0;
    background: currentcolor !important;
    transform-origin: bottom right !important;
    transition: -webkit-transform 0.75s cubic-bezier(.19,1,.22,1);
    transition: transform 0.75s cubic-bezier(.19,1,.22,1) !important;
    opacity: 1 !important;
}

.menu-text:hover::after {
    transform: scaleX(1) !important;
    transform-origin: bottom left !important;
}


@media only screen and (max-width: 767px) and (min-width: 500px) {
.header-row {
    max-width: 75%;
    margin: 0 auto;
}
}


@media only screen and (max-width: 499px) {
.header-row {
    max-width: 85%;
    margin: 0 auto;
}
}/* End custom CSS */