﻿
.fw {
    width: 1200px;
    margin: auto;
}

.seeker_top_header {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #ddd;
}

    .seeker_top_header .rec_login_bt {
        border: solid 1px #3866cf;
        padding: 3px 10px;
        margin-right: 10px;
        border-radius: 3px;
        color: #fff;
        background: #4976d1;
        font-size: 12px;
        font-weight: 700;
        display: none;
        float: right;
        margin-top: 6px;
    }

        .seeker_top_header .rec_login_bt img {
            vertical-align: middle;
            margin-right: 2px;
        }

        .seeker_top_header .rec_login_bt:hover {
            background: #17409f;
            color: #fff
        }

    .seeker_top_header .menu_icon {
        display: none;
        float: left
    }

.th-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.thi-left {
    display: flex;
    align-items: center;
}

.thi-right {
    display: flex;
    align-items: center;
}

    .thi-right .help-center {
        margin-right: 20px;
    }

        .thi-right .help-center a {
            font-size: 14px;
            display: inline-block;
            color: #3c86d8;
        }

            .thi-right .help-center a i.fa {
                font-size: 16px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 2px;
            }

    .thi-right._other {
        font-size: 14px;
        color: #666
    }

        .thi-right._other span {
            font-weight: 600;
            padding-left: 5px;
            color: #08c
        }

        .thi-right._other a {
            padding: 7px 10px;
            background: linear-gradient(90deg, #0972c1, #40a5f0);
            margin-left: 15px;
            color: #fff;
            border-radius: 3px;
            line-height: 18px;
            font-weight: 500;
            font-family: 'Roboto', sans-serif;
        }

            .thi-right._other a .fa {
                margin-right: 4px;
            }

.seeker_top_header .pi_logo {
    float: left;
    margin: 6px 15px 6px 0px;
    display: block;
    width: 228px;
    line-height: 0
}

.seeker_top_header .pi_logo_blog {
    margin: 6px 15px 6px 0px;
    display: inline-block;
    max-width: 100%;
    line-height: 0
}

    .seeker_top_header .pi_logo_blog img {
        max-width: 100%;
        height: auto;
    }

.top_menu #tml_top_new {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center
}

#tml_top_new > li {
    position: relative;
}

    #tml_top_new > li > a {
        display: block;
        padding: 7px 16px;
        font-size: 14px;
        color: #222;
        font-weight: 600;
        text-align: center;
    }

        #tml_top_new > li > a .arrowDown {
            width: 6px;
            height: 6px;
            border: solid 1px #666;
            border-width: 1px 1px 0px 0px;
            transform: translateY(-50%) rotateZ(135deg);
            display: inline-block;
            margin-left: 5px;
        }

        #tml_top_new > li > a.link_login {
            border: solid 1px #3679db;
            border-radius: 5px;
            color: #0022cb;
            background: linear-gradient(90deg, #edfbff, #fff);
            line-height: 13px;
        }

    #tml_top_new > li.active > a, #tml_top_new > li:hover > a, #tml_top_new > li.hover > a {
        background: #f1f1f1;
    }

#tml_top_new .jobs-dorpdown > a:after, #tml_top_new .career-dropdown > a:after, #tml_top_new .cusultant-dropdown > a:after {
    content: '';
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    height: 2px;
    width: 100%;
    background: #0f9ee1;
    opacity: 0;
    transition: all 0.3s ease;
}

#tml_top_new .jobs-dorpdown:hover > a:after, #tml_top_new .career-dropdown:hover > a:after, #tml_top_new .cusultant-dropdown:hover > a:after {
    opacity: 1;
}

#tml_top_new .jobs-dorpdown-meun, #tml_top_new .career-dropdown-menu, #tml_top_new .consultant-dropdown-menu, #tml_top_new .fresh-jobs-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 1;
}

#tml_top_new .jobs-dorpdown .jobs-dorpdown-meun {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    top: 100%;
    min-width: 160px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.20);
    transition: all 0.3s ease;
}

    #tml_top_new .jobs-dorpdown .jobs-dorpdown-meun li {
        border-bottom: 1px solid #f6f6f6;
        font-family: 'Open Sans', sans-serif;
    }

        #tml_top_new .jobs-dorpdown .jobs-dorpdown-meun li:last-child {
            border-bottom: none;
        }

        #tml_top_new .jobs-dorpdown .jobs-dorpdown-meun li a {
            display: block;
            padding: 7px 15px;
            color: #666;
            font-size: 13px;
            position: relative;
            transition: all 0.3s ease;
        }

        #tml_top_new .jobs-dorpdown .jobs-dorpdown-meun li:hover a {
            background: #f4f4f4;
        }

    #tml_top_new .jobs-dorpdown .jobs-dorpdown-meun > li > a:after {
        content: '\f105';
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 13px;
        color: #999;
        font-family: 'FontAwesome';
    }

    #tml_top_new .jobs-dorpdown .jobs-dorpdown-meun .jobs-dorpdown-submeun {
        display: none;
        position: absolute;
        background: #f4f4f4;
        width: 200px;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.20);
        top: 0;
        bottom: 0;
        left: 160px;
        transition: all 0.3s ease;
    }

    #tml_top_new .jobs-dorpdown .jobs-dorpdown-meun li:hover .jobs-dorpdown-submeun {
        display: block;
    }

    #tml_top_new .jobs-dorpdown .jobs-dorpdown-meun .jobs-dorpdown-submeun > li:hover a {
        color: #03c
    }

#tml_top_new .jobs-dorpdown .fresh-jobs-dropdown-menu {
    width: 900px;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
    padding: 10px 15px;
    display: none;
    flex-wrap: wrap;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
}

    #tml_top_new .jobs-dorpdown .fresh-jobs-dropdown-menu:after, #tml_top_new .jobs-dorpdown .fresh-jobs-dropdown-menu:before {
        content: '';
        display: table;
    }

    #tml_top_new .jobs-dorpdown .fresh-jobs-dropdown-menu:after {
        clear: both;
    }

    #tml_top_new .jobs-dorpdown .fresh-jobs-dropdown-menu > li.ra-menu {
        width: 40%;
        box-sizing: border-box;
        float: left;
    }

        #tml_top_new .jobs-dorpdown .fresh-jobs-dropdown-menu > li.ra-menu > ul {
            display: flex;
            flex-wrap: wrap;
        }

            #tml_top_new .jobs-dorpdown .fresh-jobs-dropdown-menu > li.ra-menu > ul > li {
                width: calc(50% - 30px);
                border-top: 1px solid #eee;
                margin-right: 30px
            }

                #tml_top_new .jobs-dorpdown .fresh-jobs-dropdown-menu > li.ra-menu > ul > li > a {
                    display: inline-block;
                    max-width: 100%;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding: 3px 0;
                    font-size: 13px;
                    color: #666
                }

    #tml_top_new .jobs-dorpdown .fresh-jobs-dropdown-menu .ra-menu-title {
        font-weight: 600;
        color: #333;
        padding: 7px 0px;
        font-size: 13px;
    }

    #tml_top_new .jobs-dorpdown .fresh-jobs-dropdown-menu > li.oc-menu {
        width: 20%;
        box-sizing: border-box;
        float: left;
    }

        #tml_top_new .jobs-dorpdown .fresh-jobs-dropdown-menu > li.oc-menu > ul > li {
            border-top: 1px solid #eee;
        }

            #tml_top_new .jobs-dorpdown .fresh-jobs-dropdown-menu > li.oc-menu > ul > li > a {
                display: inline-block;
                max-width: 100%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding: 3px 0;
                font-size: 13px;
                color: #666
            }

    #tml_top_new .jobs-dorpdown .fresh-jobs-dropdown-menu > li > ul > li:hover > a {
        color: #03c;
        text-decoration: underline
    }

