@import url("https://fonts.googleapis.com/css?family=Poppins");
*,
*:before,
*:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    font-family: "Poppins", sans-serif;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 0px 20px 0 20px;
    text-decoration: none;
} */


.logo img {
    width: 150px;
}


#about h2,
#myservices h2,
#blog-section h2 {
    font-size: 35px;
    text-align: center;
    padding-bottom: 30px;
}

#projects {
    background: #03720c;
    color: #fff;
}

#myservices p {
    text-align: center;
    padding-bottom: 40px;
}

.services {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.col {
    padding: 40px 10px;
    margin-bottom: 10%;
    background-color: #fff;
    transition: background-color 0.5s ease-out;
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.2);
    width: 22.5%;
    border-radius: 10px;
}

.col .col-img {
    width: 100%;
    margin: -60px 0 0 0;
    padding: 0;
    border-radius: 10px;
}

.col:hover {
    border-bottom: 10px solid rgb(1, 114, 19);
}

.col p {
    color: #000;
    text-align: center;
    font-size: small;
    padding: 0 5px;
}

.col h3:hover {
    background: rgb(1, 114, 19);
    color: #fff;
}

.col .Btn {
    padding: 5px 24px;
    color: rgb(5, 5, 5);
    outline: none;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 2% 15% 1% 25%;
}

.Btn:hover {
    border-bottom: 3px solid rgb(1, 114, 19);
    /* background: rgb(1, 114, 19); */
    /* color: #fff; */
}

.col img {
    width: 80px;
    margin: 0 35%;
}

.col h3 {
    background: #58a553;
    color: #fff;
    padding: 10px 10px;
    margin: 2% 1% 2% 10%;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 80%;
}

.clr {
    clear: both;
}

#blog-section {
    height: 90vh;
    margin: 5%;
    /* padding: 40px 10px; */
}

#main-blogDiv {
    width: 100%;
    margin: 0 5%;
}

.blog-col {
    width: 30%;
    float: left;
    padding: 40px 10px;
    margin: 0 2% 10% 0;
}

.blog-col:hover {
    box-shadow: 0 0 2px 7px rgba(0, 0, 0, 0.1);
    /* width: 30.2%; */
    transition: ease-out;
    border-radius: 5px;
}

.blog-col img {
    width: 100%;
    height: 280px;
}

.blog-col small,
.blog-col h4 {
    /* border-bottom: 1px solid #7e7b7b; */
    color: #333;
}

.blog-col a {
    text-decoration: none;
    /* color: red; */
}

.blog-col a:hover {
    color: red;
}

#volunteer {
    text-align: center;
    padding: 100px;
    background-image: linear-gradient(rgba(22, 54, 3, 0.6), rgba(76, 92, 2, 0.6)), url(../img/environment3.jpg);
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 50vh;
}

#volunteer h1 {
    margin: 5% 0 0 0;
    font-size: 50px;
    font-weight: bolder;
}

#volunteer p {
    padding-bottom: 20px;
}

#mybtn {
    margin: 2% 10% 2% 10%;
    padding: 12px 40px;
    background: #03720c;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

#mybtn:hover {
    background: #58a553;
}

#footer {
    background: #03720c;
    color: #fff;
    padding: 100px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 10%;
}

.footer-container h2 {
    padding-bottom: 20px;
    padding-top: 10px;
}

.footer-container a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.footer-container a:hover {
    color: #717171;
}

.footer-container a:active {
    color: rgb(231, 117, 117);
}

.teams-icons-1 {
    display: flex;
    justify-content: space-around;
    margin: 0 10% 0 -5%;
}

.teams-icons-1 img {
    width: 50px;
}

#footer-1 {
    text-align: center;
    background: #58a553;
    color: #f3f3f3;
    padding: 10px;
}



/* 48em = 768px @ 16pt font */


/* -------------Responsive layout-------------*/

@media screen and (min-width: 910px) and (max-width: 1200px) {
    #myservices {
        width: 100%;
        color: #fff;
        padding: 40px 40px 80px 20px;
        text-align: center;
        height: 150vh;
    }
    #myservices p {
        padding-bottom: 40px;
    }
    .services {
        box-sizing: border-box;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .col {
        width: 40%;
    }
    .col .Btn {
        margin: 0 30px 0 20px;
    }
    .col img {
        width: 40px;
    }
    #volunteer {
        width: 100%;
        height: 90vh;
    }
    #volunteer h1 {
        padding-top: 90px;
        font-size: 35px;
    }
    #volunteer p {
        padding: 0 10px;
        font-size: 16px;
    }
    #footer,
    #footer-1 {
        width: 100%;
    }
}

@media screen and (min-width: 610px) and (max-width: 900px) {
    /* Carousel start */
    .carousel-item img{
        height: 15vh;
        width: 100%;
        /* object-fit: cover; */
    }
/* Carousel end */

    #about {
        padding-bottom: 20px;
    }
    #myBtn {
        padding: 5px 14px;
        font-size: 12px;
        border-radius: 0%;
        outline: none;
        border: none;
    }
    #myservices {
        width: 100%;
        color: #fff;
        padding: 80px 40px 30px 20px;
        text-align: center;
        height: auto;
    }
    #myservices p {
        padding-bottom: 40px;
    }
    .services {
        box-sizing: border-box;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .col {
        width: 40%;
    }
    .col .Btn {
        margin: 0 30px 0 20px;
    }
    .col img {
        width: 40px;
    }
    #volunteer,
    #footer,
    #footer-1 {
        width: 100%;
    }
    #volunteer h1 {
        font-size: 25px;
    }
    #volunteer p {
        padding: 0 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    body {
        box-sizing: border-box;
    }
    .mySlides img {
        width: 100%;
        height: auto;
    }
    .prev,
    .next,
    .text {
        font-size: 11px;
        margin-top: 1px;
    }
    .dot {
        display: none;
    }
    #about {
        width: 100%;
        /* padding: 0 10px 10px 10px; */
        /* margin-left: 14vw; */
        min-height: auto;
        overflow: hidden;
    }
    #about h2 {
        font-weight: 800;
        text-align: center;
    }
    #about #myabt p,
    #about p {
        font-size: 14px;
        padding-bottom: 10px;
        text-align: justify;
    }
    #myBtn {
        padding: 5px 14px;
        font-size: 12px;
        border-radius: 10px;
        outline: none;
        border: none;
    }
    #myservices {
        width: 100%;
        color: #fff;
        padding: 40px 40px 30px 20px;
        text-align: center;
        height: auto;
    }
    #myservices p {
        padding-bottom: 40px;
    }
    .services {
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .col {
        width: 60%;
    }
    .col .Btn {
        margin: 0 30px 0 20px;
    }
    .col img {
        width: 40px;
    }
    /* -----------Responsive Blog-------------- */
    #blog-section {
        width: 100%;
    }
    #main-Divblog {
        display: flex;
        flex-wrap: wrap;
    }
    .blog-col {
        width: 60%;
        margin: 0 60px 0 40px;
    }
    #volunteer {
        width: 100%;
        height: 70vh;
        padding: 15px 40px;
    }
    #volunteer h1 {
        font-size: 40px;
        /*check out*/
        margin: 0 10vw;
        padding-top: 80px;
    }
    #volunteer p {
        padding: 0 10px 20px 10px;
        font-size: 20px;
        /*check out*/
    }
}