﻿.Intro-container .rightBar {
    width: 100%;
    padding: 40px 0px 0px 30px;
}

    .Intro-container .rightBar h5 {
        font-size: 20px;
        font-weight: 600;
        color: #c29809;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .Intro-container .rightBar h4 {
        color: #595959;
        margin-bottom: .5rem;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 24px;
    }

    .Intro-container .rightBar p {
        font-size: 18px;
    }

.list-bar {
    width: 100%;
}

    .list-bar p {
        color: #c29809;
        font-size: 18px;
        font-style: italic;
    }

    .list-bar h4 {
        color: #0c426a;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .list-bar h5 {
        color: #0c426a;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;
        margin-bottom: 0.2rem;
    }

    .list-bar > ul {
        margin: 0px;
        padding: 0px;
    }

        .list-bar > ul > li {
            list-style-type: none;
            display: inline-block;
            width: 50%;
            float: left;
            margin-bottom: 10px;
            position: relative;
            padding-left: 15px;
            color: #c29809;
        }

            .list-bar > ul > li:before {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                content: "\f054";
                position: absolute;
                top: 3px;
                left: 0;
                font-size: 14px;
                color: #c29809;
            }

    .list-bar.Full > ul > li {
        display: block;
        width: 100%;
        color: #fff; /* margin-left:30px; */
        color: #fff;
        font-size: 18px; /* line-height: 24px; */
    }

        .list-bar.Full > ul > li:before {
            color: #fff;
        }

    .list-bar.Full > ul.des > li {
        color: #4e4c4c;
        font-size: 16px;
    }

        .list-bar.Full > ul.des > li:before {
            color: #c29809;
        }

.pageBanner.privacy {
    background: #65665d;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;   
}

    .pageBanner.privacy:after {
        position: absolute;
        background: rgba(106, 0, 11, 0.5);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
    }

    .pageBanner.privacy > h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 19; /*white-space: nowrap;*/
        width: 100%;
    }

        .pageBanner.privacy > h1 > samp {
            font-size: 18px;
            display: block !important;
        }

.Intro-container .rightBar.privacy p {
    font-style: normal;
    color: #4e4c4c;
}

.staffingbtm-wrap .positions-wrap.policy .list-bar p {
    color: #4e4c4c;
    font-style: normal;
}

.staffingbtm-wrap .Whyrose.privacy-policy .list-bar p {
    color: #fff;
    font-style: normal;
}

.staffingbtm-wrap .positions-wrap.policy1 .list-bar p {
    font-style: normal;
    color: #4e4c4c;
}

.staffingbtm-wrap .positions-wrap.policy1 .list-bar.Full > ul > li > ul {
    margin: 10px 0px 0px 30px;
}

    .staffingbtm-wrap .positions-wrap.policy1 .list-bar.Full > ul > li > ul > li {
        list-style-type: none;
    }

.list-bar.Full > ol {
    margin: 0px 0px 0px 25px;
    padding: 0px;
}

    .list-bar.Full > ol > li {
        width: 100%;
        color: #4e4c4c; /* margin-left:30px; */
        font-size: 18px; /* line-height: 24px; */
        margin-bottom: 10px;
    }

.privacy .list-bar.Full > ul.des > li {
    font-size: 18px;
}

.privacy .list-bar.Full > ul.des.numbers > li {
    padding-left: 0px;
}

    .privacy .list-bar.Full > ul.des.numbers > li:before {
        display: none;
    }

.Intro-container .rightBar.privacy p a {
    color: #f7c20a;
}

/*********************************
        3. Footer
        *********************************/
footer {
    width: 100%;
    padding: 20px 0px 10px 0px;
    background: #4b176d;
}

    footer img {
        margin-bottom: 5px;
    }

    footer h5 {
        color: #fff;
        position: relative;
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 16px;
    }

        footer h5:after {
            position: absolute;
            content: "";
            left: 0px;
            height: 3px;
            width: 50px;
            background: #B89600;
            bottom: -7px;
        }

    footer ul.links-wrap {
        width: 100%;
    }

        footer ul.links-wrap > li {
            display: block;
            list-style-type: none;
            margin-bottom: 5px;
        }

            footer ul.links-wrap > li:last-child {
                margin-bottom: 0px;
            }

            footer ul.links-wrap > li > a {
                color: #fff;
                font-size: 14px;
            }

            footer ul.links-wrap > li > span {
                color: #fff;
            }

            footer ul.links-wrap > li > i {
                color: #B89600;
                margin-right: 10px;
            }

            footer ul.links-wrap > li > a:hover {
                color: #b98d00;
            }

    footer .social-wrap {
        width: 100%;
        margin: 5px 0px 10px 0px;
    }

        footer .social-wrap > h3 {
            color: #484848;
            font-size: 32px;
        }

        footer .social-wrap > ul {
            color: #fff;
        }

            footer .social-wrap > ul > li:first-child {
                margin-left: 0px;
            }

            footer .social-wrap > ul > li {
                display: inline-block;
                margin-left: 5px;
            }

                footer .social-wrap > ul > li a {
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    border: #fff 1px solid;
                    text-align: center;
                    display: block;
                    color: #fff;
                    padding-top: 2px;
                }

                    footer .social-wrap > ul > li a:hover { /*color:#b98d00;*/
                        background: #b98d00;
                    }

                footer .social-wrap > ul > li i {
                    font-size: 16px;
                    padding-top:4px;
                }

        footer .social-wrap a {
            color: #484848;
        }

    footer .col-md-7 {
        align-self: center;
        text-align: left;
    }

    footer .container .row .col-xl-6 {
        align-self: center;
        text-align: left;
    }


