footer {
    background-color: #ffffff;
}

.footer-BgGrey {
    background: url(../images/bg-bq-footer.png) no-repeat 0 0 #58595B;
    background-size: 50% 100%;
    background-attachment: fixed;
}

.bq-footer {
    background: url(../images/bg-bq-footer.png) no-repeat 0 0 transparent;
    background-size: cover;
    background-attachment: fixed;
}

.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.parent p {
    font-size: 1.2rem;
}
    
.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 2 / 1 / 3 / 3; }

.footerLinks a, .footerLinks a:hover {
    color: #000000;
    font-size: 13px;
    padding: 0.5rem;
    /* text-transform: capitalize; */
}

.footerLinks h6 {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.footerToggleMobile a {font-size: 1.2rem;font-weight: 600;font-family: 'Poppins', sans-serif;color: #000000;}

.footerToggleMobile {
    background: rgba(248, 248, 248, 1);
}

.d-none.show {
    display: block !important;
}

.footerMenuWrap {
    background: rgba(248, 248, 248, 1);
}

.footerCopyTextWrap {
    background: #ffffff;
}

.breadcrumb img {
    max-height: 20px;
}

.git img {
    max-height: 40px;
}


/* .footerCopyTextWrap .breadcrumb-item+.breadcrumb-item::before {
    content: "|";
} */

.breadcrumb-item+.breadcrumb-item::before {
    /* float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color); */
    content: var(--bs-breadcrumb-divider, "|");

}