body {

    font-family: "muli, sans-serif, Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.nav_logo {
    width: 15rem;
    margin-left: 20px;
    margin-bottom: 10px;
}

@media (max-width: 400px) {
    .nav_logo {
        width: 12rem;
    }
}

.top-bar {
    background-color: transparent;
}

.span {
    color: #fff;
}

.waves {
    bottom: 0;
    width: 100%;
}

.hero_bg {
    background-color: #477B16;
    margin-bottom: 0px;
    width: 100%;
}

.hero_section {
    padding: 40px;
}

.test_section {
    background-color: #f4f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hero_section p {
    padding-bottom: 20px;
    margin-top: 10px;
    font-size: 16px;
}

.subheading {
    font-size: 18px;
    padding-bottom: 40px;
    padding-top: 10px;
    width: auto;
}

.little_heading {
    color: #2a2e31;
    font-size: 18px;
    margin-top: 20px;
}

.services {
    padding: 40px;
    margin-bottom: 30px;
}

.heading_upper {
    margin-top: 20px;
}

.apply_button {
    width: 150px;
    border-radius: 5px;
    background-color: #427B09;
    border-radius: 5px;
    height: 45px;
    line-height: 1.5;
    display: inline-block;
}

.button.secondary.hollow {
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 5px;
    padding: 1em 1em;
    display: inline-block;
    vertical-align: middle;
}

.button.secondary.hollow:hover {
    border: 1px solid #ffffff;
    color: #2a2e31 !important;
    background-color: #fff;
    border-radius: 5px;
    padding: 1em 1em;
    display: inline-block;
    vertical-align: middle;
}

.apply_button:hover {
    background-color: #2a2e31;
    border: 1px solid #ffffff;

}

hr.rounded {
    border-top: 5px solid #427B09;
    border-radius: 5px;
    width: 70px;
}

.card {
    border-color: none;
    border: none;
    border-radius: 10px;
}

.hero_bg p {
    color: #ffffff;
    line-height: 25px;
}

.dark_heading {

    color: #ffffff;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

.test_heading {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
}

.text-italic {
    font-style: italic;
}

.img_hero {
    width: 100%;
    background-size: cover;
    height: 500px;
    z-index: -99;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.points {
    background-color: #427B09;
    padding: 20px;
    margin-right: 30px;
    border-radius: 30px;
    color: #fff;
}

@media (max-width: 505px) {
    .points {
        margin-right: 5px;
        font-size: 12px;
        padding: 5px;
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .menu {
        justify-content: center;
    }
}

@media (max-width: 1023px) {
    .hero_info {
        text-align: center;
        margin: auto;

    }

    .test_position {
        text-align: center;
    }
}

.info_2 {
    margin-top: 100px;
}

.fluid-img {
    max-width: 300px;
    margin-top: 30px;
}

h1 {
    color: #2a2e31;
    font-size: 2.5em;
    letter-spacing: normal;
    line-height: 1.125;
    margin-bottom: .24444445em;
}

[type='fullname'],
[type='emailaddress'],
textarea {
    border-radius: 5px;
    box-shadow: none;
    height: 45px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #fefefe;
    padding-left: 1rem;
}

[type='fullname']:focus,
[type='emailaddress']:focus,
textarea {
    border-radius: 5px;
    box-shadow: none;
    height: 45px;
    background-color: #ffffff;
    color: #fefefe;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    border-radius: 5px;
    box-shadow: none;
    height: 45px;
    padding-left: 1rem;
}

.subheader {
    font-size: 14px;
}

.partner_logo {
    opacity: 0.2;
    filter: grayscale();
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 20px;
    width: 100px;
}

.partner_logo:hover {
    opacity: 1;
    filter: none;
    transition-duration: 0.5s;
}

#contact form {
    display: flex;
    flex-direction: column;
}

#contact label {
    font-weight: bold;
    margin-bottom: 5px;
}

#contact input,
#contact textarea {
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 10px;
    color: #2a2e31;
    font-size: 16px;
}

#contact .button-act[type="submit"] {
    background-color: #477B16;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

nav {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #f8f8f8;
    /* Adjust the background color */
    position: sticky;
    top: 0;
    z-index: 1000;
}

.main-nav-left {
    flex: 1;
    display: flex;
    align-items: center;
}

.nav-logo {
    max-height: 50px;
    /* Adjust size as necessary */
}

.main-nav-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    /* Align content to the right */
}


.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    margin-left: 15px;
}

.nav-link,
.main-nav-cta {
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.main-nav-cta {
    background-color: #ffffff;
    border: none;
    color: #000000;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;

}

.nav-link:hover,
.main-nav-cta:hover {
    color: #d7d7d7;
}

.button {
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.button-act {
    padding: 15px 20px;
    background-color: #477B16;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
}

.button-act:hover {
    background-color: #335d0c;/
}

.scroll-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.main-nav-center {
    margin-top: 10px;
}

.main-nav-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
}




.green {
    color: #99c21c;
}

.red {
    color: #ff0000;
}

.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}


.tabset>label {
    position: relative;
    display: inline-block;
    padding: 10px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    color: grey;
    padding-left: 10em;
    padding-right: 10em;
}


.tabset>label:hover,
.tabset>input:focus+label {
    color: #99c21c;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: #99c21c;
}

.tabset>input:checked+label {
    
    box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 #95989252;
    color: #427b09;
    padding-left: 10em;
    padding-right: 10em;
    background-color: #EDF4E9;
    border-bottom: #427B09 4px solid;

    }

.tab-panel {
    padding: 30px 0;
    /* border-top: 1px solid #ccc; */
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
    box-sizing: border-box;
}

/* .tabset {
    max-width: 65em;
} */