/**breadcrumb**/
.breadcrumb-area {
    margin-top: 80px;
    padding: 150px 0px 90px 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-area:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    right: 0;
    left: 0;
    z-index: 0;
    background: -moz-linear-gradient(45deg, #552ECD 0%, #673AB7 50%, #6ba3ff 100%);
    background: -webkit-linear-gradient(45deg, #552ECD 0%, #673AB7 50%, #6ba3ff 100%);
    background: linear-gradient(45deg, #552ECD 0%, #673AB7 50%, #6ba3ff 100%);
}

.breadcrumb-area:after {
    content: '';
    z-index: 0;
    background: url(../images/banner/banner-shap-2.png);
    background-size: auto;
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    z-index: 1;
    background-position: center right;
    background-size: contain;
}

.breadcrumb-area ul li {
    display: block;
    display: inline-block;
}

.breadcrumb-area .bread-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-right: 6px;
    display: inline-block;
}

.breadcrumb-area .bread-menu li a.active {
    text-decoration: underline;
}

.breadcrumb-area .bread-menu li+li::before {
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-weight: bold;
    margin: 0 10px 0 0;
    position: relative;
    color: #ffd727;
}

.text-block {
    position: relative;
    z-index: 55;
}

.banner-6 {
    background: url(../images/banner/portfolio-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width:991px) {
    .breadcrumb-area {
        padding: 60px 0px 60px 0px;
        text-align: center !important;
    }

    .breadcrumb-area .content-sec {
        text-align: center !important;
        align-items: center !important;
    }
}

@media only screen and (max-width:520px) {

    .bread-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

.common-heading.pp h2 {
    margin-bottom: 0px;
}

.common-heading.pp {
    padding: 0;
    text-align: left;
}

.common-heading.pp p {
    margin: 20px 0 0 0;
}

.single-card-item {
    margin-top: 60px;
}

.filter-menu {
    text-align: right;
}

.filters .filter-menu.recent {
    list-style: none;
    padding: 0;
    bottom: 0;
    position: inherit;
    text-align: right;
    margin: 35px 0 0 0;
}

.filters .filter-menu li {
    display: inline-block;
    padding: 20px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    background: #d2e3fe;
    -webkit-border-radius: 100px;
    border-radius: 40px 40px 40px 10px;
    margin-bottom: 10px;
transition: all 0.3s ease-in-out;
}

.filters .filter-menu li:hover, .filters .filter-menu li.is-checked {
    background: #552ecd;
    color: #fff;
}

.portfolio-meta ul li {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: left;
    background: #fff;
    position: relative;
    padding: 15px 20px 15px 55px;
    border-bottom: 1px solid #552ECD;
}

.isotope_item {
    position: relative;
}

.isotope_item h4 {
    font-weight: 600;
    color: #673AB7;
    text-align: center;
    margin: 0 0 10px 0;
}

.isotope_item h4 a {
    color: #673AB7;
}

.item-image {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #f3f9ff;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    border: 1px solid #552ecd;
}

.item-image img {
    width: 100%;
}

.item-info-div {
    background: #fff;
    padding: 15px;
    position: relative;
    top: -40px;
    width: 95%;
    border-radius: 40px 8px 8px 8px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #673AB7;
}

.item-info-div h4 {
    margin: 0;
}


@media only screen and (max-width:991px) {
    .common-heading.pp {
        text-align: center;
    }

    .filter-menu {
        margin-top: 30px;
        /* white-space: nowrap; */
        overflow: auto;
        text-align: center
    }
}

@media only screen and (max-width:520px) {
    .filters .filter-menu li {
        padding: 10px 15px;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width:350px) {
    .filters .filter-menu li {
        font-size: 12px
    }

}