#tml_top_new .career-dropdown .career-dropdown-menu {
    width: 370px;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
    padding: 10px 15px;
    display: none;
    flex-wrap: wrap;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
}

#tml_top_new .career-dropdown.hover .career-dropdown-menu {
    display: flex;
    justify-content: space-between;
}

#tml_top_new .career-dropdown .career-dropdown-menu > li {
    width: 45%;
    box-sizing: border-box;
}

    #tml_top_new .career-dropdown .career-dropdown-menu > li > ul > li {
        border-bottom: 1px solid #f6f6f6;
    }

        #tml_top_new .career-dropdown .career-dropdown-menu > li > ul > li:last-child {
            border-bottom: none;
        }

        #tml_top_new .career-dropdown .career-dropdown-menu > li > ul > li > a {
            display: inline-block;
            padding: 7px 5px;
            font-size: 13px;
            color: #666;
            transition: all 0.3s ease
        }

        #tml_top_new .career-dropdown .career-dropdown-menu > li > ul > li:first-child > a {
            font-weight: 600;
            color: #333;
        }

        #tml_top_new .career-dropdown .career-dropdown-menu > li > ul > li:hover > a {
            color: #03c;
            text-decoration: underline
        }

#tml_top_new .cusultant-dropdown .consultant-dropdown-menu {
    width: 700px;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
    padding: 10px 15px;
    display: none;
    flex-wrap: wrap;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
}

    #tml_top_new .cusultant-dropdown .consultant-dropdown-menu:after, #tml_top_new .cusultant-dropdown .consultant-dropdown-menu:before {
        content: '';
        display: table;
    }

    #tml_top_new .cusultant-dropdown .consultant-dropdown-menu:after {
        clear: both;
    }

    #tml_top_new .cusultant-dropdown .consultant-dropdown-menu > li.ra-menu {
        width: 66.66%;
        box-sizing: border-box;
        float: left;
    }

        #tml_top_new .cusultant-dropdown .consultant-dropdown-menu > li.ra-menu > ul {
            display: flex;
            flex-wrap: wrap;
        }

            #tml_top_new .cusultant-dropdown .consultant-dropdown-menu > li.ra-menu > ul > li {
                width: calc(50% - 30px);
                border-top: 1px solid #eee;
                margin-right: 30px
            }

                #tml_top_new .cusultant-dropdown .consultant-dropdown-menu > li.ra-menu > ul > li > a {
                    display: inline-block;
                    max-width: 100%;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding: 5px 0;
                    font-size: 13px;
                    color: #666
                }

    #tml_top_new .cusultant-dropdown .consultant-dropdown-menu .ra-menu-title {
        font-weight: 600;
        color: #333;
        padding: 7px 0px;
        font-size: 13px;
    }

    #tml_top_new .cusultant-dropdown .consultant-dropdown-menu > li.oc-menu {
        width: 33.33%;
        box-sizing: border-box;
        float: left;
    }

        #tml_top_new .cusultant-dropdown .consultant-dropdown-menu > li.oc-menu > ul > li {
            border-top: 1px solid #eee;
        }

            #tml_top_new .cusultant-dropdown .consultant-dropdown-menu > li.oc-menu > ul > li > a {
                display: inline-block;
                max-width: 100%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding: 5px 0;
                font-size: 13px;
                color: #666
            }

    #tml_top_new .cusultant-dropdown .consultant-dropdown-menu > li > ul > li:hover > a {
        color: #03c;
        text-decoration: underline
    }

#tml_top_new > li > a.post-resume {
    border-radius: 2px;
    color: #fff;
    background: #4374ff;
    line-height: 10px;
    padding: 9px 10px;
    margin-left: 10px;
    font-size: 14px;
    border: 1px solid #4374ff;
    border-radius: 4px;
}

    #tml_top_new > li > a.post-resume:hover {
        background: #033ee5;
    }

.recruiterZ {
    font-weight: bold;
}

#tml_top_new > li > a.my_acc_tab {
    border: 1px solid #dadfff;
    border-radius: 2px;
    background: #fff;
    color: #4374ff;
    line-height: 10px;
    padding: 9px 10px;
    margin: 0 15px;
    font-size: 14px;
}

#tml_top_new > li > a.link_login {
    border: 1px solid #435eff;
    border-radius: 2px;
    background: #fff;
    color: #4374ff;
    line-height: 10px;
    padding: 9px 10px;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 4px;
}

    #tml_top_new > li > a.link_login:hover {
        background: #eff1ff;
    }

#tml_top_new > li > a.post-resume > i.fa {
    color: #fff;
    font-size: 16px;
    line-height: 12px;
}

#tml_top_new > li > a.link_login > i.fa {
    color: #4374ff;
    font-size: 16px;
    line-height: 12px;
}

#tml_top_new > li > a.post-resume .fa, #tml_top_new > li > a.link_login .fa {
    vertical-align: inherit;
    margin-right: 2px;
}

