.progress {
    height: 0.25rem;
    top: 47%;
    background-image: linear-gradient(to right, #dc3545, #dc3545);
}

.hero-5 {
    background-color: #ffffff;
}

.hero-5 .themeholy-hero-slide:before {
    background: linear-gradient(90deg, rgb(0 0 0 / 34%) 0%, rgb(0 0 0 / 0%) 100%);
}

.btn-group a {
    text-decoration: none;
}

.main-menu ul.sub-menu a {
    line-height: 40px;
}

.about-sec {
    margin-bottom: 0;
}

.achieve-about {
    max-width: 100%;
}

.img-box6 {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img1 {
    width: 100%;
    height: 100%;
}

.img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-logo img {
    width: 70%;
}

.about-sec .profile {
    padding-top: 10px;
}

.about-counter-wrap {
    padding: 24px 35px;
}

.hero-indicator-area .hero-indicator5 .indicatior-btn img {
    transform: rotate(90deg);
}

.hero-indicator-area .hero-indicator5 .indicatior-btn.active img {
    transform: rotate(90deg) scale(0.6);
    ;

}

.counter-card_text {
    font-family: var(--bs-font-sans-serif);

}

.img-box3 {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (width<=768px) {
    .img-box3 {
        height: 300px;
    }
    .themeholy-hero-bg{
        width: 780px;
    }
}

@media (width<=576px) {
    .img-box3 {
        height: 260px;
    }
    .themeholy-hero-bg{
        width: 600px;
    }
}

.themeholy-hero-wrapper .hero-style5 {
    height: 700px;
}

.hero-style5 .hero-title {
    font-size: 3.5rem;
    line-height: 55px;
}
@media (width<=1200px) {
.hero-style5 {
    padding: 250px 0 100px 40px;
}
}
@media (width<=576px) {
    .hero-style5 {
        padding: 100px 0;
    }
    .themeholy-hero-wrapper .hero-style5 {
        height: 400px;
    }

    .hero-style5 .hero-title {
        font-size: 2rem;
        line-height: 45px;
    }

    .hero-style5 .hero-title:last-of-type {
        margin-bottom: 5px;
    }

    .hero-style5 .hero-text {
        font-size: 1.1rem;
        line-height: 26px;
    }
    .themeholy-btn{
        padding: 11px 15px;
    }
}
.themeholy-hero-wrapper{
    z-index: 0;
}

.indicatior-btn {
    width: 12px; 
    height: 12px;
    border-radius: 50%; 
    background-color: #fafafa;
    margin: 0 5px; 
}

.indicatior-btn.active {
    background-color: #cf1212;
}
.hero-indicator-area .hero-indicator5 .indicatior-btn{
    min-width: 0;
}
.themeholy-hero-bg {
    width: 100%;
    overflow: hidden;
}
.themeholy-hero-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; 
}