*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    font-family: 'Poppins', sans-serif;
    
}

p{
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 400;
    color: #005e2a;
}

h2{
    font-size: 0.9rem;
    margin: 20px 0 15px 0;
    font-weight: bold;
    line-height: 1.1;
    word-spacing: 4px;
}

a{ text-decoration: none;}
a:hover{ text-decoration: none;}


.header
{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(149,200,24,0.3) , rgba(149,200,24,0.3)), url('../images/bg1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    clip-path: polygon(100% 0%, 100% 75%, 50% 100%, 0 75%, 0 0 );
    position: relative;
}
.header .navbar
{
    background-image: linear-gradient(rgba(149,200,24,0.3) , rgba(149,200,24,0.3));
}
.header .header-section .center-div h1
{
    color: #005e2a;
}

.navbar .navbar-toggler[aria-expanded="true"] 
{
    color: #fff!important;
}
.navbar .navbar-toggler:focus
{
    color: #fff;
}
.navbar-toggler-icon
{
    background-image: url('../images/toggler.png');
}
.nav-item a
{
    color: #005e2a !important;
    font-weight: bold;
}

.logo-img
{
    width: 160px;
    height: auto;
    padding-left: 60px;
}
.logo-h-img{
    width:300px;
    height:auto;
}
.header-section
{
    width: 100%;
    height: inherit;
    text-align: center;
    position: relative;
}

