.breadCrumb a{
    color: #fff;
}

.inner-banner{
    position: relative;
    max-height: 80vh;
    overflow: hidden;
}

.inner-banner::after, .inner-banner::before{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
}

.inner-banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner::after{
    background: rgb(0, 0, 0, 0.25);
    height: 100%;
}

.inner-banner::before{
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.18) 60.1%, rgba(0, 0, 0, 0.30) 100%);
}

.inner-banner-caption{
    position: absolute;
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 9;
}

.inner-banner-caption h1, .inner-banner-caption h3, .inner-banner-caption p{
    color: #fff;
}

.inner-banner-caption h3{
    font-size: 36px;
    font-weight: 300;
}

.inner-banner-caption h1{
    font-size: 60px;
    font-weight: 700;
}

/*******************************************************/

.blocks{
    border: 1px solid #fff;
}

.block{
    border-right:1px solid #fff;
    padding: 1rem;
    transition: all 0.3s ease-in-out;
}

.block:hover{
    background: var(--light-black-color);
}

.block p{
    font-size: 13px;
    margin-bottom: 0px;
}

.block:last-child{
    border-right: none;
}

.block-icon{
    height: 50px;
}

.block-icon img{
    width: auto;
    height: 100%;
}

.fashion-city.about::after{
    display: none;

}

.visionCity{
    background: var(--blue);
    position: relative;
    z-index: 2;
}

.visionCity img{
    width: 38%;
    height: auto;
}


.visionContainer{
    position: relative;
    background: #fff;
}

.vision_data{
    position: relative;
}

.vision_data img{
    position: absolute;
    width: 100%;
    height: auto;
    border-radius: 10px;
    z-index: 8;
    top: -220px;
}

.vLine, .hLine{
    position: absolute;
}

.vLine{
    width: 1px;
    height: 80%;
    border-left: 1px solid #D3DEF8;
    left: 40%;
    top: 10%;
}

.hLine{
    height: 1px;
    width: 80%;
    border-top: 1px solid #D3DEF8;
    top: 55%;
    left: 0%;
}

.centerCir{
    width: 40px;
    height: 40px;
    background: var(--blue);
    border-radius: 50%;
    position: absolute;
    left: 40%;
    top: 55%;
    z-index: 1;
    transform: translate(-50%,-50%);
}

.dirImg{
    margin-bottom: 20px;
}

.dirImg img{
    border-radius: 10px;
}

.dirName{
    color: var(--blue);
    font-family: var(--philosopher-font);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.designation{
    font-size: 13px;
    color: #231F20;
}

.leadership{
    background: #EEF3FF;
}

.milestoneCont{
    background: url(../images/milestone/path.png) no-repeat center 22%;
    background-size: 100% auto;
}

.milestoneImg{
    margin: 0 auto;
    width: 200px;
}

.milestoneImg img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.milestoneImg{
    margin-bottom: 30px;
}

.milestoneCont .swiper-slide-active img{
    transform: scale(1.15);
}

.milestoneCont h3{
    font-family: var(--philosopher-font);
    transition: all 0.2s ease-in-out;
    margin-bottom: 15px;
}



@media(min-width:1200px){
    .milestoneCont h3{
        margin-bottom: 1vw;
    }
    .milestoneCont .swiper-slide-active h3{
        font-size: 3vw;
    }

    .milestoneSlide{
        padding: 0vw 3.5vw;
    }

    .milestoneImg{
        width: 15.3vw;
    }
    .groupIcon{
    width: 26vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0.3;
}
    .designation{
    font-size: 0.9vw;
}
    .dirImg{
        margin-bottom: 1vw;
    }
    .dirName{
        font-size: 1.5vw;
        margin-bottom: 0.5vw;
    }
    .dirImg img{
        border-radius: 0.6vw;
    }
    .centerCir{
        width: 2vw;
        height: 2vw;
    }
    .vision_data img{
    border-radius: 0.6vw;
    top: -11vw;
}
    .block-icon{
        height: 3.385vw;
    }
    .block{
        padding: 1.8vw;
    }
    .block p{
        font-size: 0.9vw;
        font-weight: 300;
    }
    .inner-banner-caption h1{
        font-size: 4.2vw;
    }
    .inner-banner-caption h3{
        font-size: 2.188vw;
    }
}

@media(max-width:1199px){
    .inner-banner-caption{
        width: 80%;
    }
    .vision_data img{
        top: -50px;
    }
}


@media(max-width:991px){
    .milestoneCont h3{
        font-size: 2rem;
    }
    .vision-mission-value .topSpace{
        padding-top: 15px;
    }

    .vision-mission-value .bottomSpace{
        padding-bottom: 15px;
    }

    .block{
        
        border: 1px solid #fff;
    }
    .block:last-child {
    border-right: 1px solid #fff;
}
    .vision_data img{
        position: relative;
        top: inherit;
    }
    .inner-banner{
        height: 80vh;
    }
    .inner-banner img, .inner-banner video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .inner-banner-caption{
        width: 90%;
    }
}

@media(max-width:767px){
    .inner-banner-caption h1{
        font-size: 40px;
    }

    .inner-banner-caption h3{
        font-size: 24px;
    }
}


@media(max-width:576px){
        .inner-banner {
            height: 70vh;
            padding-top:20px;
        }
        
        .inner-banner-caption h3 {
            font-size: 22px;
        }
}