﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #000;
    background-color: #e6e6e6;
    overflow-x: hidden;
}
.text-primary {
    color: #ff8a00 !important;
}

a {
    outline: medium none !important;
    color: #ff8a00;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

    a:focus {
        color: #ff8a00;
        text-decoration: none !important;
    }

    a:hover {
        color: #ff8a00;
        text-decoration: none !important;
    }

input {
    outline: medium none !important;
    color: #ff8a00;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #001935;
    margin-top: 0px;
    font-weight: 600;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

label {
    font-weight: normal;
}

h1 {
    font-size: 30px;
    font-style: normal;
}

h2 {
    font-size: 28px;
    line-height: 38px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-weight: 400;
    color: #1F1B2D;
    font-size: 14.5px;
}

.job-description p {
    margin: 0px !important;
    color: #000;
}

.job-description h1,
.job-description h2,
.job-description h3,
.job-description h4,
.job-description h5,
.job-description h6,
.job-description p {
    margin: 0px !important;
    font-size: 14.5px;
}

small {
    font-size: 80%;
}

*::-moz-selection {
    background: #ff8a00;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #ff8a00;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #ff8a00;
    color: #ffffff;
    text-shadow: none;
}

.container-fluid {
    padding: 0 100px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.preview, .delete {
    display:block;
    border-radius: 88.9px;
    padding: 3.5px 10px;
    font-size: 11px;
    cursor:pointer;
}

.preview {
    border: 1px solid #008000;
    color: #008000;
}
.preview svg {
    stroke:#008000
}

.delete {
    border: 1px solid #D22B2B;
    color: #D22B2B;
}

.delete svg {
    stroke: #D22B2B
}
.delete:hover svg {
    stroke: #fff;
}

.delete:hover {
    background-color: #D22B2B;
    color: #fff;
}

.preview:hover svg {
    stroke: #fff;
}
.preview:hover {
    background-color:#008000;
    color: #fff;
}






/*****************************
  Header 
*****************************/
.header {
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 0 2rem 0 rgba(33,37,41,.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 999;
    height: 86px;
}

.header .container-fluid {
    padding: 0 60px;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

/* topbar */
.header .topbar {
    background: #001935;
    padding: 10px 0;
}

.header .topbar a {
    color: #ffffff;
}

.header .topbar a:hover {
    color: #ff8a00;
}

.header .topbar .dropdown {
    margin-right: 20px;
}

.header .topbar .dropdown .dropdown-toggle {
    padding: 12px 0;
}

.header .topbar .dropdown .dropdown-toggle i {
    font-size: 10px;
}

            .header .topbar .dropdown .dropdown-menu a {
                color: #001935;
            }

                .header .topbar .dropdown .dropdown-menu a:hover {
                    color: #ff8a00;
                }

        .header .topbar .social {
            margin-right: 20px;
            display: inline-block;
        }

            .header .topbar .social ul {
                margin: 0;
            }

                .header .topbar .social ul li {
                    display: inline-block;
                    padding: 0 4px;
                }

                    .header .topbar .social ul li a {
                        color: #ffffff;
                    }

                        .header .topbar .social ul li a:hover {
                            color: #ff8a00;
                        }

        .header .topbar .login {
            display: inline-block;
        }

            .header .topbar .login a {
                color: #ffffff;
            }

                .header .topbar .login a:hover {
                    color: #ff8a00;
                }

/* topbar dropdown-menu */
.topbar .dropdown .dropdown-menu {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

    .topbar .dropdown .dropdown-menu a {
        font-size: 14px;
        padding: 10px 20px;
        font-weight: 500;
        border-radius: 3px;
    }

        .topbar .dropdown .dropdown-menu a:hover {
            background: rgba(255, 138, 0, 0.1);
            color: #ff8a00;
        }







/* navbar */
.navbar {
    padding: 0;
}

    .navbar .navbar-nav .nav-link {
        font-weight: 600;
        font-size: 15px;
        padding: 25px 20px;
        color: #4d4d4d;
        text-transform: capitalize;
    }

        .navbar .navbar-nav .nav-link i {
            font-weight: bold;
        }

        .navbar .navbar-nav .nav-link:hover {
            color: #ff8a00;
        }

.navbar-collapse {
    position: relative;
}

.navbar-light .navbar-brand {
    color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
}

.navbar-light .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-light .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-brand {
    padding: 20px 0px;
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
}

    .navbar-brand img {
        height: 45px;
    }

.header .navbar-nav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .navbar-nav li > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 0px;
    color: #001935;
    text-transform: capitalize;
    font-size: 14px;
}

    .header .navbar-nav li > a:hover {
        color: #ff8a00;
    }

    .header .navbar-nav li > a svg {
        margin-left: 5px;
        font-size: 10px;
    }

.header .add-listing {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    text-align: right;
}

.megamenu {
    padding: 20px 20px;
    width: 100%;
}

    .megamenu > div > li > ul {
        padding: 0;
        margin: 0;
    }

        .megamenu > div > li > ul > li {
            list-style: none;
        }

            .megamenu > div > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #001935;
                white-space: normal;
            }

                .megamenu > div > li > ul > li > a:hover {
                    text-decoration: none;
                    color: #001935;
                    background-color: #f6f6f6;
                }

                .megamenu > div > li > ul > li > a:focus {
                    text-decoration: none;
                    color: #001935;
                    background-color: #f6f6f6;
                }

    .megamenu .card {
        outline: none;
    }

        .megamenu .card:hover {
            outline: 1px solid #000000;
        }

        .megamenu .card:focus {
            outline: 1px solid #000000;
        }

    .megamenu.disabled > a {
        color: #626262;
    }

        .megamenu.disabled > a:hover {
            color: #626262;
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            cursor: not-allowed;
        }

        .megamenu.disabled > a:focus {
            color: #626262;
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            cursor: not-allowed;
        }

    .megamenu.dropdown-header {
        color: #ff8a00;
        font-size: 18px;
    }

.header li > .dropdown-item:focus {
    color: #ff8a00;
    background: none;
}

.header li > .dropdown-item:hover {
    color: #ff8a00;
    background: none;
}

.header .dropdown-item.active {
    background: none;
}

.header .dropdown-item:active {
    background: none;
}

.header .dropdown-item:focus {
    background: none;
}

.header .dropdown-item:hover {
    background: none;
}

.header .dropdown-toggle::after {
    content: none;
}

.header .navbar-collapse {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    margin-left: 40px;
}

.navbar .navbar-nav .nav-item.active .nav-link {
    color: #ff8a00;
}

.header .megamenu .dropdown-item {
    padding: 0px;
}

.header .navbar .main-navbar-item .dropdown-menu {
    padding: 20px 15px;
    z-index: 1021;
}

    .header .navbar .main-navbar-item .dropdown-menu a.dropdown-item {
        min-width: 210px;
    }

    .header .navbar .main-navbar-item .dropdown-menu li {
        padding-left: 15px;
        padding-right: 15px;
    }

        .header .navbar .main-navbar-item .dropdown-menu li a i {
            margin-left: auto;
        }

    .header .navbar .main-navbar-item .dropdown-menu.megamenu {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

        .header .navbar .main-navbar-item .dropdown-menu.megamenu li {
            padding: 0;
        }

.navbar .dropdown > .dropdown-menu li > a {
    font-size: 14px;
    padding: 7px 20px 7px 0;
    border-radius: 3px;
    position: relative;
}

    .navbar .dropdown > .dropdown-menu li > a:hover {
        color: #ff8a00;
        padding-left: 10px;
    }

.navbar .main-navbar-item .navbar-nav .dropdown-menu li.active > a {
    color: #ff8a00;
    padding-left: 10px;
}

.navbar-nav-right .dropdown-menu .dropdown-item {
    margin-bottom: 0;
    padding: 0.687rem 1.562rem;
    cursor: pointer;
}

    .navbar-nav-right .dropdown-menu .dropdown-item:hover, .dropdown-item:focus {
        color: #1e2125;
        background-color: #eaeaf1;
    }

    .navbar-nav-right .dropdown-menu .dropdown-item svg{
        font-size: 15px;
        margin-right: 0.5rem;
        vertical-align: middle;
        color: #001935;
    }


/* add-listing */

.add-listing .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    top: 100%;
}

.header .add-listing .navbar-nav li > a i {
    font-size: 18px;
}

.nav-profile img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.header .add-listing .login a {
    color: #202124;
}

    .header .add-listing .login a:hover {
        color: #ff8a00;
    }

    .header .add-listing .login a i {
        color: #ff8a00;
    }

.header .add-listing .btn-white i {
    color: #ff8a00;
}

.header .add-listing .btn-white:hover {
    border-color: #ff8a00;
}

    .header .add-listing .btn-white:hover i {
        color: #ffffff;
    }

.header .add-listing .btn-white:focus {
    border-color: #ff8a00;
}

    .header .add-listing .btn-white:focus i {
        color: #ffffff;
    }

.header.style-2 .add-listing .login a {
    color: #000000;
}

.add-listing .login a {
    color: #ffffff;
}

    .add-listing .login a:hover {
        color: #ff8a00;
    }

    .add-listing .login a i {
        color: #ff8a00;
    }

.add-listing .btn-white:hover {
    border-color: #ff8a00;
}

    .add-listing .btn-white:hover i {
        color: #ffffff;
    }

.add-listing .btn-white i {
    color: #ff8a00;
}

.add-listing .btn-white:focus i {
    color: #ffffff;
}






/* add-listing */


.dropdown-menu > li {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .dropdown-menu > li > a:before {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .dropdown-menu > li > a:hover:before {
        position: absolute;
        left: -2px;
        top: 50%;
        background: #ff8a00;
        width: 4px;
        height: 4px;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50px;
    }

    .dropdown-menu > li.active > a:before {
        position: absolute;
        left: -2px;
        top: 50%;
        background: #ff8a00;
        width: 4px;
        height: 4px;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50px;
    }

.megamenu li ul li {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .megamenu li ul li > a:before {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .megamenu li ul li > a:hover:before {
        position: absolute;
        left: -2px;
        top: 50%;
        background: #ff8a00;
        width: 4px;
        height: 4px;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50px;
    }

    .megamenu li ul li.active > a:before {
        position: absolute;
        left: -2px;
        top: 50%;
        background: #ff8a00;
        width: 4px;
        height: 4px;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50px;
    }

.megamenu.dropdown-menu > li {
    border: none;
}

    .megamenu.dropdown-menu > li:hover:before {
        position: inherit;
    }

.dropdown-menu.megamenu li .agency-logo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .dropdown-menu.megamenu li .agency-logo ul li {
        display: inline-block;
        border-left: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .dropdown-menu.megamenu li .agency-logo ul li .job-list {
            border-bottom: 0;
            display: inline-block;
        }

        .dropdown-menu.megamenu li .agency-logo ul li:first-child {
            padding-left: 0;
        }

        .dropdown-menu.megamenu li .agency-logo ul li:before {
            position: inherit;
        }

.agency-logo .job-list {
    padding: 0;
}

    .agency-logo .job-list .job-list-logo {
        margin-right: 0;
    }

/* sticky header */

@-webkit-keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.header .is-sticky {
    position: fixed !important;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0 0 2rem 0 rgba(33,37,41,.1) !important;
    box-shadow: 0 0 2rem 0 rgba(33,37,41,.1) !important;
    top: 0;
    z-index: 9999;
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    border-bottom: 1px solid #e6e6e6;
}

    .header .is-sticky .header-contact-info {
        display: none !important;
    }

    .header .is-sticky .navbar {
        position: relative;
        top: 0px;
        right: 0px;
        left: 0;
        border-top: none !important;
        width: 100%;
    }





@media (max-width: 1024px) {

    .add-listing .btn {
        line-height: .9rem;
        width: 120px;
        padding: 10px 10px;
        font-size: 12px;
    }
}


@media (min-width: 992px) {
    .header .navbar .main-navbar-item .dropdown-menu {
        margin: 0px;
        font-size: 14px;
        border-radius: 5px;
        min-width: 260px;
        border: none;
        left: 100%;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        display: block !important;
        pointer-events: none;
        top: 100%;
    }

        .header .navbar .main-navbar-item .dropdown-menu.megamenu {
            left: 50%;
            max-width: 700px;
        }

            .header .navbar .main-navbar-item .dropdown-menu.megamenu.dropdown-menu-lg {
                left: 100%;
                min-width: 610px;
            }

    .navbar-nav .mega-menu {
        position: static;
    }

    .header .navbar .main-navbar-item .dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        visibility: visible;
        opacity: 1;
        pointer-events: visible;
        pointer-events: unset;
    }

    .header .navbar .main-navbar-item .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: 100%;
        right: auto;
        -webkit-transform: translate3d(0px, 10px, 0);
        transform: translate3d(0px, 10px, 0);
        top: 0;
    }

    .navbar-nav li:hover > ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: visible;
        pointer-events: unset;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 99%;
            margin-top: -6px;
        }

    .dropdown-menu > li > a:hover:after {
        text-decoration: underline;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}








@media (max-width: 1400px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 12px;
    }
}

@media (max-width: 1199px) {
    .collapsefilter {
        display: none !important;
    }

    .header .container-fluid {
        padding: 0 30px;
    }

    .navbar-brand {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 106px;
        flex: 0 0 106px;
    }

    .header .navbar-collapse {
        margin-left: 10px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 7px;
        font-size: 14px;
    }
}



.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media(min-width:991px) {
    .mobilefilter {
        display: none !important;
    }
}

@media (max-width: 991px) {

    .add-listing .navbar-nav {
        display: flex;
        flex-direction: row;
    }

        .add-listing .navbar-nav .nav-link {
            padding: 10px 10px;
        }

    .header .container-fluid {
        padding: 0 20px;
    }

    .navbar-toggler {
        border: none;
        position: absolute;
        height: 75px;
        right: 10px;
    }

    .header .navbar-collapse {
        position: absolute;
        top: 100%;
        z-index: 999;
        background: #ffffff;
        width: 100%;
        left: 0;
        margin-left: 0px;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar .navbar-nav {
        padding: 10px 0;
    }

        .navbar .navbar-nav .nav-link {
            color: #001935;
            padding: 10px 20px;
        }

            .navbar .navbar-nav .nav-link svg {
                margin-left: auto;
            }

    .header .add-listing .navbar-nav > li {
        display: flex;
    }

    .header .navbar-nav > li {
        display: block;
    }

    .header .navbar .dropdown-menu {
        margin: 0px;
        font-size: 14px;
        border-radius: 0px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #f6f6f6;
        padding: 14px 30px;
        font-size: 13px;
        max-height: 300px;
        overflow-x: scroll;
    }

    .header .navbar .add-listing .dropdown-menu {
        position: absolute;
        margin: 0px;
        font-size: 14px;
        border-radius: 0px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 14px 30px;
        font-size: 13px;
        max-height: 300px;
        overflow-x: scroll;
    }

    .header .add-listing {
        margin-right: 40px;
    }

    .header .navbar .dropdown-menu li {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 575px) {

    .add-listing .navbar-nav {
        display: flex;
        flex-direction: row;
    }

        .add-listing .navbar-nav .nav-link {
            padding: 10px 10px !important;
        }

    .sidebar {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100%;
        transition: right 0.3s ease;
        z-index: 1050;
        background-color: #fff; /* Same as the card's background */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
    }

        .sidebar.show {
            right: 0;
        }

        .sidebar::-webkit-scrollbar {
            width: 0;
            background: transparent; /* Optional: just to make scrollbar invisible */
        }


    .header .add-listing {
        margin-right: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .header .add-listing a.btn {
            margin-left: auto;
        }

    .add-listing .btn {
        line-height: .9rem;
        padding: 3px 0px;
        font-size: 12px;
    }

        .add-listing .btn .fas {
            display: none;
        }

    .si-float-wrapper {
        left: 0 !important;
    }
}






/*****************************
	Banner
*****************************/

.banner {
    background-color: #212884;
    position: relative;
    z-index: 0;
}

.theme-bg-shapes-right {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: -1;
}

    .theme-bg-shapes-right:before {
        content: "";
        width: 300px;
        height: 150px;
        background: rgba(255,255,255,0.1);
        position: absolute;
        right: -60px;
        top: 0;
        border-radius: 4px;
        -webkit-transform: skew(25deg, -10deg);
        transform: skew(25deg, -10deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

    .theme-bg-shapes-right:after {
        content: "";
        width: 150px;
        height: 600px;
        background: rgba(255,255,255,0.12);
        position: absolute;
        right: 0px;
        top: 30px;
        border-radius: 6px;
        -webkit-transform: skew(25deg, 10deg);
        transform: skew(25deg, 10deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

.theme-bg-shapes-left {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: -1;
}

    .theme-bg-shapes-left:before {
        content: "";
        width: 300px;
        height: 150px;
        background: rgba(255,255,255,0.05);
        position: absolute;
        left: -90px;
        top: 0;
        border-radius: 6px;
        -webkit-transform: skew(25deg, -12deg);
        transform: skew(25deg, -12deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

    .theme-bg-shapes-left:after {
        content: "";
        width: 150px;
        height: 600px;
        background: rgba(255,255,255,0.08);
        position: absolute;
        left: 0px;
        top: 30px;
        border-radius: 4px;
        -webkit-transform: skew(-25deg, 10deg);
        transform: skew(-25deg, 10deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

.banner .job-search-item span {
    font-size: 11px;
}

.job-search-item {
    text-align: left;
}

    .job-search-item .form-group {
        position: relative;
    }

    .job-search-item label {
        font-weight: 500;
    }

    .job-search-item input {
        padding-left: 40px;
        height: 45px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .job-search-item input.location-input {
            padding-right: 100px;
        }

    .job-search-item .left-icon svg {
        left: 15px;
        top: 50%;
        right: auto;
        font-size: 16px;
        position: absolute;
        color: #ff8a00;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .job-search-item .left-icon .detect {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
    }

        .job-search-item .left-icon .detect:after {
            position: absolute;
            content: "";
            background: #eeeeee;
            height: 40px;
            width: 1px;
            left: -10px;
            top: -10px;
        }

        .job-search-item .left-icon .detect span {
            padding-right: 25px;
            font-size: 14px;
            color: #969696;
        }

        .job-search-item .left-icon .detect i {
            position: inherit;
            left: inherit;
            right: 0px;
        }

    .job-search-item .btn {
        padding: 12px 24px;
        margin-top: 29px;
        position: relative;
    }

        .job-search-item .btn i {
            color: #ffffff;
        }

.job-tag ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job-tag li {
    margin-left: 10px;
    margin-bottom: 5px;
}

    .job-tag li:first-child {
        margin-left: 0;
    }

    .job-tag li a {
        color: #ffffff;
    }

    .job-tag li:hover a {
        color: #ff8a00;
    }

.banner-shape {
    position: absolute;
    bottom: -15px;
    z-index: 99;
}

.banner-shape-2 {
    position: absolute;
    top: 0px;
    z-index: 9;
    right: 0px;
    left: 0px;
}


/***************************** Classic Search *****************************/

.search {
    position: relative;
}

    .search input {
        padding-left: 30px;
        padding-right: 130px;
        height: 70px;
    }

    .search a {
        position: absolute;
        right: 0;
        top: 0;
        margin: 6px;
        padding: 18px 20px 17px;
        background: #ff8a00;
        color: #ffffff;
        border-radius: 3px;
    }

    .search button {
        position: absolute;
        right: 0;
        top: 0;
        margin: 6px;
        padding: 18px 20px 17px;
        background: #ff8a00;
        color: #ffffff;
        border-radius: 3px;
        border: none;
    }
/***************************** End Classic Search *****************************/



/***************************** Button *****************************/
.btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

button {
    outline: medium none !important;
    color: #ff8a00;
}

.btn {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 3px;
}

    .btn:not(:disabled):not(.disabled).active:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

    .btn:not(:disabled):not(.disabled):active:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        color: #ffffff;
    }

    .btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

    .btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        color: #ffffff;
    }

    .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        color: #ffffff;
    }

.show > .btn.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.show > .btn-primary.dropdown-toggle {
    background: #ff8a00;
    border-color: #ff8a00;
}

.btn-primary {
    background: #ff8a00;
    border-color: #ff8a00;
}

    .btn-primary:hover {
        background: #e07900;
        border-color: #e07900;
    }

    .btn-primary:focus {
        background: #e07900;
        border-color: #e07900;
    }

    .btn-primary:active {
        background: #e07900;
        border-color: #e07900;
    }

    .btn-primary:not(:disabled):not(.disabled).active {
        background: #ff8a00;
        border-color: #ff8a00;
    }

    .btn-primary:not(:disabled):not(.disabled):active {
        background: #ff8a00;
        border-color: #ff8a00;
    }

.btn-dark {
    background: rgba(25, 103, 210, 0.07);
    border-color: rgba(25, 103, 210, 0.07);
    color: #1967D2;
}

    .btn-dark:hover {
        background: #00254f;
        border-color: #00254f;
    }

    .btn-dark:not(:disabled):not(.disabled):active:focus {
        color: #1967D2;
    }

.btn:not(:disabled):not(.disabled).active:focus {
    color: #ffffff;
}

.btn i {
    padding-right: 10px;
}

.btn + .btn {
    margin-left: 3px;
}

.btn-link {
    color: #ff8a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .btn-link:hover {
        color: #001935;
        text-decoration: none;
        outline: none;
    }

    .btn-link:focus {
        color: #001935;
        text-decoration: none;
        outline: none;
    }

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
    color: #001935;
}

.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #001935;
}

    .btn-white:hover {
        background: #dfdfdf;
        border-color: #dfdfdf;
    }

.btn.btn-sm {
    padding: 6px 24px;
}

.btn.btn-md {
    padding: 9px 26px;
}

.btn.btn-lg {
    padding: 14px 30px;
}

.btn.btn-xl {
    padding: 16px 40px;
}

.btn-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .btn-app i {
        font-size: 40px;
    }

.btn.btn-app {
    margin-left: 0px;
}

.btn-outline {
    border: 1px solid #bebebe;
}

    .btn-outline:hover {
        background: #ff8a00;
        border-color: #ff8a00;
        color: #ffffff;
    }

    .btn-outline:focus {
        background: #ff8a00;
        border-color: #ff8a00;
        color: #ffffff;
        text-decoration: none;
        outline: none;
    }

.btn-light {
    background: #e6e6e6;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 25, 53, 0.04);
    box-shadow: 1px 1px 14px 0px rgba(0, 25, 53, 0.04);
}

    .btn-light:hover, .btn-light:focus {
        background: #e6e6e6;
        color: #000;
        -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 25, 53, 0.19);
        box-shadow: 1px 1px 14px 0px rgba(0, 25, 53, 0.19);
        border: 1px solid transparent;
    }

.btn-outline-primary {
    background: #ffffff;
    color: #ff8a00;
    border: 2px solid #ff8a00;
}

    .btn-outline-primary:not(:disabled):not(.disabled).active {
        background: #ff8a00;
        border-color: #ff8a00;
        color: #ffffff;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active {
        background: #ff8a00;
        border-color: #ff8a00;
        color: #ffffff;
    }

    .btn-outline-primary:hover {
        background: #ff8a00;
        color: #ffffff;
        border-color: #ff8a00;
    }

    .btn-outline-primary:focus {
        background: #ff8a00;
        border-color: #ff8a00;
        color: #ffffff;
        text-decoration: none;
        outline: none;
    }

.btn-white:hover,
.btn-white:focus {
    background: #ff8a00 !important;
    color: #ffffff !important;
    border-color: #ff8a00 !important;
}
/*****************************End Button *****************************/


/***************************** Footer *****************************/
.footer {
    color: #4d4d4d;
    background-color: #EFF4FC;
}

    .footer ul {
        margin: 0;
    }

.footer-shape {
    position: absolute;
    top: -100px;
}

.footer-top-logo img {
    height: 34px;
}

.footer .footer-link ul li {
    margin-bottom: 15px;
}

    .footer .footer-link ul li:last-child {
        margin-bottom: 0px;
    }

    .footer .footer-link ul li a {
        color: #4d4d4d;
    }

        .footer .footer-link ul li a:hover {
            color: #ff8a00;
        }

.footer .footer-contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
}

    .footer .footer-contact-info ul li i {
        line-height: 24px;
    }

    .footer .footer-contact-info ul li span {
        padding-left: 10px;
    }

.footer .footer-contact-info.bg-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.footer-bottom {
    padding: 30px 0px 25px;
    color: #fff;
    background-color: #23218C;
}

    .footer-bottom ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }

        .footer-bottom ul li {
            margin-right: 10px;
        }

            .footer-bottom ul li a {
                color: #fff;
                font-weight: 500;
            }

    .footer-bottom .dash-footer li a {
        color: #6c757d;
        font-weight: 500;
    }

    .footer-bottom ul li a:hover {
        color: #ff8a00;
    }

.social ul li a {
    font-weight: 600;
}

.social ul li.facebook a {
    color: #094ecd;
}

.social ul li.twitter a {
    color: #25d1e0;
}

.social ul li.linkedin a {
    color: #0077b5;
}
/***************************** End Footer *****************************/

/***************************** form-control *****************************/

.form-control {
    border: 1px solid #e0e0e0;
    color: #626262;
    border-radius: 0px;
    height: 45px;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #f2f2f2;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #ff8a00;
    }

textarea.form-control {
    height: auto;
}

/* custom-file */
.custom-file .custom-file-label {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #001935;
    border-color: #eeeeee;
    padding: 15px 90px 15px 20px;
    border-radius: 3px;
}

    .custom-file .custom-file-label:after {
        height: 48px;
        padding: 14px 25px;
    }

.custom-file .custom-file-input {
    height: 50px;
    color: #001935;
    border-radius: 3px;
    border-color: #eeeeee;
}

    .custom-file .custom-file-input:focus ~ .custom-file-label {
        border-color: #ff8a00;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
    width: 50px;
    background: transparent;
    border-color: #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* checkbox */
.custom-control-input:checked ~ .custom-control-label:before {
    background: #ff8a00;
    border-color: #ff8a00;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    background: transparent;
    border-color: transparent;
}

.custom-control-input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #eeeeee;
}

/* checkbox */

.form-control {
    border: 1px solid #e0e0e0;
    color: #626262;
    border-radius: 0px;
    height: 45px;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #f2f2f2;
}


.form-check-input {
    border-radius: 3px;
    border: 2px solid #dfdfdf;
    width: 1rem;
    height: 1rem;
    margin-top: 3px;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 0em;
}

    .form-check-input:checked {
        background-color: #ff8a00;
        border-color: #ff8a00;
    }

    .form-check-input:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #ff8a00;
    }

    .form-check-input:active {
        -webkit-filter: inherit;
        filter: inherit;
    }

.custom-control-label:before {
    top: 2px;
}

.custom-control-label:after {
    top: 2px;
}

.custom-checkbox .custom-control-label:before {
    border-radius: 3px;
    border: 2px solid #dfdfdf;
}

/* input-group */
    .choose-file.input-group .form-control {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 35px;
        margin: 0;
        opacity: 0;
        color: #001935;
        border-radius: 3px;
        border-color: #eeeeee;
    }

    .choose-file .input-group-text {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        line-height: 1.5;
        background-color: #fff;
        border: 1px solid #ced4da;
        height: 50px;
        font-size: 14px;
        font-weight: 600;
        color: #001935;
        border-color: #eeeeee;
        padding: 15px 90px 15px 20px;
        border-radius: 3px;
    }

    .choose-file .input-group-text::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0;
        height: 48px;
        padding: 14px 25px;
    }

.choose-file span {
    margin-top: 14px;
}

/* upload-file */
.upload-file {
    position: relative;
    width: 160px;
    height: 35px;
    margin-bottom: 20px;
    margin-top: 10px;
    z-index: 0;
}

    .upload-file label.form-label {
        background: #ff8a00;
        padding: 0;
        color: #ffffff;
        height: 35px;
        font-weight: 400;
        line-height: 35px;
        text-align: center;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        border-radius: 3px;
    }

    .upload-file .form-control {
        position: relative;
        z-index: 2;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        margin: 0;
        opacity: 0;
        border: 0;
    }
/***************************** End form-control *****************************/

/***************************** Section Title *****************************/

.section-title {
    margin-bottom: 30px;
}

    .section-title h2 {
        margin-bottom: 0px;
    }

    .section-title .title {
        padding-bottom: 15px;
        margin-bottom: 0;
        position: relative;
        text-transform: capitalize;
        letter-spacing: -0.5px;
    }

        .section-title .title:before {
            position: absolute;
            content: "";
            height: 3px;
            width: 40px;
            background: #ff8a00;
            bottom: 0;
            left: 0;
        }

    .section-title p {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .section-title.center {
        text-align: center;
    }

        .section-title.center .title:before {
            left: 50%;
            margin-left: -20px;
        }

.section-title-02 {
    margin-bottom: 40px;
}

    .section-title-02 h2 {
        margin-bottom: 0px;
    }

    .section-title-02 .title {
        margin-bottom: 0px;
    }

    .section-title-02 p {
        margin-top: 20px;
        margin-bottom: 0px;
    }

.list-style li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .list-style li i {
        margin-top: 3px;
    }

.list-style-2 li {
    margin-bottom: 5px;
}
/***************************** Section Title *****************************/
/***************************** Toggle Menu *****************************/

#nav-icon4 {
    width: 28px;
    height: 28px;
    margin-top: 14px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    right: 20px;
}

    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #ff8a00;
        border-radius: 9px;
        opacity: 1;
        right: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon4 span:nth-child(1) {
            top: 11px;
            -webkit-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon4 span:nth-child(2) {
            top: 21px;
            -webkit-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon4 span:nth-child(3) {
            top: 31px;
            -webkit-transform-origin: left center;
            transform-origin: left center;
        }

    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 12px;
        left: 0px;
    }

    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 32px;
        left: 0px;
    }
/***************************** End Toggle Menu *****************************/

/***************************** Breadcrumb *****************************/

.breadcrumb {
    padding-left: 0;
    background: transparent;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.breadcrumb .breadcrumb-item a {
    color: #969696;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #ff8a00;
}

.breadcrumb .breadcrumb-item svg {
    width: 12px;
    height: 12px;
}

.breadcrumb .breadcrumb-item:before {
    display: none;
}

.breadcrumb .active span {
    color: #ff8a00;
}
/***************************** End Breadcrumb *****************************/



/***************************** Nav Tab *****************************/
.nav-tabs {
    border: none;
}

    .nav-tabs .nav-item {
        margin-bottom: 0;
    }

        .nav-tabs .nav-item .nav-link {
            background: #FFF;
            border: none;
            color: #001935;
            padding: 10px 25px;
            border-radius: 50px;
            margin-right: 18px;
            font-weight: 600;
        }

            .nav-tabs .nav-item .nav-link.active {
                background: #ff8a00;
                border: none;
                color: #ffffff;
            }

        .nav-tabs .nav-item:last-child .nav-link {
            margin-right: 0px;
        }

    /* nav-tabs-02 */
    .nav-tabs.nav-tabs-02 .nav-item .nav-link {
        background: transparent;
        color: #000000d6;
        border-radius: 0px;
        padding: 12px 14px 16px;
        border-bottom: 3px solid transparent;
        margin: 0px 17px;
        cursor:pointer;
    }

        .nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
            background: transparent;
            color: #0a66c2;
            border-radius: 0px;
            border-bottom: 3px solid #0a66c2;
        }

    /* nav-tabs-03 */
    .nav-tabs.nav-tabs-03 li {
        position: relative;
    }

        .nav-tabs.nav-tabs-03 li i {
            border: none;
        }

        .nav-tabs.nav-tabs-03 li:last-child:after {
            border: none;
        }

.fomactivestep:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 25%;
    width: 100%;
    background-color: orange;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    padding: 6px;
    background-size: 1rem 1rem;
    animation: progress-bar-stripes 1s linear infinite;
}

.multistepform:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 25%;
    width: 100%;
    background-color: #D3D3D3;
    padding: 6px;
    background-size: 1rem 1rem;
}

@keyframes border-dance {
    0% {
        background-position: 1rem 0;
    }

    100% {
        background-position: 0 0;
    }
}

.nav-tabs.nav-tabs-03 .feature-info-icon {
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 45px;
    margin: 0 auto;
    font-size: 23px;
    border: 1px solid #dfdfdf;
    position: relative;
    z-index: 99;
}

    .nav-tabs.nav-tabs-03 .feature-info-icon.active {
        background: #ff8a00;
        border-radius: 50%;
        text-align: center;
        height: 70px;
        width: 70px;
        line-height: 70px;
        color: #ffffff;
        font-size: 30px;
        margin: 0 auto;
        border: 1px solid #ff8a00;
    }

.nav-tabs.nav-tabs-03 .nav-item span {
    font-weight: 600;
    color: #626262;
}

.nav-tabs.nav-tabs-03 .nav-item.active span {
    color: #ff8a00;
}

.nav-tabs.nav-tabs-03 .nav-item.active .feature-info-icon {
    background: #ff8a00;
    color: #ffffff;
    border-color: #ff8a00;
}

/* nav tabs border */
.nav-tabs.nav-tabs-border .nav-item {
    margin-bottom: 10px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

    .nav-tabs.nav-tabs-border .nav-item .nav-link {
        background: transparent;
        padding: 20px 16px;
        border: 2px solid #eeeeee;
        border-radius: 3px;
        border-color: #000000;
        margin-right: 20px;
    }

        .nav-tabs.nav-tabs-border .nav-item .nav-link:last-child {
            margin-right: 0px;
        }

        .nav-tabs.nav-tabs-border .nav-item .nav-link p {
            font-size: 13px;
        }

        .nav-tabs.nav-tabs-border .nav-item .nav-link.active {
            border-color: #ff8a00;
            color: #ff8a00;
            -webkit-transition: all 0.01s ease-in-out;
            transition: all 0.01s ease-in-out;
        }

            .nav-tabs.nav-tabs-border .nav-item .nav-link.active .tab-icon {
                color: #ff8a00;
            }

            .nav-tabs.nav-tabs-border .nav-item .nav-link.active h6 {
                color: #ff8a00;
            }

            .nav-tabs.nav-tabs-border .nav-item .nav-link.active p {
                color: #ff8a00;
            }

.nav-tabs.nav-tabs-border .tab-icon {
    font-size: 35px;
    line-height: 35px;
    font-weight: normal;
}
/***************************** End Nav Tab *****************************/

/***************************** Category *****************************/

/* Category style */
.category-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 17.67%;
    max-width: 20%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #f6f6f6;
    padding: 40px 0px;
    color: #969696;
}

    .category-item:hover {
        -webkit-box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
        box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
    }

    .category-item:nth-child(4n+0) {
        border-right: 0;
    }

    .category-item:nth-child(1n+5) {
        border-top: 1px solid #f6f6f6;
    }

.category-icon {
    width: auto;
    height: auto;
    display: inline-block;
}

    .category-icon i {
        font-size: 50px;
        line-height: 50px;
        color: #ff8a00;
    }

/* category-style-03 */
.category-style-03 .category-item {
    padding: 40px 20px;
}

    .category-style-03 .category-item .category-icon {
        width: 100px;
        height: 100px;
        text-align: center;
        background: #ffffff;
        line-height: 100px;
        border-radius: 100%;
        border: 1px solid #eeeeee;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .category-style-03 .category-item .category-icon i {
            font-size: 40px;
            line-height: inherit;
            color: #ff8a00;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .category-style-03 .category-item:hover .category-icon {
        -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1) !important;
        box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1) !important;
        border: 1px solid #ff8a00;
        background: #ff8a00;
    }

        .category-style-03 .category-item:hover .category-icon i {
            color: #ffffff;
        }
/***************************** End Category *****************************/

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}



/***************************** Listing *****************************/
/* Job List */

.job-list {
    padding: 12px 12px;
    position: relative;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 3px rgba(52,58,64,.06);
    border-radius: 3px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

.job-details .job-list {
    background-color: transparent;
    border: none !important;
    box-shadow: none;
}

    .job-details .job-list:hover {
        box-shadow: none;
    }

.job-details .job-list-details ul li {
    font-size: 14px;
    color: #7A7A7A;
}

.job-details .job-list .job-list-logo {
    background-color: aqua;
    margin-right: 20px;
    width: 100px;
    max-width: 200px;
    max-height: 150px;
    border: none !important;
    overflow: hidden !important;
    flex: auto !important;
}

.job-details .job-list img {
    max-width: 200px;
    max-height: 100px;
    vertical-align: top !important;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.job-details .job-list .job-list-favourite-time {
    margin-left: auto;
    text-align: right;
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 218px;
}

.job-details .job-list-favourite-time p {
    color: #202124;
    font-size: 14px;
}

.job-details .job-list-favourite-time span {
    display: inline-block;
    margin: 0 auto;
    color: red;
    font-weight: bold;
}


.job-list:hover {
    -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
    box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
    position: relative;
    z-index: 9;
}

    .job-list:hover a.job-list-favourite {
        color: #e74c3c;
        -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
        box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
    }

.job-list-logo{
    width: 80px;
    height: 60px;
    aspect-ratio: 3/2;
    object-fit: contain;
    padding: 5px;
    border: 1px solid #eeeeee;
    margin-right:15px;
}

.job-list-title {
    margin-bottom: 5px;
}

    .job-list-title h5 {
        font-size: 17px;
        color: #212884;
    }

.job-list .job-list-details {
    overflow: hidden;
}

.job-list .job-list-details h5 {
}

.job-list-details ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.job-list-details ul li {
    margin: 5px 10px 5px 0px;
    color: #474d6a;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-list-details ul li.freelance a {
    color: #53b427;
}

.job-list-details ul li.temporary a {
    color: #e74c3c;
}

.job-list-details ul li.full-time a {
    color: #186fc9;
}

.job-list-details ul li.part-time a {
    color: #ffc107;
}

.job-list .job-list-favourite-time {
    margin-left: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    height: 100%;
    flex: 0 0 25px;
    display:flex;
}

.job-list .job-list-favourite-time span {
    display: inline-block;
    margin: 0;
    -ms-flex-item-align: center;
    align-self: center;
}

.job-list .job-list-favourite-time a {
    margin-bottom: 0;
    margin-left: auto;
}

.job-list .job-list-favourite-time svg{
    position:absolute;
    fill:#969696;
    cursor: move;

}

.job-list-favourite-time .job-list-favourite {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #E7E7E7;
    border-radius: 100%;
    text-align: center;
    margin-bottom: -10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    color: #969696;
}

.job-list-favourite-time .job-list-favourite:hover {
    background: #ffffff;
    color: #e74c3c;
}

.job-list-favourite-time span {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: darkblue;
    background-color: #fff;
    padding: 0px 3px;
}


/* job-list hovering */
.job-list.hovering {
    -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
    box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
    position: relative;
    z-index: 9;
}

    .job-list.hovering .job-list-favourite-time .job-list-favourite {
        background: #ffffff;
        color: #e74c3c;
        -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
        box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
    }

.job-list-option svg {
    margin-top: -2px;
    height: 16px;
    width: 16px;
}

/* Job Filter */
.job-filter-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.job-filter-tag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.job-filter-tag ul li{
    display: block;
}

.job-filter-tag ul li a {
    margin-left: 3px;
    background: rgba(255, 138, 0, 0.1);
    color: #ff8a00;
    font-weight: 600;
    padding: 2px 8px;
    font-size: 13px;
    cursor:pointer;
    box-shadow:0px 1px 1px #bcbfda;
}

.job-filter-tag ul li a.filter::after {
    content: "\00D7";
    font-family: Arial, sans-serif;
    line-height:0;
    font-weight: 600;
    border-radius: 100%;
    padding:0px 3px;
    font-size: 11px;
    margin-left:3px;
    background-color:#ff8a00;
    color:#fff;
}
.job-filter-tag ul li a.filter:hover::after {
    background-color: #FFF3E5;
    color: #ff8a00;
}
.job-filter-tag ul li a.filter-clear::after {
    content: "\2B6E";
    font-family: Arial, sans-serif;
    line-height: 0;
    font-weight: 600;
    border-radius: 100%;
    font-size: 12px;
    margin-left: 3px;
    display: inline-block;
    transform: rotate(90deg)
}

.job-filter-tag ul li a:hover {
    background: #ff8a00;
    color: #ffffff;
}

.job-filter-tag ul li .filter-clear {
    background: rgba(0, 25, 53, 0.1);
    color: #001935;
}

.job-filter-tag ul li .filter-clear:hover {
    background: #001935;
    color: #ffffff;
}

/***************************** End Listing *****************************/
/***************************** Job Description *****************************/
.jdbanner {
    padding: 30px 0px;
    background-color: #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.jd-job {
    padding: 12px 12px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

.jd-job .jd-job-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jd-job-title h1{
    font-size:18px;
    margin-bottom: 10px;
}

.jd-job-option p{
    line-height:1.1rem;
    margin:0px;
    font-size:13px;
}

.jd-job-details ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.jd-job-details ul li {
    font-size: 14px;
    margin: 5px 10px 5px 0px;
    color: #474d6a;
}

.jd-job .jd-job-favourite-time {
    margin-left: auto;
    text-align: right;
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 218px;
}

.jd-job .jd-job-favourite-time p {
    color: #202124;
    font-size: 14px;
}

.jd-job .jd-job-favourite-time span {
    display: inline-block;
    margin: 0 auto;
    color: red;
    font-weight: bold;
}

/***************************** Job Description End *****************************/

/***************************** Candidate List *****************************/
/* Candidate List */

/* Candidate List */
.candidate-list {
    padding: 30px 20px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #E6E6E6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .candidate-list:hover {
        -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 25, 53, 0.14);
        box-shadow: 0px 0px 10px 2px rgba(0, 25, 53, 0.14);
        position: relative;
        z-index: 99;
    }

        .candidate-list:hover a.candidate-list-favourite {
            color: #e74c3c;
            -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
            box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
        }

.personal {
    display: flex;
    width: 30%;
}

.personal, .education, .experience h6 {
    font-size: 13px;
}

.personal, .education, .experience p {
    font-size: 14px;
}

.education {
    width: 25%;
}

.experience {
    width: 30%;
}

.btnb {
    border: .1rem solid rgba(25, 103, 210, 0.4);
    background: #1650e2;
    color: #1967D2;
    cursor: pointer;
    padding: 2px 5px;
    display: inline-block;
    width: 100%;
}

.candidate-list-details .candidate-list-info:not(:last-child) {
    margin-bottom: 15px;
}

.candidate-list .candidate-list-image {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    border-radius: 100%;
    border: none;
}

    .candidate-list .candidate-list-image img {
        margin: 0 auto;
        width: 100%;
    }

.candidate-list-title {
    margin-bottom: 5px;
}

.candidate-list-details ul {
    margin-bottom: 0px;
}

    .candidate-list-details ul li {
        margin: 5px 10px 5px 0px;
        font-size: 13px;
    }

.candidate-list .candidate-list-favourite-time {
    margin-left: auto;
    text-align: center;
    font-size: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}

    .candidate-list .candidate-list-favourite-time .candidate-list-favourite {
        display: flex;
        justify-content: space-between !important;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-bottom: 20px;
        font-size: 16px;
        color: #969696;
    }

    .candidate-list .candidate-list-favourite-time span {
        display: block;
        margin: 0 auto;
    }

    .candidate-list .candidate-list-favourite-time .candidate-list-favourite:hover {
        background: #ffffff;
        color: #e74c3c;
    }

.candidate-banner .candidate-list:hover {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    z-index: inherit;
}

.btn-light-secondary {
    background: #1650e2;
    color: #fff;
    border-color: #1650e2;
}

.btn-light-secondary-outline {
    background: #fff;
    color: #1650e2;
    border-color: #1650e2;
}

.btn-light-secondary-outline svg {
    stroke:#1650e2;
    stroke-width:2px;
}

.btn-light-secondary:hover {
    background: #1650e2;
    color: #fff;
    border-color: #1650e2
}

.btn-light-secondary-outline:focus,
.btn-light-secondary-outline:active,
.btn-light-secondary-outline:hover{
    background: #1650e2;
    color: #fff;
    border-color: #1650e2;
}

.btn-light-secondary-outline:hover svg {
    stroke: #fff;
    stroke-width:2px;
}

.btn-light-secondary:focus,
.btn-light-secondary:active,
.btn-light-secondary.dropdown-toggle.show {
    background: #1650e2;
    color: #fff;
    border-color: #1650e2;
}

.candidate-list-favourite .dropdown-menu.show {
    width: 100%;
}

.candidate-list-favourite .dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
}

.candidate-list-favourite .dropdown-menu {
    animation: .3s ease-in-out 0s normal forwards .3s fadein;
    font-size:14px;
}

.candidate-list-favourite .dropdown-menu {
    box-shadow: 0 4px 24px 0 rgba(62, 57, 107, .18);
    border: none;
    padding: 8px;
}
.candidate-list-favourite .dropdown-item {
    cursor:pointer;
}
.candidate-list-favourite .dropdown-item:hover {
    background-color: #E9ECEF;
}

.candidate-list-favourite .dropdown-menu > li > a:hover:before {
    content: none;
}

.feather {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 100%;
    background-color: #e1d8f1;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 0px 8px 8px 0px;
}

.applicationfilter .header-search .form-control {
    padding: .813rem 3.3rem;
    background-color: #fff;
    border-radius: 8px;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.applicationfilter .header-search .btn-search {
    position: absolute;
    top: 6px;
    left: 9px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
}

.applicationfilter .header-search {
    position: relative;
}



.applicationfilter .header-search .btn-search svg {
    stroke:#fff;
    stroke-width:2px;
}

.filterbtns {
    height: 300px;
    overflow-y: scroll;
    width: 30%;
}

.filtertabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #fffaf5;
    border-left: 2px solid #ff7900;
    color: rgb(255, 121, 0);
}

.filtertabs .nav-pills .nav-link {
    text-align: left;
    background: #fafafa;
    width: 100%;
    padding: 10px 24px;
    border-radius: 0px;
    color: #001935;
    border-left: 2px solid #fafafa;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.filtersDashed {
    width: 100%;
    border-bottom: 1px dashed #e8e8e8;
    margin: 7px auto;
}
.listing_filter {
    gap: 8px 12px;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
    .listing_filter li {
        cursor: pointer;
    }

    .listing_filter .selected-bubble {
        background-color: #e1d8f1;
        color: #673ab7;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 0;
    }

        .listing_filter .selected-bubble::after {
            content: "\2716";
            font-family: Arial, sans-serif;
            color: #fff !important;
            background-color: #673ab7;
            border-radius: 100%;
            line-height: 0;
            font-size: 7px;
            padding: 6px 3px;
            margin-left: 4px;
        }
.clear-all-btn {
    color: #673ab7;
}

.popular-tag {
}

    .popular-tag ul li {
        display: inline-block;
        margin-bottom: 4px;
    }

    .popular-tag ul li {
        padding: 5px 10px;
        border: 1px solid #eeeeee;
    }

.candidate-detail:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}

/* Candidate Grid */
.candidate-list.candidate-grid {
    padding-top: 40px;
    padding-bottom: 0px;
    border-radius: 3px;
    display: block;
}

.candidate-grid .candidate-list-image {
    width: 120px !important;
    height: 120px !important;
    display: block;
    margin: 0px auto 30px auto;
}

.candidate-grid .candidate-list-details {
    text-align: center;
}

    .candidate-grid .candidate-list-details ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .candidate-grid .candidate-list-details ul li {
            margin-bottom: 10px;
        }

.candidate-grid .candidate-list-favourite-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
    padding: 10px 0;
}

    .candidate-grid .candidate-list-favourite-time a {
        margin-bottom: 0;
        margin-left: auto;
    }

    .candidate-grid .candidate-list-favourite-time span {
        display: inline-block;
        margin: 0;
        -ms-flex-item-align: center;
        align-self: center;
    }

.candidate-list.candidate-grid .candidate-list-favourite-time .candidate-list-favourite {
    margin-bottom: 0px;
}

/* Jobber Candidate */
.jobber-candidate-timeline {
    position: relative;
}

    .jobber-candidate-timeline:before {
        content: '';
        position: absolute;
        left: 20px;
        width: 2px;
        top: 5px;
        bottom: 5px;
        height: calc(100% - 5px);
        background-color: #eeeeee;
    }

    .jobber-candidate-timeline .jobber-timeline-item {
        display: table;
        position: relative;
        margin-bottom: 20px;
        width: 100%;
    }

        .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle {
            border-radius: 50%;
            border: 12px solid white;
            z-index: 1;
            top: 5px;
            left: 9px;
            position: absolute;
        }

            .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
                content: '';
                position: absolute;
                left: 12px;
                width: 20px;
                top: -1px;
                bottom: 5px;
                height: 2px;
                background-color: #eeeeee;
            }

            .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle > i {
                font-size: 15px;
                top: -8px;
                left: -7px;
                position: absolute;
                color: #ff8a00;
            }

        .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
            display: table-cell;
            vertical-align: top;
            padding: 5px 0 0 70px;
        }

            .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info h6 {
                color: #ff8a00;
                margin: 5px 0 0px;
            }

            .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info span {
                color: #001935;
                font-size: 13px;
                font-weight: 500;
            }

    .jobber-candidate-timeline span.jobber-timeline-time {
        color: #969696 !important;
    }

    .jobber-candidate-timeline .jobber-timeline-icon {
        border: 2px solid #eeeeee;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        line-height: 42px;
        text-align: center;
        background: #ffffff;
        position: relative;
        margin-bottom: 20px;
    }

    .jobber-candidate-timeline .jobber-timeline-icon i {
        font-size: 16px;
        color: #001935;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
}

/* Candidate Grid */
.candidate-grid {
    padding-top: 40px;
        padding-bottom: 0px;
        border: 1px solid #eeeeee;
        border-radius: 3px;
        padding: 30px 20px;
        background: #fff;
        border-bottom: 1px solid #eeeeee;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
.candidate-grid .candidate-list-image {
    margin-bottom: 30px;
    text-align: center;
}
    .candidate-grid .candidate-list-image img {
        width: 120px !important;
        height: 120px !important;
        border-radius: 100%;
        width: auto;
        border: 1.5px solid #ff8a00;
    }

    

    .candidate-grid .candidate-list-details {
        text-align: center;
    }

        .candidate-grid .candidate-list-details ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .candidate-grid .candidate-list-details ul li {
                margin-bottom: 10px;
            }

    .candidate-grid .candidate-list-favourite-time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #eeeeee;
        margin-top: 10px;
        padding: 10px 0;
    }

        .candidate-grid .candidate-list-favourite-time a {
            margin-bottom: 0;
            margin-left: auto;
        }

        .candidate-grid .candidate-list-favourite-time span {
            display: inline-block;
            margin: 0;
            -ms-flex-item-align: center;
            align-self: center;
        }

    .candidate-list.candidate-grid .candidate-list-favourite-time .candidate-list-favourite {
        margin-bottom: 0px;
    }


/***************************** End Candidate List *****************************/
/***************************** Authentication *****************************/
.auth-main {
    position: relative;
    background-color: #eef2f6;
}

    .auth-main .auth-wrapper.v1 {
        display: flex;
        align-items: center;
    }

    .auth-main .auth-wrapper {
        height: 100%;
        width: 100%;
        min-height: 100vh;
    }

        .auth-main .auth-wrapper.v1 .auth-form {
            min-height: 100vh;
            padding: 24px;
        }

        .auth-main .auth-wrapper .auth-form {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-grow: 1;
        }

            .auth-main .auth-wrapper .auth-form .card {
                width: 100%;
                max-width: 480px;
                box-shadow: none;
            }



        .auth-main .auth-wrapper.v1 .auth-sidecontent {
            background-color:#fff;
            width: 500px;
            align-self: stretch;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            box-sizing:border-box;
        }


        .auth-main .auth-wrapper.v1 .auth-sidecontent::after {
            content: "";
            background-image: url(../Content/images/auth2-login.svg);
            background-repeat: no-repeat;
            background-position: bottom;
            z-index: 1;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: .1;
        }

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background-color: transparent !important;
}

