/* .banner {
    background: url(../../assets/images/about/inner_bg.png);
    height: 500px;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
} */
.banner {
    background-image: url("../../../assets/images/about/inner_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height:50vh; 
    width: 100%;
    position: relative;
}
.banner .text-bread {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: -webkit-center !important;
}
.banner .text-bread h3 {
    color:white;
    font-weight: 700;
    font-size: 60px;
    /* letter-spacing: 20px; */
}
.banner .breadcrumb {
    justify-content: center;
    align-items: center;
    position: relative;
    width: fit-content;
    margin: auto;
    padding-left: 10px;
    margin-top: 25px;
}
.banner .breadcrumb-item {
    font-size: 20px;
}
.banner .breadcrumb a {
    color:white;
    font-weight: 600;
    font-size: 22px;
    transition: all 0.5s ease;
}
.banner .breadcrumb-item.active {
    color: white;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.75) !important;
}

@media (max-width: 991px) {
    .banner .text-bread h3 {
        font-size: 50px;
    }
        .banner .breadcrumb-item {
        font-size: 17px;
    }
        .banner .breadcrumb a {
        font-size: 20px;
    }
        .banner {
               margin-top: 113px;
        height: 33vh;
    }
    .banner .breadcrumb{
        margin: 0px;
    }
.banner .text-bread {
    top: 74%;
}
    .banner {
        height: 40vh;
    }
  
}
@media (max-width: 600px) {
    .banner .text-bread h3 {
        font-size: 40px;
    }
        .banner .breadcrumb-item {
        font-size: 15px;
    }
          .banner .breadcrumb a {
        font-size: 18px;
    }
       .banner {
        height: 30vh;
    }

}

@media(max-width:575px){
    .banner .text-bread {
    top: 76%;
    }
}
@media (max-width: 492px) {
    .banner .text-bread h3, .aboutheading h3 {
        font-size: 35px;
    }
}
@media(max-width:430px){
        .banner .text-bread h3, .aboutheading h3 {
        font-size: 30px;
    }

}
@media(max-width:368px){
        .banner .text-bread h3, .aboutheading h3 {
        font-size: 23px;
    }
}