.tp-breadcrumb {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: .28px;
    padding-left:80px;
}

@media (min-width: 1024px) {
    .tp-breadcrumb {
        font-size:13px
    }
}

.tp-breadcrumb-divider {
    font-family: tp-icon;
    font-feature-settings: "liga" 1;
    overflow-wrap: normal;
    white-space: nowrap;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: none;
    text-transform: none;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.tp-breadcrumb {
    font-family: 'Interstate',Trebuchet MS,Arial,Helvetica,Verdana,sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    margin: 0;
    display: inline-block;
    list-style: none;
    padding-left: 0
}

.tp-breadcrumb-item {
    display: inline-block;
    margin-right: 12px;
    padding-bottom: 5px;
    padding-top: 5px
}

.tp-breadcrumb-item:first-of-type>.tp-breadcrumb-divider {
    display: none
}

.tp-breadcrumb-item:last-of-type {
    color: var(--color-font-primary);
    font-weight: 700;
    margin-right: 0;
    pointer-events: none
}

.tp-breadcrumb-item:last-of-type>.tp-breadcrumb-text {
    text-decoration: none
}

.tp-breadcrumb-text {
    transition-property: color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.25,.1,.25,1);
    color: var(--color-link);
    text-decoration: underline
}

.tp-breadcrumb-text:hover {
    color: var(--color-link-primary-hover)
}

.tp-breadcrumb-divider {
    color: var(--color-icon-default);
    font-size: 10px;
    margin-right: 10px
}
.damo-section-breadcrumb{
    padding-top:1rem;
    padding-bottom:1rem;
    padding-left:1rem;
}

.breadsection{
   padding-bottom:0rem!important;

}