/*
 * Theme Name: Mabel Prime Ventures Limited
 */


#logo img {
    padding-top: 1rem;
    height: 100px;
    padding-bottom: 1rem;
}

.big-margin-top {
    margin-top: 10rem;
}

.breadcrumb {
    height: 500px;
    background-attachment: fixed !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #000 !important;
}

.breadcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
}


.footer-img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

footer {
    background: #000000;
}

.text-center {
    text-align: center !important;
}

.job-pic-thumbnail {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}

.badge-danger {
    background: #ff0000;
}


.badge-grey {
    background: grey;
}

.well {
    min-height: 200px;
    padding: 2rem;
    width: 100%;
    background: #ddd;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.blog-thumb-pic {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.well p {
    text-align: center;
    font-size: 25px;
    color: #000;
}

.badge-info {
    background: green;
}

.pagination {
    justify-content: center;
}

.page-numbers.current {
    background: #000;
}

.page-numbers {
    background: var(--secondary-color);
    width: 40px;
    border: none;
    margin: 0 5px;
    font-weight: bold;
    padding: .375rem .75rem;
    color: #fff;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.service-thumb-pic {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.team-pic {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
}

.plan-excerpt {
    font-weight: 600 !important;
    margin-top: 2rem !important;
    color: #000 !important;
}

.testimonials-pic {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.swiper-inner {
    position: relative;
}

.swiper-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    bottom: 0;
}

.navigation.pagination{
	margin-bottom: 2rem;
}

.ngg-imagebrowser.default-view h3{
    display:none !important;
}
@media only screen and (max-width: 768px) {
	#logo img {
        padding-top: 0rem;
        height: 85px;
        padding-bottom: 0rem;
    }

    header.header-mobile #mainmenu {
       
        margin-top: 3rem;
    }

}



@media only screen and (max-width: 425px) {
    #content {
        margin-top: unset;
    }


    #logo img {
        padding-top: 0rem;
        height: 85px;
        padding-bottom: 0rem;
    }

    #menu-btn:before {

        font-size: 35px;
    }

    #menu-btn {

        width: 50px;
        height: 50px;
    }

    .breadcrumb {
    height: 300px;
}
}