/* - - - - - - - - - - - - - - - - - - - - - -  */

/* 1. Header
2. Hero
3. Alternate services
4. Footer */

/* - - - - - - - - - - - - - - - - - - - - - -  */

/* 1. Header css starts here */

header{
    padding: 1.5rem 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    top: 0;
    background-color: #fff;
    margin-bottom: 4px;
}

.header_container{
    padding: 0 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header_container .logo img{
    width: 200px;
    height: 55px;
}

.header_container .CTAs{
    height: 41px;
}

.header_container .CTAs a{
    text-decoration: none;
    background-color: #3e824b;
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    display: inline-block;
    cursor: pointer;
}

.header_container .CTAs a img{
    height: 16px;
    width: 16px;
    margin-right: 0.25rem;
}

.header_container .CTAs button{
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    color: #fff;
    border-radius: 0.25rem;
    background-color: #3e824b;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    border: none;
    margin-left: 1rem;
}

/* 1. Header css ends here */


/* 2. Hero css starts here */

.hero_wrapper{
    margin-bottom: 2rem;
}

.hero_container{
    padding: 2rem 0;
}

.hero_container .heading{
    font-size: 6.25rem;
    font-weight: 500;
    color: #3e824b;
    text-align: center;
    line-height: 7rem;
    margin-top: 3rem;
}

.hero_container .desc{
    width: 850px;
    font-size: 1.25rem;
    color: #2b2e35;
    font-weight: 500;
    text-align: center;
    margin: 2rem auto;
    margin-top: 1.5rem;
}

.hero_container .CTA{
    text-align: center;
}

.hero_container .CTA a{
    font-size: 1.35rem;
    font-weight: 500;
    background-color: #3e824b;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 2rem;
    display: inline-block;
    border-radius: 0.25rem;
}

.hero_container .CTA a img{
    margin-left: 0.5rem;
    width: 20px;
    height: 16px;
}

/* 2. Hero css ends here */

/* 3. Alternate services css starts here */

.alternate_services_wrapper{
    background-color: #eef4ed;
    padding: 2rem 0;
}

.alternate_services_container{
    padding: 0;
}

.alternate_services_container .service_box{
    display: flex;
    flex-direction: row;
    margin: 1rem 0;
}

.alternate_services_container .service_box .content_box{
    width: 50%;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.alternate_services_container .service_box .image_box{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}

.alternate_services_container .service_box .image_box .img{
    width: 400px;
    height: 275px;
}

.alternate_services_container .content_box .service_title{
    font-size: 2rem;
    font-weight: 500;
    color: #3e824b;
}

.alternate_services_container .sub_service_container .desc{
    font-size: 1.15rem;
    font-weight: 500;
    margin-top: 0.25rem;
    color: #2b2e35;
}

.alternate_services_container .sub_service_container ul{
    padding-left: 1.5rem;
}

/* 3. Alternate services css ends here */

/* 4. Footer css starts here */

footer{
    background-color: #eef4ed;
    padding: 1.5rem 0;
}

.footer_container .logo img{
    width: 200px;
    height: 55px;
}

.footer_container .CTA{
    margin: 0.5rem 0;
}

.footer_container .CTA a{
    text-decoration: none;
    color: #3e824b;
    font-weight: 500;
}

.footer_container .CTA .call{
    width: 16px;
    height: 16px;
    margin-right: 0.4rem;
}

.footer_container .CTA .mail{
    width: 18px;
    height: 13px;
    margin-right: 0.4rem;
}

/* 4. Footer css ends here */