
.sub-banner1{
    background-image: url(../images/banner/about-bg1.webp );
}
.sub-banner-human{
    background-image: url(../images/banner/humanresource-banner.webp);
}

/* counter sec start */
.counter-sec{
    min-height: 355px;
}
.count-num{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px 20px 32px;
    position: relative;
}
.count-num h2{
    font-size: 40px;
    color: #23244a;
    margin-bottom: 5px;
}
.border-line{
    background: #632223;
    height: 3px;
    width: 14%;
    margin: auto;
}
.count-num p{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 19px;
}
.count-num i{
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    background: #f9a305;
    color: #ffffff;
    display: inline-block;
    bottom: -30px;
    left: 0;
    position: absolute;
}
.mvh-sec{
    position: relative;
    z-index: 1;
}


/* counter sec end */

/* owner msg start */
.owner-img {
    position: relative;
    z-index: 1;
}
.owner-img::before {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 31px;
    background-color: #767374;
    height: 390px;
    width: 412px;
    z-index: -1;
}

/* owner msg end */

    