.required::after {
    content: " *";
    font-weight: bold;
    color: red;
}

/***************************** End Authentication *****************************/
/***************************** Employers List *****************************/

/* Employer */
.employers-list {
    padding: 20px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    margin-bottom:10px;
}

    .employers-list:hover {
        -webkit-box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
        box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
        position: relative;
        z-index: 99;
    }

    .employers-list .employers-list-logo {
        margin-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        border: 1px solid #eeeeee;
        height: 70px;
        text-align: center;
        padding: 15px;
        display: inline-block;
        position: relative;
        text-align: center;
    }

    .employers-list .employers-list-logo img {
        max-width: 95%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


.employers-list-title {
    margin-bottom: 5px;
}

.employers-list-details {
    -ms-flex-item-align: center;
    align-self: center;
}

    .employers-list-details ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

        .employers-list-details ul li {
            margin: 5px 10px 5px 0px;
            font-size: 13px;
        }

            .employers-list-details ul li:last-child {
                margin-right: 0;
            }

.employers-list .employers-list-position {
    margin-left: auto;
    -ms-flex-item-align: center;
    align-self: center;
}

.employers-list-position .btn-dark:hover {
    background: #ff8a00;
    border-color: #ff8a00;
}


/* Employer Grid */
.employers-grid {
    padding: 20px;
    border-radius: 0px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.employers-grid-logo {
    padding:5px;
    text-align: center;
    max-width: 100%;
    height: 60px !important;
    border: 1px solid #eeeeee;
    margin-bottom:15px;
}

.employers-grid-logo img{
    max-height: 100%;
}

.employers-grid-info {
    height: 100%;
}

.employers-grid:hover {
    -webkit-box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
    box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
    position: relative;
    z-index: 99;
}

.bg-light .employers-grid {
    background: #ffffff;
}

.employers-grid-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 0;
    margin: 0;
    text-align: center;
}

.employers-grid-position a {
        margin: 0 auto;
    }



.employers-grid-details {
    text-align: center;
}

.employers-grid-details h5{
    font-size:15px;
}

.employers-list-title h6{
    font-size: 12px;
}


.employers-grid-details ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.employers-grid-details ul li {
            margin-bottom: 10px;
        }

/***************************** End Employers List *****************************/


/*****************************
  Dashboard
*****************************/
.user-dashboard-sidebar .jobber-user-info {
    border: 2px solid #eeeeee;
    padding: 20px;
    text-align: center;
}

.jobber-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: bo;
      -ms-flex-align: center;
          align-items:; }*/
}

    .jobber-user-info .profile-avatar {
        position: relative;
        height: 100px;
        width: 90px;
    }

        .jobber-user-info .profile-avatar .img-fluid {
            width: 100% !important;
            height: 100% !important;
        }

        .jobber-user-info .profile-avatar i {
            font-size: 16px;
            color: #ff8a00;
            position: absolute;
            background: #ffffff;
            border-radius: 100%;
            cursor: pointer;
            height: 30px;
            width: 30px;
            line-height: 30px;
            text-align: center;
            bottom: 20px;
            right: -5px;
        }