.th-inner .seeker_tmr {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}

    .th-inner .seeker_tmr > li.emp-dropdown {
        padding: 12px 0;
        position: relative;
        margin-right: 20px;
    }

        .th-inner .seeker_tmr > li.emp-dropdown > a {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .th-inner .seeker_tmr > li.emp-dropdown > a img {
                margin-right: 5px;
            }

            .th-inner .seeker_tmr > li.emp-dropdown > a span {
                font-size: 14px;
                color: #228ecd;
                font-weight: 600;
                line-height: 1.5em;
            }

            .th-inner .seeker_tmr > li.emp-dropdown > a i.fa {
                margin-left: 5px;
                display: inline-block;
                color: #228ecd;
                font-size: 20px;
            }

    .th-inner .seeker_tmr > li:last-child > a {
        display: block;
        background: #fceb42;
        border: 1px solid #e1b70c;
        font-size: 15px;
        border-radius: 3px;
        text-shadow: none;
        padding: 7px 12px;
        line-height: 1.1em;
        color: #000;
    }

        .th-inner .seeker_tmr > li:last-child > a:hover {
            background: #edd90a;
        }

        .th-inner .seeker_tmr > li:last-child > a span {
            font-weight: 400;
            color: #d00;
            text-shadow: none;
        }

.emp-dropdown-menu {
    display: none;
    position: absolute;
    min-width: 180px;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 4px 9px #ccc;
    text-align: left;
    transition: all 0.3s ease;
}

    .emp-dropdown-menu > li {
        border-bottom: 1px solid #f6f6f6;
    }

        .emp-dropdown-menu > li:last-child {
            border-bottom: none;
        }

        .emp-dropdown-menu > li > a {
            display: block;
            padding: 7px 15px;
            color: #666;
            font-size: 13px;
            transition: all 0.3s ease;
        }

            .emp-dropdown-menu > li > a:hover {
                background: #e0e8ff;
                color: #03c
            }

            .emp-dropdown-menu > li > a.contact-phone {
                display: block;
                padding: 10px;
                background: #fafafa
            }

                .emp-dropdown-menu > li > a.contact-phone .help-phone {
                    display: block;
                    font-size: 14px;
                    font-weight: 600;
                    color: #c30;
                    line-height: 20px;
                    letter-spacing: 1px;
                }

                .emp-dropdown-menu > li > a.contact-phone .help-time {
                    display: block;
                    line-height: 18px;
                    font-size: 12px;
                    color: #666;
                    padding-left: 10px;
                }

.th-inner .seeker_tmr > li.job-dropdown {
    padding: 0px 25px 0px 0px;
    position: relative;
    margin-right: 10px;
}

    .th-inner .seeker_tmr > li.job-dropdown > a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .th-inner .seeker_tmr > li.job-dropdown > a img {
            margin-right: 10px;
            max-width: 35px;
            max-height: 35px;
            width: auto;
            height: auto;
            border-radius: 50%
        }

        .th-inner .seeker_tmr > li.job-dropdown > a span {
            font-size: 14px;
            color: #228ecd;
            font-weight: 600;
            line-height: 1.3em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100px
        }

            .th-inner .seeker_tmr > li.job-dropdown > a span > span {
                font-size: 10px;
                color: #666;
                font-weight: 400;
                display: block;
            }

        .th-inner .seeker_tmr > li.job-dropdown > a i.fa {
            position: absolute;
            top: 2px;
            right: 10px;
            color: #999;
            font-size: 16px;
        }

.seeker_menu_dropdown {
    display: none;
    position: absolute;
    min-width: 200px;
    top: 100%;
    right: -5px;
    background: #fff;
    box-shadow: 0px 1px 5px #ccc;
    text-align: left;
    transition: all 0.3s ease;
    border: solid 1px #b9e4fd;
}

    .seeker_menu_dropdown:after {
        content: '';
        position: absolute;
        top: -15px;
        right: 15px;
        border: 7px solid transparent;
        border-bottom-color: #228ecd
    }

    .seeker_menu_dropdown > li {
        border-bottom: 1px solid #f6f6f6;
    }

        .seeker_menu_dropdown > li:last-child {
            border-bottom: none;
        }

        .seeker_menu_dropdown > li > a {
            display: block;
            padding: 7px 15px;
            color: #666;
            font-size: 13px;
            transition: all 0.3s ease;
        }

        .seeker_menu_dropdown > li:hover {
            background: #f7f7f7
        }

        .seeker_menu_dropdown > li > a.logout {
            color: #228ecd;
        }

        .seeker_menu_dropdown > li > a i.fa {
            margin-right: 5px;
        }


/* Search Banner for Inner page */
.des_search_form {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 7px #fff;
    border-radius: 30px;
    background: #fff
}

    .des_search_form .skill_f {
        width: 40%;
        border-right: solid 1px #ddd
    }

        .des_search_form .skill_f .float_input {
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
        }

    .des_search_form .loca_f {
        width: 30%;
        border-right: solid 1px #ddd
    }

        .des_search_form .loca_f.big_fild {
            width: 70%;
        }

            .des_search_form .loca_f.big_fild .float_input {
                border-top-left-radius: 30px;
                border-bottom-left-radius: 30px;
            }

    .des_search_form .exp_f {
        width: 20%
    }

    .des_search_form .skill_f, .des_search_form .loca_f, .des_search_form .exp_f {
        position: relative;
        padding-left: 25px;
    }

        .des_search_form .skill_f img, .des_search_form .loca_f img, .des_search_form .exp_f img {
            position: absolute;
            top: 8px;
            left: 15px;
            z-index: 1
        }

    .des_search_form .rec_submit_bt {
        background: #1f0085;
        color: #fff;
        padding: 20px 25px;
        line-height: 0px;
        border: none;
        width: 100%;
        font-size: 18px;
        font-family: 'Roboto Condensed',sans-serif;
        cursor: pointer;
        border-radius: 30px;
    }

        .des_search_form .rec_submit_bt:hover {
            background: #e65050;
        }

    .des_search_form .float_input {
        font-size: 14px;
        padding: 8px 15px;
        display: block;
        width: 100%;
        background: #fbfbfb;
        border: none;
        color: #000;
        box-sizing: border-box;
        outline: none
    }

.ipsb-sec {
    background: linear-gradient(269deg,#4449a6,#1f0085 25%,#1f0085 75%,#4449a6)
}

.ipsb-inner {
    display: flex;
    align-items: center;
    min-height: 135px;
    padding: 20px 0 15px 0;
    box-sizing: border-box;
    max-width: 80%;
    margin: 0 auto;
}

    .ipsb-inner > div {
        width: 100%;
    }

    .ipsb-inner .ipsb-st {
        color: #fff;
        font-weight: 400;
        margin-bottom: 7px;
        margin-left: 19px;
        font-size: 18px;
    }

.ipsb-sec .ipsb-title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: 25px;
    margin-bottom: 7px;
    text-align: center
}

.ipsb-sec .recent-search {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #ccc;
    font-size: 12px;
    text-shadow: none;
    padding-left: 20px;
    margin-top: 5px;
}

    .ipsb-sec .recent-search .rs-lbl {
        padding: 0 5px;
        margin-top: 7px;
        font-size: 13px;
        color: #e9d1ff;
        font-weight: 600;
    }

    .ipsb-sec .recent-search .rs-val {
        color: #fff;
        margin-left: 5px;
        margin-top: 7px;
        font-size: 13px;
    }

        .ipsb-sec .recent-search .rs-val:hover {
            text-decoration: underline
        }

.bc-sec {
    padding: 5px 0;
    background: #eee;
}

    .bc-sec .breadcrumb {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        margin: 0 -5px;
    }

        .bc-sec .breadcrumb > li {
            padding: 0 5px;
            position: relative;
            color: #555;
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
            line-height: 18px;
        }

            .bc-sec .breadcrumb > li:first-child:before {
                display: none;
            }

            .bc-sec .breadcrumb > li:before {
                content: '\00BB';
                font-family: verdana;
                margin-right: 5px;
            }

            .bc-sec .breadcrumb > li > a {
                color: #999;
            }

.ipsb-sec .breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

    .ipsb-sec .breadcrumb > li {
        padding: 0;
        position: relative;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        line-height: 18px;
    }

        .ipsb-sec .breadcrumb > li > a {
            color: #6ddeff;
        }

        .ipsb-sec .breadcrumb > li:before {
            content: '/';
            margin: 0 5px;
        }

        .ipsb-sec .breadcrumb > li:first-child:before {
            display: none;
        }


/* Search Banner for Home page */
.hpsb-sec {
    background: linear-gradient(269deg,#4449a6,#0073b4 25%,#0073b4 75%,#4449a6)
}

.hpsb-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 30px 0;
    box-sizing: border-box;
}

.hpsb-left {
    width: 80%;
    text-align: center
}

.hpsb-title {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
    margin-bottom: 5px;
}

.hpsb-sub-title {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px
}

.hpsb-bj {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

    .hpsb-bj .bj-lbl {
        background: #4324c5;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 15px;
        line-height: 18px;
        border-radius: 6px 0px 0px 6px
    }

    .hpsb-bj .bj-list {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0px 10px 0px 0px;
        list-style: none;
        background: #66bbd4;
        border-radius: 0px 6px 6px 0px
    }

        .hpsb-bj .bj-list > li {
            position: relative;
        }

            .hpsb-bj .bj-list > li > a {
                padding: 10px 12px;
                color: #fff;
                font-size: 13px;
                line-height: 18px;
                display: block;
            }

                .hpsb-bj .bj-list > li > a:hover {
                    text-decoration: underline
                }

        .hpsb-bj .bj-list .bjm-list {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 150px;
            background: #fff;
            box-shadow: 0 0 5px #ccc;
            z-index: 1;
            transition: all 0.3s ease;
            border: solid 1px #ccc;
            text-align: left
        }

        .hpsb-bj .bj-list li:hover .bjm-list {
            display: block;
        }

.bjm-list > li {
    border-bottom: 1px solid #eee;
}

    .bjm-list > li:last-child {
        border-bottom: none;
    }

    .bjm-list > li > a {
        display: block;
        font-size: 12px;
        line-height: 20px;
        color: #03c;
        padding: 5px 15px;
        transition: all 0.3s ease;
    }

    .bjm-list > li:hover > a {
        background: #f5f5f5;
        color: #03c;
    }

.eih-searh .eih-dropdown {
    position: relative;
    text-align: left
}

.eih-searh .hst {
    display: flex;
    border-radius: 25px 0 0 25px;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    cursor: pointer;
    box-sizing: border-box;
}

    .eih-searh .hst .hst-txt {
        font-size: 16px;
        color: #999;
        font-weight: 400
    }

        .eih-searh .hst .hst-txt.colBlack {
            color: #333;
            font-size: 14px
        }

    .eih-searh .hst i.fa {
        font-size: 20px;
        color: #666
    }

.eih-searh .hst-list {
    display: none;
    position: absolute;
    top: 100%;
    left: -23px;
    right: 0;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 5px #ddd;
    border: 1px solid #eee;
    background: #fff;
    margin: 0;
    padding: 0;
    z-index: 9;
    max-height: 230px;
    overflow: auto;
    font-size: 14px;
}

    .eih-searh .hst-list li {
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
        color: #000;
        cursor: pointer
    }

        .eih-searh .hst-list li:hover {
            color: #000;
            background: #f5f5f5;
            will-change: transform
        }

        .eih-searh .hst-list li:last-child {
            border-bottom: none
        }
/*New CSS Start*/
.eih-searh-ind .eih-dropdown-ind {
    position: relative;
    text-align: left
}

.eih-searh-ind .hst-ind {
    display: flex;
    border-radius: 25px 0 0 25px;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    cursor: pointer;
    box-sizing: border-box;
}

    .eih-searh-ind .hst-ind .hst-txt-ind {
        font-size: 16px;
        color: #999;
        font-weight: 400
    }

        .eih-searh-ind .hst-ind .hst-txt-ind.colBlack {
            color: #333;
            font-size: 14px
        }

    .eih-searh-ind .hst-ind i.fa {
        font-size: 20px;
        color: #666
    }

.eih-searh-ind .hst-list-ind {
    display: none;
    position: absolute;
    top: 100%;
    left: -23px;
    right: 0;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 5px #ddd;
    border: 1px solid #eee;
    background: #fff;
    margin: 0;
    padding: 0;
    z-index: 9;
    max-height: 230px;
    overflow: auto;
    font-size: 14px;
}

    .eih-searh-ind .hst-list-ind li {
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
        color: #000;
        cursor: pointer
    }

        .eih-searh-ind .hst-list-ind li:hover {
            color: #000;
            background: #f5f5f5;
            will-change: transform
        }

        .eih-searh-ind .hst-list-ind li:last-child {
            border-bottom: none
        }
/*New CSS End*/
.blog-navbar {
    display: flex;
    align-items: center;
}

    .blog-navbar > li {
        padding-top: 10px;
        padding-bottom: 10px
    }

        .blog-navbar > li > a {
            display: flex;
            align-items: center;
            padding: 0 20px;
            border-right: 1px solid #eee;
            font-size: 15px;
            color: #222
        }

        .blog-navbar > li:last-child > a {
            border-right: none;
        }

        .blog-navbar > li i.fa-file-text-o {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            color: #999
        }

        .blog-navbar > li.subscribe > a {
            display: block;
            background: #fceb42;
            border: 1px solid #e1b70c;
            font-size: 15px;
            border-radius: 3px;
            text-shadow: none;
            padding: 7px 12px;
            line-height: 1.1em;
            color: #000;
            line-height: 0
        }

            .blog-navbar > li.subscribe > a:hover {
                background: #edd90a;
            }

            .blog-navbar > li.subscribe > a span {
                display: none
            }

    .blog-navbar .dropdown {
        position: relative;
    }

        .blog-navbar .dropdown > a:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            margin-top: 7px;
            border: 5px solid transparent;
            border-top-color: #999
        }

    .blog-navbar .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        z-index: 1;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.12);
        border-radius: 0px 0px 3px 3px;
        border: 1px solid #eee;
        min-width: 220px;
        max-height: 250px;
        overflow-x: auto;
        scrollbar-width: thin;
        transition: all 0.3s ease
    }

    .blog-navbar .dropdown:hover .dropdown-menu {
        display: block;
    }

    .blog-navbar .dropdown-menu::-webkit-scrollbar {
        width: 5px;
    }

    .blog-navbar .dropdown-menu::-webkit-scrollbar-track {
        background: #eee;
    }

    .blog-navbar .dropdown-menu::-webkit-scrollbar-thumb {
        background: #ccc;
    }

        .blog-navbar .dropdown-menu::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .blog-navbar .dropdown-menu li {
        border-bottom: 1px solid #eee
    }

        .blog-navbar .dropdown-menu li:last-child {
            border-bottom: none
        }

        .blog-navbar .dropdown-menu li a {
            display: block;
            padding: 7px 15px;
            font-size: 12px;
            color: #666;
            transition: all 0.3s ease
        }

        .blog-navbar .dropdown-menu li:hover a {
            color: #3aaaf8;
        }

    .blog-navbar .blog-search {
        position: absolute;
        top: 100%;
        background: #fff;
        left: -1px;
        width: 100%;
        border: 2px solid #3aaaf8;
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.12);
        display: none;
        border-radius: 0 0 3px 3px;
    }

        .blog-navbar .blog-search:before {
            content: '';
            position: absolute;
            top: -20px;
            right: 15px;
            border: 10px solid transparent;
            border-bottom-color: #3aaaf8
        }

        .blog-navbar .blog-search:after {
            content: '';
            position: absolute;
            top: -19px;
            right: 15px;
            border: 10px solid transparent;
            border-bottom-color: #fff;
        }

