html{
    ::selection{
        color: #f4f4f4;
        background: #39ac37;
        box-shadow: 0px 3px 15px #474747;
    }
}


/*------------------- Home Page -------------------*/

.intro-1{
    background-image: url('../img/banner/intro-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: #39ac37 10px solid;
    box-shadow: #474747 5px 5px 5px;
}
.intro{
    background-image: url('../img/banner/test.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: #39ac37 10px solid;
    box-shadow: #474747 5px 5px 5px;
}
.title{
    padding: 20px 0px;
    color: #39ac37;
    -webkit-text-stroke: #fff 2px solid;
    font-size: 2rem;
    font-weight: bold;
    line-height: 37px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.title-1{
    padding: 20px 0px;
    color: #000;
    -webkit-text-stroke: #fff 2px solid;
    font-size: 2rem;
    font-weight: bold;
    line-height: 37px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.content{
    line-height: 23px;
    font-size: 20px;
    color: #fff;
}
.content ul li{
    padding: 5px 0px;
    text-align: center  ;
}
@media only screen and (max-width:1024px){
    .vision{
        background-image: url('../img/banner/test2.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        border-bottom: #39ac37 10px solid;
        box-shadow: #474747 5px 5px 5px;
        padding: 50px 0px 10px 0px;
        width: 50%;
    }
}
.vision{
    background-image: url('../img/banner/test2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: #39ac37 10px solid;
    box-shadow: #474747 5px 5px 5px;
    padding: 50px 0px 10px 0px;
}
.vision p{
    font-size: 18px;
    padding: 0px 0px 20px 0px;
    text-align: justify;
    line-height: 30px;
}
.showcase{
    width: 100%;
    height: 200px;
    background-image: url('../img/banner/banner4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.sewage-wrap{
    padding: 60px 0px;
    /* background-image: url(img/banner/banner6-01-01.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 769px) {
    .sewage-wrap{
        padding: 60px 0px;
        background-image: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
}
.sewage-wrap .row{
    margin: 30px 0px 60px 0px;
    padding: 30px 0px 50px 0px;
    box-shadow: 0px 3px 20px #dedede;
    border-radius: 7px;
}
.sewage-content li{
    padding: 5px 0px;
}
.text-right{
    text-align: right;
}
.sewage-content i{
    font-size: 1.5rem;
    color: #39ac37;
    padding: 0px 10px;
}
.sewage-content .red{
    color: red;
}


/*------------------- Case Study Page -------------------*/
.case-study-wrap1{
    padding: 60px 0px;
}
.case-study-wrap2{
    padding: 60px 0px;
    background: #f6f6f6;
}
.case-study-wrap2 table{
    margin: auto;
}
.case-study-wrap2 table, th, td{
    /* border: 2px solid black; */
    padding: 5px 10px;
}
.case-study-wrap2 table tr:nth-child(odd){
    background-color: #197617;
    color: #ffffff;
}
.case-study-wrap3{
    padding: 60px 0px;
}
.case-study-wrap3 table, th, td{
    padding: 5px 10px;
}
.case-study-wrap3 table tr:nth-child(odd){
    background-color: #197617;
    color: #ffffff;
}
.case-study-wrap2 .content h3{
    margin: 0px 0px 0px 0px;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 1.5rem;
    text-align: justify;
    background-color: #000000;
    -webkit-text-stroke-color: 5px #39ac37 ;
}
.case-study-wrap2 .content .image{
    width: 100%;
    margin: 60px 0px 0px 0px;
    border-bottom: #39ac37 5px solid;
}

/*------------------- process flow Page -------------------*/
.pf-wrap1{
    padding: 30px 0px 60px 0px;
}
.pf-wrap1 h1{
    padding: 0px 0px 20px 0px;
}
.pf-wrap1 .sewage-content{
    padding: 50px 0px 0px 0px;
}
.pf-wrap2{
    padding: 30px 0px 60px 0px;
}
.pf-wrap2 h1{
    padding: 0px 0px 20px 0px;
}
.pf-wrap2 .sewage-content{
    padding: 50px 0px 0px 0px;
}