.upload-file .custom-file {
    width: 160px;
    height: 35px;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .upload-file .custom-file .custom-file-label {
        background: #ff8a00;
        padding: 0;
        color: #ffffff;
        height: 35px;
        font-weight: 400;
        line-height: 35px;
        text-align: center;
    }

        .upload-file .custom-file .custom-file-label:after {
            display: none;
        }

.custom-file .custom-file-input {
    height: 35px;
}

/* user dashboard nav */
.user-dashboard-nav {
    border: 2px solid #eeeeee;
    padding: 2px;
    margin-top: 30px;
}

    .user-dashboard-nav ul li {
        margin-bottom: 2px;
        background: #ff8a00;
    }

        .user-dashboard-nav ul li:last-child {
            margin-bottom: 0px;
        }

        .user-dashboard-nav ul li a {
            color: #001935;
            padding: 15px 20px;
            background: #f6f6f6;
            display: block;
        }

            .user-dashboard-nav ul li a:hover {
                color: #ff8a00;
            }

        .user-dashboard-nav ul li.active a {
            color: #ff8a00;
        }

/* user dashboard info box */

.searchclient {
    position: relative;
}

.searchclient svg {
    width:50px;
    height:50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ff8a00;
    color: #ffffff;
    padding: 15px;
    cursor: pointer;
    border-radius: 0 3px 3px 0px;
}
    .searchclient input {
        padding-right: 65px;
        border-radius: 3px;
        height: 50px;
        background-color: #ffffff;
        border: 1px solid #ffffff;
    }



.user-dashboard-info-box {
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 0.875rem 0 rgba(33,37,41,.05);
}

.cover-photo-contact .cover-photo {
    position: relative;
    display: none
}

    .cover-photo-contact .cover-photo i {
        top: 1px;
        right: 1px;
        font-size: 24px;
        color: blue;
        position: absolute;
        background: #ffffff;
        border-radius: 100%;
        cursor: pointer;
    }



.user-dashboard-table th p {
    color: #969696;
}

.user-dashboard-table tr td {
    color: var(--bs-table-striped-color);
    vertical-align: top;
}

.user-dashboard-table td li {
    margin: 0 4px;
}

    .user-dashboard-table td li a.text-info {
        color: #186fc9;
    }

    .user-dashboard-table td li a:hover {
        color: #ff8a00;
    }

    .user-dashboard-table td li a.text-primary:hover {
        color: #001935 !important;
    }

.user-dashboard-info-box .pricing-plan.active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* dashboard */
.user-dashboard-info-box .feature-info.bg-primary .feature-info-icon {
    border: none;
    background: #ffa133;
    color: #ffffff;
}

.user-dashboard-info-box .feature-info.bg-dark .feature-info-icon {
    background: #002349;
    border: none;
}

.user-dashboard-info-box .feature-info.bg-light .feature-info-icon {
    background: #ffffff;
    border: none;
}

/*Form Wizard*/
.wizard {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.wizard ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wizard > .steps > ul > li {
    float: left;
    text-align: center;
}

.wizard ul > li {
    display: inline-flex;
    padding: 0;
}

.wizard li:not(:last-child)::after {
    content: "\203A";
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 10px 6px;
    color: rgba(0, 0, 0, 0.4);
    font-size:20px;
}

.wizard > .steps a {
    color: #565564;
    display: block;
    width: auto;
    margin: 0.5em 0.5em 0.5em;
    padding: 8px 20px;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    border: .1rem solid rgba(0, 0, 0, 0.13);
}

.wizard > .steps a i {
    display: none;
}

.wizard > .steps .active a {
    background: rgba(23, 199, 0, 0.07);
    border-color: rgba(23, 199, 0, 0.17);
    color: rgba(43, 116, 33, 0.99);
}

.wizard > .steps .current a {
    border: .1rem solid #1967D2;
    background: rgba(25, 103, 210, 0.07);
    color: #1967D2;
    cursor: default;
}

.wizard > .steps .done a i {
    display: inline;
    font-size: .9rem;
}

.wizard > .steps .disabled a {
    cursor: default;
    pointer-events: none;
}


/*Jobseeker Profile css*/
.circle-wrap {
    width: 110px;
    height: 110px;
    background: none;
    border-radius: 50%;
    border: 1px solid #cdcbd0;
    background-color:#fff;
}


    .circle-wrap .circle .mask,
    .circle-wrap .circle .fill {
        width: 110px;
        height: 110px;
        position: absolute;
        border-radius: 50%;
    }

    .circle-wrap .circle .mask {
        clip: rect(0px, 110px, 110px, 55px);
    }

    .circle-wrap .inside-circle {
        width: 94px;
        height: 94px;
        border-radius: 50%;
        background: #d2eaf1;
        line-height: 100px;
        text-align: center;
        color: #1e51dc;
        position: absolute;
        z-index: 100;
        font-weight: 700;
        font-size: 2em;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 8px;
    }

        .circle-wrap .inside-circle img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
        }


/* 3rd progress bar */
.mask .fill {
    clip: rect(0px, 55px, 110px, 0px);
    background-color: #0a66c2;
}

.mask.full,
.circle .fill {
    animation: fill ease-in-out 1s;
    transform: rotate(var(--percentage));
}

@keyframes fill {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(var(--percentage));
    }
}

