.vl-breadcrumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: 300px;
    overflow: hidden;
}

.vl-breadcrumb-title {
    padding-top: 108px;
    padding-bottom: 100px;
}

.vl-breadcrumb-title .heading
 {

    font-size: clamp(1.5rem,5vw,3rem);
    line-height: var(--ztc-specing-height90);
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-bold);
    padding-top: 24px;
    padding-bottom: 0;
}

.para{
    font-family: 'inter', sans-serif !important;
     font-size: clamp(1rem,3vw,1.08rem) !important;
     text-align: left;
     font-weight: 100 !important;
}

.para.aos-init{
    text-align: center;
}

.vl-about-content .vl-section-title-1 .title, .vl-counter5 .vl-section-title-1 .title, .vl-counter5 .single-counter-box .title, 
.title.text-anime-style-2{
        font-family: 'monserat_extrabold', sans-serif !important;
}

.vl-about-content .vl-section-title-1 .subtitle {
    background: #edb408;
     /* font-family: 'poppin_light', sans-serif !important; */
}



.animated-thumb {
    overflow: hidden;
    cursor: pointer;
}

.zoom-image {
    transition: transform 0.6s ease-in-out, filter 0.6s ease-in-out;
    filter: grayscale(0%);
}


.animated-thumb:hover .zoom-image {
    filter: grayscale(100%);
    transform: scale(1.1);
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 0;
}

.vl-counter5 {
    margin-bottom: 30px;
}

@media(max-width: 767px) {
    .vl-about-content2{
        display: flex;
        flex-direction: column-reverse;
    }
}

