body{
    padding: 0%;
    margin: 0%;
}
.topheader{
    background-color: #016001;
    color: white;
    padding: 10px 0;
    text-align: center;
    font-size: 18px
}
.topright{
    background-color: #ffdc23;
    padding: 10px 0;
    text-align: center;
}
.topright a{
    color: #000;
    text-decoration: none;
    padding: 10px;
	font-weight: bold;
	
}
.headlogo{
    padding: 10px;
    margin: 10px;
}
.logo img{
    width: 100%;  
}
.headtext{
    background-color: #ffdc23;
    text-align:center;
    color:#000;
    padding: 10px;
}
.headtext p{
    margin-bottom: 0;
    font-size:17px;
}
.headtext marquee{
    font-size:18px;
}
.banner{
    width: 100%;
}
.title h3{
    text-align: center;
    font-size: 45px;
    color: #016001;
	font-weight:bold;
    padding-top: 40px;
    margin-top: -8px;
}
.title p{
    text-align: center;
    font-size: 23px;
	    color: #000;
}
.ourservices{
    padding: 10px; 
}
.ourservices img{
    width: 100%;
    padding: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}
.ourservices img:hover{
    transform: scale(0.2);
    overflow: hidden;
    width: 100%;
}
.services{
    margin: 10px;
    border: 2px solid #016001;
}
.services h3{
    text-align: center;
    color: #fff;
    padding: 10px;
    background-color:#016001;
}
.services p{
    text-align: center;
    
}
.services a{
    text-decoration: none;
    color: #ffdc23;
    font-size: 22px;
    font-weight: bold;
    background: #016001;
    padding: 10px;
    border-radius: 27px;
}
.services a:hover{
   
    color: #fff;
   
}
.about{
    background-color: #016001;
    color: #fff;
    margin-top: 30px;
    padding-bottom: 40px;
	font-size: 16px;
}
.about h3{
    color: #ffdc23;
    margin-bottom: 20px;
}
.about ul li{
    list-style: none;
}
.about ul li i{
    color: #ffdc23;
}
.whych{
    background-color: #016001;
}
.whych h3{
    color: #ffdc23;
}
.whych p{
    color: #000;
    text-align: center;
    font-size: 17px;
}
.chos-ic4{
    background: #fff;
    color: #000;
    text-align: center;
    margin: 10px;
    padding: 10px;
}
.chos-ic4 i {
    width: 80px;
    height: 80px;
    text-align: center;
  background-color: #016001;
   padding: 15px;
    color: #ffdc23;
    font-size: 50px;
    border-radius: 50%;
}
.chos-ic4 h4{
    text-align: center;
    color: #016001;
    font-weight: bold;
}

.testimonials {
    float: left;
    width: 100%;
   
      background-color: #fff;
      background-size: auto;
   
    background-size: cover;
    padding: 4%;
  }
  .sv-heading {
    text-align: center;
    padding: 0 0 10px;
}
.sv-heading strong {
    display: block;
    color: #000;
    font-size: 41px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0;
    border-radius: 0 0 25px 25px;
}
.sv-heading span {
    text-transform: capitalize;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 3px 22px 3px;
    background: #ffdc23;
    border-radius: 20px 20px 0;
}
/* testimonial section start */
.testi-1{
    padding: 40px 20px 0px;
  }
  .testi-2{
    position: relative;
  }
  .testi-2:after {
      content: "";
      width: 99px;
      height: 87px;
      position: absolute;
      left: 22px;
      right: 0;
      bottom: 0;
      top: 10px;
      background-repeat: round;
      z-index: 99;
      background-image: url(../images/testi-after.png);
  }
  .testi-box {
    padding: 20px 0 26px;
    background: #016001;
    overflow: hidden;
  }
 
  .rating {
      position: relative;
      color: #ffdc23;
      padding: 7px 15px 10px;
      text-shadow: 0 0 5px white;
  }
  .name{
     padding: 7px 20px;
     text-align: left;
     width: 50%;
     background: #fff;
     position: relative;
     border-radius: 0 60px 60px 0;
     display: flex;
     justify-content: space-between;
     align-items: center;
  }
  .client-detail .name span{
      font-size: 14px;
      color: #ffed00;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      display: inline-block;
  }
  .client-detail .name strong{
      font-size: 18px;
      color: #000;
	  
      font-weight: bold;
      text-align: center;
      text-transform: capitalize;
      display: inline-block;
  }
  .client-msg p {
    padding: 0 20px 0;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  /* testimonial section end */  
 .footer{
   
    background-color: #ffdc23;
    padding-top: 20px;
    color: #000;
 }
 .footer h3{
   color: #ffdc23;
   animation: blkk 0.4s infinite;
 }
 @keyframes blkk
{
    0%
    {
        color: #000;
    }

    50%
    {
        color: #016001;
    }

    100%
    {
        color: #000;
    }
}
.footer h4{
    font-weight: bold;
    color: #016001;
  }
.footer ul li{
    list-style: none;
    line-height: 35px;
}
.footer ul li:hover{
    color: #b80000;
}
.footer a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.footer a:hover{
    color: #b80000;
}
.copy{
    text-align: center;
    color: #ffdc23;
}
.dis{
    background-color: #016001;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}