.csranother {
    padding-top: 0px ;
}
.projects.projects-gallery {
    padding-top: 0px;
    padding-bottom: 0px;
}
.about {
    padding-top: 160px;
    padding-bottom: 0px;
}
/* .project-panel:hover{
    border: 1px solid #32c36c;
    padding: 5px;
} */
.project-panel-holder img {
    transition: all .2s !important;
  
    transform: scale(0.9);
}

.project-single{
    padding-top: 100px;
    /* border-radius: 0px; */
}
.project-single .project-intro .project-img img {
    border-radius: 0px !important;
}
.project-single .project-intro .project-img img {
    height: 90vh;
    width: 100%;
}
.about {
    padding-top: 70px;
    padding-bottom: 0px;
}
.csrimg2 {
    width: 100%;
    height: auto;
    border:none;
    border-radius: 5px;
    padding: 00px;
}
.about .about-block .block-left .paragraph {
    margin-bottom: 0px;
}
.qhseproducts{
    border: 1px solid var(--global--color-primary);
    padding: 20px;
}
.QHSEheading{
    width: fit-content;
    border-bottom: 1px solid  var(--global--color-primary);
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.paragraph{
    margin-top: 10px;
}
.projects-gallery{
    margin-top: 110px ;
}
.certificatesheading{
    margin-bottom: 50px;
}
.qhsehr{
    margin: 50px 0px;
    border: 2px solid var(--global--color-primary);
}


.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    /* padding-bottom: 1px !important; */
} 
@media screen and (max-width: 767.98px) {
    
    .about .about-block .block-left .paragraph {
        text-align: center;
    }
    .about .about-img {
        position: relative;
        height: 200px !important;
    }
    .needincenter{
        text-align: -webkit-center;
    }
    .project-single {
        padding-top: 70px;
    }
    .bg-section {
        margin-left: 0px;
    }
    .projects.projects-gallery .project-panel {
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .about .about-block .block-left .paragraph {
        text-align: left;
    }
    .about .about-img {
        position: relative;
        height: 100% !important;
    }
    .projects-gallery {
        margin-top: 70px;
    }
}


.page-title.page-title-11 .page-title-wrap .title {
    margin-bottom: 0px;
}
.page-title.page-title-11 .page-title-wrap {
  height: 100vh;
    align-items: center;
}
.bg-overlay-dark-3:before {
   
    background-image: linear-gradient(180deg, #1b1a1a2e 0%, #00000042 100%);
}
.page-title .title .title-heading {
    margin-bottom: 0px;
}


/* .project-panel .project-panel-holder .project-img img {
    max-width: 80% !important;
    height: auto;
} */
.projects.projects-gallery .project-panel {
    padding: 20px;
}

.headhome {
    color: var(--global--color-heading);
  }
  .headsustain{
    color: var(--global--color-primary);
  }
  .headqhse{
    color: var(--global--color-primary);
  }



  .QHSEheading{
      font-weight: 500;
  }
  .certificatesheading{
      font-weight: 500;
  }