

/* Animations */

@keyframes sticky_header_active {
    from {
        opacity: 0;
        transform: scale(1.1) translateY(-50%);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0%)
    }
}

@keyframes sticky_header_inactive {
    from {
        transform: translateY(20%);
    }
    to {
        transform: translateY(0%);
    }
}

.header__logo a {display: inline-block;}
/* Sticky element */

.header--sticky-active .header__sticky-element {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 6;
}

/* Main section */

.header__section--main {
    padding-top: 0;
    padding-bottom: 0;
}

/* .header--sticky-inactive .header__section--main {
animation: .2s ease-in-out sticky_header_inactive;
} */

.header__section--main.section {
    box-shadow: 0px 1px 10px 0px #0000000D;
    /*     animation: .2s ease-in-out sticky_header_active; */
}

.header__section--main.no-shadow {
    box-shadow: none;
}


.module--custom-links-module .links-wrapper::-webkit-scrollbar {
    display: none;
}
.module--custom-links-module .links-wrapper {
    -ms-overflow-style: none;  
    scrollbar-width: none;
}
.header__section--main .header__center {
    position: relative;

}




/* Top section */
.header__section--top {
    padding-top: 0;
    padding-bottom: 0;
}

.header__section--top .header__center {
    padding-top: 14px;
    padding-bottom: 14px;
}

/* Elements */

.header:not(.header--overlap) .header__logo__overlap,
.header--overlap .header__logo__static,
.header--sticky-active .header__logo__overlap,
.header--sticky-active .header__logo__static,
.header--sticky:not(.header--sticky-active) .header__logo__sticky {
    display: none;
}

.header__nav .nav {
    position: static;
}

