*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Playfair Display', serif;
    font-family: 'Open Sans', sans-serif;
}


h1, h2, h3, h4, h5, h6{
    line-height: 1.5;
    letter-spacing: 1.3px;
}

/* start of header */
.header{
    min-height: 100vh;
    width: 100%;
    background-image: url("/images/b2.jpg");
    background-position: left;
    background-size: cover;
    position: relative;
}

nav{
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

nav .logo{
    font-size: 31px;
    margin-left: 60px;
    text-decoration: none;
    color: white;
    font-size: xx-large;    
}

.nav-links{
    flex: 1;
    text-align: right;
    margin-right: 80px;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 18px;
    position: relative;
}

.nav-links ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 17px;
}

a:active{
    color: #a3c962;
}

.nav-links ul li a:hover{
    color: #a3c962;
}

.nav-links ul li.active a {
    color: #a3c962;
}

.banner{
    text-align: center;
    padding: 6em 0 0;
}

.banner .banner-head h4{
    color: #fff;
    letter-spacing: 2px;
    font-size: 28px;
}

.banner h5{
    color: #fff;
    font-weight: bold;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 45px;
    margin: 11px 0 14px;
}

.banner .banner-tail p{
    color: #dadada;
    font-size: 20px;
    text-shadow: 2px 2px 8px #000;
    padding: 0em 9em;
}

.button{
    display: inline-flex;
}

.btn{
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    margin: 40px 18px;
    letter-spacing: 2px;
    outline: none;
    padding: 8px 20px;
    border: 2px solid #fff;
    border-radius: 20px;
}

.button .about-btn a{
    background: #fff;
    color: black;
}

.button .join-btn a{
    background: #a3c962;
}

.button .about-btn a:hover{
    color: #fff;
}

.button a:hover{
    background: black;

}
/* end of header */

/*start of about */
 .about-header{
     margin: 80px 0 ;
 }

 .about-header .about-sub0{
     color: #a3c962;
     font-weight: 600;
     font-size: 25px;
     margin-bottom: 10px;
 }

 .about-sub0 h6{
     font-size: 19px;
     font-weight: 700;
 }

 .about-header .about-sub1{
     margin-bottom: 30px;
 }

 .about-sub1 h2{
     color: #000;
     font-weight: 700;
     letter-spacing: 1px;
 }

.about-us{
    display: inline-flex;
    justify-content: space-evenly;
}

.about-img img{
    margin-left: 180px;
}

.about-us .about-text{
    margin:0 120px;    
}

.about-us .about-text h5{
    margin: 12px 0;
}

.about-text h6{
    color: #a3c962;
    font-size: 19px;
    font-weight: 600;
}

.about-text h5{
    font-size: 24px;
    color: #000;
    letter-spacing: 1.8px;
    font-weight: 200;
    line-height: 34px;
}
/* end of about */

/* start of service */
.service{
    min-height: 100vh;
    width: 100%;
    background-image: url("/images/s1.jpg");
    background-position: left;
    background-size: cover;
    position: relative;
}

.service-content{
    display: flex;
    flex-wrap: wrap;
}


.service-content-a{
    font-size: 20px;
    color: #d8d8d8;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 80px;
    margin-left:200px;
    text-align: right;
}

.service-content-b{
    font-size: 20px;
    color: #d8d8d8;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 60px;
    margin-right: 200px;
    margin-left: 25px;
    text-align: left;
}

.service-content-b h6{
    color: #a3c962;
    font-size: 22px;
    font-weight: 600;
}

.service-content-b h3{
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: capitalize;
}

.content-box{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}


.content-pamplets{
    width: 300px;
    height: 250px;
    background: rgb(255,255,255);
    box-shadow: -1px 0px 1px black;
    margin: 20px;
}

.content-pamplets span i{
    padding-top: 40px;
    font-size: 35px;
    width: 100%;
    text-align: center;
}

.content-pamplets h4{
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #a3c962;
    padding: 10px;
    font-size: 25px;
}

.content-pamplets p{
    width: 80%;
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 28px;
    letter-spacing: 1px;
    margin-left: 25px;
    margin-top: 1rem;
}
/* end of service */

/* start of gallery */

.gallery-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 70px;
}

.gallery-heading-1{
    text-align: right;
    max-width: 50%;
   margin-right: 20px;
}

.gallery-heading-1 h6{
    color: #a3c962;
    font-weight: 600;
    font-size: 19px;
}

.gallery-heading-1 h3{
    font-size: 35px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: capitalize;
}

.gallery-heading-2 p{
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-left: 20px;
    padding: 10px 0;
    line-height: 28px;
}

.gallery-img{
    display: flex;
    flex-wrap: wrap;
    max-width: 95%;
    justify-content: center;
}