.blog-search .bs-input {
    box-sizing: border-box;
    padding: 15px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #666;
    float: left;
    width: calc(100% - 45px);
}

.blog-search .bs-close {
    background: transparent;
    border: none;
    color: #666;
    font-size: 16px;
    padding: 15px;
    cursor: pointer;
    float: right;
}

.blog-search .bs-mobile {
    display: none
}

.blog-search .bs-ig {
    display: flex;
    border: 1px solid #3b71c2;
    border-radius: 25px;
    width: 300px;
}

.blog-search .bs-ic {
    width: 100%;
    flex-grow: 1;
    padding: 7px 15px;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 18px;
    border-radius: 25px 0 0 25px
}

.blog-search .btn-bs {
    background: #3b71c2;
    color: #fff;
    padding: 5px 10px;
    border: none;
    outline: none;
    border-radius: 0px 25px 25px 0;
    line-height: 0;
    cursor: pointer;
}

    .blog-search .btn-bs svg {
        width: 20px;
        height: 20px;
        fill: #fff
    }

.seeker_top_header .navbar-toggler {
    display: none;
    transition: all 0.3s ease
}

@@media(max - width:1024px) {
    .fw {
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px
    }

    .blog-navbar > li > a {
        padding: 0 15px;
        font-size: 14px
    }

    #rec_top_m li.signup_bt a span, #rec_top_m li.contact_bt a.cont_bt span {
        padding: 6px 10px
    }

    #rec_top_m li.job_seeker_bt {
        margin-left: 7px;
        padding-left: 10px
    }

    #tml_top_new > li > a {
        padding: 7px
    }

    .th-inner .seeker_tmr > li.emp-dropdown {
        margin-right: 7px;
    }

    .th-inner .seeker_tmr > li:last-child > a {
        padding: 7px;
    }
}

