﻿/* ---------------------- Inner Page banner CSS Start -------------------------------- */
.section.hero.innerbanners {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 0px;
    top: 0px;
    padding-top: 50px 0px;
}

.innerbanners .inner-ban-text {
    width: 45%;
    position: absolute;
    left: 2%;
    top: auto;
    bottom: 20%;
    margin: 0;
}
.section.hero .hero-inner {
    width: 45%;
    position: absolute;
    left: 4%;
    top: auto;
    bottom: 20%;
    margin: 0;
}
    .section.hero .hero-inner .hero_text_subheading {
        color: #333;
        font-size: 14px;
        line-height: 19px;
        font-weight: bold;
        margin-bottom: 8px;
        display: block;
    }
    .section.hero .hero-inner .hero_text_pragraph {
        color: #000;
        display: block;
        line-height: 18px;
    }
.innerbanners span.hero_text_headig {
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 900;
    color: #00338f !important;
    display: block;
    margin-bottom: 10px;
}


/* ---------------------- Inner Page banner CSS end -------------------------------- */


/* ---------------------- Inner Page Breadcrumbs CSS Start -------------------------------- */
#breadcrumbs.wrapper-breadcrumb {
    padding: 7px 0px 8px;
    background: #e2e2e224;
    box-shadow: none;
    margin-top: 0px;
    width: 100%;
}

#breadcrumbs .header-container-p {
    padding-left: 95px;
    padding-right: 95px;
}

#breadcrumbs .breadcrumb {
    margin: 0px auto;
}

#breadcrumbs.breadcrumb-area .breadcrumb {
    margin: 0px;
}

.breadcrumb::before {
    left: -34px;
}

.breadcrumb::before {
    left: -35px;
    top: 0px;
    border-width: 0 0 46px 35px;
}
/* .breadcrumb::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 25px;
    border-color: transparent transparent #333 transparent;
} */
.breadcrumb ul {
    padding: 0;
    margin: 0;
}

    .breadcrumb ul li:first-child {
        margin-left: 0px;
    }

.breadcrumb .dots, .breadcrumb .dots2 {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.breadcrumb ul li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
    margin-bottom: 0;
    border-right: 1px solid #cecece;
    padding-right: 10px;
}

.breadcrumb ul li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
    margin-bottom: 0;
    border-right: 1px solid #cecece;
    padding-right: 10px;
    color: var(--text-dark);
    font-weight: 500;
}

.breadcrumb .dots2 {
    right: 10px;
    left: auto;
}

.breadcrumb .dots, .breadcrumb .dots2 {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

#breadcrumbs ul {
    padding: 0;
    margin: 0;
}

    #breadcrumbs ul li:first-child {
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 5px;
    }

    #breadcrumbs ul li {
        display: inline-block;
        list-style: none;
        margin-left: 0px;
        margin-bottom: 0;
        border-right: 1px solid #cecece;
        padding-right: 5px;
        padding-left: 5px;
        color: var(--text-dark);
        font-weight: 500;
        line-height: 15px;
        font-size: 12px;
    }
        #breadcrumbs ul li:last-child {
            border: none;
            font-weight: 600;
            padding-left: 6px;
        }
        #breadcrumbs ul li a {
            color: var(--text-dark);
        }
        #breadcrumbs ul li.selected-li:last-child {
            padding-left: 2px;
        }
        #breadcrumbs ul li.selected-li:last-child a {
            color: var(--text-dark);
        }
        .breadcrumb li a {
            color: #333;
            font-size: 12px;
        }

.breadcrumb i {
    margin-right: 10px;
    line-height: 0;
    width: 0;
    height: 0;
    display: inline-block;
    font-size: 14px;
}
/* ---------------------- Inner Page Breadcrumbs CSS End -------------------------------- */


/* ---------------------- Inner Page Repsonisve Breadcrumbs CSS Start -------------------------------- */
@media (min-width: 320px) and (max-width: 480px) {
    #breadcrumbs .header-container-p {
        padding-left: 0;
        padding-right: 15px;
    }
    #breadcrumbs .container {
        padding: 0px 15px;
    }
}
/* ---------------------- Inner Page Repsonisve Breadcrumbs CSS End -------------------------------- */
