.herobanner-section {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

.herobanner-section .column-left {
    width: 100%;
}

.herobanner-section .column-row {
    align-items: end;
}
.hero-banner-content {
    position: relative;
    margin-bottom: 20px;
    max-width: 888px;
}
.hero-banner-content span.sub-title {
    position: absolute;
    left: 0;
    width: 160px;
    color: var(--white);
}

.hero-banner-content h1,
.hero-banner-content h2,
.hero-banner-content h3,
.hero-banner-content h4,
.hero-banner-content h5,
.hero-banner-content h6,
.hero-banner-content li,
.hero-banner-content p {
    color: var(--white);
}
.hero-counter {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.hero-counter .hero-counter-col {
    width: 195px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.hero-counter .hero-counter-col .counter {
    display: inline-block;
    font-size: 64px;
    margin-bottom: 10px;
    line-height: 76px;
    color: var(--white);
    font-weight: 600;
}

.hero-banner-content p {
    font-size: 20px;
    line-height: 30px;
    /* opacity: 0.8; */
    width: 100%;
}
.hero-counter .hero-counter-col p {
      font-weight: 500;
      color: var(--white);

}
a.hero-our-product {
    display: block;
}

.hero-our-product .hero-our-product-item {
    position: relative;
    padding-bottom: 70.25%;
    margin-bottom: 20px;
}

.hero-our-product .hero-our-product-item img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.View-our-projects {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: var(--white);
    display: flex;
    align-items: center;
    transition: all 0.6s;
    cursor: pointer;
}
.View-our-projects svg {
    margin-left: 5px;
}
.View-our-projects:hover{
    color:var(--yellow);
 }
        
.View-our-projects:hover svg{
    fill:var(--yellow);
}

@media only screen and (max-width:991px){
    .herobanner-section {
        padding: 40px 0;
    }    
    .herobanner-section .column-left {
        width: 100%;
    }
}
@media only screen and (max-width:767px){
    .hero-banner-content span.sub-title {
        position: static;
        left: 0;
        width: 100%;
    }    
    .hero-counter .hero-counter-col {
        width: 33.33%;
    }
    .hero-counter .hero-counter-col .counter {
        font-size: 44px;
        line-height: 54px;
    }
    .hero-counter .hero-counter-col p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width:374px){
   .hero-counter .hero-counter-col .counter {
        font-size: 26px;
        line-height: 32px;
    }
}