.center-div
{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.header-section .center-div .header-buttons a{
    border: 2px solid #005e2a;
    border-radius: 100px;  
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #005e2a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    text-align: center;
}

.header-buttons a:hover{
    
    background: #95c818;
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.center-div p{
    font-size: 1.5rem;
    padding: 10px 0 20px 0;
    color: #95c818;

}


/**************************** AboutUs Section CSS Start**********************/
.aboutus-sec{
    width: 100%;
    height: 100vh;
    background:  linear-gradient(-45deg, rgba(149,200,24,0.3), #ffffff);
    background-size: 400%, 400%;
    position: relative;
    animation: change 10s ease-in-out infinite;

}

.aboutus-cont h1{
    color: #005e2a;
    margin-top: 50px;
}

.aboutus-cont p{
    font-size: 0.9rem;
    text-align: justify;

}

.aboutus-cont ul{
    color: #005e2a;
    list-style-type: square;
}

.aboutus-cont .para-1{
    margin-top: 50px;
}

.aboutusimg{
    width: 400px;
    height: 300px;
    margin-top: 150px;
}

@keyframes change{
    0%{
        background-position: 0 50%;
    }

    50%{
        background-position: 100% 50%;
    }

    100%{
        background-position: 0 50%;
    }
}




/**************************** AboutUs Section CSS End**********************/

/**************************** Header-ExtraDiv CSS Start**********************/

.header-extradiv
{
    width: 100%;
    height: auto;
    text-align: center;

}

.extra-cont{
    margin-top: 30px;
}
.extra-div
{
    background: #fff;
    border: medium none;
    padding: 50px!important;
    border-radius: 3px;
    transition: 0.3s;
    
}

.extra-div h2{
        color: #95c818;
}

.extra-div:hover
{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    transform: translateY(-20px);
    background-image: linear-gradient(rgba(149,200,24,0.3) , rgba(149,200,24,0.3));
} 


/**************************** Header-ExtraDiv CSS End**********************/

/**************************** Services Section CSS Start**********************/

.service-section{
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(149,200,24,0.3) , rgba(149,200,24,0.3));
    padding: 50px 0;
    margin-bottom: 50px;
}

.service-icon img
{
    width: 50px;
    height: 50px;
}
.service-section .headings{
    padding-bottom: 50px;
}
.service-section .headings h1{
    color: #005e2a;
}

.service-section .headings p{
    color: #95c818;
}


.service-section .services h2{
    color: #005e2a;
}

.service-section .services p{
    color: #95c818;
}

.service-section .services li{
    color: #95c818;
}

/**************************** Services Section CSS End**********************/

/**************************** Alinces Section CSS Starts**********************/

.alinces-sec{
    width: 100%;
    height: 100vh;
}
.alinces-sec h1{
    color: #005e2a;
}

.alinces-sec .alince-img{
    width: 230px;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.alinces-sec .alince-img1{
    width: 200px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.alinces-cont{
    margin-left: 10px;
    margin-top: 30px;
    }


/**************************** Alinces Section CSS End**********************/



/**************************** AdvServices Section CSS Start**********************/


.adv-services
{
    
    padding: 50px;
    
}
.adv-services  h1{

    color: #005e2a !important;
    

}


.adv-services{
    width: 100%;
    height: 100vh;
    background: linear-gradient(160deg, rgba(149,200,24,0.3) , rgba(149,200,24,0.3) 55%, #fff 0%);
    z-index: -1;
    background-size: 100% 100%;
    
}

.adv-services .card-container .card .card-body ul{
    list-style-type: square;
}
.adv-services .card-container .card{
    transition: 0.4s ease;
    height: 350px;
}
.adv-services .card-container{
    margin-top: 40px;
}
.card-header{
    font-size: 1.2rem;
    font-weight: bold;
    background: #fff;
    color: #005e2a;
    

}
.card{
    padding-top: 10px ;
    padding-bottom: 10px ;
}

.card-body{
    padding: 30px 0px!important;
}

 .card li{
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0px;
    line-height: 1.6;
    color: #606060;
}

.adv-services .card-container .card .card-header:hover{
    color: #005e2a!important;
}
.card:hover{
    transform: translateY(-20px);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.card:hover .card-header {
    color: #95c818;

}

.card-body ul li::before{
    color: #95c818;
}


*/


/**************************** AdvServices Section CSS End**********************/

/**************************** Customer Section CSS End**********************/

.customerSection{
    width: 100%;
    height: 100vh;
    /*padding: 100px 0px; */
     
}

.customerSection .cust-heading{
    margin-top: 20px;
}
.customerSection .cust-heading h1{
    color: #005e2a;
}

.customerSection .cust-heading p{
    color: #95c818;
}
.carousel{
    padding-bottom: 200px;
}
.box{
    
    height: 300px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.3);
    box-shadow: 0px 55px 10px 0px rgba(0,0,0,0.3);
    border-radius: 2px;
    transition: 0.3s ease;
    
}

.box:hover{
    background: rgba(149,200,24,0.3);
    border-color: #005e2a;

}
.box:hover a img{
    border-color: #005e2a;
}

.carousel-indicators{
    position: absolute;
    right: 0;
    bottom: 10px !important;
}
 
.carousel-indicators button{
    background: #95c818 !important;
    padding-bottom: 100px;
}

.box a{
    position: relative;
}

.box a img{
    width: 150px;
    height: 100px;
    margin-top: 20px;
    /*border-radius: 50%; */
}

.box h1{
    color: #005e2a;
}

.box h2{
    color: #95c818;
}




/**************************** Customer Section CSS End **********************/

/**************************** Contact us Section CSS Start *******************/

.contactus{
    width: 100%;
    height: 100vh;
    padding: 80px 0;
    position: relative; 

}


.contactus:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(330deg, rgba(149,200,24,0.3) , rgba(149,200,24,0.3) 55%, #fff 0%);
    z-index: -1;
}

.contactus .contact-heading h1{
    color: #005e2a !important;
}
.contactus .contact-heading p{
    color: #95c818;
}

.contactus .form-container{
    padding-top: 30px;
}
.form-button button{
    border: 0px solid rgba(149,200,24,0.3) , rgba(149,200,24,0.3);
    border-radius: 100px;  
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: transparent ;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    text-align: center;
    background: transparent;

}

form:hover .form-button button{
   background: rgba(149,200,24,0.3) , rgba(149,200,24,0.3);
   color:#005e2a !important;
   box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
   border: 2px solid #005e2a;
}

.contactus .form-container .form-control{
    border: 1px solid #005e2a;
}






/**************************** Contact us Section CSS End **********************/


/**************************** news letter Section CSS Start **********************/

.newsletter{
    width: 100%;
    height: auto;
    margin: 80px auto;
}

.newsletter h1{
    color: #005e2a;
    padding-bottom: 30px;
}
.news-input{
    border-radius: 100px 0 0 100px; 
    min-width: 150px;

}

.input-group-text{
    color: #fff;
    background-color: #005e2a;
    border: 2px solid #005e2a;
    border-radius: 0 100px 100px 0; 
}

/**************************** news letter Section CSS End **********************/


/**************************** Footer Section CSS Start **********************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


.footer-section{
    width: 100%;
    height: auto;
    padding: 70px 0 20px 0;
    background: rgba(149,200,24,0.3); 
    position: relative;
}

.footer-section p{
    color: #005e2a;
}

.footer-section h3{
    color: #95c818;
}

.footer-section li a{
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: bold;
    color: #005e2a;
    text-transform: capitalize;
    transition: all 0.3s ease;
    
}

.footer-section li a:hover{
    color: #005e2a;
	padding-left: 8px;
}
.footer-section h5 a{
    display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(149,200,24,0.3);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #005e2a;
	transition: all 0.5s ease;
}

.social-links a{
    display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(149,200,24,0.3);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #005e2a;
	transition: all 0.5s ease;
    
}

.footer-section pre{
    font-size: 10px !important;
}

.social-links{
    padding-bottom: 30px;
    padding-top: 15px;
}

.social-links a:hover{
	color: #005e2a;
	background-color: #95c818;
}

#upbtn{
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    border: none;
    color: #005e2a;
    background: rgba(149,200,24,0.3);
    padding: 10px;
    border-radius: 10px;
}

#upbtn:hover{
    background: #95c818;
}




/**************************** Footer Section CSS End **********************/



/**************************** Media Queries **********************/

@media (max-width:1200px){
    .card li{
        font-size: 13px !important;
    }
    .aboutus-sec .aboutusimg{
        width: 300px;
        height: 200px;
    }
}


@media (max-width:995px) {
    .nav-item{
        text-align: center !important;
        font-size: 10px;
    }
    .service-section{
        height: auto !important;
    }
    .adv-services{
        height: auto !important;
    }
   
    .aboutus-sec{
        height: auto;
    }

    .alinces-sec{
        height: auto;
    }

    .contactus{
        height: auto;
    }
    
  
}


@media (max-width:786px){
     .nav-item{
        text-align: center !important;
        font-size: 10px;
     }

     .header-section{
        height: inherit;
     }
}

@media (max-width:767px){
    .aboutus-sec .aboutusimg{
        width: 300px;
        height: 200px;
        margin-top: 50px;
        margin-bottom: 20px;
        margin-left: 30px;
    }
    
}

@media (max-width:576px){
    .contactus .form-button{
        margin-top: 20px;
    }
}