@@media(max - width:800px) {
    .navbar-collapse {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border-radius: 0 0 3px 3px;
        border: 1px solid #ddd;
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.12)
    }

    .seeker_top_header .navbar-toggler {
        display: inline-block;
        padding: 2px 10px;
        border: 1px solid #3aaaf8;
        background: #fff;
        border-radius: 3px;
        color: #3aaaf8;
        font-size: 20px
    }

    .navbar-collapse .blog-navbar {
        display: block;
    }

    .blog-navbar > li {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 0
    }

        .blog-navbar > li > a {
            display: block;
            padding: 10px 15px;
            position: relative;
        }

    .blog-navbar .dropdown:hover .dropdown-menu, .blog-navbar .dropdown:focus .dropdown-menu {
        display: none
    }

    .blog-navbar .dropdown.open .dropdown-menu {
        display: block;
    }

    .blog-navbar .dropdown > a:after {
        position: absolute;
        top: 10px;
        right: 15px
    }

    .blog-navbar .dropdown-menu {
        position: static;
        width: 100%;
        height: auto;
        box-shadow: none;
        border: none;
        border-top: 1px solid #eee;
    }

        .blog-navbar .dropdown-menu li a {
            position: relative;
        }

            .blog-navbar .dropdown-menu li a:before {
                content: '\f105';
                font-size: 12px;
                color: #999;
                display: inline-block;
                font-family: 'FontAwesome';
                margin-right: 7px
            }

    .blog-search {
        margin-left: auto;
        margin-right: 10px;
    }

        .blog-search .bs-toggle-dropdown {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            padding: 10px;
            background: #fff;
            z-index: 9;
            border-top: 1px solid #eee;
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.20);
            transition: all 0.3s ease
        }

            .blog-search .bs-toggle-dropdown:after {
                content: '';
                position: absolute;
                top: -7px;
                right: 55px;
                height: 10px;
                width: 10px;
                border-top: 1px solid #eee;
                border-right: 1px solid #eee;
                transform: rotate(-45deg);
                background: #fff
            }

        .blog-search .bs-ig {
            width: 100%
        }

        .blog-search .bs-mobile {
            line-height: 0;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .blog-search .bs-mobile svg {
                width: 20px;
                height: 20px;
                fill: #999
            }

    .th-inner {
        justify-content: flex-start;
    }

    .blog-navbar > li.subscribe {
        padding: 2px;
    }

        .blog-navbar > li.subscribe > a {
            display: block;
            background: #fceb42;
            border: 1px solid #e1b70c;
            font-size: 15px;
            border-radius: 3px;
            text-shadow: none;
            padding: 7px 12px;
            line-height: 1.1em;
            color: #000;
            line-height: inherit
        }

            .blog-navbar > li.subscribe > a:hover {
                background: #edd90a;
            }

            .blog-navbar > li.subscribe > a span {
                display: block
            }

            .blog-navbar > li.subscribe > a svg {
                display: none
            }
}

.ui-autocomplete-loading {
    background: white url("https://static.placementindia.com/mobile-img/loading.gif") right center no-repeat;
}

.page_section_01 {
    padding: 40px 0px;
    background: #fff;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-family: 'Poppins',sans-serif
}

.page_section_02 {
    padding: 40px 0px;
    background: #f1f1f1;
    font-family: 'Poppins',sans-serif
}

.page_title {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

    .page_title h2 {
        font-size: 20px;
        color: #333;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 5px;
    }

        .page_title h2 a {
            color: #333;
        }

        .page_title h2 span {
            font-weight: 500;
            color: #000;
        }

    .page_title:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 3px;
        width: 77px;
        background: #95b2f5;
        transform: translate(-50%);
    }

.fpc_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .fpc_list li {
        width: 16.66%;
        text-align: center;
    }

.tpc-list {
    margin: 10px;
    position: relative;
}

    .tpc-list .tpc-iteam {
        display: block;
        padding: 10px;
        box-sizing: border-box;
        outline: none;
        border: 1px solid #f7f1f1;
        border-radius: 2px;
        -webkit-box-shadow: -2px 10px 22px -16px #000;
        -moz-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
        box-shadow: -2px 10px 22px -16px #000
    }

        .tpc-list .tpc-iteam .in_img {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 70px
        }

            .tpc-list .tpc-iteam .in_img img {
                display: block;
                margin: 0 auto;
                width: auto;
                height: auto;
                max-height: 70px;
                max-width: 170px
            }

        .tpc-list .tpc-iteam .tpc {
            margin-top: 10px;
            line-height: 20px
        }

            .tpc-list .tpc-iteam .tpc .tpc-name {
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 13px;
                line-height: 1.2em;
                color: #06c
            }

            .tpc-list .tpc-iteam .tpc .tpc-location {
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 11.5px;
                color: #333
            }

        .tpc-list .tpc-iteam .tpc-iteam-over {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            font-size: 13px;
            padding: 15px 10px;
            box-sizing: border-box;
            background: rgba(0,0,0,0.8);
            color: #fff;
            display: none;
            transition: all .3s ease
        }

        .tpc-list .tpc-iteam:hover .tpc-iteam-over {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center
        }

.filter_box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .filter_box .filt_icon {
        margin-left: 5px;
        border: solid 1px #ddd;
        display: inline-block;
        cursor: pointer;
        padding: 3px;
        line-height: 0
    }

    .filter_box .change_city_drop {
        position: absolute;
        top: 0px;
        left: 5px;
        display: none;
    }

        .filter_box .change_city_drop select {
            border: solid 1px #ddd;
            padding: 5px 10px;
            width: 150px;
        }

