/* Minification failed. Returning unminified contents.
(72,25): run-time error CSS1046: Expect comma, found '133'
(72,31): run-time error CSS1046: Expect comma, found ')'
(191,39): run-time error CSS1038: Expected hex color, found '#0000'
(191,45): run-time error CSS1038: Expected hex color, found '#0000'
(200,23): run-time error CSS1038: Expected hex color, found '#fff0'
 */
.navbar-brand img {
    width: 85px;
}
.custom_column {
    padding: 0;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
}

.values_data {
    padding: 0 33px;
    list-style: none;
}

    .values_data li::before {
        content: "\2022";
        color: #002e4c;
        font-weight: 900;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

.landing {
    min-height: 70vh;
    width: 100%;
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

    .landing.landing-one {
        background-image: linear-gradient(96deg,rgba(0,0,0,.7),rgba(0,0,0,.2)), url('/siteImages/work force home.jpg');
    }

    .landing.landing-two {
        background-image: linear-gradient(96deg,rgba(0,0,0,.7),rgba(0,0,0,.2)),url('/siteImages/knowme.jpg');
    }

    .landing.landing-three {
        background-image: linear-gradient(96deg,rgba(0,0,0,.7),rgba(0,0,0,.2)), url('/siteImages/services.jpg');
    }

    .landing.landing-four {
        background-image: linear-gradient(96deg,rgba(0,0,0,.7),rgba(0,0,0,.2)), url('/siteImages/contact-us.jpg');
    }

    .landing.landing-five {
        background-image: linear-gradient(96deg,rgba(0,0,0,.7),rgba(0,0,0,.2)), url('/siteImages/work force consultings.jpg');
        background-attachment: fixed;
    }

/* .landing h1 {
        font-size: 70px;
    }*/

.btn_custom {
    width: 180px;
    color: #fff;
    font-size: 15px;
    padding: 12px 0;
    background: rgb(179 133 74);
    border: 0;
    border-radius: 30px;
    outline: none;
    margin-top: -5px;
    transition: ease-in-out 300ms;
    margin-bottom: 5px;
}

    .btn_custom:hover {
        background: #000;
        color: #b3854a;
    }

.landing .landing_content {
    padding: 0;
}

.landing .cust_card {
    width: 200px;
    height: 250px;
    font-size: 15px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s;
}

    .landing .cust_card:hover {
        transform: translateY(-10px);
    }

.cust_card_img1 {
    background-image: url(/images/Desert.jpg);
}

.cust_card_img2 {
    background-image: url(/images/Koala.jpg);
}

.cust_card_img3 {
    background-image: url(/images/Jellyfish.jpg);
}

.cust_card_img4 {
    background-image: url(/images/Hydrangeas.jpg);
}

.card {
    box-shadow: 0 0 4px 4px #e6e6e6;
}

.card-header {
    background-color: rgba(0, 0, 0, 0);
}

.card .card_icon {
    text-align: center;
    font-size: 50px;
}

.span_price {
    font-size: 20px;
    font-weight: 400;
}

.custom_cirle_wraper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom_cirle {
    text-align: center;
    background-color: #000;
    border-radius: 50%;
    height: 255px;
    width: 255px;
    /*height: 330px;
    width: 100%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    margin: 5px 0;
    color: #fff;
}

    .custom_cirle.yellowish {
        background-color: #b3854a;
    }

    .custom_cirle p img {
        width: 100px;
        margin-bottom: 15px;
    }


.overide_jumbo_back_color {
    background-color: transparent;
}

#override_colums_padding .col-md-3 {
    padding-right: 0px;
    padding-left: 0px;
}

.span_data {
    display: block;
    margin: 5px 0
}

.image_style {
    background-image: linear-gradient(#0000,#0000),url(/siteImages/Workforce-Emporium-home.jpg);
    min-height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.override_card {
    background-color: #fff0;
    border: 1px solid rgba(0, 0, 0,0);
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    background-color: #002e4c;
}

.k-panelbar .k-link.k-state-selected.k-state-hover {
    color: #b3854a;
}

.k-panelbar > li.k-state-default > .k-link.k-state-hover {
    color: #b3854a;
}

.corona_virus_message {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #b3854a;
    font-weight: 500;
    min-height: 40px;
    background-color: #002e4c;
    text-align: center;
    transition: ease-in-out 300s;
}

    .corona_virus_message.bring_down {
        z-index: 50;
        width: 100%;
        top: 110px;
        position: fixed;
    }

    .corona_virus_message a {
        color: #fff;
    }


@media(max-width:869px) {
    .landing .cust_card {
        width: 150px;
        padding: 15px 5px;
        margin: 10px 10px;
    }

    /*.landing h1 {
        font-size: 70px;
    }

    .custom_column h1 {
        font-size: 60px;
    }*/

    .landing .landing_content {
        padding: 0 5px;
    }

    ul {
        padding: 0 20px;
    }

    #override_colums_padding .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 15px;
        padding-left: 15px;
    }

    .landing {
        min-height: 100vh;
    }
}