.gallery-img .img1{
    margin: 13px;
}

/* end of gallery */

/* start of count */

.count-content{
    margin: 80px 0;
    width: 100%;
    background: #a3c962;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: space-evenly;
}

.count-content .save{
    text-align: center;
    margin: 20px;
}

.count-content .save span i{
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 18px;
}

.count-content .save .number h3{
    font-size: 25px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    margin-bottom: 18px;
}

.count-content .save .sa h4{
    font-size: 22px;
    color: #fff;
}
/* end of count */

/* start of feature*/

.feature-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    margin-right: 350px;
}

.feature-p{
    margin-right: 50px;
}

.feature-text .feature-p p{
    font-size: 15px;
    color: black;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: right;
}

.feature-text .feature-title h6{
    font-size: 20px;
    color: #a3c962;
    font-weight: bold;
}

.feature-text .feature-title h3{
    font-size: 35px;
    color: black;
    font-weight: bold;
}

.feature-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-img{
    margin-right: 80px;
}

.feature-img img{
    border-radius: 20px;
}

.templet-1{
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    margin:0 20px 20px 20px;
    padding: 20px 20px;
    background: #f7f7f7;
    border-radius: 15px;
    box-shadow: -3px 7px 39px -5px rgb(0, 0, 0);
}

.feature-icons span i{
    margin-left: 30px;
    padding-top: 30px;
    margin-right: 100px;
    font-size: 35px;

}

.feature-left{
    text-align: center;
}

.feature-left h4{
    font-size: 20px;
    font-weight: bold;
    color: #a3c962;
    margin-bottom: 5px;
}

.feature-left p{
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
}


/* end of feature */

/* start of prices */

.prices{
    min-height: 60vh;
    width: 100%;
    background-image: url(/images/b2.jpg);
    /* background-size: cover; */
    position: relative;
    background-repeat: no-repeat;
}

.price-texts{
    margin-top: 80px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 3.5rem;
}

.price-headings{
    text-align: right;
    margin: 20px;
}

.price-texts .price-headings h6{
    font-size: 19px;
    color: #a3c962;
    font-weight: bold;
}

.price-headings h3{
    font-size: 36px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bolder;
}

.prices-p p{
    color: #d8d8d8;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 40px;
}

.pricing-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.prc-grd{
    width: 220px;
    padding: 1.5em 1.5em;
    box-shadow: 0 0 8px 0 rgba(161,161,161,0.5);
    background-color: #fff;
    margin: 60px 25px 40px;
    line-height: 35px;
    text-align: center;
}

.prc-grd .grid-row h4{
    font-size: 22px;
    font-weight: bold;
    color: #a3c962;
} 

.dollar{
    font-size: 16px;
    color: #565656;
}

.number-price{
    font-size: 30px;
    color: #a3c962;
    font-weight: bold;
}

.ul-li{
    font-size: 16px;
    color: black;
    padding-top: 11px;
    display: block;
}

.ul-li ul{
    list-style: none;
}

.View-btn{
    background-color: #a3c962;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 20px;
    padding: 8px;
    border: 2px solid #fff;
}

.View-btn:hover{
    color: #fff;
    background-color: black;
}
/* end of prices */

/* start of client section */

