/* --- Top Header --- */
  .ast-mobile-header-wrap .ast-primary-header-bar {
    border-bottom:none;
  }
.ast-above-header.ast-above-header-bar {
    background-color: #294738;
    padding-top: 15px;
	padding-bottom:15px;
}

.ast-above-header-bar .site-above-header-wrap {
    min-height: auto;
}

.ast-above-header p {
    color: #FFF;
    font-family: "Red Hat Display";
    line-height: 24px;
	font-size:14px;
	line-height: 24px;
}

.ast-above-header p span {
    color: #BFF24D;
    font-weight: 700;
    text-transform: uppercase;
}

/* --- NavBar --- */

.ast-main-header-wrap .ast-builder-grid-row{
	padding: 20px 0;
}
.ast-main-header-wrap .ast-primary-header-bar.nav-up .ast-builder-grid-row {
    padding: 20px 0;
}
.ast-main-header-wrap .ast-grid-left-center-section,
.ast-main-header-wrap .ast-grid-right-center-section {
    display: none;
}

.ast-main-header-wrap .site-branding {
    padding: 0 !important;
}

.ast-builder-button-wrap .ast-custom-button {
    background-color: #BFF24D;
    color: #294738;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 57px !important;
    border-radius: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: "Red Hat Display";
    clip-path: polygon(33.5px 0%, 100% 0%, calc(100% - 33.5px) 100%, 0% 100%);
}

.ast-main-header-wrap .ast-custom-button:hover {
    background-color: #9FD030;
}

.ast-main-header-wrap .ast-builder-menu-1.ast-builder-menu ul.main-header-menu {
    gap: 45px;
}

.ast-main-header-wrap ul.main-header-menu .menu-link {
    color: #294738;
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 5px;
    position: relative;
}

.ast-main-header-wrap ul.main-header-menu .menu-link::before,
.ast-main-header-wrap ul.main-header-menu .menu-link::after {
    content: "";
    position: absolute;
    width: 10px;
    background-color: #BFF24D;
    height: 20px;
    left: -15px;
    transform: skew(-20deg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ast-main-header-wrap ul.main-header-menu .menu-link::after {
    left: auto;
    right: -15px;
}

.ast-main-header-wrap ul.main-header-menu .menu-item.current_page_item .menu-link,
.ast-main-header-wrap ul.main-header-menu .menu-link:hover {
    color: #294738;
    font-weight: 800;
}

.ast-main-header-wrap ul.main-header-menu .menu-item.current_page_item .menu-link::before,
.ast-main-header-wrap ul.main-header-menu .menu-item.current_page_item .menu-link::after,
.ast-main-header-wrap ul.main-header-menu .menu-link:hover::before,
.ast-main-header-wrap ul.main-header-menu .menu-link:hover::after {
    opacity: 1 !important;
}

/*Footer*/

footer .site-above-footer-wrap img{
    max-width: 288px;
}

footer .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row{
    grid-template-columns: repeat(1, 1fr);
}

footer .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row .ast-builder-html-element p{
    display: flex;
    justify-content: center;
    font-size:14px;
    gap:30px;
}

footer ul#astra-footer-menu{
    gap:45px;
}
footer ul#astra-footer-menu li a{
    font-family: "Red Hat Display";
    line-height: 24px;
    text-transform: uppercase;
    font-size: 16px ;
    padding: 0 5px;
    position: relative;
    width: min-width;
}

footer ul#astra-footer-menu li a::before,
footer ul#astra-footer-menu li a::after {
    content: "";
    position: absolute;
    width: 10px;
    background-color: #BFF24D;
    height: 20px;
    left: -15px;
    transform: skew(-20deg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

footer ul#astra-footer-menu li a::after {
    left: auto;
    right: -15px;
}

footer ul#astra-footer-menu li:hover {
    color: #294738;
    font-weight: 800;
}

footer ul#astra-footer-menu li a:hover::before,
footer ul#astra-footer-menu li a:hover::after  {
    opacity: 1 !important;
}

footer .ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
    position: relative;
    display: flex;
    justify-content: center;
 
}
footer .site-footer-below-section-1.site-footer-section.site-footer-section-1{
    
    position: absolute;
    bottom: 0;
    left:0;
}
footer .ast-footer-copyright p{
    font-size:14px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
footer .ast-builder-footer-grid-columns .site-footer-below-section-3{
        position: absolute;
    right: 0;
    bottom: 0;
}



@media (max-width: 1099px) {
  .ast-main-header-wrap ul.main-header-menu .menu-link {
    font-size: 14px;
  }
}

@media (max-width: 1025px) {
  body.ast-main-header-nav-open {
    overflow: hidden;
  }

  #ast-mobile-header .content-align-flex-start {
    height: calc(100svh - 120px);
    max-height: unset;
    padding: 50px 0;
    -webkit-overflow-scrolling: touch;
}

  .ast-main-header-wrap .ast-builder-grid-row {
    padding: 15px 0;
  }

  .ast-main-header-wrap .custom-logo {
    max-width: 164px;
  }

  .ast-builder-layout-element.ast-flex.site-header-focus-item {
    padding: 0;
  }

  .ast-main-header-wrap .menu-toggle {
    padding: 0 !important;
  }


  .ast-main-header-wrap .ast-header-html-2 {
    position: absolute;
    top: 0;
    width: 110px;
    bottom: 0;
    right: 0;
    background-color: #F0FBF3;
    z-index: -1;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .ast-builder-menu-mobile .main-navigation .main-header-menu {
    gap: 20px;
  }

  .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
    color: var(--MS-Dark-Green, #294738);
    font-family: "Red Hat Display", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px;
    padding: 0;
  }

  .ast-builder-layout-element.site-header-focus-item.ast-header-divider-element.ast-header-divider-1.ast-hb-divider-layout-vertical {
    background-color: #5F6567;
    height: 1px;
  }

  #ast-mobile-header .content-align-flex-start .ast-builder-layout-element {
    justify-content: center;
    text-align: center;
    padding: 0 20px;
  }

  #ast-mobile-header .ast-header-html-3 .ast-builder-html-element p {
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 20px;
  }

  #ast-mobile-header .ast-header-html-3 .ast-builder-html-element img {
    max-width: 166px;
  }

  .ast-builder-button-wrap.ast-builder-button-size-default {
    width: 100%;
  }

  .ast-builder-button-wrap .ast-custom-button {
    max-width: 348px;
    margin: 0 auto;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
	
	    footer ul#astra-footer-menu{
    gap:15px;
    row-gap: 20px;
}
}

@media (max-width: 880px) {
    footer ul#astra-footer-menu{
    gap:10px;
}
}

@media (max-width: 576px) {
    footer .site-above-footer-wrap img{
    max-width: 205px;
}

footer .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row .ast-builder-html-element p{
   
    flex-direction: column;
    gap:10px;
}
footer .ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
flex-direction: column-reverse;
    
}
footer .site-footer-below-section-1.site-footer-section.site-footer-section-1{
    
    position: static;
   margin-top: 50px;
}
footer .ast-footer-copyright p{
    gap:30px
}
}
@media (max-width: 544px) {
	#astra-footer-menu .menu-item > a {
		font-size:16px;
	}
}