.skil_list3 {
    text-align: center;
}

    .skil_list3 a {
        background: #fff;
        padding: 8px 30px;
        margin: 0px 3px 10px;
        font-size: 13px;
        display: inline-block;
        border: solid 1px #ddd;
        border-radius: 20px;
        transition: all .5s ease;
        box-shadow: 2px 2px 2px #eee;
        color: #333;
    }

        .skil_list3 a:hover {
            color: #fff;
            background: #247fc7;
        }

        .skil_list3 a.more_skill {
            font-size: 14px;
            display: inline-block;
            color: #03c;
            background: #f1f4ff !important;
            border-color: #afc3ff;
        }

            .skil_list3 a.more_skill:hover {
                text-decoration: underline;
                background: #f1f4ff !important;
                border-color: #03c;
            }

.skil_list {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .skil_list a {
        background: #fff;
        padding: 8px 20px;
        margin: 0px 10px 10px;
        font-size: 13px;
        display: inline-block;
        border: solid 1px #ddd;
        border-radius: 20px;
        transition: all .5s ease;
        box-shadow: 2px 2px 2px #eee;
        color: #333;
        width: 177px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .skil_list a:hover {
            color: #fff;
            background: #247fc7;
        }

        .skil_list a.more_skill {
            font-size: 14px;
            display: inline-block;
            color: #03c;
            background: #f1f4ff !important;
            border-color: #afc3ff;
        }

            .skil_list a.more_skill:hover {
                text-decoration: underline;
                background: #f1f4ff !important;
                border-color: #03c;
            }

.more_skill a, .more_skill span {
    background: #fff;
    font-size: 14px;
    display: inline-block;
    color: #457EFF;
    border: solid 1px #88ADFF;
    padding: 10px 25px;
    border-radius: 20px;
    font-weight: 500;
    cursor: pointer
}

    .more_skill a:hover, .more_skill span:hover {
        text-decoration: underline;
    }

.sjc-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}

    .sjc-list .sjc-iteam {
        width: 33.33%;
        box-sizing: border-box;
        padding: 0 7px;
        margin-bottom: 15px;
    }

.sjci {
    background: rgba(255,255,255,0.70);
    border: 1px solid #e8edf3;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    box-shadow: 2px 4px 5px -3px #d3e2ef;
    font-family: 'Roboto',sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .sjci:hover {
        border-color: #7eacce;
        background: rgba(255,255,255,1);
        box-shadow: 0 0 20px #d3e2ef;
    }

    .sjci .sjci-heading {
        margin-bottom: 10px;
        max-width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.sjci-heading .job-name {
    font-size: 16px;
    font-weight: 500;
    color: #001d75;
    line-height: 20px;
    transition: all 0.3s ease;
}

    .sjci-heading .job-name a {
        color: #001d75;
    }

.sjci-heading .job-cname {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #4380d4;
    transition: all 0.3s ease;
    margin-top: 4px
}

.job-c-logo {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 45px;
    width: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    line-height: 0;
    background: #fff
}

    .job-c-logo img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .job-c-logo span {
        font-size: 22px;
        font-weight: 500;
        color: #fff
    }

.sjci-need {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 7px;
}

    .sjci-need > li {
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

        .sjci-need > li img {
            margin-right: 5px;
        }

.sjci-need-val, .sjci-need-lbl {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sjci-need > li:last-child {
    margin-right: 0px
}

.sjci-need > li a.more_city {
    position: relative;
    color: #c03;
    margin-left: 5px;
}

    .sjci-need > li a.more_city .tooltiptext {
        visibility: hidden;
        max-width: 150px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        right: 0px;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 1s;
        font-size: 11px;
        line-height: 12px;
        text-shadow: none;
    }

        .sjci-need > li a.more_city .tooltiptext::after {
            content: '';
            position: absolute;
            top: 100%;
            right: 10%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent
        }

    .sjci-need > li a.more_city:hover .tooltiptext {
        visibility: visible;
        opacity: 1
    }

.sjci-skils {
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 18px
}

    .sjci-skils .sk_list {
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 15px;
        min-height: 40px;
    }

        .sjci-skils .sk_list span {
            padding: 0px 5px 0px 10px;
            position: relative
        }

            .sjci-skils .sk_list span:after {
                content: '';
                position: absolute;
                top: 8px;
                left: 0px;
                width: 4px;
                height: 4px;
                background: #999;
                border-radius: 50%;
            }

            .sjci-skils .sk_list span:first-child {
                padding-left: 0
            }

                .sjci-skils .sk_list span:first-child:after {
                    width: 0px;
                    height: 0
                }

    .sjci-skils .sjci-an {
        display: inline-block;
        font-size: 13px;
        text-shadow: none;
        font-weight: 500;
        padding: 5px 20px;
        border-radius: 5px;
        line-height: 20px;
        background: linear-gradient(90deg, #f1f9ff, #fff);
        border: solid 1px #96c5e9;
        color: #0972c1;
    }

        .sjci-skils .sjci-an:after {
            content: '';
            height: 2px;
            width: 100%;
            background: #0972c1;
            position: absolute;
            left: 0px;
            bottom: 0
        }

.sjci:hover .sjci-an {
    background: #0972c1;
    color: #fff;
    border-color: #0972c1;
}

.recruitment_solution {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

    .recruitment_solution li {
        width: 20%;
        text-align: center;
    }

        .recruitment_solution li a {
            display: block;
            margin: 5px;
            padding: 15px 7px 7px;
            background: #fff;
            border: solid 1px #ddd;
            box-shadow: 3px 3px 3px #eee;
        }

            .recruitment_solution li a:hover {
                color: #333;
                box-shadow: 3px 3px 3px #ddd;
                border-color: #aabfff;
            }

            .recruitment_solution li a p {
                font-size: 14px;
                font-weight: 500;
                color: #333;
                background: #eee;
                padding: 7px;
                margin-top: 7px
            }

.fpc_list_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

    .fpc_list_2 li {
        width: 16.66%;
        text-align: center;
    }

.feat_com_list {
    background: #fff;
    margin: 7px;
    cursor: pointer
}

    .feat_com_list .sk_list {
        margin-top: 10px;
        min-height: 39px;
        max-height: 39px;
        overflow: hidden
    }

        .feat_com_list .sk_list .cardtag {
            padding: 0px 6px;
            max-width: 100%;
            margin-right: 4px;
            color: #5e78af;
            display: inline-block;
            font-size: 11px;
            line-height: 14px;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

    .feat_com_list .feat_img_sec {
        max-width: 160px;
        max-height: 70px;
        width: auto;
        height: 70px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f9f9f9;
        transition: all .3s ease
    }

        .feat_com_list .feat_img_sec img {
            max-width: 160px;
            max-height: 70px;
            height: auto;
            width: auto;
            transition: all .3s ease
        }

    .feat_com_list .tpc_iteam {
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 10px;
        box-sizing: border-box;
        outline: none;
        border: 1px solid #ddd;
        box-shadow: 5px 5px 5px #eee;
        background: #fff;
    }

        .feat_com_list .tpc_iteam:hover {
            border-color: #becdfb;
            box-shadow: 5px 5px 1px #eee
        }

    .feat_com_list:hover .tpc_iteam img {
        transform: scale(1.1);
    }

    .feat_com_list .tpc_iteam .tpc {
        margin-top: 10px;
        line-height: 20px
    }

        .feat_com_list .tpc_iteam .tpc .tpc-name {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 15px;
            font-weight: 500;
            line-height: 1.2em;
            color: #000
        }

        .feat_com_list .tpc_iteam .tpc .tpc-location {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 11.5px;
            color: #666
        }

.blog_list {
    display: flex;
    margin: 0px -10px
}

    .blog_list li {
        width: 25%;
    }

        .blog_list li .blog_sec {
            margin: 0px 7px;
            background: #fff;
            border: solid 1px #ccc;
            box-shadow: 5px 5px 5px #ddd
        }

            .blog_list li .blog_sec .blog_img {
                width: 100%;
                height: 140px;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .blog_list li .blog_sec .blog_img img {
                    width: 100%;
                    max-width: 100%;
                    height: 140px;
                    object-fit: cover;
                    transition: all .3s ease
                }

            .blog_list li .blog_sec .blog_det_info {
                padding: 10px;
                font-size: 13px;
            }

                .blog_list li .blog_sec .blog_det_info h3 {
                    font-weight: 500;
                    font-size: 15px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    display: block;
                    line-height: 1.5rem;
                    max-height: 3.1rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    word-break: break-word;
                    min-height: 38px;
                }

                    .blog_list li .blog_sec .blog_det_info h3 a {
                        color: #333;
                    }

                .blog_list li .blog_sec .blog_det_info ._post_date {
                    color: #666;
                    font-size: 12px;
                    margin-top: 5px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .blog_list li .blog_sec .blog_det_info ._post_date a {
                        color: #333
                    }

            .blog_list li .blog_sec:hover .blog_img img {
                transform: scale(1.1)
            }

            .blog_list li .blog_sec:hover {
                border: solid 1px #7e9bf5;
                box-shadow: 3px 3px 3px #ccc
            }

                .blog_list li .blog_sec:hover .blog_det_info h3 a {
                    color: #000;
                }

.career_service {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .career_service li {
        width: 33.33%;
        padding: 0px 5px;
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
    }

        .career_service li .inn_box {
            background: #fefefe;
            border: solid 1px #eee;
            padding: 25px 10px 15px;
        }

            .career_service li .inn_box:hover {
                box-shadow: 5px 5px 5px #ddd;
                border: solid 1px #cbd8ff
            }

            .career_service li .inn_box img {
                transition: all .3s ease;
            }

            .career_service li .inn_box:hover img {
                transform: scale(1.1)
            }

            .career_service li .inn_box ._cs_title {
                color: #000;
                font-size: 22px;
                margin: 20px 0 10px;
                font-weight: 500;
                font-family: 'Roboto Condensed',sans-serif
            }

                .career_service li .inn_box ._cs_title span {
                    color: #e35757
                }

            .career_service li .inn_box ._cs_mess {
                color: #666;
                margin: 10px 0px 30px;
                line-height: 1.4em;
                white-space: normal
            }

            .career_service li .inn_box ._foot_sec {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin: 0px 10px;
            }

                .career_service li .inn_box ._foot_sec a {
                    display: inline-block;
                    padding: 6px 10px;
                    font-size: 13px;
                    font-weight: 500;
                    outline: none;
                    background: #fff;
                    border: 1px solid #2864be;
                    border-radius: 3px;
                    color: #2864be;
                    cursor: pointer
                }

            .career_service li .inn_box:hover ._foot_sec a {
                background: linear-gradient(to right, #5492ef, #2864be);
                color: #fff;
                border-color: #5492ef
            }

            .career_service li .inn_box ._foot_sec div {
                font-size: 12px;
                color: #666;
                text-align: right
            }

                .career_service li .inn_box ._foot_sec div span {
                    display: block;
                    font-size: 16px;
                    color: #c03;
                    font-weight: 500;
                    margin-top: 2px
                }

.banner_add_sec {
    text-align: center;
    padding-top: 30px;
}

    .banner_add_sec img {
        max-width: 100%
    }

.mobile_search_sec, .m_show_top, .bg_layer, .btn-search span, .close_icon_sec {
    display: none;
}

.emp_section {
    background: #eff9ff;
    padding: 50px 0px;
    border-top: solid 1px #a6bde1;
    border-bottom: solid 1px #a6bde1;
    font-family: 'Roboto',sans-serif;
}

    .emp_section .fw {
        text-align: center
    }

        .emp_section .fw h2 {
            font-size: 30px;
            line-height: 1em;
            font-weight: 400;
            color: #000;
            margin-bottom: 22px
        }

            .emp_section .fw h2 span {
                color: #ff6600
            }

        .emp_section .fw .emp_bt_sec {
            padding-left: 20px;
            font-size: 16px;
            text-align: center
        }

            .emp_section .fw .emp_bt_sec .search_h, .emp_section .fw .emp_bt_sec .post_job, .emp_section .fw .emp_bt_sec .easy_hire {
                font-size: 18px;
                font-weight: 400;
                padding: 10px;
                display: inline-block;
                border-radius: 5px;
                width: 195px;
                box-shadow: 2px 3px 6px #ddd;
                color: #fff
            }

            .emp_section .fw .emp_bt_sec .search_h {
                background: #ff5b1a;
                border: solid 1px #ff5b1a;
            }

                .emp_section .fw .emp_bt_sec .search_h:hover, .emp_section .fw .emp_bt_sec .easy_hire:hover {
                    background: #ed8641
                }

            .emp_section .fw .emp_bt_sec .post_job {
                background: #4279dd;
                border: solid 1px #4279dd;
                margin-left: 10px;
            }

            .emp_section .fw .emp_bt_sec .easy_hire {
                background: #ff944d;
                border: solid 1px #ff944d;
                margin-left: 10px;
            }

            .emp_section .fw .emp_bt_sec .post_job:hover {
                background: #5985d7
            }

    .emp_section .or {
        text-align: center;
        margin: 30px 0;
    }

        .emp_section .or span {
            display: inline-block;
            background: #484848;
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            text-transform: uppercase;
            border-radius: 50%;
            padding: 2px 6px;
            line-height: 27px;
        }

    .emp_section p {
        font-size: 18px;
        font-weight: 400;
        color: #000;
        line-height: 25px;
        max-width: 80%;
        margin: 0 auto 20px auto;
    }

.list-emp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .list-emp a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        background: #fff;
        border-radius: 25px;
        margin: 10px 10px 0 0;
        padding: 7px 15px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
        transition: all 0.3s ease
    }

        .list-emp a:hover {
            color: #0038b7
        }

        .list-emp a.more-cities {
            color: #0038b7
        }

            .list-emp a.more-cities:hover {
                background: #3266dd;
                color: #fff
            }

.apjpbs-tabs .tabs {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    border-bottom: 1px solid #ddd
}

    .apjpbs-tabs .tabs > li {
        display: inline-block;
        margin-right: 30px;
        padding-bottom: 10px;
        position: relative;
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
        color: #666;
        cursor: pointer;
    }

        .apjpbs-tabs .tabs > li.active {
            color: #000
        }

            .apjpbs-tabs .tabs > li.active:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 3px;
                background: #222
            }

.apjpbs-tabs .tab-content {
    display: none;
    padding-top: 30px
}

    .apjpbs-tabs .tab-content.active {
        display: block;
    }

.apjpbs-tabs .tabs-job-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px
}

    .apjpbs-tabs .tabs-job-list li {
        position: relative;
        padding-left: 15px;
        width: calc(33.33% - 20px);
        box-sizing: border-box;
    }

        .apjpbs-tabs .tabs-job-list li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 7px;
            width: 5px;
            height: 5px;
            border: solid #666;
            border-width: 1px 1px 0 0;
            transform: rotate(45deg);
        }

        .apjpbs-tabs .tabs-job-list li a {
            display: inline-block;
            max-width: 100%;
            font-size: 13px;
            line-height: 20px;
            font-weight: 400;
            color: #03c;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: all 0.3s ease
        }

        .apjpbs-tabs .tabs-job-list li:hover a {
            color: #06c
        }

@@media screen and (max-width: 1024px) {
    .fw {
        width: 98%;
        margin: auto;
    }
}

.registe_sticky {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    z-index: 1;
}

.d_top_search ul.ui-menu.ui-autocomplete {
    border-radius: 19px;
    padding: 10px 15px;
}

/* Search Suggestion Inline Css*/
#ajax_listOfOptions {
    background: #f2f2f2;
    border: 1px solid #ccc;
    width: 310px;
    min-height: 25px;
    max-height: 320px;
    color: #000;
    position: absolute;
    z-index: 100;
    overflow: auto;
    top: 45px;
}

#ajax_listOfOptions DIV {
    padding: 2px;
    margin: 2px;
    font-size: 12px;
}

#ajax_listOfOptions .optionDiv {
}

#ajax_listOfOptions .optionDivSelected {
    color: #fff;
    background: #36c;
}

#ajax_listOfOptions_iframe {
    z-index: 5;
    position: absolute;
    background: #f00;
}

#search_tab h1 {
    margin: 5px 0px 10px 0px;
    font-size: 2.8em;
    font-weight: normal;
}

    #search_tab h1 span {
        color: #c30;
    }

location-search-city-list {
    max-height: 200px;
    overflow-x: auto;
    position: absolute;
    width: 248px;
    border: 1px solid #ccc;
    border-top: none;
    top: 38px;
}

#location-search-city-list li {
    padding: 4px 10px;
    background: #fff;
    border-bottom: dashed 1px #ccc;
    width: 185px;
}

    #location-search-city-list li:hover {
        background: #36c;
        color: #fff;
    }

