body {
    padding-top: 110px;
}

@media (max-width: 991px) {
    body {
      padding-top: 80px;
    }
  }

.hero-section-sub {
    padding: 3rem 0rem!important;
    padding-bottom: 0rem!important;
    background-image: none;
    background-image: url(../img/brand/themeback.jpg);
    background-image: url(../img/brand/safety_hats.jpg);
    background-image: url(../img/brand/hero-bg.jpg);
    position: relative;
    background-position: center;
    margin-bottom: 0rem;
    margin-bottom: 5rem;
    background-image: url('../img/brand/header.png');
    background-position-y: 35%;
    background-position-x: center;
    background-size: cover;
}

.hero-section-sub.dark h1{
    color: var(--text-light);
}
  
.hero-section-sub.dark p{
    color: var(--text-light);
}
  
.hero-section-sub::before {
    position: absolute;
    content: "";
    background: rgba(243, 243, 243, 0.651);
    inset: 0;
    /* backdrop-filter: blur(5px); */
}

.hero-section-sub.dark::before {
    background: rgba(27, 47, 69, 0.65);
}

.hero-section-sub .bottom-shape-v2 {
    position: relative!important;
    padding-top: 10rem;
}

.btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: var(--ci-color);
    text-decoration: none;
    margin: 20px 0px;
}