.circle-wrap .profile-perc {
    position: absolute;
    padding: 5px 8px;
    z-index: 100;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #f7f7f9;
    color: #0a66c2;
    font-size: 10px;
    font-weight: bold;
}


/*****************************
	Home Page Easiest Way to Use Styling
*****************************/
/* bg-holder-pattern */
.bg-holder-pattern {
    background-repeat: no-repeat;
    background-position: 100% 15%;
}

/*****************************
    Feature Box
*****************************/
.feature-info {
    padding: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    background: #fff;
}

    .feature-info a {
        text-decoration: underline;
        font-weight: 600;
    }

        .feature-info a i {
            padding-left: 10px;
        }

    .feature-info:hover {
        background: #ff8a00;
    }

    .feature-info .feature-info-icon {
        font-size: 56px;
        line-height: 56px;
        display: inline-block;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #ff8a00;
    }

    .feature-info:hover .feature-info-icon {
        color: #ffffff;
    }

    .feature-info .feature-info-content h5 {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .feature-info .feature-info-content p {
        margin-bottom: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .feature-info:hover .feature-info-content {
        color: #ffffff;
    }

        .feature-info:hover .feature-info-content span {
            color: #ffffff;
        }

        .feature-info:hover .feature-info-content h5 {
            color: #ffffff;
        }

    .feature-info.bg-primary a {
        color: #001935;
    }

        .feature-info.bg-primary a:hover {
            color: #ffffff;
        }

    .feature-info.bg-dark a {
        color: #ff8a00;
    }

        .feature-info.bg-dark a:hover {
            color: #ffffff;
        }

.feature-info-border {
    border: 1px solid #f6f6f6;
}

    .feature-info-border .feature-info-icon {
        background-color: #E6E6E6;
        border: 1px solid #f6f6f6;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 30px;
    }

    .feature-info-border:hover .feature-info-icon {
        border: 1px solid #ffffff;
        background: #ffffff;
        color: #ff8a00;
    }

.feature-info-02,
.feature-info-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-info-03 .feature-info-image {
    padding: 100px 0;
}

.bg-overlay-gradient-03 {
    position: relative;
}

    .bg-overlay-gradient-03:before {
        z-index: 0;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white)), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
        top: auto;
        height: 100%;
        -webkit-transition: all .35s;
        transition: all .35s;
    }