#search-location-suggesstion-box #location-search-city-list {
    position: absolute;
    border: solid 1px #ccc;
    top: 45px;
    max-height: 300px;
    max-height: 200px;
    overflow-x: auto;
}

#search-location-suggesstion-box {
    background: #f2f2f2;
    border: 1px solid #ccc;
    width: 220px;
    min-height: 25px;
    max-height: 320px;
    color: #000;
    position: absolute;
    z-index: 100;
    overflow: auto;
    top: 45px;
}

    #search-location-suggesstion-box DIV {
        padding: 2px;
        margin: 2px;
        font-size: 12px;
        cursor: pointer;
    }

@media (max-width: 768px) {
    .hpsb-sec {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }

    .hpsb-inner {
        width: 100%;
        max-width: 400px;
    }

    .hpsb-left {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        text-align: center;
        margin: 0 auto;
    }

        .hpsb-left input.float_input {
            width: 100%;
            margin-bottom: 12px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        .hpsb-left .rec_submit_bt {
            width: 100%;
            padding: 10px;
            background: linear-gradient(to right, #0045c4, #3578f5);
            border: none;
            color: #fff;
            font-weight: bold;
            border-radius: 4px;
            cursor: pointer;
        }

    .hpsb-title {
        font-size: 20px;
    }

    .hpsb-sub-title {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .hpsb-sec {
        display: none;
    }
}
@media (max-width: 768px) {
    .top_menu {
        display: none;
    }
}

    @media (max-width: 768px) {
        .thi-right {
            display: none;
        }
    }



/*@media (max-width: 767px) {
    .mobile-cards {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

        .mobile-cards li {
            flex: 0 0 calc(50% - 15px); 
            margin-bottom: 15px;
            list-style: none; 
        }

        .mobile-cards .tpc-list {
            display: flex;
            align-items: center;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 8px;
            background-color: #fff;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

            .mobile-cards .tpc-list:hover {
                transform: translateY(-3px);
                box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            }

        .mobile-cards .in_img img {
            width: 50px;
            height: 50px;
            object-fit: cover;
            border-radius: 8px;
        }

        .mobile-cards .tpc {
            display: flex;
            flex-direction: column;
        }

        .mobile-cards .tpc-name {
            font-weight: 600;
            font-size: 14px;
        }

        .mobile-cards .tpc-location {
            font-size: 12px;
            color: #666;
        }
}*/


.custom-card-img {
    width: 120px;
    height: 120px;
    object-fit: contain; /* keeps logo proportion */
    display: block;
    margin: 0 auto; /* center inside card */
}
.custom-card-img {
    width: 90px !important;
    height: 80px !important;
}


/* Smaller size on mobile */
@media (max-width: 768px) {
    .custom-card-img {
        width: 80px;
        height: 80px;
    }
}
.row{
    margin-left:10px!important;
    margin-right:10px!important;
}
.row .col-md-2 {
    width: 180px !important;
    height:200px!important;
    
}

@media (max-width: 768px) {
    .row .col-md-2 {
        width: 150px !important;
    }
}

    @media (max-width: 768px) {

        .page_title h2 {
            font-size: 18px;
            text-align: center;
            margin: 10px 0;
        }
    }
    /* Default (desktop) */
    .why_pi_text_box {
        padding: 40px 20px;
        font-size: 16px;
        line-height: 1.6;
    }

    .js-dynamic-height {
        max-height: 150px; /* desktop ke liye */
        overflow: hidden;
        position: relative;
    }

    /* Mobile ke liye responsive */
    @media (max-width: 767px) {
        .why_pi_text_box {
            padding: 20px 15px;
            font-size: 14px; /* chhota font */
            line-height: 1.5;
        }

        .js-dynamic-height {
            max-height: 100px; /* mobile me chhoti height */
        }

        .js-dynamic-show-hide {
            display: block;
            margin-top: 10px;
            font-size: 14px;
            color: #0072b4;
            text-decoration: underline;
        }
    }

    .custome-image{
        height:50px!important;
        width:50px!important;
    }
.title-background {
    background: rgba(0,0,0,0.1); /* light transparent gray */
    padding:7px;
    color:#000;
}
@media (max-width: 767px) {
    .page_section_022 {
        display: none;
    }
}

.card {
    position: relative;
    overflow: hidden;
}

.tpc-iteam-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7); /* transparent black overlay */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    text-align: center;
    padding: 15px;
}

.card:hover .tpc-iteam-over {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .pi_logo img {
        width: 150px;
        height: auto;
        margin-left: 40px!important; 
    }
}
.fn-sec ul {
    list-style-type: none!important;
    text-decoration:none!important;
    margin: 0;
    padding: 0;
}

 a {
    text-decoration: none !important;
}
html, body {
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}





