:root{ 
    --primarycolor:#77b81e;      
 }
 
 body{
    font-family: montserrat;
}

a:hover{
    color: var(--primarycolor);
}

.menu a{
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: #272727;
    text-align: center;
}

.menu a svg{
    color: var(--primarycolor);
    font-size: 24px;
    transition: 0.5s;
}

.menu a:hover svg {
    transform: rotate(360deg);
}

.menu a:hover{
    color: var(--primarycolor);
}

.menu a span{
    display: block;   
}



.slider-section{
    background: url(img/slider-bg.jpg) no-repeat center bottom -95px / cover;
    position: relative;
    color: #fff;
    z-index: 0;
    height: 600px;
    display: flex;
    align-items: center;
}

.slider-section h4{
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border-top: solid 1px var(--primarycolor);
    padding-top: 10px;
    width: fit-content;
}

.slider-section h1{
    font-size: 84px;
    text-transform: uppercase;
    line-height: 80px;
    font-weight: 700;
    background: -webkit-linear-gradient(#ababab, #fff, #ababab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-section p{
    font-size: 28px;
    font-weight: 300;
}

.slider-section:before{
     background:  /* rgb(0 0 0 / 55%) */ rgb(28 64 10 / 63%) ; 
    /* background: linear-gradient(45deg, #1e3005, #00000000); */
    padding: 50px;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
}

.pr90{
    padding-right: 90px;
}

.pl100{
    padding-left: 100px;
}

.service-section{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto;
}

.service-section > div{
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px;
}

.service-section > div img{
    margin: 0 auto 20px;
}

.service-section > div:hover img{   
    filter: brightness(10);
}

.service-section > div p{
    margin: 0;
}

.service-section .item1{
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: left;
    font-size: 37px;
    text-align: left;
    font-weight: 700;
}

 span.lst_txt{
    display: contents;
    color: var(--primarycolor);
}

.pt100{
    padding-top: 100px;
}

.service-section .item4 img{    
    filter: brightness(10); 
}

.service-section .item4:hover img{    
    filter: brightness(10); 
}

.service-section .item4{    
    background: /* #1c4ea7 */ var(--primarycolor);
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    color: #fff;    
}

.service-section .item2,
.service-section .item5,
.service-section .item7{    
    background: #f8fafb;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    transition: 0.3s;    
}


.service-section .item2,
.service-section .item3,
.service-section .item5,
.service-section .item6{
    transform: perspective(1px) translateZ(0);
}

.service-section .item2:hover,
.service-section .item3:hover,
.service-section .item5:hover,
.service-section .item6:hover{
    transform: perspective(1px) translateZ(0);
    color: #fff;
}

.service-section .item2:before,
.service-section .item3:before,
.service-section .item5:before,
.service-section .item6:before{    
    background:  var(--primarycolor);  
    transform: scaleY(0);  
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s;
}

.service-section .item2:hover:before,
.service-section .item3:hover:before,
.service-section .item5:hover:before,
.service-section .item6:hover:before{    
    transform: scale(1);   
}

.service-section .item3,
.service-section .item6{    
    background: #fff;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
}

.company-section img{
    width: 100%;
}

.more{
    background: var(--primarycolor);
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 0.3s;
    font-weight: 600;
    width: fit-content;
}

.more:hover{
    background: #000;
    color: #fff;   
}

.btnicon{
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.btnicon:before,
.btnicon:after{
    background: #141414;
    content: '';
    position: absolute;
    padding: 1px;
    margin: auto;
    left: 0;
    right: 0;
}

.btnicon:before{    
    width: 2px;
    height: 10px;   
    top: 24%;        
}

.btnicon:after{
    background: #141414;
    width: 10px;
    height: 2px;
    content: '';
    position: absolute;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: auto;
    top: 45%;
    left: 0;
    right: 0;    
}

.company-section h2,
h2, h3{
    font-size: 40px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}

.light-grey{
    background: #e4e4e4;
    margin-top: 70px;
}

.blue{
    background: #79a9ff;
    height: 3px;
    width: 90%;
    position: relative;
}

.blue-sm{
    background: #79a9ff;
    height: 3px;
    width: 70%;
    position: relative;
}

.skill-section {
    background: url(img/waste-disposal.jpg) no-repeat left center / 50%;
    height: 500px;
    color: #fff;

}

.skill-section:before{
    background: var(--primarycolor);
    height: 500px;
    content: '';
    position: absolute;
    width: 50%;
    right: 0;
    z-index: -1;
}

span.per{
    text-align: right;
    background: #000;
    padding: 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;   
    right: 0;    
    text-indent: 0;
}

span.per,
span.cat{    
    position: absolute;   
    top: -40px;
}

.choose-section {
    background: url(img/recycle-product.jpg) no-repeat right center / 50%;      
    height: 500px;
}

.choose-section h3{
    text-transform: uppercase;
}

.acrdn{
    list-style: decimal;
    margin-top: 30px;
}

.acrdn li{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #d9e5e8;   
}

h4{
    font-size: 18px;
    font-weight: 600;
}

.acrdn p{
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

company-section pt100::marker {
    color: #1c4ea7;
    font-weight: 700;
}

.company-section ul {
    list-style: none;
    padding: 0;
}

.company-section ul li,
.mtmsp ul li{
    padding: 10px 0;
    background: url(img/list.png) no-repeat left top 8px / 26px auto;
    padding-left: 35px;
}

.logo img{
    width: 50%;
}

.first-counter-inner {
    position: relative;
    z-index: 1;
    margin: 278px 0 0;
    float: right;
    background: #379237;
    height: 212px;
    width: 212px;
    text-align: center;
    top: -25px;
    left: 0;
    border-radius: 50% 50% 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: -10px 10px 0px #d3ffb1;
} 

.cntrno{
    font-size: 50px;
}

.cntrtxt{
    font-size: 24px;
    text-transform: uppercase;
}

.bi-arrows-move{
    content: '\F14E';
}

footer{
    background: url(img/footer-bg.jpg);  
    color: #fff;
    font-size: 14px;
    margin-top: 100px;
}

footer a{
    color: #fff;
    text-decoration: none;
}

footer ul li,
.ftr_cont_dtl li{
    padding: 8px 0;
}

.ftr_cont_dtl{
    list-style: none;
    margin: 0;
    padding: 0;
}


.ftr_logo{
    width: 60%;
}
 

.ftr_cont_dtl li svg {
    margin-right: 8px;
}

footer .col-lg-3:nth-child(1) p{
    margin: 20px 0;
}


.socialicons {
    padding: 0;
    display: flex;
}

.socialicons li img{
    width: 130px;
}


.socialicons li.fb,
.socialicons li.twt,
.socialicons li.inst,
.socialicons li.lnk{
    width: 30px;
    overflow: hidden;
}

.socialicons li.lnk{
width: 38px;
}



.socialicons li.inst img{
    margin-left: -30px;
}

.socialicons li.twt img{
    margin-left: -62px;
}

.socialicons li.lnk img{
    margin-left: -94px;
}

.product-section img{
    /* width: 100%;
    height: 274px;
    object-fit: cover; */
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-section img:hover {
    /* transform: scale(2) rotate(25deg);
    transition-duration: 3s; */
}

.product-section .gap_row{
    row-gap: 35px;
}

.proitem{
    border: solid 1px #ccc;
    height: 250px;
    overflow: hidden;
}

.outpanel{
    position: relative;
    transition: 0.3s;  
    transform: perspective(1px) translateZ(0);    
}

.outpanel:hover{ 
    transform: perspective(1px) translateZ(0);
}

/* .outpanel:before{
    background: #77b81ed4;
    transform: scale(0);
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    z-index: 0;
    transition: 0.5s;
    margin: auto;
    left: 0;
    right: 0;
    top: 10%;
    border: solid 10px #ffffff2e;
}

.outpanel:hover:before{
    transform: scale(1);  
} */

.innersection{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
}

.innersection a{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.inner_section{
    text-align: center;    
    font-size: 18px; 
    font-weight: 500;   
}

.inner_section a{
    text-decoration: none;
    color: #fff;
    background: #77b81e;
    display: block;
    padding: 15px;
}

.inner_section a:hover {
    background: #000;
    color: #fff;
}

.aboutbg{
    background: url(img/productbg.jpg) no-repeat center top / 100% auto;
    padding: 100px 0;
    position: relative;
    z-index: 9;
}

.productbg h1,
.aboutbg h1{  
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.productbg{
    background: url(img/productbg.jpg) no-repeat center bottom -270px/ 100% auto;
    padding: 100px 0;
    position: relative;
    z-index: 9;
}

.productbg:before,
.aboutbg:before {
    background: rgb(28 64 10 / 63%);     
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    /* background:linear-gradient(45deg, #607240c9, #3c57a7cc) */
}

.gototop{
    padding: 30px;
    background: #dbf1bc url(img/top.png) center no-repeat;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    border-radius: 50px;
    transition-duration: 1s;
    visibility: hidden;
}

 /*  .sclimg{
    visibility: hidden;
    opacity: 0;
    transition-duration: 1s;
    transform: scale(0);
} 

.sclimg.pops{
    visibility: visible;
    opacity: 1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    transform: scale(1);    
}

.ovrl{
    background: #00000081;
    width: 100%;
    position: fixed; 
    z-index: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: none;
} */


/* Modal Images */

.modal-target {
    /* width: 300px;
    border-radius: 5px; */
    cursor: pointer;
    transition: 0.3s;
  }
  
  .modal-target:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    opacity: 1 !important;
    max-width: fit-content;
    padding: 20px;
  }
  
  /* Caption of Modal Image */
  .modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 1em;
    margin-top: 32px;
  }
  
  /* Add Animation */
  .modal-content, .modal-caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-atransform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .modal-close:hover,
  .modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

 /* Modal Images */  






.vm_btn{
    display: block;
    text-align: center;
    background: #000;
    padding: 15px 40px;
    width: fit-content;
    margin: 60px auto 0;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

a:hover.vm_btn{    
    background: #77b81e;
    color: #fff;
}

.outpanel:hover .innersection{
    opacity: 1;
}

footer h4 {
    font-size: 22px;
    text-transform: uppercase;
}

footer h4:first-letter,
.copyright a {    
    color: var(--primarycolor);
}

.copyright{
    font-size: 14px;
    text-align: center;
    padding-bottom: 50px;
    border-top: solid 1px #ffffff3d;
    padding-top: 50px;
    margin-top: 20px;
    color: #ffffff75;
}

.blog-section p{
    font-size: 15px;
    line-height: 24px;
}

.blog-section .col-lg-4 .blogitem{
    background: #fff;    
}

.blog-section .col-lg-4 .blogitem:nth-child(2){
    background: #f8fafb;
}

.blog-section .dtl_itm span{
    font-size: 17px;
    font-weight: 500;
}

.blog-section span svg{
    color: var(--primarycolor);
}

.blog-section h4 {
    font-size: 20px;
}

.blog-section h4 a{
    color: var(--primarycolor);
    text-decoration: none;
}

.blog-section img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.5s;
}

.sec_hd_ttl{
    text-align: center;
    margin-bottom: 40px;
}

.blog-section .more{
    padding: 10px 20px;
}

.more svg{
    font-size: 26px;
}

.dtl_itm{
    padding: 30px;
    position: relative;
    box-shadow: 0 4px 30px rgb(0 0 0 /12%);
}

.dtl_itm:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 55px;
    width: 3px;
    background: var(--primarycolor);
    left: 0;
    top: 65px;
}

.blog-section .more:hover {  
    padding: 10px 47%;
}

.blog-section img:hover {
    transform: scale(1.2) rotate(5deg);
}

.bimgsec{
    overflow: hidden;
}

.lightdark{
    background: #5c5c5c5e;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 50%;
    position: fixed;
    right: 0;
    z-index: 9;
}

 



  .main-bg{
    background: var(--primarycolor);
  }

  .counter-sec{
    margin-top: 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 70px 0 300px;
  }

  .mtmsp .row{
    background: #23242e;
    color: #fff;
  }

  .mtmsp .row .col-lg-6{
    padding: 0;
  }

  .mt_Sec .sec_hd_ttl{
    position: relative;
  }

  .mt_Sec h3.sec_hd_ttl:before {
    content: '';
    width: 300px;
    height: 1px;
    background: #77b81e;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

 #counter img{
     filter: invert(1);
  display: block;
  margin: 0 auto 10px;
}

#counter small{
    font-size: 14px;
    font-weight: 400;
}

  .countnum{
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
  }

  .countnum sub {
    bottom: 0;
    font-size: 36px;
    text-indent: -10px;
    display: inline-block;
}

.mtmsp{
    margin-top: -230px;
}

.mtmsp h3{
    font-size: 34px;
}

.mtmsp ul{
    list-style: none;
    padding: 0;
}

.mtmsp .imgsec img{
    height: 620px;
    width: 100%;
    object-fit: cover;
}

/* Contact page css */

.contact-section{
    background: url(img/contacts-bg.jpg) no-repeat center / cover;
    text-align: center;
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    color: #fff;
    /* clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); */
}

.contact-section .overlay{
    background: rgb(28 64 10 / 63%);
    z-index: 1;
    width: 100%;
    padding: 50px;
    position: absolute;
    top: 0;
    height: -webkit-fill-available;  
}

.ttl_txt{
    z-index: 1;
}

.contact-section h1{
    font-size: 50px;
}

.cimg{
    border-radius: 20px;
    overflow: hidden;   
}

.cimg img{
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.cimg:nth-child(1) img{
    height: 320px;
}

.clft_sec{
    grid-template-columns: auto auto;
    align-items: center;
    gap: 30px;
}

.clft_sec .cimg:nth-child(1){
    grid-row-start: 1;
    grid-row-end: 3;
}

.crt_dtl_sec{
    grid-template-columns: 70px auto;   
    grid-template-rows: auto;
    margin-bottom: 20px;
    border-bottom: solid 1px #e7e7e7;
}

.crt_dtl_sec .icon{
    grid-row-start: 1;
    grid-row-end: 3;
}

.crt_dtl_sec .icon svg{
    border: solid 1px var(--primarycolor);
    padding: 10px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 10px;
    color: var(--primarycolor);
}

.contactform{
    margin: 0 auto;
    width: 50%;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
}

.contactform .formfield:nth-last-child(2),
.contactform .formfield:nth-last-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
}

 

.contactform .formfield input,
.contactform .formfield:nth-last-child(2) textarea {
    width: 100%;
    border: solid 1px #f1f1f1;
    box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
}

.contactform label{
    display: block;
}

.form_section h2{
    text-align: center;   
}

.contactform{
    display: grid;
    grid-template-columns: auto auto; 
}

.contactform .formfield .submitbtn{
    background: var(--primarycolor);
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    display: flex;    
    transition: 0.3s;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
}


/* contact page css */


/* Animation Scroll Css */  
  
  .js-scroll {
    opacity: 0;
    transition: opacity 500ms;
  }
  
  .js-scroll.scrolled {
    opacity: 1;
  }
  
  .scrolled.fade-in {
    animation: fade-in 1s ease-in-out both;
  }
  
  .scrolled.fade-in-top {
    animation: fade-in-top 1s ease-in-out both;
	margin-right: 25px;
  }
  
  .scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
	/* margin-left: 25px; */
  }
  
  .scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both;
  }
  
  .scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out both;
  }

  .scrolled.zoom-in {
    animation: zoom-in 1s ease-in-out both;

  }

  .slide-left-ld {
    animation: slide-in-left 1s ease-in-out both;    
  }
  
  .slide-right-ld {
    animation: slide-in-right 1s ease-in-out both;
    
  }

  .zoom-in-ld {
    animation: zoom-in 1s ease-in-out both;  
  }

  
  

  @keyframes zoom-in {
    0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0;
    }

    100% {
    -webkit-transform: scale(1, 1) ;
    transform: scale(1, 1);
    opacity: 1;
    }
  }
  
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-300px);
      transform: translateX(-300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(300px);
      transform: translateX(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  
  @keyframes fade-in-top {
    0% {
      -webkit-transform: translateY(-150px);
      transform: translateY(-150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  
  @keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(150px);
      transform: translateY(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }


/* Animation Css */






@media screen and (max-width: 767px) {
    .menu {
        display: none !important;
    }
    
}




 


 

  

 
 


