a {
    text-decoration: none;
    color: #1b1b1b;
}

a:hover {
    color: var(--bs-primary-text-emphasis);
}

/* Custom Classes */
.charity-nav a.nav-link {
    color: #ffffff;
}

.charity-nav.fixed-top a.nav-link {
    color: #343a40;
}

.w-15 {
    width: 15% !important;
}

/* Side Navbar */
.sidebar-nav .nav-link.active,.nav-link {
    color: var(--bs-primary-text-emphasis);
}

/* Index */
/*
.bg-homepage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/banner.jpeg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

.provide-img {
    width: 50px;
}

.provide {
    position: relative;
    margin-top: -8rem;
}

/*
.school-video {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/school.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
}
*/

/* Projects */
/*
.bg-project {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-project.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

/*
.bg-volunteer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-volunteer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

/* About */
.bg-banner {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-about.jpg);*/
    background-image: url('../img/bgb.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.work-img {
    width: 70px;
}

/* Volunteer */
/*
.bg-volunteer-page {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-volunteer-page.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

/* Contact */
/*
.bg-contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

/* Post-1 */
/*
.bg-post-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/post/post-1.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

.b-icon {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Post-2 */
/*
.bg-post-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/post/post-2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

/* Post-3 */
/*
.bg-post-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/post/post-3.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

.comment-img {
    width: 60px;
}

/* Admin */
.icon-sm {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Footer */
.social-icon {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-top a {
    color: #6c757d;
}

footer .footer-top a:hover {
    color: #0d6efd;
}

footer .footer-top .social-icon {
    border: 1px solid #6c757d;
}

footer .footer-top .social-icon:hover {
    border: 1px solid #0d6efd;
}

.site-brand img.on-fixed, .fixed-top .site-brand img:not(.on-fixed) {
    display: none;
}

.fixed-top .site-brand img.on-fixed, .site-brand img:not(.on-fixed) {
    display: inline-block;
}

html[dir="rtl"] .navbar-nav .dropdown-menu .dropdown-menu {
    right: 100%;
    left: unset;
    top: 0;
}

.navbar-nav .dropdown-menu .dropdown-menu {
    right: unset;
    left: 100%;
    top: 0;
}

.dropdown-menu, .nav-link {
    font-size: .875rem;
}

.vh-75 {
    height: 75vh;
}

/*----------------------*/

.text-purple{
    color: #8b3dff !important;
}
.btn-theme {
    padding: 10px 25px !important;
}
.btn-purple{
    background-color: #8b3dff;
    color: #ffffff;
    border: 1px solid #8b3dff;
}
.btn-purple:hover, .btn-purple:focus, .btn-outline-purple:hover {
    background-color: #7634d9;
    color: #ffffff;
    border: 1px solid #6f31cc;
}
.btn-outline-purple{
    color: #6f31cc;
    border: 1px solid #6f31cc;
}
.nav-pills.purple-tab .nav-link.active, .nav-pills.purple-tab .show>.nav-link {
    background-color: #8b3dff;
}
.bg-purple{
    background-color: #8b3dff;
}
.purple-tab .nav-link {
    color: #8b3dff;
}
.border-primary {
    border-color: #8b3dff !important;
}
.form-check-input:checked {
    background-color: #8b3dff;
    border-color: #8b3dff;
}
.breadcrumb.bg-dark .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(204,204,204,.23);
}
.bg-opacity-purple {
    background: rgba(139,61,255,.08);
}

/* Navbar */
.osahan-header-logo .logo {
    height: 30px;
}/*
.osahan-main-nav.fixed-top {
    background-color: #000000 !important;
}*/
.elements-top-header  a.nav-link {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    color: #ffffff !important;
}
.my-account-nav  a.nav-link {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* Blog */
.svg-border-rounded svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
}
.sticky-sidebar {
    position: sticky;
    top: 20px;
}
.bg-primary.rounded-circle.admin-icon img {
    height: 22px;
    width: 22px;
    object-fit: cover;
}
.bg-primary.rounded-circle.admin-icon {
    background: transparent !important;
}
.blog-list-osahan .cover-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-author-profile-header .profile-img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}
.portfolio-osahan-w .card-img {
    height: 300px;
    object-fit: cover;
}
.portfolio-osahan-h .card-img {
    height: 600px;
    object-fit: cover;
}
.shop-product-detail-slider {
    margin-top: -155px !important;
}
.shop-product-detail-slider.small-img .img-fluid {
    border: 4px solid #fff;
}
.shop-product-detail-slider.small-img .img-fluid.slick-current.slick-active {
    border-color: #8b3dff;
}

/* My Account */
.avtar-sm {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.osahan-sidebar {
    margin-top: -120px;
    position: relative;
}
.osahan-sidebar .profile-img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    width: 125px;
    display: block;
    height: 38px;
}
.osahan-sidebar-links .dropdown-item {
    font-size: 15px;
    padding: 12px 15px;
    color: #595c5f;
    border-radius: 8px;
    margin: 2px 0;
}
.osahan-sidebar-links .dropdown-item.active, .osahan-sidebar-links .dropdown-item:hover {
    background: rgba(139,61,255,.08);
    color: #8b3dff;
}
.osahan-user-header {
    /*background-image: url(../img/banner.jpeg);*/
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 400px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    max-width: 1380px;
    margin: auto;
}
/*
.build-something-together {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner.jpeg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -10rem;
}
*/
.footer-icon {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-tabs-osahan .nav-link {
    color: #979797;
}
.nav-tabs-osahan .nav-link.active {
    color: #8b3dff;
}

/* About */
/*
.bg-elements {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

/* Cart Page */
.cart-img.rounded-2 {
    height: 70px;
    width: 58px;
    min-width: 58px;
    object-fit: cover;
}
.quantity-osahan {
    width: 110px;
    text-align: center;
    border-radius: 10px;
    border: 0 solid #dee2e6;
    overflow: hidden;
    padding: 3px;
}
.quantity-osahan .quantity-input {
    text-align: center;
}
.quantity-osahan .btn {
    padding: 0 0 1px 0;
    border-radius: 8px !important;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 23px;
}
.quantity-osahan .quantity-input {
    border: none;
    padding: 0;
}

/* Filter Sidebar */
.osahan-filter .accordion-button {
    border-radius: 0 !important;
    font-weight: bold;
    color: #000;
    padding: 0 0 19px 0;
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #dee2e6;
    box-shadow: none;
    letter-spacing: 1px;
    position: relative;
}
.osahan-filter .accordion-item {
    border: none;
    border-radius: 0 !important;
    margin-bottom: 20px;
}
.osahan-filter .accordion-body {
    padding: 18px 0 27px 0;
}
.osahan-filter .accordion-button:after {
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.osahan-filter .accordion-button:before {
    border-bottom: 3px solid #8b3dff;
    width: 62px;
    position: absolute;
    content: "";
    bottom: -1px;
}

/* Mobile Media */
@media (max-width:992px) {
    .m-none {
        display: none;
    }
}
@media (min-width:1280px) {
    .position-lg-relative {
        position: relative;
    }
    .position-lg-absolute {
        position: absolute;
    }
}

.breadcrumb-dark a{
    color: white;
}
.breadcrumb-dark .breadcrumb-item+.breadcrumb-item::before{
    color: ghostwhite;
}

.bg-primary-emphasis {
    background-color: var(--bs-primary-text-emphasis) !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: var(--bs-primary-text-emphasis);
}

.card-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.card-osahan-demo:hover {
    background-color: #cfe2ff;
}