/*** 
=============================================
    Breadcrumb Style10 area style
=============================================
***/
.breadcrumb-style10-area {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.breadcrumb-style10-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.breadcrumb-style10-area-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.35;
    content: "";
    z-index: -1;
}


.breadcrumb-style10-area .inner-content {
    position: relative;
    display: block;
    padding: 30px 0 30px;
    text-align: center;
    z-index: 10;
}

.breadcrumb-style10-area.contact-page .inner-content {
    padding: 220px 0 236px;
}

.breadcrumb-style10-area .title {
    position: relative;
    display: block;
    overflow: hidden;
}

.breadcrumb-style10-area .title h2 {
    color: #ffffff;
    font-size: 35px;
    line-height: 1.07em;
    font-weight: 700;
    text-transform: capitalize;
}