.header:not(.header--overlap) .nav__mega {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.header__info {
    /*   font-size: 1.63rem; */
    color: #fff;
    font-weight:500;
}

.header--w-lang .header__info {
    margin-left: 1.2rem;
    padding-left: 1.2rem;
    border-left: 1px solid;
}

.header--wo-lang .header__lang,
.header--wo-lang .header__mobile-lang {
    display: none;
}

.header__mobile-lang,
.header__mobile-search {
    display: none;
}

.header--w-lang .header__mobile-search {
    margin-left: 1.2rem;
}

.header__info a {
    text-decoration: none;
}

.header__info a:hover {
    text-decoration: underline;
}

.header__info p {
    margin-bottom: 0;
}

.header:not(.header--overlap) .navbar__mega {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.header__buttons .module .btn:first-child {
    margin-left: 1.2rem;
}

.header__buttons .module .btn {
    margin-bottom: 0;
}

.header__mobile-nav {
    display: none;
}

.header:not(.header--overlap) .header__buttons__overlap,
.header--overlap .header__buttons__static {
    display: none;
}

.nav__list--level1 li.nav__item:last-child a:hover {
    background-color: #395D1D;
}
.nav__list--level1 li.nav__item:last-child a:hover:before {
    display:none;
}
.header__center.container {
    max-width: 1380px;
}
/* Responsive */

@media (max-width: 1199px) {
    /*   .header__lang,
    .header__search,
    .header__nav {
    display: none;
}

    .header__mobile-lang,
    .header__mobile-search,
    .header__mobile-nav {
    display: block;
}

    .header__mobile-nav {
    margin-left: 1.2rem;
} */

    .mnav-active {
        overflow: hidden;
    }

    .header--w-lang .header__info {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
}

@media (max-width: 767px) {
    /*   .header__section--top {
    display: none;
} */
}

/* Dark scheme */



header.header,
.header__section--main {
    background: #fff;
}

.header__section--top {
    background: #7BC143;
}

.header__section--main {
    background: #fff;
}

/* Info */

.header--w-lang .header__info {
    border-left-color: #7BC143;
}




/* Header */
.header .dnd-section { padding: 0; }

.headerSection { 
    background-color: ;
    border-bottom: ;  
    z-index: 9999;
    position: fixed;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}


.header-final.hide {
    transform: translateY(-100%); /* Adjust based on the header height */
}

.header-final.show {
    transform: translateY(0%);
}

/* Header content */
.headerSection p,
.headerSection h1,
.headerSection h2,
.headerSection h3,
.headerSection h4,
.headerSection h5,
.headerSection h6,
.headerSection div,
.headerSection li,
.headerSection blockquote {
    color: #1F1F1F;
}
.headerSection a:not(.button a), .headerSection span {color: #fff;}

/* Submenus */
.submenu{float:none;list-style:none;margin:0;padding:0;}

/* HubSpot Editor Styles */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2{visibility:hidden;}

ul.submenu.level-2 li { margin: 0; padding: 0;}
ul.submenu.level-2 li a { display: block;}

.navigation-primary input[type=checkbox] { display: none;}

/* Color // Main Navigation */

/* Main Navigation - Child Menus */
.navigation-primary .submenu:not(.level-1) .menu-link {
    color: ; font-size: ; text-transform: ;
}

.lp-header.headerSection {position: unset; padding: 0;}
.navigation-primary .level-1 > li > a { font-size: 16px; line-height: 1.625; color: #1F1F1F;}

.menuListing ul {display: block;}
.menuListing ul li {margin-right: 0; width: 100%; }
.menuListing ul li a::before {display: none;}
.menuTitle h3 { color: #1F1F1F; font-size: 17px; margin-bottom: 20px; line-height: 1.625; height: 26px; font-weight: 600;}

.headerOutter .megaMenu .menuListing ul > li.hs-item-has-children>a{
    font-weight:bold;
}



.submenu.level-1 > li:last-child {margin-right: 0;}
.submenu.level-1 > li:last-child a {padding: 14px 20px; text-transform: uppercase; color: #fff; font-family: "PT Sans", sans-serif; font-size: 14px; font-weight: 700; line-height: 1.71; background-color: #7BC143; border-radius: 5px; border: 1px solid #7BC143; }
.submenu.level-1 > li:last-child a::after {display: none;}
.submenu.level-1 > li:last-child a:hover {color: #fff; background: #395D1D;border-color:#395D1D; text-decoration: none;}
.navigation-primary .level-1 > li:last-child:hover > a, .navigation-primary .level-1 > li:last-child:focus > a {color: #fff;}

.navigation-primary .level-1 > li:hover > a,
.navigation-primary .level-1 > li:focus > a { color: #7BC143; text-decoration: unset;}
.navigation-primary .level-1 > li:active > a { color: #7BC143; }


.navigation-primary .level-1 > li.activeMenu >a{
    color: #7BC143;
}

.headerOutter .megaMenu .menuListing ul > li a:hover {color: #7BC143;}

.headerOutter .megaMenu .menuListing ul > li a[href="javascript:void(0);"]{
    cursor: text;
}

.headerOutter .megaMenu .menuListing ul > li a[href="javascript:void(0);"]:hover{
    color:inherit;
    pointer-events: auto;
    cursor: text;
}

@media(min-width: 1025px){
    

    .headerSection.isMegaMenuEnable { padding: 0;}

    /* Navigation Wrapper */

    /* Top Level Menu Items */
    .submenu.level-1{display: inline-block;}
    .submenu.level-1 > li{display: inline-block; margin: 0; padding-top: 37px; padding-bottom: 37px; text-transform: capitalize; margin-right: 25px;}

    /* Active Menu Item Styles */
    /* 	.navigation-primary .submenu.level-1 > li > a.active-item{position:relative;}
    .navigation-primary .submenu.level-1 > li > a.active-item:after{background-color:#1d1d1d;bottom:-3px;content:'';height:2px;left:0;position:absolute;width:100%;} */

    /* Top Level Menu Items Icon */
    /* 	.navigation-primary .level-1 > .has-submenu:after{border-color:#1d1d1d transparent transparent;border-style:solid;border-width:5px 5px 0;content:'';display:inline-block;height:0;vertical-align:middle;width:0;} */

    /* Menu Items With Children */
    .navigation-primary ul.submenu.level-2 li a{padding: 12px 15px 12px 15px;}
    .navigation-primary .submenu.level-2{ left:0; top:100% }
    .navigation-primary .submenu.level-2,.navigation-primary .submenu.level-3{ border: none; opacity:0; position: absolute; z-index: 2; width: 100%; visibility: hidden; -webkit-transition: opacity ease .4s; -moz-transition: opacity ease .4s; transition: opacity ease .4s; display: block; pointer-events: none; }
    .navigation-primary .submenu.level-3{top:0;}

    /* Submenu Level One Visibility */
    .navigation-primary .submenu.level-1 > li:hover .submenu.level-2,
    .navigation-primary .submenu.level-1 > li.focus .submenu.level-2{left:0; opacity:1; visibility: visible; pointer-events: inherit !important;}
    .navigation-primary .submenu.level-1 > li:hover:last-child .submenu.level-2,
    .navigation-primary .submenu.level-1 > li.focus:last-child .submenu.level-2{left: auto; right: 0;}

    /* Submenu Level Two Visibility */
    .navigation-primary .submenu.level-2 > li .submenu.level-3{left: 100%;}
    .navigation-primary .submenu.level-2 > li:hover .submenu.level-3,
    .navigation-primary .submenu.level-2 > li.focus .submenu.level-3{opacity: 1; visibility: visible; pointer-events: inherit !important;}

    /* prettier-ignore */
    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item:hover .submenu.level-3,
    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item.focus .submenu.level-3{left: auto; right: 100%;}

    .navigationParent,.navigation-primary .submenu{ display: flex !important; justify-content: flex-end;}

    /*   Theme Color   */

    /* Main Navigation */
    .navigation-primary .level-1 > li > a {position:  relative;} 
    .navigation-primary .level-1 > li > a::after { content: ""; position: absolute; width: 44px; height: 3px; margin: auto; bottom: -11px; background-color: #7BC143; left: 0; right: 0; opacity: 0; visibility: hidden; transition: all .3s ease; -webkit-transition: all .3s ease; }
    .navigation-primary .level-1 > li:hover > a::after {opacity: 1; visibility: visible;}


    .navigation-primary .level-1 > li.active-item { background-color: ; }
    .navigation-primary .level-1 > li.active-item > a { color: ; }
    .navigation-primary .level-1 > li.has-submenu.active-item:after { border-color:  transparent transparent transparent; }
    .navigation-primary .submenu.level-1 > li > a.active-item:after { background-color: ;}

    /* Main Navigation - Child Menus */
    .navigation-primary .submenu:not(.level-1) { background-color: ; }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus > a { color: #7BC143; background-color: ; }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus > a { color: #7BC143; }
    .navigation-primary .submenu:not(.level-1) .menu-item:active { background-color: ; }
    .navigation-primary .submenu:not(.level-1) .menu-item:active > a {  color: color: #7BC143; }

    .nav__link { display: block; padding-bottom: .56rem; padding-top: .56rem; }

    .menuRight { border-radius: 10px; overflow: hidden; }
    .megaMenuWrap { width: 100%; display: flex; justify-content: space-between; }

    .headerOutter .megaMenu ul > li a {color: #1F1F1F; padding: 0; width: 100%; }
    .headerOutter .megaMenu .menuListing ul > li {margin-right: 0; margin-bottom: 15px;}
    .headerOutter .megaMenu .menuListing ul > li:last-child {margin-bottom: 0;}
    .headerOutter .megaMenu .menuListing ul > li a {font-size: 16px; line-height: 1.625;}


    .headerOutter .megaMenu .menuListing ul > li a::before {display: none;}
    .headerOutter .megaMenu .menuLeft { padding-right: 20px; }
    .headerOutter .megaMenu .menuLeft.menuRepeater {display: flex; padding-right: 0px;}
    .menuLeft.menuRepeater .menuInnerwrap { width: 240px; padding-right: 20px;}
    .menuLeft.menuRepeater .menuInnerwrap:not(:first-child) {
        padding-top: 46px;
    }

    .headerOutter .megaMenu .menuListing ul.hs-menu-children-wrapper > li a {
        font-size: 14px;
    }

    .headerOutter .megaMenu .menuListing ul.hs-menu-children-wrapper > li {
        margin-bottom: 5px;
    }

    .headerOutter .megaMenu .menuListing ul.hs-menu-children-wrapper {
        padding-left: 5px;
        margin-top: 6px;
    }


}

@media(max-width: 1199px){
    .navigation-primary .level-1 > li > a {font-size: 15px;}
    .submenu.level-1 > li {margin-right: 16px;}
    .submenu.level-1 > li:last-child a {padding: 12px 16px;}
    .menuLeft.menuRepeater .menuInnerwrap { width: 210px; }
}

@media(max-width: 1024px){
    .headerNavigation .megaMenu .menuListing ul {
        display: block !important;
    }
    .header__logo__static img,.header__logo__sticky img {max-width:170px;}
    /*-=-=-=-  Expand Menu   -=-=-=*/
    .expandMenu {width: 40px; height: 40px; display: block; cursor: pointer; position: absolute; top: 50%;transform: translateY(-50%); right: 15px; z-index: 999; display: flex; flex-direction: column;        background-color: #7BC143;border-radius: 4px; }
    .expandMenu i {position: relative;
        width: 18px;
        top: 13.5px;
        left: 0;
        border-radius: 5px;
        height: 2px;
        opacity: 1;
        display: block;
        background-color: #ffff;
        margin: 1.4px auto;
        transition: all ease .3s;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s; }
    .expandMenu i:first-child { margin-top: 0; }
    .expandMenu.active i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 19px; position: relative;}
    .expandMenu.active i:nth-child(2) { position: relative; left: -46px; opacity: 0;}
    .expandMenu.active i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: 10px; position: relative;}

    /*-=-=-=- Mobile Submenu Icon -=-=-=*/
    .childExpand { position: absolute; top: 5px; z-index: 999; display: inline-block; right: 5px; width: 36px; text-align: center; height: 36px; margin: 0; padding: 5px; cursor: pointer; }
    .childExpand i { position: relative; width: 13px; left:0; height: 1px; opacity: 1; display: block; background: #1F1F1F; top:5px; margin: 8px auto; transition: all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
    .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -4px; }
    .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
    .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }
    .activeMenu .childExpand i{background:#7BC143}

    /*-=-=-=-  Header Section   -=-=-=*/
    .navigationParent { position: absolute; left: 0; top: 78px; width: 100%; display:none; background-color: #fff; z-index: 9; box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;padding-bottom:20px; }
    .navigation-primary .submenu:not(.level-1),.navigation-primary .megaMenu { display: none;}
    .navigation-primary .submenu.level-1 > li { margin: 0; padding: 0; } 
    .navigation-primary .submenu.level-1 > li > a { padding: 12px 15px; display: block; }

    .navigation-primary .submenu.level-1 > li > a:hover,
    .navigation-primary .submenu.level-1 > li > a:focus{
        text-decoration:none;
    }

    /*-=-=-=-  Second Level   -=-=-=*/
    .navigation-primary .menu-item { position: relative; }
    .navigation-primary .submenu li:not(first-child):before { content: ''; position: absolute; top: 0; width: 100%; height: 1px; background-color: rgba(255,255,255,0.1); }
    .navigation-primary ul.submenu.level-2 > li > a{padding: 12px 15px 12px 25px;}
    .navigation-primary ul.submenu.level-3 > li > a{padding: 12px 15px 12px 35px;}

    /*-=-=-=-  End Header Section   -=-=-=*/

    /*   Button   */
    .navigationRight { padding: 12px 15px; display: flex; flex-wrap: wrap; background-color: #fff;}


    .header__section .header__center {padding-bottom: 10px; padding-top: 10px;}
    .headerOutter .megaMenu .menuListing ul > li a {color: #1F1F1F;}
    .megaMenu {
        padding: 0 15px;
    }

    .menuRight {
        padding: 15px 0;
        text-align:center;
    }
    .menuTitle h3 {
        margin-bottom:8px;
        font-size:15px;
    }

    .headerOutter .megaMenu .menuListing ul > li{
        margin-bottom:10px;
    }

    .headerOutter .megaMenu .menuListing ul > li:last-child {
        margin-bottom: 0;
    }

    .headerOutter .megaMenu .menuListing ul.hs-menu-children-wrapper {
        padding-left: 5px;
        margin-top: 6px;
    }

    .headerOutter .megaMenu .menuListing ul.hs-menu-children-wrapper > li {
        margin-bottom: 5px;
    }
    .headerOutter .megaMenu .menuListing ul.hs-menu-children-wrapper > li a{
        font-size:14px;
    }

    .menuLeft.menuRepeater .menuInnerwrap:not(:last-child){
        margin-bottom:10px;
    }

    .navigation-primary .submenu.level-1 > li:last-child{
        margin:12px 15px 0;
    }

    .navigation-primary .submenu.level-1 > li:last-child a{
        display: inline-block;
    }



}

@media (min-width:481px) and (max-width:1024px){
    .megaMenu .megaMenuWrap {
        display: flex;
        align-items: start;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media(max-width:1024px){

    .header--sticky-active .header__sticky-wrapper {
        position: fixed;
        width: 100%;
        top: -80px;
        z-index: 99;
    }

    .header__sticky-element{
        top:0;
    }

    .header--sticky-active .header__sticky-element {
        position: absolute;
        width: 100%;
        top: 80px;
        left: 0;
        z-index: 6;
        transition: top .2s ease-in-out;
        background: #fff;
    }



}