.banner-section {
    background-image: url('/uploads/banner/banner-1.jpg');
    padding: 200px 0 130px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset: 0;
}

.banner-section h2 {
    position: relative;
    z-index: 2;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

/* --Common Banner-- */
#common_banner {
    background-image: url('/uploads/banner/banner-1.jpg');
    padding: 200px 0 130px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.common_banner .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset: 0;
}

.common_bannner_text {
    text-align: center;
}

.common_bannner_text h2 {
    color: var(--white-color);
    font-weight: 400;
}

.common_bannner_text ul {
    padding-top: 20px;
}

.common_bannner_text ul li {
    display: inline-block;
    color: var(--white-color);
    padding-left: 7px;
}

.common_bannner_text ul li:first-child {
    padding-left: 0px;
}

.common_bannner_text ul li span {
    padding-right: 5px;
}

.common_bannner_text ul li span i {
    color: var(--white-color);
    font-size: 7px;
    position: relative;
    top: -2px;
    left: -3px;
}

.common_bannner_text ul li a {
    color: #ffffff91;
}

.common_bannner_text ul li a {
    color: #ffffff91;
}

.common_bannner_text ul li a:hover {
    color: var(--main-color);
}
