* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

html {
    scroll-behavior: smooth;
}

video {
    width: 100%;
    padding: 2rem;
}


/* .body {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
} */

.body-nav {
    text-decoration: none;
    list-style: none;
    background: #337af1;
    height: 80px;
    width: 100%;
    position: fixed;
    z-index: 500;
    top: 0;
}

label.body-logo {
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}

.nav-ul {
    float: right;
    margin-right: 20px;
    list-style: none;
}

.nav-li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

.nav-li a {
    color: white;
    font-size: 17px;
    text-transform: capitalize;
    padding: 7px 13px;
    border-radius: 3px;
}

.nav-li a:hover {
    color: #021d3f;
    transition: .5s ease-out;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
}

#check {
    display: none;
}


/* Home */

section {
    display: flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 110px 100px;
}

@media (max-width:1000px) {
    section {
        padding: 100px 50px;
    }
}

@media (max-width:600px) {
    section {
        padding: 125px 30px;
    }
}

section p {
    max-width: 800px;
    text-align: center;
    margin-bottom: 35px;
    padding: 0 20px;
    line-height: 2;
}

.banner-area {
    position: relative;
    justify-content: center;
    min-height: 100vh;
    color: #021d3f;
    text-align: center;
}

.banner-area .banner-img {
    background-image: url(images/waterpan.html\ banner.jpeg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.banner-area .banner-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(181, 232, 241);
    opacity: .1;
}

.banner-area h1 {
    margin-bottom: 15px;
    font-size: 65px;
}

.banner-area h3 {
    margin-bottom: 40px;
    font-size: 25px;
}
.banner-area h4 {
    margin-top: 30px;
    color: #021d3f;
}

.banner-area a.banner-btn {
    padding: 15px 35px;
    background: #0082e6;
    border-radius: 50px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width:800px) {
    .banner-area {
        min-height: 600px;
    }
    .banner-area h1 {
        font-size: 32px;
    }
    .banner-area h3 {
        font-size: 20px;
    }
    .banner-area a.banner-btn {
        padding: 15px 40px;
    }
}


/* About area */

ul.about-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-content li {
    padding: 20px;
    height: 290px;
    background-clip: content-box;
    background-size: cover;
    background-position: center;
}

.about-left-1 {
    flex-basis: 40%;
    background-image: url(images/excavation-on-3.jpg);
}

.about-left-2 {
    flex-basis: 40%;
    background-image: url(images/excavator.jpg);
}

.about-left-3 {
    flex-basis: 40%;
    background-image: url(images/excavation-on-4.jpg);
}

.about-right {
    flex-basis: 60%;
}

.about-area p {
    max-width: 800px;
    margin-bottom: 35px;
    line-height: 1.5;
    text-align: left;
    padding-left: 0;
}

.section-title {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 5%;
}

.about-right h2 {
    margin-bottom: 3%;
}

.about-btn {
    padding: 15px 35px;
    background: #0082e6;
    border-radius: 50px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

@media(max-width:1000px) {
    /* Git.add */
    .about-left-1,
    .about-left-2,
    .about-left-3,
    .about-right {
        flex-basis: 100%;
    }
    .about-area {
        margin-bottom: -10px;
    }
    .about-areap{
        margin-top:280px;
    }
    .about-areac{
        margin-top:50px
    }
    /*  */
    .about-content li {
        padding: 8px;
    }
}


/* Impact area */

.impact-section {
    width: 100%;
    margin: 80px auto;
    color: black;
    background-color: #b6e1f1;
}

.impact-title {
    text-align: center;
    font-size: 4vmin;
    color: black;
}

.impact-row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    /* background-color: #e91e63; */
    margin-top: 50px;
}

.impact-row-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
}

.impact-row-col h4 {
    text-align: center;
    font-size: 1.5rem;
    color: black;
    margin: 20px auto;
}

.impact-row-col img {
    width: 80%;
    justify-items: center;
    margin-left: 10%;
}

.impact-row-col p {
    color: black;
    padding: 0px 40px;
}

.line {
    width: 150px;
    height: 4px;
    background-color: #337af1;
    margin: 10px auto;
    border-radius: 5px;
}


/*  */

@media (max-width:850px) {
    .impact-row {
        flex-direction: column;
    }
    .impact-row-col img {
        max-width: 90%;
    }
}


/* #services {
    background: #ffffff;
}

ul.services-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services-content li {
    padding: 0 30px;
    flex-basis: 33%;
    text-align: center;
}


/* .services-content li i {
    font-size: 50px;
    color: #0082e6;
    margin-bottom: 25px;
} */


/* .services-content li h4 {
    font-size: 20px;
    margin-bottom: 25px;
}

.services-content li p {
    margin: 0;
}

.img-impact {
    flex-basis: 33%;
}

 @media (max-width:1000px) {
    .services-content li {
        flex-basis: 100%;
        margin-bottom: 65px;
    }
    .services-content li:last-child {
        padding: 0;
    }
}*/


/* GALLERY */

