/** Custom CSS **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a,
a:hover {
    text-decoration: none;
    transition: 0.2s all;
    cursor: pointer;
}
a {
    text-decoration: none!important;
    outline: none!important;
    color: inherit;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
}
ol, ul, li {
    list-style: none;
}

/**====================================
Header 
====================================**/
.eco-head{
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: #fff;
}
.eco-head .navbar-brand{
    padding: 20px 0;
    margin: 0 auto;
}
.eco-head .navbar-brand img{
    display: block;
    max-width: 300px;
}


/**====================================
Banner 
====================================**/
.page-banner{
    height: 450px;
    background: url(../images/banner-img.jpg) no-repeat 50% 50% / cover;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.page-banner h1{
    font-size: 56px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
}
.page-banner h4{
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
}

/**====================================
Page Contents 
====================================**/
.page-contents{
    padding: 60px 0 0;
}
.lp-content{
    margin-bottom: 60px;
}
.lp-content h3{
    font-size: 30px;
    color: #276438;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}
.lp-content h4{
    font-size: 30px;
    color: #7ab145;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}
.lp-content p + h4{
    margin-top: 50px;
}
.lp-content p{
    font-size: 24px;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4;
}
.type-list{
    -webkit-column-count: 4;
    column-count: 4;
}
.type-list li{
    position: relative;
    padding: 5px 0;
    padding-left: 40px;
    font-size: 24px;
    color: #000;
    font-weight: 300;
    line-height: 1;
}
.type-list li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    background: url(../images/tick-icon.png) no-repeat 50% 50% / contain;
}
.whychoose-list{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -12px;
    margin-top: 25px;
}
.whychoose-list li{
    padding: 0 12px;
}
.wc-card figure{
    margin-bottom: 18px;
    height: 90px;
}
.wc-card figure img{
    max-width: 90px;
    max-height: 90px;
    display: block;
    margin: 0 auto;
}
.wc-card p{
    margin-bottom: 0;
    text-align: center;
}
.moreinfo-sec{
    padding: 50px 0;
    background: #7ab145;
}
.moreinfo-sec h2{
    font-size: 42px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}
.ve-btn {
    width: 370px;
    height: 76px;
    display: block;
    text-align: center;
    background: #276438;
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    line-height: 76px;
    margin: 0 auto;
}
.ve-btn:hover{
    color: #276438;
    background: #fff;
}
.contact-box{
    padding: 40px 50px;
    background: #276438;
    max-width: 620px;
    margin-left: auto;
}
.contact-box h2{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 30px;
}
.contact-box h2 span{
    display: block;
    color: #dddb3e;
    margin-top: 10px;
}
.form-box .form-group{
    margin-bottom: 30px;
}
.form-box label{
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}
.form-box label span{
    color: #dddb3e;
}
.form-box .form-control{
    height: 68px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 6px 20px;
    font-size: 16px;
    color: #000;
}
.form-box textarea.form-control{
    height: auto;
    resize: none;
    padding-top: 20px;
}
.ct-btn {
    width: 310px;
    height: 60px;
    border: 0;
    display: block;
    margin: 0 auto;
    background: #dddb3e;
    font-size: 20px;
    color: #276438;
    font-weight: 500;
}
.ct-btn:hover{
    background: #fff;
    color: #276438;
}


/**====================================
Footer
====================================**/
footer{
    padding: 50px 0;
}
.ft-contact{
    margin-bottom: 10px;
}
.ft-links,
.ft-contact{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.ft-contact li + li:before{
    content: '|';
    display: inline-block;
    margin: 0 20px;
    color: #6fb349;
}
.ft-contact li{
    font-size: 50px;
    color: #26573c;
    font-weight: 300;
    line-height: 1;
}
.ft-contact li a{
    color: #26573c;
}
.ft-contact li a:hover{
    color: #6fb349;
}
.ft-links li + li:before{
    content: '|';
    display: inline-block;
    margin: 0 10px;
    color: #6fb349;
}
.ft-links li{
    font-size: 30px;
    color: #26573c;
    font-weight: 300;
    line-height: 1;
}
.ft-links li a{
    color: #26573c;
}
.ft-links li a:hover{
    color: #6fb349;
}

span.error{
    color: #dddb3e;
    display: block;
    text-align: right;
    padding-top: 0.3em;    
}


/**====================================
Responsive 
====================================**/
@media (min-width: 1200px){
    .container{
        max-width: 1330px;
    }
    .page-banner .container{
        max-width: 1440px;  
    }
}

@media (max-width: 1366px){
    .lp-content p{
        font-size: 18px;
    }
    .eco-head .navbar-brand{
        padding: 15px 0;
    }
    .eco-head .navbar-brand img{
        max-width: 200px;
    }
    .page-banner h1{
        font-size: 42px;
        margin-bottom: 20px;
    }
    .page-banner h4{
        font-size: 24px;
    }
    .lp-content h4,
    .lp-content h3{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .contact-box h2{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .contact-box{
        padding: 40px;
    }
    .form-box label{
        font-size: 18px;
    }
    .form-box .form-control{
        height: 50px;
    }
    .form-box textarea.form-control{
        height: 180px;
    }
    .ct-btn{
        width: 280px;
        height: 50px;
        font-size: 16px;
    }
    .form-box .form-group{
        margin-bottom: 20px;
    }
    .type-list li{
        font-size: 18px;
        padding-left: 30px;
    }
    .type-list li:before{
        width: 16px;
        height: 16px;
        top: 6px;
    }
    .wc-card figure img{
        max-width: 65px;
        max-height: 65px;
    }
    .wc-card figure{
        margin-bottom: 10px;
        height: 65px;
    }
    .moreinfo-sec h2{
        font-size: 32px;
    }
    .ve-btn{
        width: 300px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }
    .ft-contact li{
        font-size: 38px;
    }
    .ft-links li{
        font-size: 24px;
    }
}

@media (max-width: 991px){
    .eco-head .navbar-brand img {
        max-width: 160px;
    }
    .page-banner{
        height: auto;
        padding: 80px 0;
    }
    .page-banner h1 {
        font-size: 28px;
    }
    .page-banner h4 {
        font-size: 16px;
    }
    .page-contents{
        padding: 40px 0 0;
    }
    .lp-content h4, .lp-content h3{
        font-size: 20px;
    }
    .lp-content p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .contact-box {
        padding: 30px;
    }
    .contact-box h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .form-box label {
        font-size: 14px;
    }
    .form-box .form-control {
        height: 40px;
    }
    .ct-btn {
        width: 100%;
        height: 44px;
        font-size: 16px;
    }
    .lp-content p + h4 {
        margin-top: 30px;
    }
    .type-list li{
        font-size: 16px;
    }
    .type-list li:before{
        top: 4px;
    }
    .wc-card figure img {
        max-width: 50px;
        max-height: 50px;
    }
    .wc-card figure{
        height: 50px;
    }
    .wc-card p{
        font-size: 14px;
        margin-bottom: 0;
    }
    .moreinfo-sec{
        padding: 40px 0;
    }
    .moreinfo-sec h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .ve-btn {
        width: 220px;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
    .ft-contact li {
        font-size: 30px;
    }
    .ft-links li {
        font-size: 18px;
    }
    footer{
        padding: 40px 0;
    }
    .lp-content {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px){
    .page-banner{
        padding: 60px 0;
    }
    .page-banner h1{
        line-height: 1.2;
    }
    .page-banner h4 br{
        display: none;
    }
    .contact-box{
        margin-bottom: 40px;
    }
    .type-list {
        -webkit-column-count: 2;
        column-count: 2;
    }
    .whychoose-list{
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .whychoose-list li{
        width: 33.33333%;
        margin-bottom: 30px;
    }
    .ft-contact li {
        font-size: 24px;
    }
    .ft-links li {
        font-size: 14px;
    }
    .ft-links li + li:before{
        margin: 0 7px;
    }
    span.error{
        font-size: 14px;
    }
}

@media (max-width: 575px){
    .eco-head .navbar-brand img {
        max-width: 140px;
    }
    .type-list {
        -webkit-column-count: 1;
        column-count: 1;
    }
    .whychoose-list li{
        width: 50%;
    }
    .ft-links, .ft-contact{
        display: block;
    }
    .ft-links li,
    .ft-contact li{
        text-align: center;
    }
    .ft-contact li + li:before{
        display: none;
    }
    .ft-contact li{
        font-size: 20px;
        font-weight: 400;
    }
    .ft-contact li + li{
        margin-top: 10px;
    }
    .ft-links{
        margin-top: 30px;
    }
    .ft-links li {
        font-size: 16px;
        font-weight: 400;
    }
    .ft-links li + li{
        margin-top: 10px;
    }
    .ft-links li + li:before{
        display: none;
    }
    .contact-box{
        padding: 20px;
    }
    .form-box .form-control{
        padding: 6px 14px;
    }
    .form-box textarea.form-control{
        padding-top: 16px;
    }
    .wc-card p{
        font-size: 16px;
    }
    .wc-card figure img {
        max-width: 60px;
        max-height: 60px;
    }
    .wc-card figure{
        height: 60px;
    }
    .page-banner h1 {
        font-size: 26px;
    }
}