.feature-step {
    padding: 0;
}

    .feature-step:hover {
        background: none;
    }

    .feature-step .feature-info-icon {
        width: 150px;
        height: 150px;
        line-height: 150px;
        border-radius: 50%;
        font-size: 40px;
        display: inline-block;
        margin-bottom: 15px;
        background: #fef8f5;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #000000;
    }

        .feature-step .feature-info-icon:before {
            content: inherit;
        }

    .feature-step:hover .feature-info-icon {
        color: #ff8a00;
    }

    .feature-step .feature-info-content {
        padding: 10px 20px;
    }

    .feature-step:hover .feature-info-content h5 {
        color: #000000;
    }

    .feature-step:hover .feature-info-content p {
        color: #969696;
    }

.step-number {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
    color: #ff8a00;
    position: relative;
}

    .step-number span:after {
        content: "";
        border-top: 3px dotted rgba(238, 238, 238, 0.2);
        width: 92%;
        position: absolute;
        height: 20px;
        top: 12px;
        left: 59%;
    }

.row > [class*='col-']:last-child .step-number span:after {
    content: none;
}

.feature-step-01 .feature-info-icon {
    background: none;
    border-radius: 0;
    position: relative;
    line-height: inherit;
}

    .feature-step-01 .feature-info-icon img {
        border-radius: 50%;
    }

    .feature-step-01 .feature-info-icon:before {
        content: "";
        background: #001935;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        position: absolute;
        left: 0px;
        top: 0px;
        border-radius: 50%;
    }

    .feature-step-01 .feature-info-icon:after {
        font-family: Flaticon;
        font-size: 40px;
        font-weight: normal;
        position: absolute;
        left: 50%;
        top: 50%;
        padding-left: 1px;
        color: #ffffff;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .feature-step-01 .feature-info-icon.step-01:after {
        content: "\f134";
    }

    .feature-step-01 .feature-info-icon.step-02:after {
        content: "\f154";
    }

    .feature-step-01 .feature-info-icon.step-03:after {
        content: "\f12f";
    }