table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-size: 18px;
}

    table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
    }

    table th,
    table td {
        padding: 10px;
        text-align: center;
    }

    table th {
        font-size: 18px;
        /*letter-spacing: .1em;*/
        text-transform: uppercase;
        border: 1px solid #ddd;
        color: #4b176d;
    }

    table td {
        border: 1px solid #ddd;
        background: #fff;
    }

@media screen and (max-width: 768px) {
    table {
        border: 0;
    }

        table tr {
            background: none;
            border: none;
        }


        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 2px solid #ddd;
            /*display: block;*/
            margin-bottom: .625em;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            /*font-size: .8em;*/
            text-align: left;
        }

            table td::before {
                /*
            * aria-label has no advantage, it won't be read inside a table
            content: attr(aria-label);
            */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }

    .vc_custom_1505207378991 {
        margin-left: 15px;
        margin-right: 15px;
    }

    table td h3 {
        display: block;
        font-size: 18px;
        text-transform: uppercase;
        border-bottom: 1px solid #ddd;
        color: #4b176d;
        background-color: #f8f8f8;
        margin-top: -10px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 10px;
        font-weight: 600;
    }
}

@media (max-width:1920px) {
    footer .col-xl-6 a:nth-child(2) img, footer .col-xl-6 a:nth-child(3) img {
        width: 39.9%;
    }

    footer .col-xl-6 a:first-child img {
        width: 18.8%;
    }
}

@media (max-width:1480px) {
    footer .col-xl-6 a:nth-child(2) img, footer .col-xl-6 a:nth-child(3) img {
        width: 39%;
    }

    footer .col-xl-6 a:first-child img {
        width: 18.4%;
    }
}

@media (min-width:992px) {
    footer .container .row .col-xl-3 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    footer .container .row .col-xl-6 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

@media (min-width:1370px) {
    footer .container .row .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%;
    }

    footer .container .row .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:1920px) {
    footer .col-xl-6 a:nth-child(2) img, footer .col-xl-6 a:nth-child(3) img {
        width: 39.9%;
    }

    footer .col-xl-6 a:first-child img {
        width: 18.8%;
    }
}

.apply-btn {
    background: #4b176d;
    color: #fff;
    padding: 15px 30px;
    font-size: 28px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

    .apply-btn:hover {
        color: #fff;
        background: #c29809;
    }

.staffingbtm-wrap .Whyrose {
    background: #606161;
}

    .staffingbtm-wrap .Whyrose .list-bar.Full > ul > li > a {
        color: #c29809;
    }

        .staffingbtm-wrap .Whyrose .list-bar.Full > ul > li > a: hover {
            color: #fff;
        }

.btmTotop {
    position: absolute;
    right: 3%;
    bottom: -30px;
}

    .btmTotop i {
        color: #fff;
        font-size: 36px;
    }

    .btmTotop.circle {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
    }

        .btmTotop.circle i {
            color: #c39909;
        }

.btmTotop1 {
    bottom: 10px;
}

.btn-wrap {
    border: 1px solid #ddd;
    border-left: 0px;
    padding: 10px;
}

    .btn-wrap .apply-btn {
        top: 50%;
        position: absolute;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%,-50%);
    }

@media screen and (max-width: 991px) {
    .btn-wrap .apply-btn {
        margin-top: 0;
        position: static;
    }

    .btn-wrap {
        border: 1px solid #ddd;
        border-top: 0px;
        padding: 25px 10px;
    }

    footer h5 {
        margin-top: 30px;
    }

    footer .container .row .col-xl-6 {
        margin-top: 34px;
    }

    footer .social-wrap {
        padding: 5px 0px 5px 0px;
    }
}

.btmTotop-wrap {
    position: relative;
}

.staffingbtm-wrap.comments .Whyrose {
    padding: 58px;
}

.staffingbtm-wrap .Whyrose {
    padding: 54px;
}

    .staffingbtm-wrap .Whyrose .list-bar.Full > ul > li {
        margin-bottom: 0px;
    }
/*.staffingbtm-wrap .Whyrose{height: auto;}*/
.vc_custom_1505207378991 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-image: url(/Hotjobs/Jobs/images/benifits-analyst.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.staffingbtm-wrap .Whyrose .rectangle {
    left: 30px;
}

table h3 {
    display: none;
}
