body{
    font-family:"Nunito Sans", sans-serif ;
}


.breadcrumb-section{
    position: relative;
    height: 320px;
    background: url("../assets/img/kalai-image/home/breadcrumb.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-section::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.301); /* overlay */
}

.breadcrumb-content{
    position: relative;
    z-index: 2;   /* keeps text above overlay */
    text-align: center;
    color: #fff;
}

.breadcrumb-content h1{
    font-size: 40px;
    margin-bottom: 10px;
    color: #fff !important;
}

.breadcrumb-content p{
    font-size: 18px;
    color: #fff !important;
}