*{
    margin: 0;
}
html {
scroll-behavior: smooth;
}
a:link {
    text-decoration: none;
  }
  a:visited {
    text-decoration: none;
  }
 a{
    color: white;
 } 

  ul li{
    list-style-type: none;
    
}
.nav-link{
    color:#53920b;
}


header{
    background-color: green;
    text-align: center;
    color: white;
    padding: .5em;
}
nav{
    position: absolute;
    color: white;

}
nav ul li{
    display: inline-block;
}
p, h1, h2, h3, span, label{
    color: white;
    font-weight: 400;
}
.call{
    position: fixed; top:1em; right: 27.5%;
}


.home{
    height: 100vh;
    background-image: url(../images/1.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 6em;
    
    

}
.home-logo{
    width: 14em; 
    padding-top: 2em; 
}
.home-text{
    margin: auto;
    width: 100%; 
    text-align: center;
}
.homepage-moto{
    font-size: 1em;
}
.container-2{
    
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay{
    background-color:rgba(0, 0, 0, 0.5);
    width: 100%;
    height:70vh;
    margin-top: 3em;
    padding: .5em;
    overflow: hidden;
}
.ads{
    width: auto;
    height: 600px;
    background: rgb(25,107,4);
    background: -moz-linear-gradient(90deg, rgba(25,107,4,1) 0%, rgba(83,146,11,1) 44%, rgba(108,201,1,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(25,107,4,1) 0%, rgba(83,146,11,1) 44%, rgba(108,201,1,1) 100%);
    background: linear-gradient(90deg, rgba(25,107,4,1) 0%, rgba(83,146,11,1) 44%, rgba(108,201,1,1) 100%);
    display: none;
    position: fixed;
    z-index: 2;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
      
}

/*the fade animations*/

@keyframes fade-out {
    from {
      opacity: 100%;
    }
    to {
      opacity: 0%;
    }
  }
  
  @keyframes fade-in {
    from {
      opacity: 0%;
    }
    to {
      opacity: 100%;
    }
  }

.star{
    background-color: yellow;
    color: red;
    width: 100px; /* adjust to control the size */
    height: auto;
    padding: .5em;
    clip-path: polygon(100% 50%,78.98% 57.76%,93.3% 75%,71.21% 71.21%,75% 93.3%,57.76% 78.98%,50% 100%,42.24% 78.98%,25% 93.3%,28.79% 71.21%,6.7% 75%,21.02% 57.76%,0% 50%,21.02% 42.24%,6.7% 25%,28.79% 28.79%,25% 6.7%,42.24% 21.02%,50% 0%,57.76% 21.02%,75% 6.7%,71.21% 28.79%,93.3% 25%,78.98% 42.24%);
    position: absolute;
    z-index: -1;
    transform: rotate(-25deg) translate(0px, -8px);
    
}
.star-2{
    background-color: yellow;
    color: red;
    width: 100px; /* adjust to control the size */
    height: auto;
    padding: .5em;
    clip-path: polygon(100% 50%,78.98% 57.76%,93.3% 75%,71.21% 71.21%,75% 93.3%,57.76% 78.98%,50% 100%,42.24% 78.98%,25% 93.3%,28.79% 71.21%,6.7% 75%,21.02% 57.76%,0% 50%,21.02% 42.24%,6.7% 25%,28.79% 28.79%,25% 6.7%,42.24% 21.02%,50% 0%,57.76% 21.02%,75% 6.7%,71.21% 28.79%,93.3% 25%,78.98% 42.24%);
    position: absolute;
    z-index: 1;
    transform: rotate(-25deg) translate(0px, -1.3em);
    
}
.close{
    position: absolute;
    bottom: 5px;
    right: 45%;
    font-size: 3rem;
    cursor: pointer;
}
.ads-container{
    padding: .5em;
    height: 600px;
    border-style: dashed;
    border-width: .3em;
    border-color: white;
    
}
.new-services-1{
    font-size: 2.5rem;
    
    
}
.new-services-2{
    font-size: 2.5rem;
    font-weight: 500;
    color: #8dff0a;
   
}
.new-services-3{
   
    color: #8dff0a;
   
}
.work h2{
    color:#6cc901;
    background-color: white;
}
.about{
    height: 100vh;
    background-image: url(../images/2_3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 5em;
    text-align: center;
   

}
.col-md-6{
    text-align: justify;

}
.images{
    display: flex;
    justify-content: center;
    margin: 2em;

}
.services{
    height: auto;
    /* background-color: #53920b;/* #000218;*/
    background-image: url(../images/4_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 4em;
    text-align: center;
}
.services h2{
    color:#6cc901;
    background-color: white;


}
.services h3{
    color:#6cc901;
    
}
.service-item>h2{
    color:#6cc901;

}

.overlay-services{
    background-color:rgba(0, 0, 0, 0.5);
    width: 100%;
    height:100vh;
    margin-top: 1em;
    padding: .5em;
    overflow: hidden;
    display: none;
}

.card-2{

    height: 210px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    padding: 2em;
    cursor: pointer;
    overflow: hidden;
    
}

h5{
    padding-top: .2em;
    font-size: 1.2rem;
}
.card-2>img{
    height: 6rem;
    filter: invert(41%) sepia(81%) saturate(1060%) hue-rotate(56deg) brightness(92%) contrast(91%);
}

.card-2>img:hover{
    filter: invert(100%);

}

.card-2:hover{
    background-color:#53920b;
    color: white;
    
}
.services-card-overlay{
    width: auto;
    height: 100vh;
    color: white;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: fixed;
    z-index: 3;
    padding-top: 2em;
    top: 4em;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    


}
.service-description {

    text-align: justify;
    margin-top: 1em;
    font-size: 1.2em;
    
    
}
.close-2{
    position: absolute;
    top: 55%;
    right: 48%;
    margin-top: 1em;
    font-size: 3rem;
    cursor: pointer;
    z-index: 3;
}
.work{
    height: auto;
    background-image: url(../images/4_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 4em;
    text-align: center;

}

.card{
   display: block;
   margin-bottom: 1em;
   padding-top: .2em;
   padding-bottom: .2em;
}
.card img{
   width: 9.5rem;
   height: 9.8rem;
   margin: auto;
   padding: .1em;
   
}
.about h2{   
    color:#6cc901;
    background-color: white;
}
.about p{
    text-align: justify;
}
.areas{
    color:#6cc901;
    text-shadow: 1px 1px 2px #000218;
   

}
.contact{
    height: 100vh;
    background-image: url(../images/contact_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 4em;
    text-align: center;

}
.overlay-form{
    background-color:rgba(0, 0, 0, 0.5);
    width: 100%;
    height:85vh;
    margin-top: 1em;
    padding: .5em;
    overflow: hidden;
}
.contact h2{
    color:#6cc901;
    background-color: white;
}
.feel-ready{
    font-size: 1.9em;
}
.map{
    display: none;
}
hr{
    color: white;
}
footer{
    
        height: 100vh;
        background-color: #000218 ;
        padding-top: 4em;
        text-align: center;
       
    
    } 
  
.item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
.line{
        border-left: .2em solid white;
        height: 50px;
      }
    
.contact-box i{
        width: 2em;
        height: 2em;
        color:white;
        background-color:#6cc901; /*#53920b;*/
        border-radius: 50%;
        display: block;
       margin-top: 1.5em;
        line-height: 40px;
    }
    .social-box i {
       color: white;
    }
  
    .btn-success-2{
        color: white;
        background-color:#6cc901;

    }

.error{
    color: #6cc901;
}    