.client-title{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -170px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.lorem-title p{
    font-size: 15px;
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0;
    line-height: 28px;
    text-align: right;
}

.client-heading{
    margin-top: 5px;
    margin-left: 20px;
    padding: 10px;
}

.client-heading h6{
    font-size: 19px;
    color: #a3c962;
    font-weight: bold;
}

.client-heading h3{
    color: black;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 35px;
}

.clients .client-grd{
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    margin-top:40px;
    margin-bottom: 80px;
}

.client-grid1{
    text-align: center;
    text-align: left;
    margin: 60px;
}

.client-img img{
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    height: auto;
    vertical-align: center;
}

.client-text h4{
    font-size: 24px;
    font-weight: 800;
    color: #a3c962;
    margin-top: 1rem;
}

.client-text h6{
    font-size: 15px;
    color: black;
    margin-top: .5rem;
    letter-spacing: 1px;
}

.client-p p{
    font-size: 14px;
    color: black;
    line-height: 28px;
    margin-top: 1rem;
}
/* end of client section */

/* start of video section */

.video{
    background-color: #a3c962;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    text-align: center;
    margin-bottom: 70px;
}

.video-icon i{
    font-size:35px ;
    margin: 40px;
}

.video-icon i:hover{
    color: #fff;
}

.video-text h4{
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
}

.video-text p{
    font-size: 14px;
    color: black;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 500;
    margin:10px 0 30px 0;
}

/* end of video section */

/* start of volunteers section */

.volunteers-headings{
    display: flex;
    flex-wrap: wrap;
    margin-right: 300px;
    margin-bottom: 60px;
    justify-content: center;
}

.headings-p p{
    text-align: right;
    margin-right: 30px;
}

.headings-htag h6{
    font-size: 20px;
    color: #a3c962;
    font-weight: bold;
    /* margin-bottom: .5rem; */
}

.headings-htag h3{
    font-size: 35px;
    color: black;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: capitalize;
}

.volunteers-pamplets{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.volunteers-pamplets .details{
    margin: 20px;
    text-align: center;
}

.details-hpi h4{
    font-size: 22px;
    font-weight: 700;
    color: #a3c962;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.details-hpi p{
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: .5rem;
}

.details-icons ul{
    display: flex;
    justify-content: center;
    list-style: none;
}

.details-icons ul li{
    margin: 10px;
}

.details-icons ul li i{
    font-size: 20px;
    width: 25px;
    height: 35px;
    cursor: pointer;
}
/* end of volunteers section */

/* start of blog section */

.blog{
    min-height: 100vh;
    width: 100%;
    background-image: url("/images/b1.jpg");
    background-position: left;
    background-size: cover;
    position: relative;   
}

.blog-content{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.blog-heading{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 100px;
    margin-top: 40px;
}

.blog-h-headings h6{
    font-size: 20px;
    color: #a3c962;
    font-weight: 600;
    margin-bottom: .5rem;
}

.blog-h-headings h3{
    font-size: 35px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: capitalize;
}

.blog-p p{
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 0;
    line-height: 28px;
    margin-left: 30px;
}

.g1-img{
    height: 205px;
    width: 255px;
    margin-top: 10px;
}

.blog-templets1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-main{
    width: 300px;
    background: #fff;
    margin-top: 40px;
    margin-right: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.blog-img img{
    padding-top: 20px;
}

.blog-text{
    text-align: left;
    padding-left: 22px;
}

.blog-text-b h6{
    font-size: 15px;
    color: #000;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.blog-text h4{
    font-size: 22px;
    font-weight: bold;
    color: #a3c962;
    margin-bottom: .5rem;
}

.blog-text p{
    font-size: 14px;
    color: #000;
    line-height: 28px;
    margin-top: 1rem;
}

.news-date{
    display: flex;
    /* letter-spacing: 1px; */
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.news-date-tag{
    margin-left: 12px;
}
.news-date-tag2{
    margin-left: 160px;
}
/* end of blog section */


/* start of contact section */

.contact{
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
}

.contact-headings{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-p{
    text-align: right;
}

.contact-p p{
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 0px;
    line-height: 28px;
    margin-left: -200px;
    padding-right: 25px;
}

.contact-h h6{
    font-size: 20px;
    color: #a3c962;
    font-weight: bold;
    margin-bottom: .5rem;
}

.contact-h h3{
    font-size: 35px;
    color: black;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: capitalize;
}
/* end of contact section */

/* start of contact-form */

 input[type=text], select, textarea {
    width: 50%; 
    padding: 12px;  
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical 
  }
  
  input[type=submit] {
    background-color: #a3c962;
    color: white;
    font-size: 15px;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    color: #fff;
    background-color: #000000;
  }
  
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    width: 50%;
    margin-left: 50px;
    padding-right: 40px;
  } 

.contact-form{
    display: flex;
    margin-top: 60px;
}

.address-grid1{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.footer-icon i{
    padding-right: 38px;
    font-size: 36px;
}

.footer-grid2 i{
    font-size: 36px;
    padding-right: 40px;
}

.address-htag h6{
    font-size: 20px;
    font-weight: bold;
    color: #a3c962;
    padding-bottom: 10px;
}

.address-htag p{
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
/* end of contact-form */

/* start of google-map */
.google-map iframe{
    width: 100%;
    height: 22rem;
    border: 1px solid #dadada;
    padding: 7px;
}

/* end of google map */

/* start of footer */
.ftr{
    padding: 30px;
    background: #a3c962;
    justify-content: center;
    text-align: center;
}

.footer-p p{
    font-size: 18px;
    color: #fff;
}

.footer-p span{
    font-weight: bold;
    font-size: 20px;
    padding-top: 1.5rem;
    color: black;
}

.footer-socialmedia ul{
    display: flex;
    justify-content: center;
}

.footer-socialmedia ul li{
    list-style: none;
    padding: 15px;
    font-size: 30px;
    margin-bottom: 1rem;
    cursor: pointer;
}

.footer-upward img{
    font-size: 30px;
    cursor: pointer;
}

/* end of footer */

/* @media starts */

@media screen and (max-width: 992px){
    .header{
        width: 70%;
    }
}

/* @media ends */