

/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 278px 0 180px;
    z-index: 10;
}
.breadcrumb-area-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100);
    z-index: -1;
}
.breadcrumb-area-bg:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0f0b0b;
    opacity: 0.80;
    content: "";
    z-index: -1;
}
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    z-index: 2;
}
.breadcrumb-area .title {
    position: relative;
    display: block;
    overflow: hidden;
}
.breadcrumb-area .title h2{
    color: #ffffff;
    font-size: 72px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}



.breadcrumb-area .shape2{
    position: absolute;
    left: -66px;
    bottom: 150px;
    width: 132px;
    height: 132px;
    background: #e74a30;
    border-radius: 50%;
    z-index: 2;
}
.breadcrumb-area .shape1 {
    position: absolute;
    top: 50px;
    right: 10%;
    z-index: 1;
}



/*** 
=============================================
    Breadcrumb Area style2 Css
=============================================
***/
.breadcrumb-area-style2{
    padding: 278px 0 480px;
}












