
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* :root{
    --bs-navbar-hover-color :green;
    --bs-navbar-active-color: blue ;
} */
body {
    font-family: 'Poppins', sans-serif;
}

.navbar-brand img {
    max-width: 30px;
    width: 100%;
}

.nav-link:focus,
.nav-link:hover {
    color: #00BEB4 !important;
    /* background-color: var(--bs-success) !important;
    border-radius: 0.5rem;
--bs-navbar-hover-color :green; not working*/
    /* font-size: 0.5rem; */
    font-weight: 700 !important;
    /* text-decoration: underline; */
}

.nav-link.active {
    /* --bs-navbar-active-color: blue ; working */
    color: #00BEB4 !important;
}


.offcanvas img {
    max-width: 50px;
    width: 100%;
}

.nav-link {
    font-weight: 600;
    color: #000;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown > .dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.lni-paint-bucket {
    font-size: 2.5rem;
}

.lni-wheelbarrow-empty {
    font-size: 2.5rem;
}

.bi-telephone-fill {
    font-size: 0.8rem;
    /* margin:1rem auto 0; */
    border: 2px solid #000;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    /* background-color: rgb(243, 139, 35); */
    display: flex;
    align-items: center;
    justify-content: center;
}
/*---------------------------------------------------------------*/
/*border radius of card , overlay and image should be same 
.card{
    position: relative;
    color: white;
    border-radius: 30px!important;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.card-img-overlay{
    position: absolute;
    background-color: rgba(39, 38, 38, 0.2); /*try this color rgba(210, 26, 26, 0.2)
    border-radius: 30px!important;
    height: 100%;
    width: 100%;
}
.card-img {
    border-radius: 30px!important;
}
*/



.main-image {
    border-radius: 30px !important;
}

/*---------------------------------------------------------------*/
/* Section margins */
.hero {
    margin-top: 60px;
}

.hero2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mission {
    margin-top: 30px;
    margin-bottom: 40px;
}

.whychooseus {
    margin-top: 10px;
}

.featuredcategories {
    margin-top: 90px;
}

.jobseekers {
    margin-top: 40px;
}

.employers {
    margin-top: 40px;
}

/*.job_registeration {
    margin-top: 90px;
}*/

.request_staff {
    margin-top: 90px;
}

.aboutus {
    margin-top: 500px;
}

.privacy_policy {
    margin-top: 500px;
}

.terms_of_service {
    margin-top: 500px;
}

.faq {
    margin-top: 500px;
}

.card-img, .card-img-top {
    border-radius: 10px;
}

@media (max-width: 768px) {
    .featuredcategories .card-title {
        font-size: 1rem;
    }

    .featuredcategories .card-text {
        font-size: .9rem;
    }

    table tr th,
    table tr td {
        white-space: nowrap;
    }
}

.table-nowrap tr th,
.table-nowrap tr td {
    white-space: nowrap;
}

table i {
    cursor: pointer;
}

.field-validation-error {
    font-size: 13px;
}