.gallery2-container {
    max-width: 1200px;
    margin: auto;
    overflow: auto;
}

.gallery2 {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 390px;
}

.gallery2 img {
    width: 100%;
    height: auto;
}

.gallery2-img-description {
    padding: 15px;
    text-align: center;
    overflow: wrap;
}
/* CONTACT FORM */

.contact-body {
    width: 100%;
    height: 100vh;
    display: grid;
    align-items: center;
    background-color: #ffff;
    z-index:500;
    /* margin-top: -5px; */
}

.contact-in {
    width: 80%;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #666;
}

.contact-map {
    width: 100%;
    height: 100%;
    flex: 50%;
    text-align: center;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

.contact-form {
    width: 100%;
    height: auto;
    flex: 50%;
    padding: 30px;
    text-align: center;
    
}

.contact-form h1 {
    margin-bottom: 10px;
}

.contact-form-txt {
    width: 100%;
    height: 40px;
    color: black;
    border: 1px solid #bcbcbc;
    border-radius: 50px;
    outline: none;
    margin-bottom: 20px;
    padding: 15px;
}

.contact-form-txt::placeholder {
    color: #337af1;
}

.contact-form-txtarea {
    width: 100%;
    height: 130px;
    color: #000;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    outline: none;
    margin-bottom: 20px;
    padding: 15px;
}

.contact-form-txtarea::placeholder {
    color: #337af1;
}

.contact-form-btn {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 50px;
    background-color: #337af1;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 0;
    cursor: pointer;
    font-size: 18px;
}
.contact-form:active{
    margin-bottom: 25px;
}
/* Footer*/
.footer-container {
    max-width: 1170px;
    /* background-color: red; */
    margin: auto;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style: none;
}

footer {
    background-color: #337af1;
    padding: 70px 0;
}

.footer-col {
    width: 25%;
    padding: 8px 15px;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    /* justify-content: center; */
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: none;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    color: #ffffff;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #337af1;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}


/* RESPONSIVE */

@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:952px) {
    label.body-logo {
        font-size: 30px;
        padding-left: 50px;
    }
    .nav-li a {
        font-size: 16px;
    }
}

@media screen and (max-width:858px) {
    .body-logo2 {
        display: none;
    }
    .checkbtn {
        display: block;
    }
    .nav-ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgb(78, 146, 235);
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all 0.5s;
        z-index: 500;
    }
    .nav-li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav-li a {
        font-size: 20px;
    }
    .nav-li a:hover {
        background: none;
        color: #0082e6;
    }
    #check:checked~ul {
        left: 0;
    }
    #check:checked~li {
        display: none;
    }
    /* .nav-li a:checked {
        #checked
    } */
}


/* hr {
    clear: both;
    height: 4px;
    background-color: #752612;
    width: 100%;
    margin: auto;
}

.body {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
}

.footer-container {
    background-color: #122c75;
    padding: 2rem 0 2rem 0;
    margin-top: auto;
}

.footer {
    width: 80%;
    height: 40vh;
    background-color: #122c75;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.footer-heading {
    display: flex;
    flex-direction: column;
    margin-right: 4rem;
}

.footer-heading h2 {
    margin-bottom: 2rem;
}

.footer-heading a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.footer-heading a:hover {
    color: #9bbcf5;
    transition: 0.3s ease-out;
}

.footer-email-form h2 {
    margin-bottom: 2rem;
}

#footer-email {
    width: 250px;
    height: 40px;
    border-radius: 4px;
    outline: none;
    border: none;
    padding-left: 0.5rem;
    font-size: 1rem;
    margin-bottom: 1rem;
}

#footer-email::placeholder {
    color: #b1b1b1;
}

#footer-email-btn {
    width: 150px;
    height: 40px;
    border-radius: 4px;
    background-color: #9bbcf5;
    outline: none;
    border: none;
    font-size: 1rem;
    color: #fff;
}

#footer-email-btn:hover {
    cursor: pointer;
    background-color: #337af1;
    transition: all 0.4s ease-out;
}


/* *********MEDIA QUERY FOR NAV-BAR************* */


/* @media screen and (max-width:952px) {
    label.body-logo {
        font-size: 30px;
        padding-left: 50px;
    }
    .body-nav ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width:858px) {
    .checkbtn {
        display: block;
    }
    ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all 0.5s;
    }
    .body-nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .body-nav ul li a {
        font-size: 20px;
    }
    .body-nav ul li a:hover {
        background: none;
        color: #0082e6;
    }
    #check:checked~ul {
        left: 0;
    }
}


/* *********MEDIA QUERY FOR FOOTER************* */


/* @media screen and (max-width: 1150px) {
    .footer {
        height: 50vh;
    }
    .footer-email-form {
        margin-top: 4rem;
    }
}

@media screen and (max-width: 820px) {
    .footer {
        padding-top: 2rem;
    }
}

@media screen and (max-width: 720px) {
    .footer-3 {
        display: none;
         You can add icons 
    }
    .footer-email-form {
        display: none;
    }
    .contact-us {
        margin-top: 2rem;
    }
} */