.feature-step:hover .feature-info-icon:after {
    opacity: 1;
}

.feature-info-section {
    position: relative;
    z-index: 9;
}

.feature-info-content label {
    font-size: 13px;
}

.feature-content {
    padding: 70px 50px;
}

.info-box-1 a:hover {
    color: #e07900;
}

.feature-info-rounded {
    padding: 0;
}

    .feature-info-rounded:hover {
        background: inherit;
    }

    .feature-info-rounded .feature-info-icon {
        border: none;
        border-radius: 100%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background: #ffa133;
        color: #ffffff;
        text-align: center;
        display: inline-block;
        margin-bottom: 20px;
    }

        .feature-info-rounded .feature-info-icon i {
            font-size: 36px;
            line-height: inherit;
        }

    .feature-info-rounded .feature-info-content .title {
        color: #ffa133;
    }

    .feature-info-rounded.text-start {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .feature-info-rounded.text-start .feature-info-icon {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
            flex: 0 0 80px;
            margin-bottom: 0;
        }

.bg-light .feature-info {
    background: #ffffff;
}

    .bg-light .feature-info:hover {
        background: #ff8a00;
    }


/*****************************
  Sidebar
*****************************/
.sidebar .widget {
    padding-bottom: 30px;
}

    .sidebar .widget:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

.sidebar hr {
    margin-bottom: 30px;
    margin-top: 0;
    border-top-color: #eeeeee;
    opacity: 1;
}

.sidebar .search {
    position: relative;
}

    .sidebar .search i {
        position: absolute;
        color: #ff8a00;
        cursor: pointer;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .sidebar .search .form-control {
        font-weight: 400;
        padding-right: 40px;
        height: 50px;
        padding-left: 15px;
    }

.sidebar .locations {
    position: relative;
}

    .sidebar .locations i {
        position: absolute;
        color: #ff8a00;
        cursor: pointer;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .sidebar .locations .form-control {
        font-weight: 400;
        padding-right: 40px;
        height: 50px;
        padding-left: 15px;
    }

/* Widget */
.widget .widget-title {
    margin-bottom: 20px;
}

    .widget .widget-title h6 {
        margin-bottom: 0;
    }

    .widget .widget-title a {
        color: #001935;
    }

.widget .widget-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

/* similar-jobs-item */
.similar-jobs-item .job-list {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 15px;
}

    .similar-jobs-item .job-list:last-child {
        margin-bottom: 0;
    }

    .similar-jobs-item .job-list:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/* checkbox */
.widget .widget-content {
    margin-top: 10px;
}

    .widget .widget-content .form-check {
        margin-bottom: 8px;
    }

        .widget .widget-content .form-check:last-child {
            margin-bottom: 0px;
        }

.widget .form-check.fulltime-job .form-check-input {
    background-color: #186fc9;
    border-color: #186fc9;
}

.widget .form-check.parttime-job .form-check-input {
    background-color: #ffc107;
    border-color: #ffc107;
}

.widget .form-check.freelance-job .form-check-input {
    background-color: #53b427;
    border-color: #53b427;
}

.widget .form-check.temporary-job .form-check-input {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.widget ul {
    margin: 0;
}

    .widget ul li a:hover {
        color: #ff8a00;
    }

.widget .company-detail-meta ul {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .widget .company-detail-meta ul li {
        margin-right: 15px;
        display: inline-block;
    }

        .widget .company-detail-meta ul li a {
            color: #969696;
            font-weight: 600;
            font-size: 12px;
        }

.widget .company-detail-meta .share-box li {
    margin-right: 0;
    display: inline-block;
    float: left;
}

.widget .company-detail-meta ul li.linkedin a {
    padding: 15px 20px;
    border: 2px solid #eeeeee;
    border-radius: 3px;
    display: inline-block;
}

    .widget .company-detail-meta ul li.linkedin a i {
        color: #06cdff;
    }

.widget .company-address ul li {
    margin-bottom: 10px;
}

    .widget .company-address ul li:last-child {
        margin-bottom: 0;
    }

    .widget .company-address ul li a {
        color: #969696;
    }

.widget .widget-box {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 20px 15px;
}

.widget .similar-jobs-item .job-list.jobber-list {
    padding: 15px 10px;
    border: 0;
    margin-bottom: 10px;
}

.widget .similar-jobs-item .job-list-details {
    -ms-flex-item-align: center;
    align-self: center;
}

.widget .similar-jobs-item .job-list.jobber-list .job-list-company-name {
    color: #ff8a00;
}

.widget .docs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #eeeeee;
    padding: 30px;
    border-radius: 3px;
}

    .widget .docs-content .docs-text {
        -ms-flex-item-align: center;
        align-self: center;
        color: #969696;
    }

    .widget .docs-content span {
        font-weight: 600;
    }

    .widget .docs-content .docs-icon {
        margin-left: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
        flex: 0 0 38px;
    }

.widget .jobber-company-view ul li {
    margin-bottom: 20px;
}

    .widget .jobber-company-view ul li:last-child {
        margin-bottom: 0;
    }

    .widget .jobber-company-view ul li span {
        color: #001935;
        -ms-flex-item-align: center;
        align-self: center;
        font-weight: 600;
    }

/*****************************
	Loading
*****************************/
.loadmorejobs {
    width: 190px;
}

.spinner-icon i {
    padding: 0px !important;
}

.loading:after {
    position: absolute;
    display: inline-block;
    animation: dotty steps(1,end) 1s infinite;
    content: '';

}

@keyframes dotty {
    0% {
        content: '';
    }

    25% {
        content: '.';
    }

    50% {
        content: '..';
    }

    75% {
        content: '...';
    }

    100% {
        content: '';
    }
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}

.lds-spinner {
    color: currentColor;
    display: inline-block;
    position: relative;
    width: 25px;
    height: 15px;
}

    .lds-spinner div {
        transform-origin: 7px 11px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 18px;
            left: 6px;
            width: 3px;
            height: 5px;
            border-radius: 20%;
            background: currentColor;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



/*****************************
	Loading
*****************************/
/*Sanjay Das*/
/*****************************
	Responsive
*****************************/
@media (max-width: 1340px) {
    .banner-shape {
        bottom: -30px;
    }

    #slider .slider-content h1 {
        font-size: 60px;
    }

    .slider-category {
        margin-top: -60px;
    }

    .header .navbar .dropdown-menu a.dropdown-item {
        min-width: 150px;
    }

    .job-search-item input.location-input {
        padding-right: 105px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 10px;
    }

    .navbar-light .navbar-brand {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    }
}

@media (max-width: 1199px) {
    .header.header-transparent + .banner {
        padding: 240px 0 155px 0;
    }

    .footer .btn.btn-app {
        padding: 12px 20px;
    }
    /* nav-tabs */
    .nav-tabs.nav-tabs-02 .nav-item .nav-link {
        margin: 0px 10px;
        padding: 12px 14px 18px;
    }

    .nav-tabs .nav-item .nav-link {
        margin-right: 10px;
        padding: 10px 25px;
    }

    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: auto;
        right: 100%;
    }
    /* countdown */
    .countdown span {
        font-size: 60px;
        line-height: 60px;
    }

    .countdown-small.countdown span {
        font-size: 40px;
        line-height: 40px;
    }

    #slider .slider-content h1 {
        font-size: 48px;
    }
    /* index slider */
    .slider-category {
        margin-top: -40px;
    }
    /* job-search-item */
    .job-search-item .btn {
        padding: 18px 15px;
    }
    /* secondary-menu */
    .secondary-menu ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 34px;
    }

    .space-ptb {
        padding: 60px 0;
    }

    .space-pt {
        padding-top: 60px;
    }

    .space-pb {
        padding-bottom: 60px;
    }

    .container-fluid {
        padding: 0 25px;
    }
    /* Header */
    .header-transparent .navbar .navbar-nav .nav-link {
        color: #001935;
    }

    .header-transparent {
        position: relative;
        background: #fff;
    }

        .header-transparent.style-2 {
            background: #ffffff;
            -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
        }

    .navbar .navbar-nav .nav-link {
        padding: 10px 20px;
    }

    .header .is-sticky .add-listing {
        display: none;
    }
    /* Toggle Menu */
    #nav-icon4 {
        width: 28px;
        height: 28px;
        margin-top: 14px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        right: 20px;
    }

        #nav-icon4 span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #ff8a00;
            border-radius: 9px;
            opacity: 1;
            right: 0;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

            #nav-icon4 span:nth-child(1) {
                top: 11px;
                -webkit-transform-origin: left center;
                transform-origin: left center;
            }

            #nav-icon4 span:nth-child(2) {
                top: 21px;
                -webkit-transform-origin: left center;
                transform-origin: left center;
            }

            #nav-icon4 span:nth-child(3) {
                top: 31px;
                -webkit-transform-origin: left center;
                transform-origin: left center;
            }

        #nav-icon4.open span:nth-child(1) {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 12px;
            left: 0px;
        }

        #nav-icon4.open span:nth-child(2) {
            width: 0%;
            opacity: 0;
        }

        #nav-icon4.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 32px;
            left: 0px;
        }
    /* banner */
    .header.header-transparent + .banner {
        padding: 100px 0 100px 0;
    }

    .banner {
        padding: 100px 0;
    }

    .job-search-item .btn {
        margin-top: 0px;
    }

    .banner-shape {
        display: none;
    }

    .rightmenu {
        margin-right: 40px;
    }

        .rightmenu .posticon {
            display: none;
        }

        .rightmenu > .btn.btn-md {
            padding: 9px 15px;
            margin-left: 8px;
        }

    .navbar-brand img {
        height: 35px;
    }
    /* blog */
    .blog-post .blog-post-details {
        padding: 25px 20px 20px;
    }

    .blog-post .blog-post-footer {
        padding: 25px 10px;
    }

    .blog-detail .blog-post .blog-post-footer {
        padding: 15px 0px;
    }

        .blog-detail .blog-post .blog-post-footer .blog-post-time {
            margin: 0 0px;
        }

    .secondary-menu ul li a {
        padding: 1px 10px;
    }
    /* share-box */
    .share-box .share-box-social {
        width: 165px;
    }

        .share-box .share-box-social li a {
            padding: 0 7px;
        }

    .widget .company-detail-meta .share-box .share-box-social {
        width: 145px;
    }
    /* footer */
    .footer {
        padding-top: 50px;
    }

    .footer-shape {
        display: none;
    }

    .footer-bottom {
        padding: 24px 0px;
    }

    .footer-top-logo img {
        height: 30px;
    }
    /* owl-nav */
    .owl-nav-top-center .owl-nav .owl-prev {
        left: 35%;
    }

    .owl-nav-top-center .owl-nav .owl-next {
        right: 35%;
    }

    .owl-nav-bottom-center .owl-nav .owl-prev {
        right: 60%;
    }

    .owl-nav-bottom-center .owl-nav .owl-next {
        left: 60%;
    }

    #slider .slider-content h1 {
        font-size: 34px;
    }

    #slider .slider-content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    #slider .slider-content a.btn-link {
        padding: 0;
    }
    /* sidebar */
    .sidebar {
        margin-bottom: 40px;
    }

    .widget .company-detail-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /* 404 */
    .notfound-404 {
        height: 160px;
    }

        .notfound-404 h1 {
            font-size: 110px;
        }
    /* mfp-close */
    .mfp-image-holder .mfp-close {
        right: 10px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        top: 10px;
        padding-right: 5px;
    }

    img.mfp-img {
        padding: 0;
    }
    /* secondary-menu */
    .sticky-top.secondary-menu-sticky-top {
        position: inherit;
        z-index: 9;
    }
    /* Popup */
    .social-login ul li a {
        padding: 15px;
    }

    .job-filter-tag {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
        line-height: 34px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 17px;
    }

    .space-ptb {
        padding: 50px 0;
    }

    .space-pt {
        padding-top: 50px;
    }

    .space-pb {
        padding-bottom: 50px;
    }

    .container {
        max-width: 100%;
    }

    .container-fluid {
        padding: 0 30px;
    }

    .section-title {
        margin-bottom: 30px;
    }

        .section-title p {
            margin-top: 20px;
        }

    .section-title-02 {
        margin-bottom: 30px;
    }

    .bg-holder-pattern {
        background-image: inherit !important;
    }

    .step-number {
        margin-bottom: 10px;
    }

        .step-number span:after {
            content: none;
        }

    .lead {
        font-size: 16px;
    }
    /* header-inner */
    .header-inner {
        padding: 30px 0;
    }

        .header-inner.header-inner-big {
            padding: 30px 0;
        }
    /* blog */
    .blog-post-quote .blockquote {
        padding: 20px 20px 0px 20px;
    }

    .progress {
        position: relative;
        overflow: inherit;
        height: 3px;
        margin: 40px 0px 20px;
    }

    .secondary-menu {
        padding: 10px 10px 0px 10px;
    }

        .secondary-menu ul li a {
            padding: 1px 8px;
        }

        .secondary-menu ul {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

    .blog-sidebar .widget {
        margin-bottom: 30px;
    }

    .banner-bg-slider-content .job-search-item .form-group {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .banner-bg-slider-content .job-search-item input {
        padding-left: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        margin-right: 0px;
        margin-bottom: 16px;
    }
    /* category */
    .category-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .category-item:nth-child(1n+3) {
            border-top: 1px solid #f6f6f6;
        }

        .category-item:nth-child(2n+0) {
            border-right: 0;
        }

    .social-login ul li {
        min-width: 100%;
    }

    .login-register .form-control {
        height: 40px;
    }

    .pagination {
        margin-bottom: 0;
    }

        .pagination .page-item {
            margin: 0px;
        }
    /* job-list */
    .job-list {
        padding: 24px 20px;
    }






    /* employers-list */
    .employers-list {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

        .employers-list .employers-list-logo {
            margin: 0 0 25px 0;
            display: inline-block;
        }

        .employers-list .employers-list-details {
            text-align: center;
            margin-bottom: 15px;
        }

        .employers-list .employers-list-title {
            margin-bottom: 10px;
        }

        .employers-list ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .testimonial-content p {
        font-size: 16px;
    }

    .nav-tabs.nav-tabs-02 .nav-item .nav-link {
        margin: 0px 0px;
        padding: 12px 13px 10px;
    }

    .tab-pane .border-right {
        border: none !important;
    }

    .browse-job {
        display: block !important;
        text-align: center;
    }

    .style-01 ul {
        margin: 20px 0px;
    }

    .job-found {
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #slider .slider-content h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #slider .slider-content h2 {
        font-size: 16px;
    }

    #slider .slider-content h6 {
        line-height: 18px;
        font-size: 14px;
    }
    /* feature-content */
    .feature-content {
        padding: 40px 20px;
    }

    .feature-info-03 {
        margin-bottom: 30px;
    }
    /* Banner */
    .search input {
        height: 60px;
    }

    .search button {
        padding: 13px 20px 13px;
    }

    .search a {
        padding: 14px 12px;
    }
    /* pricing */
    .pricing-plan {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    /* index slider */
    .slider-category {
        margin-top: 60px;
    }

    .companies-counter {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }

    .slider-banner .carousel-control-next,
    .slider-banner .carousel-control-prev {
        display: none;
    }
    /* nav-tabs */
    .blog-sidebar .widget .newsletter .newsletter-bg-icon i {
        right: 0;
    }

    .job-tag li {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media (max-width: 575px) {

    .navbar-light .navbar-brand {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .int-prep-arrow {
        transform: rotate(90deg);
    }

    .job-details .job-list .job-list-favourite-time {
        text-align: left;
    }

    h1 {
        font-size: 20px;
    }

    .space-ptb {
        padding: 40px 0;
    }

    .employeebanner {
        padding: 50px 0 30px;
    }

    .space-pt {
        padding-top: 40px;
    }

    .space-pb {
        padding-bottom: 40px;
    }

    .lead {
        font-size: 14px;
    }

    .banner {
        padding: 30px 0 50px;
    }

    .job-search-item input.location-input {
        padding-right: 40px;
    }

    .job-search-item .left-icon .detect:after {
        left: -27px;
        top: -20px;
    }

    .header.header-transparent + .banner {
        padding: 80px 0px 80px 0px;
    }

    .agency-logo {
        display: none;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .job-search-item .btn {
        padding: 14px 15px;
    }

    .job-search-item input {
        height: 50px;
    }

    .search input {
        height: 50px;
    }

    .search button {
        padding: 8px 12px;
    }

    .job-search-field .select2-container--default .select2-selection--single {
        height: 50px;
        padding: 15px 20px;
    }

        .job-search-field .select2-container--default .select2-selection--single .select2-selection__arrow {
            top: 18px;
        }
    /* feature-info */
    .feature-info-02,
    .feature-info-04 {
        display: block;
    }

    .job-img-01 {
        padding-right: 0px;
    }

    .job-img-02 {
        margin-top: 20px;
    }

    .popup-icon i {
        left: 50%;
    }

    .feature-info-rounded.text-start {
        display: block;
    }

        .feature-info-rounded.text-start .feature-info-icon {
            margin-bottom: 20px;
        }

    .job-found h6 {
        font-size: 14px;
    }
    /* blog */
    .blog-post-footer .blog-post-time,
    .blog-post-footer .blog-post-author,
    .blog-post-footer .blog-post-comment,
    .blog-post-footer .blog-post-share {
        display: inline-block;
    }

    .blog-post .blog-post-details .blog-post-description {
        margin: 15px 0px;
    }

    .blog-detail .blog-post .blog-post-content .blockquote {
        font-size: 14px;
        padding-left: 20px;
    }

    .blog-post .blog-post-footer .blog-post-time,
    .blog-post-author,
    .blog-post-time,
    .blog-detail .blog-post-comment,
    .blog-post-share {
        margin: 0 5px;
    }

    .navigation .nav-links {
        display: block;
    }

        .navigation .nav-links .nav-previous {
            width: 100%;
        }

        .navigation .nav-links .nav-next {
            width: 100%;
            margin-top: 5px;
        }

    .megamenu .agency-logo .job-list {
        margin-bottom: 10px;
    }

        .megamenu .agency-logo .job-list .job-list-logo {
            margin-bottom: 0;
        }

    .blog-detail .blog-post-tags {
        display: block !important;
    }

    .candidate-banner .candidate-list .candidate-list-details {
        border-bottom: none;
    }

    .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
        padding: 5px 0 0 50px;
    }

    .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
        display: none;
    }
    /* countdown */
    .countdown {
        margin: 0px 10px;
    }

        .countdown span {
            font-size: 24px;
            line-height: 24px;
        }

        .countdown p {
            font-size: 14px;
        }

    .countdown-small.countdown span {
        font-size: 20px;
        line-height: 20px;
    }
    /* companies-counter */
    .companies-counter {
        text-align: center;
        border: none !important;
    }

    .companies-info {
        padding-right: 0px;
    }

    .companies-counter .counter {
        width: 48%;
        padding: 15px !important;
    }
    /* footer */
    .footer {
        padding-top: 0px;
        margin-top: 0px;
    }

        .footer .btn-app {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

    .btn-app {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    /* category */
    .category-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .category-item:nth-child(1n+2) {
            border-top: 1px solid #f6f6f6;
        }

        .category-item:nth-child(1n+0) {
            border-right: 0;
        }
    /* nav-tabs */
    .nav-tabs .nav-item .nav-link {
        padding: 12px 10px !important;
        margin-right: 5px;
    }

    .job-shortby {
        margin-top: 20px;
    }

        .job-shortby .filter-btn {
            margin-top: 30px;
        }

    .nav-tabs.nav-tabs-border .nav-item {
        margin-right: 0 !important;
        width: 100%;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }

        .nav-tabs.nav-tabs-border .nav-item .nav-link {
            padding: 20px 15px !important;
        }

    .nav-tabs.nav-tabs-border .tab-icon {
        font-size: 24px;
        line-height: 24px;
    }

    .pagination {
        padding: 5px 8px;
    }

        .pagination .page-item .page-link {
            padding: 8px 10px;
        }

    .filter-btn .btn {
        padding: 12px 25px;
    }

    .social-login ul li a {
        padding: 10px;
    }

    

    .similar-jobs-item.widget-box {
        padding-top: 30px;
    }

    .similar-jobs-item .job-list .job-list-details {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .job-list.job-grid .job-list-details {
        border-bottom: 0;
    }

    

    .job-list.job-list-company .job-list-favourite-time a {
        margin: 0 auto;
    }

    .employers-grid .employers-list-details {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    /* candidate-list */

    .candidate-list {
        display: inline-block;
        text-align: center;
        border-bottom: 5px solid #E6E6E6;
        width: 100%;
        padding: 20px 20px;
    }

    .candidate-list .candidate-list-image {
        margin-right: 15px;
        display: inline-block;
    }

    .personal {
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 20px;
        padding-bottom: 15px;
        width: auto;
    }

    .candidate-list .candidate-list-image {
        margin-bottom: 30px;
        margin-right: 0px;
    }

    .candidate-list .candidate-list-details {
        text-align: left;
    }

    .education {
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 20px;
        padding-bottom: 15px;
        width: auto;
    }

    .experience {
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 20px;
        padding-bottom: 15px;
        width: auto;
    }

    .candidate-list .candidate-list-details {
        border-bottom: 0;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .candidate-list .candidate-list-details .candidate-list-title {
        margin-bottom: 10px;
    }

    .candidate-list ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .candidate-list .candidate-list-favourite-time {
        display: inline-block;
        text-align: center;
    }

        .candidate-list .candidate-list-favourite-time .candidate-list-favourite {
            margin-bottom: 10px;
        }

        .candidate-list .candidate-list-favourite-time a {
            margin-bottom: 0;
            margin-left: auto;
        }

        .candidate-list .candidate-list-favourite-time span {
            display: inline-block;
            margin: 0;
            -ms-flex-item-align: center;
            align-self: center;
        }

    /* candidate-detail */
    .candidate-banner {
        padding: 60px 0;
    }

        .candidate-banner .candidate-list {
            padding: 0;
            border-bottom: inherit;
        }

            .candidate-banner .candidate-list:hover {
                -webkit-box-shadow: none;
                box-shadow: none;
                border-bottom: inherit;
            }
    /*secondary-menu */
    .secondary-menu {
        margin-bottom: 48px;
    }

        .secondary-menu ul {
            padding: 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0;
        }

            .secondary-menu ul li {
                list-style: none;
                padding-right: 10px;
            }

                .secondary-menu ul li a {
                    display: block;
                    color: #969696;
                    font-weight: 600;
                    text-transform: capitalize;
                    padding: 1px 15px;
                    border-radius: 3px;
                }

                    .secondary-menu ul li a:hover,
                    .secondary-menu ul li a.active {
                        color: #ffffff;
                        background: #ff8a00;
                    }
    /*jobber timeline */
    .jobber-candidate-detail .jobber-candidate-timeline {
        position: relative;
    }

        .jobber-candidate-detail .jobber-candidate-timeline:before {
            content: '';
            position: absolute;
            left: 20px;
            width: 2px;
            top: 5px;
            bottom: 5px;
            height: calc(100% - 5px);
            background-color: #eeeeee;
        }

        .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item {
            display: table;
            position: relative;
            margin-bottom: 20px;
        }

            .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
                content: '';
                position: absolute;
                left: 12px;
                width: 20px;
                top: -1px;
                bottom: 5px;
                height: 2px;
                background-color: #eeeeee;
            }

            .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle {
                border-radius: 50%;
                border: 12px solid white;
                z-index: 1;
                top: 5px;
                left: 9px;
                position: absolute;
            }

                .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle > i {
                    font-size: 15px;
                    top: -8px;
                    left: -7px;
                    position: absolute;
                    color: #ff8a00;
                }

            .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
                display: table-cell;
                vertical-align: top;
                padding: 5px 0 0 70px;
            }

                .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info h6 {
                    color: #ff8a00;
                    margin: 5px 0 0px;
                }

                .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info span {
                    color: #001935;
                    font-size: 13px;
                    font-weight: 500;
                }

        .jobber-candidate-detail .jobber-candidate-timeline span.jobber-timeline-time {
            color: #969696 !important;
        }

        .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-icon i {
            font-size: 16px;
            color: #001935;
        }

        .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-icon {
            border: 2px solid #eeeeee;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            line-height: 42px;
            text-align: center;
            background: #ffffff;
            position: relative;
            margin-bottom: 20px;
        }

    

    /* sidebar */
    .sidebar .widget {
        padding-bottom: 20px;
    }

    .sidebar hr {
        margin-bottom: 20px;
    }

    .widget .company-detail-meta ul li {
        margin-right: 8px;
    }

        .widget .company-detail-meta ul li.linkedin a {
            padding: 10px 10px;
        }
    /* nav-tabs */
    .nav-tabs.nav-tabs-02 .nav-item .nav-link {
        margin: 0px 0px;
        padding: 12px 12px 18px !important;
    }

    .nav-tabs.nav-tabs-03 li {
        margin-bottom: 20px;
    }

        .nav-tabs.nav-tabs-03 li:after {
            border: none;
        }

    .owl-nav-top-center .owl-nav .owl-prev {
        left: 30%;
        top: 30px;
    }

    .owl-nav-top-center .owl-nav .owl-next {
        right: 30%;
        top: 30px;
    }

    .testimonial-content p {
        font-size: 14px;
    }

    .testimonial-item-02 .quotes {
        top: 35px;
        left: 30px;
    }

    .testimonial-center .testimonial-item-02 .testimonial-content {
        padding: 20px 30px 20px;
    }

    .owl-nav-top-center .owl-nav .owl-prev,
    .owl-nav-top-center .owl-nav .owl-next {
        display: none;
    }

    .owl-nav-bottom-center .owl-nav .owl-prev,
    .owl-nav-bottom-center .owl-nav .owl-next {
        display: none;
    }

    .blog-post .blog-post-footer {
        display: block;
    }

    .property-item-map-price span {
        display: block;
        margin-top: 2px;
    }
    /* dashboard */
    .dashboard-resume-title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: block !important;
    }

    #slider .slider-content a.btn-link {
        display: none;
    }

    .candidates-skills {
        display: inline-block;
    }

    .slider-category {
        margin-top: 30px;
    }
    /* 404 */
    .notfound-404 {
        height: 130px;
    }

        .notfound-404 h1 {
            font-size: 90px;
        }
}

@media (max-width: 479px) {
    .slider-banner .carousel-item {
        height: 170px;
    }

    .slider-banner .carousel-item img {
        height: 100%;
    }
}

@media(max-width: 768px){
    /*Job Description*/
    .jd-job {
        width: 100%;
        display: inline-block;
    }

    .jd-job-logo img {
        max-width: 160px;
        max-height: 100px;
        margin-right: 10px;
    }

    .jd-job .jd-job-favourite-time {
        display: block;
        margin-top: 15px;
    }

        .jd-job .jd-job-favourite-time p {
            text-align: left;
        }
    /*Job Description*/
}

@media (max-width: 370px) {
    .bootstrap-datetimepicker-widget {
        width: 250px !important;
    }
}

@media (min-width: 1200px) {
    .border-xl-top-0 {
        border-top: 0 !important;
    }

    .border-xl-right-0 {
        border-right: 0 !important;
    }

    .border-xl-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-xl-left-0 {
        border-left: 0 !important;
    }

    .border-xl-top {
        border-top: 1px solid #eeeeee !important;
    }

    .border-xl-right {
        border-right: 1px solid #eeeeee !important;
    }

    .border-xl-bottom {
        border-bottom: 1px solid #eeeeee !important;
    }

    .border-xl-left {
        border-left: 1px solid #eeeeee !important;
    }
}

@media (min-width: 992px) {
    .border-lg-top-0 {
        border-top: 0 !important;
    }

    .border-lg-right-0 {
        border-right: 0 !important;
    }

    .border-lg-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-lg-left-0 {
        border-left: 0 !important;
    }

    .border-lg-top {
        border-top: 1px solid #eeeeee !important;
    }

    .border-lg-right {
        border-right: 1px solid #eeeeee !important;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #eeeeee !important;
    }

    .border-lg-left {
        border-left: 1px solid #eeeeee !important;
    }
}

@media (min-width: 768px) {
    .border-md-top-0 {
        border-top: 0 !important;
    }

    .border-md-right-0 {
        border-right: 0 !important;
    }

    .border-md-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-md-left-0 {
        border-left: 0 !important;
    }

    .border-md-top {
        border-top: 1px solid #eeeeee !important;
    }

    .border-md-right {
        border-right: 1px solid #eeeeee !important;
    }

    .border-md-bottom {
        border-bottom: 1px solid #eeeeee !important;
    }

    .border-md-left {
        border-left: 1px solid #eeeeee !important;
    }
    /* pricing */
    .pricing-plan {
        display: block;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .border-sm-top-0 {
        border-top: 0 !important;
    }

    .border-sm-right-0 {
        border-right: 0 !important;
    }

    .border-sm-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-sm-left-0 {
        border-left: 0 !important;
    }

    .border-sm-top {
        border-top: 1px solid #eeeeee !important;
    }

    .border-sm-right {
        border-right: 1px solid #eeeeee !important;
    }

    .border-sm-bottom {
        border-bottom: 1px solid #eeeeee !important;
    }

    .border-sm-left {
        border-left: 1px solid #eeeeee !important;
    }
}

/*Twitter New Logo*/
.twitter {
    height: 23px;
    width: 23px;
    background-color: red;
    padding: 5px;
}

/*Toast Notification*/
.jq-toast-wrap, .jq-toast-wrap * {
    margin: 0;
    padding: 0
}

.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    letter-spacing: normal;
    z-index: 9000 !important
}

    .jq-toast-wrap.bottom-left {
        bottom: 20px;
        left: 20px
    }

    .jq-toast-wrap.bottom-right {
        bottom: 20px;
        right: 40px
    }

    .jq-toast-wrap.top-left {
        top: 20px;
        left: 20px
    }

    .jq-toast-wrap.top-right {
        top: 20px;
        right: 40px
    }

.jq-toast-single {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial,sans-serif;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: #444;
    color: #fff
}

    .jq-toast-single h2 {
        font-family: arial,sans-serif;
        font-size: 14px;
        margin: 0 0 7px;
        background: 0 0;
        color: inherit;
        line-height: inherit;
        letter-spacing: normal
    }

    .jq-toast-single a {
        color: #eee;
        text-decoration: none;
        font-weight: 700;
        border-bottom: 1px solid #fff;
        padding-bottom: 3px;
        font-size: 12px
    }

    .jq-toast-single ul {
        margin: 0 0 0 15px;
        background: 0 0;
        padding: 0
    }

        .jq-toast-single ul li {
            list-style-type: disc !important;
            line-height: 17px;
            background: 0 0;
            margin: 0;
            padding: 0;
            letter-spacing: normal
        }

.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 14px;
    cursor: pointer
}

.jq-toast-loader {
    display: block;
    position: absolute;
    top: -2px;
    height: 5px;
    width: 0;
    left: 0;
    border-radius: 5px;
    background: red
}

.jq-toast-loaded {
    width: 100%
}

.jq-has-icon {
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px
}

.jq-icon-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
    background-color: #31708f;
    color: #d9edf7;
    border-color: #bce8f1
}

.jq-icon-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
    background-color: #8a6d3b;
    color: #fcf8e3;
    border-color: #faebcc
}

.jq-icon-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1
}

.jq-icon-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
    color: #dff0d8;
    background-color: #3c763d;
    border-color: #d6e9c6
}
/*Toast Notification*/