html {
    height: 100%;
    width: 100%
}
body {
    background-color: #fff;
	font-family: Lato, sans-serif;
    font-size: 1rem;
	font-weight: 400;
	line-height: 1.75em;
  	color: #726f84;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 0;
	-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.fa-regular, .far {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6  {
    position: relative;
    margin: 0;
    text-rendering: optimizelegibility;
    text-decoration: none;
}
h1{
    /* font-size: 38px; */
}

h2{
    /* font-size: 32px; */
}

h3{
    /* font-size: 28px; */
}

h4{
    /* font-size: 26px; */
}

h5{
    /* font-size: 24px; */
}

h6{
    /* font-size: 22px; */
}

a {
    text-decoration: none;
	outline: 0;
		transition: all 0.4s;
}
object, video {
    min-height: 100%;
    min-width: 100%
}
b, strong {
    font-weight: 700;
    color: #0f0d1d
}
p {
    margin-bottom: 0;
}
p:not(:last-child) {
    margin-bottom: 1rem
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

blockquote, blockquote p {
  margin: 1em auto 1.4em;
  line-height: 1.8em;
  color: #0f0d1d;
  max-width: 850px;
  font-weight: 700;
  font-size: 1.1em;
  position: relative;
  padding: 0 25px;
	border-left: none;
}
blockquote::after {
  color: #E87D4B;
  content: '\201C';
  display: block;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 16px;
}
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
	outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

.form-group .form-control {

}

.main-theme-heading {
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-theme-heading .main-heading {
    margin-bottom: 0;
    position: relative;
    margin-bottom: 10px;
	text-transform: capitalize;
}
.main-theme-heading .main-heading .iconify {
    position: absolute;
    top: 8px;
    left: -25px;
    font-size: 30px;
}
/* .main-theme-heading .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #475979;
	text-transform: capitalize;
} */
.main-theme-heading.main-theme-heading-second {
    align-items: flex-start;
}
.main-theme-heading.main-theme-heading-second .main-heading {
    margin-left: 12px;
}
.nk-main-custom-heading {
    margin-bottom: 50px;
    margin-top: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nk-main-custom-heading .main-heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: #475979;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 10px;
}
.nk-main-custom-heading .main-heading .iconify {
    position: absolute;
    top: 8px;
    left: -25px;
    font-size: 30px;
    color: #E87D4B;
}
.nk-main-custom-heading .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #475979;
}
.nk-main-custom-heading.main-theme-heading-second {
    align-items: flex-start;
}
.nk-main-custom-heading.main-theme-heading-second .main-heading {
    margin-left: 12px;
}
.view-more-btn-box {
    margin-top: 30px;
    text-align: center;
}
.latest-theme-btn {
    text-align: center;
    border-radius: 4px;
    border: none;
    color: #ffff;
    padding: 12px 20px;
    font-size: 16px;
    white-space: nowrap;
    outline: 0;
}
.latest-theme-btn:hover {
    color: #ffff;
}
.mid-theme-btn {
    text-align: center;
    border-radius: 4px;
    border: none;
    background-color: #E87D4B;
    color: #ffff;
    padding: 8px 20px;
    font-size: 16px;
}
.mid-theme-btn:hover {
    color: #ffff;
}

/* search-job-hero-start */
.search-job-hero {
    padding: 226px 0;
    background-position: center center;
    background-repeat: no-repeat;
	  background-color: #f0f4fc;
}
.trending-keyword-box {
	position: relative;
}
.search-job-hero .hero-cont-area {
    position: relative;
    z-index: 1;
}
.search-job-hero .hero-cont-area .title {
    display: inline-block;
}
.search-job-hero .hero-cont-area .main-heading {
/* font-size: 54px; */
margin: 5px 0 30px 0;
/* font-weight: 700; */
letter-spacing: .9px;
/* line-height: 1.3; */
}

.search-job-hero .hero-cont-area .main-search-bar {
    padding: 12px;
    border-radius: 5px;
   background-color: #fff;
border: 1px solid rgba(32,33,36,.08);
box-shadow: 0 6px 30px 5px rgba(33,34,38,.05);
	margin-bottom: 30px;
}
.search-job-hero .hero-cont-area .main-search-bar .form-group {
    display: flex;
    align-items: center;
	position: relative;
}
.search-job-hero .hero-cont-area .main-search-bar .form-group input {
    height: 50px;
    border: none;
    padding: 12px 20px 12px 45px;
    font-size: 15px;
}

.search-job-hero .hero-cont-area .main-search-bar .form-group i {
  position: absolute;
  top: 17px;
  left: 20px;
}

 .search-job-hero .hero-cont-area .main-search-bar .form-group::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 1px;
  background-color: rgba(102,102,102,.2);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.search-job-hero .hero-cont-area .main-search-bar .form-group input:focus-visible {
    outline: none;
}
.search-job-hero .hero-cont-area .form-group .select2-container {
    width: 100% !important;
}
.search-job-hero .hero-cont-area .form-group .select2-container--default .select2-selection--single {
    border:none;
    width: 100%;
    height: 50px;
	padding-left: 45px;
}
.search-job-hero .hero-cont-area .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #475979;
    line-height: 50px;
    font-size: 15px;
}
.search-job-hero .hero-cont-area .main-search-bar .form-group .search-btn {
    padding: 10px 30px;
    border: none;
    /* background-color: #E87D4B; */
    border-radius: 5px;
    color: #ffff;
    font-size: 16px;
    margin-left: 15px;
    /* border: 1px solid #E87D4B; */
	font-weight: 700;
	white-space: nowrap;
	outline: 0;
	display: block;
	width: 100%;
}
.search-job-hero .hero-cont-area .trending-keyword-box ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.search-job-hero .hero-cont-area .trending-keyword-box ul li h5 {
   /* font-weight: 700; */
    /* font-size: 16px; */
    /* color: #475979; */
}
.search-job-hero .hero-cont-area .trending-keyword-box ul li a {
    padding: 5px 15px;
    border-radius: 3px;
    color: #475979;
    font-size: 14px;
    background-color: #ffff;
    margin-left: 5px;
    transition: 0.3s ease-in-out;
}
.search-job-hero .hero-cont-area .cirlce-srh {
    position: absolute;
    top: 30px;
    left: -160px;
    z-index: -1;
    animation: CircleMove 6s linear infinite;
}
@keyframes CircleMove {
    0%, 100% {
        bottom: 0;
        left: -160px;
    }
    50% {
        top: -30px;
        left: -120px;
    }
}
.logged-in.admin-bar{
	padding-top: 31px;
}
.search-job-hero .users-img-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.search-job-hero .users-img-box .start-chat {
    position: absolute;
    top: -100px;
left: -150px;
   /* animation: BoxMove 6s linear infinite;*/
}
@keyframes BoxMove {
    0%, 100% {
        bottom: 0;
        left: -100px;
    }
    50% {
        top: -60px;
        left: -150px;
    }
}
/* search-job-hero-end */
/* nk-best-job-hero-start */
.nk-best-job-hero {
    margin-top: 85px;
}
.nk-best-job-hero-custom::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 684px;
    background-color: #F1F5F8;
    border-radius: 0px 400px;
    z-index: -1;
}
.nk-best-job-hero.nk-best-job-hero-custom .hero-meta-box .main-search-box {
    width: 770px;
}

.nk-hero-rec-jobs.search-job-hero.nk-best-job-hero.nk-rec-jobs {
	padding: 90px 0 110px 0;
}

.nk-best-job-hero {
    padding: 90px 0 50px 0;
    position: relative;
}
.nk-best-job-hero.nk-best-job-hero-custom {
    padding: 0px 0 0px 0;
    position: relative;
}

.nk-best-job-hero .hero-main-cont-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(../../../images/imgs/nk-hero-main.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.nk-best-job-hero .hero-meta-box {
    width: 770px;
    padding-top: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.nk-best-job-hero .hero-meta-box .group-1,
.nk-best-job-hero .hero-meta-box .group-2 {   
    position: absolute;
    top: 136px;
    left: -100px;
}
.nk-best-job-hero .hero-meta-box .group-2 {
    left: unset;
    right: -100px;
}
.nk-best-job-hero .hero-meta-box .main-heading {
    /* font-size: 54px; */
    color: #ffff;
    margin-bottom: 10px;
}
.nk-best-job-hero .hero-meta-box .txt {
    width: 570px;
    margin-bottom: 0;
    color: #ffff;
}

.nk-best-job-hero .hero-meta-box .main-search-box .title {
    margin-bottom: 10px;
    text-align: left;
}
.nk-best-job-hero .hero-meta-box .main-search-box .input-main {
    position: relative;
}
.nk-best-job-hero .hero-meta-box .main-search-box .input-main input {
    width: 100%;
    height: 50px;
    background: #F1F5F8;
    border: 1px solid rgba(67, 133, 255, 0.2);
    border-radius: 4px;
    padding: 10px 43px;
    margin-bottom: 30px;
}
.nk-best-job-hero .hero-meta-box .main-search-box .srh-main
{
	position: relative;
	margin-bottom: 30px;
	display: flex;
justify-content: space-between;
}
.fr-latest-sm .fr-latest-content h6 {
	padding-right: 25px;
}
.nk-best-job-hero .hero-meta-box .main-search-box .input-main .iconify {
    position: absolute;
    top: 16px;
    left: 15px;
    color: #475979;
    font-size: 22px;
}
.nk-best-job-hero .hero-meta-box .main-search-box .input-main input:focus-visible {
    outline: none;
}
.nk-best-job-hero .hero-meta-box .main-search-box .srh-main .srh-sub {
    width: 49%;
display: flex;
}
.nk-best-job-hero .hero-meta-box .main-search-box .srh-main .srh-sub .select2-container {
    width: 100% !important;
}
.nk-best-job-hero .hero-meta-box .main-search-box .srh-main .srh-sub .select2-container .select2-selection--single {
    height: 50px;
}
.nk-best-job-hero .hero-meta-box .main-search-box .srh-main .srh-sub .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px;
}

.nk-best-job-hero .hero-meta-box .main-search-box .srh-main .srh-sub .select2-container .select2-selection--single {
    background: #fff;
    border: 1px solid rgba(67, 133, 255, 0.2);
    border-radius: 4px;
    text-align: left;
	padding-left: inherit;
}

.nk-best-job-hero .hero-meta-box .main-search-box .srh-main .srh-sub .select2-container--default .select2-selection--single .select2-selection__arrow,
.search-job-hero .hero-cont-area .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.nk-best-job-hero .hero-meta-box .main-search-box .srh-main .srh-sub .select2-container--default .select2-selection--single .select2-selection__arrow b,
.search-job-hero .hero-cont-area .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 #888 ;
    width: 10px;
    height: 10px;
    border-width:0px 0px 1px 1px;
    transform: rotate(-45deg);
    top: 40%;
}
.nk-best-job-hero .hero-meta-box .main-search-box .srh-main .srh-sub .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.search-job-hero .hero-cont-area .form-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #888 #888 transparent transparent;
    border-width: 1px 1px 0px 0px;
    top: 50%;
}
.nk-select-2-change .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E87D4B;
}
.nk-select-2-change .select2-selection__clear {
    display: none;
}
.nk-best-job-hero .hero-meta-box .main-search-box .botm-btn {
    margin-top: 23px;
}
.nk-best-job-hero .hero-meta-box .main-search-box .botm-btn .srh-btn {
    display: block;
}
.nk-best-job-hero .hero-meta-box .main-search-box .botm-btn .srh-btn .iconify {
    margin-right: 5px;
    font-size: 22px;
}
.nk-best-job-hero .trending-keyword {
    margin-top: 150px;
}
.nk-best-job-hero .trd-keyword-list ul {
    text-align: center;
    margin: 0 auto;
    width: 860px;
}
.nk-best-job-hero .trd-keyword-list ul li {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 16px;
}
.nk-best-job-hero .trd-keyword-list ul li a {
    padding: 7px 20px;
    background-color: #FFFFFF;
    border: 1px solid #C9DCFE;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
    transition: 0.3s ease-in-out;
}
.nk-best-job-hero .trd-keyword-list ul li a:hover {
    border: 1px solid #E87D4B;
    color: #ffff;
}
/* nk-best-job-hero-end */
/* nk-latest-header-start */
.nk-latest-header.nk-latest-transparent {
   background-color: #f0f4fc;
}
.nk-latest-header .sb-menu {
    float: right;
}
.nk-latest-header .logo {
    padding: 25px 0px 25px 0;
}
.nk-latest-header .logo a img {
    width: 120px; 
}
.nk-latest-header .sb-menu ul li > a {
text-transform: capitalize;
}
.nk-latest-header.sb-header .sb-menu li:not(:last-child) a:hover,
.nk-latest-header.sb-header .sb-menu li:not(:last-child) a:active,
.nk-latest-header.sb-header .sb-menu li:not(:last-child) a:focus {
    /* color: #E87D4B; */
}
.nk-latest-header .sb-menu ul ul li > a::before {
    background: #475979;
}
.nk-latest-header .sb-menu ul li.dropdown_menu > a > span::before {
    border-width: 1px 1px 0 0;
    border-color: #475979;
}
.nk-latest-header .sb-menu ul li.fr-list {
    position:relative;
    z-index:0;
    height:90px;	
}
.nk-latest-header .sb-menu ul li.fr-list.loggedin {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right:15px;	
}
.nk-latest-header .sb-menu ul li.fr-list.loggedin a{
    height:auto;
    line-height:normal;	
}
.nk-latest-header .sb-menu ul li.fr-list .style-1 {
    margin-right:5px;
    height: auto;
    line-height: normal;
    margin-top: 23px;
    overflow: hidden;
    padding: 10px 30px;
    transition: .6s;
    margin-left: 10px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    border-radius:4px;	
    background-color: #010101;
    border:1px solid #010101;
}
.nk-latest-header .sb-menu ul li.fr-list .btn-theme {
    height: auto;
    line-height: normal;
    margin-top: 25px;
    padding: 9px 13px;
    transition: .6s;
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-weight:600;
    text-transform:uppercase;
    color: #ffff;
/* background-color: #E87D4B; */
/* border: 1px solid #E87D4B; */
border-radius: 4px;
}
.nk-latest-header .sb-menu ul li.fr-list .btn-theme:focus {
    box-shadow: none;
}
.nk-latest-header .sb-menu ul li.fr-list .btn-theme .iconify {
    font-size: 18px;
    margin-right: 5px;
}
.nk-latest-header .fr-list {
    float: right !important;
}
.nk-latest-header .fr-list .style-1 {
    float: left;
    margin-right: 22px;
}
.nk-latest-header .fr-list a {
    padding: 0;
}
.nk-latest-header .fr-list a i {
    margin-left: 10px;
    color: #242424;
}
.nk-latest-header .sb-menu ul li .btn-style i {
    font-size: 14px;
    margin-right: 6px;
    font-weight: 500;
}
.nk-latest-header .sb-menu ul li:hover .btn-style {
    background-color: #fe696a;
}
.nk-latest-header.sticky .sb-menu > ul > li > .btn-style {
    height: auto;
    line-height: 0;
    margin-top: 14px;
}
.nk-latest-header .fr-list img {
    max-width:45px;
    float:left;	
    border-radius:50%;
    box-shadow:0 9.5px 12.7px 0 rgba(0,0,0,.05);
}
.nk-latest-header .fr-list .profile-meta {
    position:relative;
    overflow:hidden;
    display:inline-block;
    margin-left: 10px;
}
.nk-latest-header .fr-list .profile-meta .nav-profile-name {
    font-size:16px;
}

.nk-latest-header .fr-list .profile-meta small {
    display:block;
}
.nk-latest-header .sb-menu.menu-caret ul li.dropdown_menu.fr-list > a > span {
    display:none;
}
.nk-latest-header .fr-list li.wallet-contanier {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 35px;
    margin-bottom:15px;	
}
.nk-latest-header .fr-list li.wallet-contanier a:before {
    content:"";
    background:none;	
}
.nk-latest-header .sb-menu.menu-caret ul li.dropdown_menu.fr-list ul {
    padding-top:0;
    min-width:300px;	
}
.nk-latest-header .sb-menu ul li.fr-list li.wallet-contanier a {
    padding:0 !important;	
}
.nk-latest-header .fr-list li.wallet-contanier span.text {
    color:#777;	
}
.nk-latest-header .fr-list li.wallet-contanier h4 {
    font-size: 30px;
    line-height: 50px;
    color: #4d83ff;
    margin-bottom: 0;	
}
.nk-latest-header .fr-list li.wallet-contanier span {
    color:#777;	
}
.nk-latest-header .sb-menu ul li.fr-list ul li > a::before {
    top:23px;	
}
.nk-latest-header .sb-menu ul li.fr-list ul li > a {
    padding:12px 35px !important;
}
.nk-latest-header .sb-menu li .n-login-header {
    width: 42px;
    height: 42px;
    background-color: #ffff;
    border: 1px solid rgba(67, 133, 255, 0.2);
    border-radius: 50%;
    color: #475979;
    position: relative;
    margin: 0px 15px 0px 0;
    padding: 0;
    display: inline-block;
}
.nk-latest-header .sb-menu .login-toggle {
    position: relative;
}
.nk-latest-header .sb-menu .login-toggle .sign-up-box {
    position: absolute;
    top: 55px;
    right: 17px;
    display: none;
    width: 280px;
    padding: 20px;
    background-color: #ffff;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0px 0px 18px -5px rgba(57, 61, 68, 0.2);
}
.sign-up-show {
    display: block !important;
}
.nk-latest-header .sb-menu .login-toggle .sign-up-box .sign-in {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    border: none;
    /* background-color: #E87D4B; */
    color: #ffff;
    padding: 10px 12px;
    font-size: 16px;
    margin-bottom: 10px;
}
.nk-latest-header .sb-menu .login-toggle .sign-up-box .sign-in:hover {
    color: #ffff !important;
}
.nk-latest-header .sb-menu .login-toggle .sign-up-box p {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 16px;
}
.nk-latest-header .sb-menu .login-toggle .sign-up-box a.create-account {
    background-color: unset;
    margin-top: 10px;
    line-height: 15px;
    color: #475979;
    padding: 0;
    font-size: 16px;
}
.nk-latest-header .sb-menu li .n-login-header i {
    margin: 0;
    font-size: 18px;
}
.nk-latest-header .sb-menu li .n-login-header {
    line-height: 48px;
}
.nk-latest-header .sb-menu li .n-login-header .iconify {
    margin-top: -8px;
    width: 40px;
    height: 20px;
}
.nk-latest-header .sb-menu li .n-login-header .active {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.nk-latest-header .sb-menu li .n-login-header .active::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    box-shadow: 0px 0px 0px 3px #CADDFF;
    animation: nk-ripple 1s ease-in-out infinite;
}
.nk-latest-header .sb-menu li.n-notifica {
    margin-left: 13px;
}
@keyframes nk-ripple {
    0% {
        box-shadow: 0px 0px 0px 0px #CADDFF;
    }
    100% {
        box-shadow: 0px 0px 0px 3px #CADDFF;
    }
}
.nk-latest-header .logo a,
.nk-latest-header form {
    display: inline-block;
    vertical-align: middle;
}
.nk-latest-header .search-bar {
    margin-left: 35px;
    position: relative;
}
.nk-latest-header .search-bar input {
width: 270px;
height: 42px;
border-radius: 25px;
padding: 10px 20px;
background-color: #fff;
border: none;
box-shadow: 0 6px 30px 5px rgba(33,34,38,.05);
border: 1px solid rgba(32,33,36,.08);
}
.nk-latest-header .search-bar input:focus-visible {
    outline: none;
}
.nk-latest-header .search-bar .srh-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.nk-latest-header.nk-latest-transparent.desktopTopFixed {
    position:fixed;
    top:0;
    width:100%;
    background: #ffff;
    box-shadow:1px 0px 20px rgba(0,0,0,0.07);
    z-index: 9999;
}
/* nk-latest-header-end */
/* explore-categories-start */
.explore-categories {
    padding-top: 60px;
}
.explore-categories .category-box {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    background-color: #ffff;
    transition: 0.5s ease-in-out;
}
.explore-categories .category-box:hover {
    box-shadow: 0px 20px 32px 10px rgba(247,247,247,0.75);
    transform: translateY(-10px);
} 
.explore-categories .category-box .ctg-icon {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 20px;
}
.explore-categories .category-box .ctg-icon i {
	font-size: 18px;
}

.explore-categories .ctg-grid-item:nth-child(12n+1) .category-box .ctg-icon .iconify {
    color: #47c2fe;
}
.explore-categories .ctg-grid-item:nth-child(12n+2) .category-box .ctg-icon .iconify {
    color: #ff3332;
}
.explore-categories .ctg-grid-item:nth-child(12n+3) .category-box .ctg-icon .iconify {
    color: #189a5a;
}
.explore-categories .ctg-grid-item:nth-child(12n+4) .category-box .ctg-icon .iconify {
    color: #f5b93f;
}
.explore-categories .ctg-grid-item:nth-child(12n+5) .category-box .ctg-icon .iconify {
    color: #765cc9;
}
.explore-categories .ctg-grid-item:nth-child(12n+6) .category-box .ctg-icon .iconify {
    color: #c246be;
}
.explore-categories .ctg-grid-item:nth-child(12n+7) .category-box .ctg-icon .iconify {
    color: #b2825e;
}
.explore-categories .ctg-grid-item:nth-child(12n+8) .category-box .ctg-icon .iconify {
    color: #ff894b;
}
.explore-categories .ctg-grid-item:nth-child(12n+9) .category-box .ctg-icon .iconify {
    color: #34629e;
}
.explore-categories .ctg-grid-item:nth-child(12n+10) .category-box .ctg-icon .iconify {
    color: #6ed234;
}
.explore-categories .ctg-grid-item:nth-child(12n+11) .category-box .ctg-icon .iconify {
    color: #3a3a3a;
}
.explore-categories .ctg-grid-item:nth-child(12n+12) .category-box .ctg-icon .iconify {
    color: #60bece;
}
.explore-categories .category-box .ctg-icon .iconify {
    font-size: 30px;
}
.explore-categories .category-box .ctg-meta {
    width: calc(100% - 75px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.explore-categories .category-box .ctg-meta h5 {
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	/* font-size: 1.2rem; */
}
.explore-categories .category-box .ctg-meta span {
    font-size: 14px;
    color: #6d7c90;
}
.explore-categories .category-box .dot-icon-img {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.explore-categories .category-box:hover .dot-icon-img {
    opacity: 1;
}
/* explore-categories-end */
/* recommended-jobs-start */
.recommended-jobs {
    padding: 80px 0;
}
.recommended-jobs .nav-pills {
    justify-content: center;
    margin-bottom: 25px;
}
.recommended-jobs .nav-pills .nav-link {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
    background-color: #F1F5F8;
    border-radius: 0;
    border: 1px solid #C9DCFE;
}
.recommended-jobs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 4px 0px 0px 4px;
    border-right: none;
}
.recommended-jobs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px 4px 4px 0px;
    border-left: none;
}
.recommended-jobs .nav-pills .nav-link.active {
    border: 1px solid rgba(67, 133, 255, 0.2);
    color: #ffff;
}
.recommended-jobs .job-dtl-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    border: 1px solid #ffff;
    border-bottom: 1px solid #C9DCFE;
    transition: 0.5s ease-in-out;
}
.recommended-jobs .job-dtl-box:hover {
    background: #F1F5F8;
    border: 1px solid #C9DCFE;
    border-top: 1px solid transparent;
    border-radius: 4px;
}
.recommended-jobs .job-dtl-box:first-child:hover {
    border-top: 1px solid #C9DCFE;
}
.recommended-jobs .job-dtl-box .about-job {
    display: flex;
    align-items: center;
}
.recommended-jobs .job-dtl-box .about-job .job-prf {
    margin-right: 15px;
}
.recommended-jobs .job-dtl-box .about-job .dtl-job h5 {
    line-height: 24px;
    margin-bottom: 5px;
}
.recommended-jobs .job-dtl-box .about-job .dtl-job ul li {
    display: inline-block;
}
.recommended-jobs .job-dtl-box .about-job .dtl-job ul li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #C9DCFE;
    display: flex;
    align-items: center;
}
.recommended-jobs .job-dtl-box .about-job .dtl-job ul li span a {
    color: #475979;
}
.recommended-jobs .job-dtl-box .about-job .dtl-job ul li:last-child span {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.recommended-jobs .job-dtl-box .about-job .dtl-job ul li span .iconify {
    color: #E87D4B;
    margin-right: 5px;
}
.recommended-jobs .job-dtl-box .about-job .dtl-job ul li:first-child span .iconify {
    color: #23cc85 !important;
}
.recommended-jobs .job-dtl-box .right-cont {
    text-align: right;
}
.recommended-jobs .job-dtl-box .right-cont h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* color: #E87D4B; */
    margin-bottom: 0;
}
.recommended-jobs .job-dtl-box .right-cont span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
}
.rec-jobs-custom-menu .nk-recommended-main {
    position: relative;
}
.rec-jobs-custom-menu .nav-pills {
    /* position: absolute;
    top: -115px;
    right: 0; */
}
/* recommended-jobs-end */
/* nk-ftrd-candidates-start */

.nk-ftrd-candidates::before {
    content: "";
    position: absolute;
    top: 44%;
    left: 65px;
    background-image: url("https://jobzilo.com/wp-content/themes/jobzilo/images/imgs/cand-dots-1.png");
    width: 103px;
    height: 106px;
    background-repeat: no-repeat;
}
.nk-ftrd-candidates .ft-cand-main-box {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
}
.nk-ftrd-candidates .ft-cand-main-box .cand-dots-1 {
    position: absolute;
    bottom: 10px;
    left: -50px;
    z-index: -1;
}
.nk-ftrd-candidates .ft-cand-main-box .cand-dots-2 {
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: -1;
}
.nk-ftrd-candidates .ft-cand-main-box .about-box {
    padding: 25px;
    background-color: #ffff;
    text-align: center;
    position: relative;
}
.nk-ftrd-candidates .ft-cand-main-box .about-box img {
    margin-bottom: 14px;
    border-radius: 50%;
    display: inline;
    border-radius: 50%;
    width: 80px; 
    height: 80px;
}
.nk-ftrd-candidates .ft-cand-main-box .about-box .name {
    margin-bottom: 5px;
}
.nk-ftrd-candidates .ft-cand-main-box .about-box .job-type {
    font-weight: 400;
    font-size: 14px;
    color: #475979;
}
.nk-ftrd-candidates .ft-cand-main-box .about-box .ftrd-job {
    position: absolute;
    top: 20px;
    left: 15px;
    background: rgba(193, 17, 17, 0.1);
    border-radius: 4px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #C11111;
    padding: 1px 6px;
}
.nk-ftrd-candidates .ft-cand-main-box .about-box .favourite {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background-color: #ffff;
    border: 1px solid #F1F5F8;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}
.nk-ftrd-candidates .ft-cand-main-box .about-box .favourite .iconify {
    font-size: 14px;
    color: #475979;
    transition: 0.5s ease-in-out;
}
.nk-ftrd-candidates .ft-cand-main-box .about-box .favourite:hover .iconify {
    color: #ffff;
}
.nk-ftrd-candidates .ft-cand-main-box .location {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #F1F5F8;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nk-ftrd-candidates .ft-cand-main-box .location span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nk-ftrd-candidates .ft-cand-main-box .location .iconify {
    /* color: #E87D4B; */
    margin-right: 5px;
}
.nk-ftrd-candidates .ft-cand-main-box .botm-box {
    padding: 25px;
    background-color: #fff;
}
.nk-ftrd-candidates .ft-cand-main-box .botm-box ul {
    text-align: center;
    line-height: 12px;
}
.nk-ftrd-candidates .ft-cand-main-box .botm-box ul li {
    display: inline-block;
    padding-right: 10px;
    margin: 0px 10px 10px 0;
    border-right: 1px solid #C9DCFE;
    line-height: 12px;
}
.nk-ftrd-candidates .ft-cand-main-box .botm-box ul li a {
    font-weight: 400;
    font-size: 13px;
    color: #475979;
}
.nk-ftrd-candidates .ft-cand-main-box .botm-box ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.nk-ftrd-candidates .ft-cand-main-box .botm-box .prf-btn-box {
    margin: 30px 0 10px 0;
    text-align: center;
}
.nk-ftrd-candidates .ft-cand-main-box .botm-box .prf-btn-box .prf-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 9px 38px;
    color: #475979;
    background-color: #ffff;
    border: 1px solid #E87D4B;
    transition: 0.5s ease-in-out;
} 
.page-id-17 .client-logo-section {
	border: none;
}
/* nk-ftrd-candidates-end */
/* top-hiring-emp-start */

.top-hiring-emp .center-grid {
    justify-content: center;
}
.top-hiring-emp .emp-box {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 25px 15px;
    transition: 0.5s ease-in-out;
}
.top-hiring-emp .emp-box img {
    width: 100%;
    object-fit: contain;
}
.top-hiring-emp .emp-box:hover {
    background-color: #ffff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
/* top-hiring-emp-end */
/* news-blog-article-start */
.news-blog-article {
    padding: 80px 0 50px 0;
}
.news-blog-article.remove-top-padding {
    padding-top: 0;
}
.news-blog-article.add-blog-top-padding {
    padding: 80px 0 50px 0;
}
.news-blog-article .news-blog-main-box { 
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
}
.news-blog-article .news-blog-main-box:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.news-blog-article .news-blog-main-box .img-box img {
    width: 100%;
    height: 300px;
}
.news-blog-article .news-blog-main-box .meta-box {
    padding: 20px;
    background-color: #ffff;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}
.news-blog-article .news-blog-main-box .meta-box span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
}
.news-blog-article .news-blog-main-box .meta-box span small {
    /* color: #E87D4B; */
    margin-left: 10px;
}
.news-blog-article .news-blog-main-box .meta-box .title {
    margin-top: 5px;
}
.news-blog-article .news-blog-main-box .review-box {
    padding: 15px 20px;
    background-color: #F1F5F8;
    margin: 0;
}
.news-blog-article .news-blog-main-box .review-box ul {
    line-height: 18px;
}
.news-blog-article .news-blog-main-box .review-box ul li {
    display: inline-block;
    margin-right: 20px;
}
.news-blog-article .news-blog-main-box .review-box ul li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
}
.news-blog-article .news-blog-main-box .review-box ul li .iconify {
    color: #E87D4B;
    margin-right: 10px;
    font-size: 16px;
}
.news-blog-article .news-blog-main-box .botm-box {
    padding: 20px 20px 30px 20px;
    background-color: #ffff;
    border: 1px solid #F0F0F0;
    border-top: none;
}
.news-blog-article .news-blog-main-box .botm-box .txt {
    margin-bottom: 25px;
}
.news-blog-article .news-blog-main-box .botm-box .view-btn {
    padding: 8px 50px;
    background-color: #ffff;
    border: 1px solid #E87D4B;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
    transition: 0.5s ease-in-out;
}
.news-blog-article .news-blog-main-box .botm-box .view-btn:hover {
    border: 1px solid #E87D4B;
}
/* news-blog-article-end */
/* get-touch-section-start */
.get-touch-section {
    padding: 26px 0;
    background-color: #F1F5F8;
}
.get-touch-section .main-theme-heading {
    margin-bottom: 0;
    text-align: left;
    align-items: flex-start;
}
.get-touch-section .main-theme-heading .main-heading {
    margin-left: 15px;
}
.get-touch-section .trending-keyword {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.get-touch-section .trending-keyword .form-group input {
    height: 47px;
    width: 385px;
    background-color: #ffff;
    border: 1px solid rgba(67, 133, 255, 0.2);
    border-radius: 4px;
    padding: 13px 15px;
    display: inline-block;
}
.get-touch-section .trending-keyword .form-group input:focus-visible {
    outline: none;
}
.get-touch-section .trending-keyword .form-group .send-btn {
    width: 70px;
    height: 47px;
    /* background-color: #E87D4B; */
    border-radius: 4px;
    border: none;
    margin-left: 10px;
}
.get-touch-section .trending-keyword .form-group .job_alert {
    display: inline-block;
}
.get-touch-section .trending-keyword .form-group .send-btn .iconify {
    font-size: 24px;
    color: #fff;
    margin-top: -3px;
}
/* get-touch-section-end */
/* nk-latest-footer-start */
.nk-latest-footer {
    padding: 80px 0 50px 0;
}
.nk-latest-footer.nk-scnd-ftr {
  background-color: #282828;
color: #909090;
border-bottom: 1px solid #363636;
}
.nk-latest-footer .nk-abt-dtl-box .logo {
    margin-bottom: 20px;
	position: relative;
}
.nk-latest-footer .nk-abt-dtl-box .logo img {
	width: 55%;
}
.nk-latest-footer .nk-abt-dtl-box .txt {
    margin-bottom: 15px;
	color: #909090;
}
.nk-latest-footer p.txt {
	color: #909090;
}
.nk-latest-footer .nk-abt-dtl-box ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.nk-latest-footer .nk-abt-dtl-box .icon-outer {
    width: 35px;
    height: 35px;
    background-color: #333;
    border: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
	color: #909090;
}
.nk-latest-footer .nk-abt-dtl-box .icon-outer .iconify {
    color: #909090;
    transition: 0.5s ease-in-out;
    display: block;
    margin: auto;
}
.nk-latest-footer .nk-abt-dtl-box .icon-outer:hover .iconify {
    color: #ffff;
}
.nk-latest-footer .nk-abt-dtl-box .call-us-box {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.nk-latest-footer .nk-abt-dtl-box .call-us-box .icon {
    margin-right: 10px;
}
.nk-latest-footer .nk-abt-dtl-box .call-us-box .icon .iconify {
    font-size: 30px;
    color: #909090;
}
.nk-latest-footer .nk-abt-dtl-box .call-us-box .meta span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #909090;
}
.nk-latest-footer .nk-abt-dtl-box .call-us-box .meta a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff; 
    display: block;
}
.nk-latest-footer .extra-links-box .title {
    margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
}
.nk-latest-footer .extra-links-box ul li {
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 15px;
}
.nk-latest-footer .extra-links-box ul li::marker {
    color: #909090;
}
.nk-latest-footer .extra-links-box ul li:last-child {
    margin-bottom: 0;
}
.nk-latest-footer .extra-links-box ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #909090;
}
.nk-latest-footer .nk-abt-dtl-box,
.nk-latest-footer .extra-links-box {
    margin-bottom: 30px;
}
.nk-latest-footer.nk-custom-pad {
    padding: 80px 0 50px 0;
}
.nk-latest-footer.nk-scnd-ftr .extra-links-box .input-group {
    margin: 20px 0 15px 0;
    position: relative;
}
.nk-latest-footer.nk-scnd-ftr .extra-links-box .input-group input {
    height: 50px;
    padding: 10px 15px;
    background-color: #333;
    /* border: none; */
    border-radius: 4px !important;
    width: 100%;
    z-index: 0;
	border: none;
}
.nk-latest-footer.nk-scnd-ftr .extra-links-box .input-group input:focus-visible {
    outline: none;
}
.nk-latest-footer.nk-scnd-ftr .extra-links-box .input-group button {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 46px;
    width: 60px;
    border: none;
    border-radius: 4px !important;
    background-color: #E87D4B;
}
.nk-latest-footer.nk-scnd-ftr .extra-links-box .input-group button .iconify {
    color: #ffff;
    font-size: 24px;
}
.nk-latest-footer.nk-scnd-ftr .extra-links-box .sub-heading {
    font-size: 18px;
}
.nk-latest-footer.nk-scnd-ftr .extra-links-box .btn-box {
    list-style-type: none;
    margin-top: 15px;
}
.nk-latest-footer.nk-scnd-ftr .extra-links-box .btn-box li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    width: 140px;
}
.nk-latest-footer.nk-scnd-ftr .extra-links-box .btn-box li img {
    width: 100%;
}
/* nk-latest-footer-end */
/* copyright-section-start */
.copyright-section {
    padding: 20px;
    background-color: #282828;
}
.copyright-section .cont-box {
    text-align: center;
}
.copyright-section .cont-box .txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #909090;
}
.copyright-section .cont-box .txt a {
    color: #909090;
    font-weight: 500;
}
/* copyright-section-end */
/* nk-rec-jobs-start */
.nk-rec-jobs {
    padding-top: 60px;
}

.nk-rec-jobs .sincere-section {
    margin-bottom: 30px;
    transition: 0.5s ease-in-out; 
	background: #fff;
	box-shadow:0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
}

.nk-rec-jobs .arts-heading a:hover h4  {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-decoration: underline;
    text-decoration-thickness: auto;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.2em;
}

.nk-rec-jobs .sincre-arts {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px;
	align-items: center;
}
.nk-rec-jobs .sincere-arts-content {
    display: flex;
    align-items: center;
    position: relative;
}
.nk-rec-jobs .sincere-arts-content .sincere-arts-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.nk-rec-jobs .sincere-arts-heading {
    margin-left: 20px;
}
.nk-rec-jobs .sincere-arts-heading p:first-child{
	line-height: 1.2;
	margin-bottom: 0;
}
.nk-rec-jobs .sincere-arts-heading p a {
	color: #010101;
}
.nk-rec-jobs .sincere-arts-heading p .iconify {
    color: #41ae49;
    margin: -3px 5px 0 0;
}
.nk-rec-jobs .sincere-arts-heading p i {
    color: #41ae49;
}
.nk-rec-jobs .sincere-arts-price {
    text-align: right;
}
.nk-rec-jobs .sincere-arts-price p {
    color: #979797;
    float: right;
	font-size: 14px;
}
.nk-rec-jobs .arts-heading {
    padding: 20px;
    padding-top: 0;
}
.nk-rec-jobs .arts-heading h4 {
    margin-bottom: 10px;
}
.nk-rec-jobs .arts-heading p {
    margin-bottom: 0;
}
.nk-rec-jobs ul.mian-feature-list li {
    display: inline-block;
    margin: 0 8px 8px 0;
}
.nk-rec-jobs ul.mian-feature-list li:first-child {
    padding-left: 0;
}
.nk-rec-jobs ul.mian-feature-list li .btn {
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 0;
}
.nk-rec-jobs .view-foter-detail {
padding: 10px 20px;
background-color: #fff;
display: flex;
align-items: center;
border-top: 1px solid #e3e3e3;
text-align: center;
justify-content: space-between;
}
.nk-rec-jobs .view-foter-detail .view-foter-heading,
.nk-rec-jobs .view-foter-detail .view-foter-button {
    display: inline-block;
    position: relative;
}
.nk-rec-jobs .view-foter-detail .view-foter-heading {
   width: 33.33333333%;
flex: 0 0 auto;
display: flex;
justify-content: space-between;
}
.nk-rec-jobs .view-foter-detail .view-foter-button {
    width: 20%;
    text-align: center;
}
.nk-rec-jobs .view-foter-detail .view-foter-heading span a, .nk-rec-jobs .view-foter-detail .view-foter-heading.heading-intern span {
    color: #a3a3a3;
}
.nk-rec-jobs .view-foter-detail .view-foter-button a {
    font-size: 14px;
}
.nk-rec-jobs .view-foter-detail .view-foter-heading::before {
content: '';
position: absolute;
top: 0px;
right: 0;
width: 1px;
height: 30px;
background-color: #e3e3e3;
}
.nk-rec-jobs .view-foter-detail .view-foter-heading span .iconify {
    font-size: 16px;
    margin: -3px 5px 0 0;
    color: #E87D4B;
}
.nk-rec-jobs .view-foter-detail .view-foter-heading:first-child span .iconify {
    margin-right: 0;
}
/* nk-rec-jobs-end */
/* why-choose-start */
section.why-choose {
    background: #ffffff;
    padding: 50px 0px 0 0;
}
section.why-choose.why-choose-sec-padding {
    padding: 80px 0
}
section.why-choose.add-padding .why-choose-heading {
    padding-bottom: 0;
}
.why-choose .why-choose-content {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.why-choose .why-choose-content:last-child {
    margin-bottom: 0;
}
.why-choose .chose-img img {
    width: 100%;
}
.why-choose .why-choose-heading {
    padding: 25px 0px 0 0;
}
.why-choose .why-choose-tag i {
    font-size: 20px;
    position: relative;
    top: 6px;
    color: #E87D4B;
}
.why-choose .why-choose-tag {
    background: #ecf3ff;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 5px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.why-choose .why-choose-tag .iconify {
    font-size: 20px;
    color: #E87D4B;
}
.why-choose .choose-heading {
    margin: auto 20px;
}
.why-choose .choose-heading h4 {
    margin-bottom: 5px;
}
.why-choose .why-choose-heading h1 {
    margin-top: 5px;
}
.why-choose .why-choose-heading span {
    font-size: 20px;
    font-weight: 500;
}
.why-choose .why-choose-heading .txt {
    margin: 15px 0;
}
.why-choose .choose-heading .txt {
    margin-top: -3px;
    margin-bottom: 0;
}
.why-choose .chose-img {
    position: relative;
}
.why-choose .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    outline: 0px solid rgba(67, 133, 255, 0.25);
    animation: buyent-ripple 3s ease-in-out infinite 3s;
}
.why-choose .play-video::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    outline: 0px solid rgba(67, 133, 255, 0.25);
    animation: buyent-ripple 3s ease-in-out infinite 3s;
    animation: outer-ripple 3s ease-in-out infinite 2s;
    z-index: -1;
}
@keyframes buyent-ripple {
    0% {
        outline: 0px solid rgba(67, 133, 255, 0.25);
    }
    90% {
        outline: 30px solid rgba(67, 133, 255, 0.25);
    }
}
@keyframes outer-ripple {
    0% {
        width: 0;
        height: 0;
        outline: 30px solid rgba(67, 133, 255, 0.25);
    }
    90% {
        width: 130px;
        height: 130px;
        outline: 30px solid rgba(67, 133, 255, 0.25);
    }
}
.why-choose .play-video .iconify {
    font-size: 50px;
    color: #ffff;
}
.why-choose .play-video i{
    font-size: 70px;
    color:#E87D4B;
}
.why-choose .play-video i {
    font-size: 20px;
    color: #fff;
    background: #E87D4B;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 3.5;
    border-radius: 50%;
}
.why-choose .counter-stats {
    animation-duration: 1s;
    animation-delay: 0s;
}
.why-choose .counter-item {
    text-align: center;
    margin: 50px 0 30px 0;
    line-height: 1.4;
}
.why-choose .logo-site:hover {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 8%);
    transform: translateY(-0.25em);
}
.why-choose .logo-site {
    border: 1px solid #e3dfdf;
    text-align: center;
    padding: 30px 0px;
    height: 100px;
    margin-bottom: 20px;
    transition: 0.6s;
}
.why-choose .bestp-employee span {
    color: #E87D4B;
    font-size: 20px;
}
.why-choose .bestp-employee h2 {
    width: 56%;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.1;
}
.why-choose .bestp-employee p {
    color: #737373;
}
.why-choose .btn.btn-post-job {
    padding: 11px 55px;
}
.why-choose .bestp-employee {
    position: relative;
    top: 50px;
}
.why-choose .bg-circle-img {
    position: absolute;
    top: 0;
    left: 10%;
}
.why-choose .bg-circle-img img {
    width: 100%;
}
.why-choose.jz-theme-counter {
    padding: 0 0 50px 0;
}
section.why-choose.add-padding .why-choose-heading .why-choose-content:last-child {
    margin-bottom: 0;
}
/* why-choose-end */
/* more-than-employee-start */
.more-than-employee .bestp-employee {
    position: relative;
    margin-top: 30px;
}
.more-than-employee .bestp-employee span {
    font-size: 20px;
}
.more-than-employee .bestp-employee h1 {
    width: 85%;
    margin-top: 8px;
    margin-bottom: 10px;
}
.more-than-employee .bestp-employee h1 span {
    color: #E87D4B;
    font-size: 42px;
}
.more-than-employee .bestp-employee .txt {
    margin-bottom: 30px;
}
.more-than-employee .bestp-employee .post-btn {
    padding: 12px 40px;
}
.more-than-employee .bg-circle-img {
    position: absolute;
    top: -40px;
    left: 10%;
    transform: rotateZ(170deg);
    opacity: 0.5;
}
.more-than-employee .logo-site {
    border: 1px solid #e3dfdf;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    height: 100px;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
}
.more-than-employee .logo-site:hover {
    box-shadow: 0px 20px 32px 10px rgba(247,247,247,0.75);
    transform: translateY(-10px);
}
.more-than-employee .logo-site img {
    width: 100%;
}
/* more-than-employee-end */
/* what-client-say-start */
.what-client-say {
    padding-top: 60px;
    background-color: #f1f5f8;
}
.what-client-say .client-review-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 30px;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}
.what-client-say .client-review-box .title p {
  font-size: 14px;
}
.what-client-say .client-review-box p {
	margin-bottom: 0;
	margin-top: 10px;
}
.what-client-say .client-review-box .client-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.what-client-say .client-review-box .name {
    margin-top: 20px;
	margin-bottom: 0;
}
.what-client-say .client-review-box .title {
    font-size: 14px;
}
.what-client-say .owl-carousel-comments {
    overflow: visible;
}
.owl-carousel-comments .client-review-box img.img-responsive {
    width: 80px !important;
    height: 80px;
    object-fit: cover;
}
.owl-carousel-comments .client-review-box img.dbl-quotes {
    width: 45px !important;
    height: 45px;
}
/* .what-client-say .client-swiper .swiper-slide-prev .client-review-box .txt,
.what-client-say .client-swiper .swiper-slide-prev .client-review-box .dbl-quotes,
.what-client-say .client-swiper .swiper-slide-prev .client-review-box .tst-dots-img,
.what-client-say .client-swiper .swiper-slide-next .client-review-box .txt,
.what-client-say .client-swiper .swiper-slide-next .client-review-box .dbl-quotes,
.what-client-say .client-swiper .swiper-slide-next .client-review-box .tst-dots-img {
    display: none;
} */
.what-client-say .owl-carousel-comments .owl-item.active.center .client-review-box {
    background-color: #ffff;
	border: 1px solid #f0f0f0;
	box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
}

/* .what-client-say .owl-carousel-comments .swiper-pagination-bullets {
    bottom: -10px;
}
.what-client-say .owl-carousel-comments .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 6px;
    border-radius: 25px;
} */
/* what-client-say-end */
/* client-logo-section-start */
.client-logo-section {
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0;
}
.client-logo-section .owl-carousel-brands .client-logo-box {
    text-align: center;
}
.client-logo-section .owl-carousel-brands .client-logo-box .client-logo-img {
    filter: grayscale(1);
    transition: 0.5s ease-in-out;
}
.client-logo-section .owl-carousel-brands .client-logo-box .client-logo-img:hover {
    filter: grayscale(0);
}
/* client-logo-section-end */
/* ftrd-candidates-start */

.nk-ftrd-candidates-testimonial.nk-ftrd-candidates::before {
    content: none;
}
.nk-ftrd-candidates-testimonial.nk-ftrd-candidates {
    padding-top: 60px;
}
.nk-ftrd-candidates-testimonial .main-theme-heading {
    /* align-items: flex-start; */
}
.nk-ftrd-candidates-testimonial .main-theme-heading .main-heading {
    padding-left: 12px;
}
.nk-ftrd-candidates-testimonial .main-theme-heading .main-heading .iconify {
    left: -12px;
}
.nk-ftrd-candidates-testimonial .ftrd-cand-swiper {
    overflow: visible;
}
.nk-ftrd-candidates-testimonial .ftrd-cand-swiper .swiper-button-prev,
.nk-ftrd-candidates-testimonial .ftrd-cand-swiper .swiper-button-next {
    top: -74px;
    filter: invert(35%) sepia(14%) saturate(1262%) hue-rotate(180deg) brightness(91%) contrast(88%);
}
.nk-ftrd-candidates-testimonial .ftrd-cand-swiper .swiper-button-prev {
    content: url('https://api.iconify.design/bi/arrow-left.svg');
    background-image: none;
    width: 22px;
    height: 22px;
    left: unset;
    right: 30px;
}
.nk-ftrd-candidates-testimonial .ftrd-cand-swiper .swiper-button-next {
    content: url('https://api.iconify.design/bi/arrow-right.svg');
    background-image: none;
    width: 22px;
    height: 22px;
    right: 0;
}
/* ftrd-candidates-end */
/* get-touch-scnd-section-start */
.get-touch-section.get-touch-scnd-section {
    background-color: #ffff;
    padding: 0;
}
.get-touch-scnd-section .trending-keyword {
    padding: 30px;
    box-shadow: 0px 10px 40px 0px rgb(72 187 120 / 15%);
    margin-bottom: -100px;
    background-color: #ffff;
}
.get-touch-scnd-section .main-theme-heading {
    width: 700px;
}
.get-touch-scnd-section .trending-keyword .form-group a {
    display: inline-block;
}
/* get-touch-scnd-section-end */
/* nk-hero-rec-jobs-start */

.nk-hero-rec-jobs .hero-cont-area {
    width: 100%;
    padding: 140px 0 0 0;
    display: block;
    margin-bottom: 60px;
}

.nk-hero-rec-jobs .hero-meta-box .main-heading,
.nk-hero-rec-jobs .hero-meta-box .txt {
    width: 100%;
}
.nk-hero-rec-jobs .hero-cont-area .form-group .select2-container--default .select2-selection--single {
    width: auto;
}
.nk-hero-rec-jobs .rec-job-main-box {
    position: relative;
    background-color: #ffff;
    padding: 20px;
    margin-top: 60px;
    border-radius: 4px;
    height: 730px;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
}
.nk-hero-rec-jobs .rec-job-main-box .sincere-section-main {
    height: 580px;
    overflow: auto;
}
.nk-hero-rec-jobs .rec-job-main-box .title {
    margin-bottom: 15px;
}
.nk-hero-rec-jobs .rec-job-main-box .title .iconify {
    margin-top: -3px;
    color: #E87D4B;
	display: none;
}
.nk-hero-rec-jobs .sincere-section {
    border: 1px solid #C9DCFE;
    border-radius: 4px;
    margin-bottom: 30px;
}
.nk-rec-jobs.nk-hero-rec-jobs .sincere-section:hover {
    transform: translateY(0);
}
.nk-hero-rec-jobs .view-foter-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F9FDFF;
    border-top: 1px solid #C9DCFE;
    border-radius: 0px 0px 4px 4px;
}
.nk-hero-rec-jobs .arts-heading p {
    margin-bottom: 0;
    font-size: 14px;
}
.nk-hero-rec-jobs .view-foter-detail .view-foter-heading,
.nk-hero-rec-jobs .view-foter-detail .view-foter-button {
    width: auto;
}
.nk-hero-rec-jobs .view-foter-detail .view-foter-heading::before {
    content: none;
}
.nk-hero-rec-jobs .view-foter-detail .view-foter-heading:first-child span .iconify {
    margin-right: 5px;
}
.nk-hero-rec-jobs .view-foter-detail .view-foter-heading span,
.nk-job-search-section.nk-rec-jobs .view-foter-detail .view-foter-heading span a {
    color: #475979;
}
.nk-hero-rec-jobs .rec-job-main-box .popular-btn-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding-right: 20px;
}
.nk-hero-rec-jobs .rec-job-main-box .popular-btn-box .popular-job-btn {
    display: block;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding: 13px 50px;
}
#ascrail2010101 {
    opacity: 1 !important;
}
#ascrail2010101 .nicescroll-cursors {
    background-color: #EBF2FE !important;
}
/* nk-hero-rec-jobs-end */
/* client-secnd-logo-section-start */
.client-secnd-logo-section {
    padding: 30px 0;
    border-bottom: none;
}
.client-secnd-logo-section .client-secnd-logo-swiper .client-logo-box {
    text-align: center;
}
.client-secnd-logo-section .client-secnd-logo-swiper .client-logo-box .client-logo-img {
    filter: grayscale(1);
    transition: 0.5s ease-in-out;
}
.client-secnd-logo-section .client-secnd-logo-swiper .client-logo-box .client-logo-img:hover {
    filter: grayscale(0);
    transition: 0.5s ease-in-out;
}
/* client-secnd-logo-section-end */
/* trending-keywords-section-start */
.trending-keywords-section {
    padding: 80px 0 50px 0; 
    background-color: #F3FBFF;  
}
.trending-keywords-section.trd-kwrd-custom-change {
    background-color: #F1F5F8;
}
.trending-keywords-section::before {
    content: none;
}
.trending-keywords-section .trending-keyword {
    margin-top: 0;
}
.trending-keywords-section .trd-keyword-list ul {
    margin: 0;
    text-align: left;
    width: 100%;
}

.nk-career-hero  img {
  position: absolute;
  top: 14%;
  right: 135px;
}

/* trending-keywords-section-end */
/* nk-career-hero-start */
.nk-career-hero {
    position: relative;
	height: 845px;
}
.nk-career-hero .shape-small-img {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
}
.nk-career-hero .shape-big-img {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: -1;
}
.nk-career-hero .nk-career-main-img {
    position: absolute;
    bottom: 0;
    right: 2%;
}
.nk-career-hero .hero-content-main {
    padding-top: 215px;
    position: relative;
}
.nk-career-hero .hero-content-main .title {
    font-weight: normal;
    font-size: 22px;
    color: #010101;
}
.nk-career-hero .hero-content-main .title span {
    color: #E87D4B;
}
.nk-career-hero .hero-content-main .main-heading {
font-size: 54px;
margin: 5px 0 20px 0;
font-weight: 900;
letter-spacing: .9px;
line-height: 1.3;
}

.nk-career-hero  .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #475979;
  line-height: 50px;
  font-size: 15px;
	padding-left: 0;
padding-right: 0;
}

.nk-career-hero .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 #888;
  width: 10px;
  height: 10px;
  border-width: 0px 0px 1px 1px;
  transform: rotate(-45deg);
  top: 70%;
}

.nk-career-hero .hero-content-main .txt {
   margin-bottom: 30px;
font-size: 18px;
}
.nk-career-hero .hero-content-main .srh-job-box .srh-job {
    display: inline-block;
}
.nk-white-bg-header.nk-latest-header .burger-menu {
    top: 38px;
} 
/* nk-career-hero-end */
/* top-hiring-emp-secnd-start */
.top-hiring-emp {
    padding-top: 60px;
}
.top-hiring-emp-secnd .emp-box {
    padding: 0;
    background-color: transparent;
}
.top-hiring-emp-secnd .emp-box:hover {
    background-color: transparent;
    box-shadow: none;
}
/* top-hiring-emp-secnd-end */
/* nk-new-ftrd-candidates-start */
.nk-new-ftrd-candidates {
    padding: 80px 0 50px 0;
}
.nk-new-ftrd-candidates.nk-custom-ftrd-candidates {
    padding: 60px 0 80px 0;
    background-color: #ffff;
}
.nk-new-ftrd-candidates.remove-padding {
    padding-top: 0;
} 
.nk-new-ftrd-candidates .nk-cand-main-card {
    background-color: #ffff;
    margin-bottom: 30px;
}
.nk-new-ftrd-candidates .cand-dtl-box {
    padding: 20px 20px 10px 20px;
    border: 1px solid #F1F5F8;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    position: relative;
    transition: 0.5s ease-in-out;
}
.nk-new-ftrd-candidates .cand-dtl-box:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.nk-new-ftrd-candidates .cand-dtl-box .prf-dtl-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.nk-new-ftrd-candidates .cand-dtl-box .prf-dtl-box .meta-box {
    margin-left: 15px;
}
.nk-new-ftrd-candidates .cand-dtl-box .prf-dtl-box .meta-box span {
    font-weight: 400;
    font-size: 14px;
}
.nk-new-ftrd-candidates .cand-dtl-box .services-links ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
}
.nk-new-ftrd-candidates .cand-dtl-box .services-links ul li a {
    display: block;
    padding: 4px 12px;
    border: 1px solid #F1F5F8;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #475979;
    transition: 0.3s ease-in-out;
}
.nk-new-ftrd-candidates .cand-dtl-box .services-links ul li a:hover {
    background-color: #E87D4B;
    border: 1px solid #E87D4B;
    color: #ffff;
}
.nk-new-ftrd-candidates .cand-dtl-box .services-links ul li:last-child {
    margin-right: 0;
}
.nk-new-ftrd-candidates .cand-dtl-box .ftrd-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 2px 6px;
    font-size: 10px;
    color: #C11111;
    background: rgba(193, 17, 17, 0.1);
    border-radius: 4px;
}
.nk-new-ftrd-candidates .cand-loc-box {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    background-color: #F1F5F8;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nk-new-ftrd-candidates .cand-loc-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nk-new-ftrd-candidates .cand-loc-box .iconify {
    margin-right: 5px;
    color: #E87D4B;
}
.nk-new-ftrd-candidates .cand-prf-btn-box {
    padding: 20px;
    border: 1px solid #F1F5F8;
    border-top: none;
    display: flex;
    align-items: center;
    border-radius: 0 0 4px 4px;
}
.nk-new-ftrd-candidates .cand-prf-btn-box .prf-btn {
    padding: 8px 48px;
    background-color: #ffff;
    border: 1px solid #E87D4B;
    border-radius: 4px;
    font-size: 14px;
    color: #475979;
    display: inline-block;
    margin-right: 20px;
    transition: 0.3s ease-in-out;
}
.nk-new-ftrd-candidates .cand-prf-btn-box .fvrt-btn {
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E87D4B;
    border-radius: 4px;
    background-color: #ffff;
    color: #475979;
    transition: 0.3s ease-in-out;
}
.nk-new-ftrd-candidates .cand-prf-btn-box .prf-btn:hover,
.nk-new-ftrd-candidates .cand-prf-btn-box .fvrt-btn:hover {
    background-color: #E87D4B;
    border: 1px solid #E87D4B;
    color: #ffff;
}
/* nk-new-ftrd-candidates-end */
/* nk-exp-categories-start */
.nk-exp-categories {
    overflow: hidden;
    padding-top: 60px;
}
.nk-exp-categories .categories-swiper,
.nk-exp-categories .categories-swiper .swiper-container {
    overflow: visible;
}
.nk-exp-categories .categories-swiper .swiper-button-prev,
.nk-exp-categories .categories-swiper .swiper-button-next {
    top: -74px;
    filter: invert(35%) sepia(14%) saturate(1262%) hue-rotate(180deg) brightness(91%) contrast(88%);
}
.nk-exp-categories .categories-swiper .swiper-button-prev {
    content: url('https://api.iconify.design/fa6-solid/arrow-left-long.svg');
    background-image: none;
    width: 22px;
    height: 22px;
    left: unset;
    right: 30px;
}
.nk-exp-categories .categories-swiper .swiper-button-next {
    content: url('https://api.iconify.design/fa6-solid/arrow-right-long.svg');
    background-image: none;
    width: 22px;
    height: 22px;
    right: 0;
}
.nk-exp-categories .ctg-type-box {
	padding: 30px;
	background-color: #ffff;
	border-radius: 3px;
	position: relative;
	height: 175px;
	overflow: hidden;
	box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
	border: 1px solid #f0f0f0;
	margin-bottom: 30px;
}
.nk-exp-categories .ctg-type-box span {
    font-size: 14px;
    color: #475979;
}
.nk-exp-categories .ctg-type-box .ctg-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.nk-exp-categories .ctg-type-box .get-detail {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.nk-exp-categories .ctg-type-box .get-detail .iconify {
    color: #ffff;
    font-size: 24px;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.nk-exp-categories .ctg-type-box .goto-circle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 3px;
    opacity: 0;
    border-radius: 50%;
    /* background-color: #E87D4B; */
    transition: 0.5s ease-in-out;
}
.nk-exp-categories .ctg-type-box:hover .goto-circle {
    transform: scale(50);
    opacity: 1;
}
.nk-exp-categories .ctg-type-box:hover .get-detail .iconify {
    opacity: 1;
}

.nk-exp-categories .ctg-type-box .ctg-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}
.nk-exp-categories .swiper-slide:nth-child(4n+1) .ctg-type-box .ctg-icon .iconify {
    color: #0DB2FF;
}
.nk-exp-categories .swiper-slide:nth-child(4n+2) .ctg-type-box .ctg-icon .iconify {
    color: #48CB00;
}
.nk-exp-categories .swiper-slide:nth-child(4n+3) .ctg-type-box .ctg-icon .iconify {
    color: #F4A500;
}
.nk-exp-categories .swiper-slide:nth-child(4n+4) .ctg-type-box .ctg-icon .iconify {
    color: #FF5E07;
}




/* nk-exp-categories-end */
/* nk-menu-breadcrumb-start */
.nk-menu-breadcrumb {
    background-color: #010101;
    padding: 8px 0;
}
.nk-menu-breadcrumb .breadcrumb {
    margin-bottom: 0;
}
.nk-menu-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #ffff;
    font-size: 14px;
    font-weight: 400;
}
.nk-menu-breadcrumb .breadcrumb .breadcrumb-item {
    position: relative;
    padding-right: 44px;
}
.nk-menu-breadcrumb .breadcrumb .breadcrumb-item::before {
    content: none;
}
.nk-menu-breadcrumb .breadcrumb .breadcrumb-item::after {
    content: url('https://api.iconify.design/akar-icons/chevron-right.svg?color=white');
    position: absolute;
    top: 3px;
    right: 10px;
}
.nk-menu-breadcrumb .breadcrumb .breadcrumb-item:last-child::after {
    content: none;
}
.nk-menu-breadcrumb .breadcrumb .breadcrumb-item.active {
    font-weight: 500;
    font-size: 16px;
    color: #ffff;
}
/* nk-menu-breadcrumb-end */
/* nk-best-mission-start */
.nk-best-mission {
    padding: 80px 0;
}
.nk-best-mission .about-main-heading {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}
.nk-best-mission .about-main-heading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 891px;
    height: 204px;
    transform: translate(-50%, -50%);
    background-image:url(../../../images/imgs/about-hero-bg.png);
    background-repeat: no-repeat;
}
.nk-best-mission .about-main-heading .title {
    font-weight: 600;
    font-size: 42px;
    color: #475979;
}
.nk-best-mission .about-main-heading .txt {
    width: 570px;
    margin: 0 auto;
}
.nk-best-mission .mission-gallery .small-img-box {
    width: 299px;
    height: 124px;
}
.nk-best-mission .mission-gallery .small-img-box.small-1 {
    margin: 50px 0 30px 0; 
    float: right;
}
.nk-best-mission .mission-gallery .large-img-box {
    width: 100%;
    height: 224px;
}
.nk-best-mission .mission-gallery .large-img-box.large-2 {
    margin: 70px 0 30px 0;
}
.nk-best-mission .mission-gallery .small-img-box img,
.nk-best-mission .mission-gallery .large-img-box img,
.nk-best-mission .mission-gallery .xl-large-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.nk-best-mission .mission-gallery .xl-large-img-box {
    width: 100%;
    height: 500px;
    margin-bottom: 80px;
}
.nk-best-mission .rating-items {
    text-align: center;
}
.nk-best-mission .rating-items h5 {
    font-weight: 600;
    font-size: 22px;
    color: #E87D4B;
}
.nk-best-mission .rating-items span {
    font-size: 14px;
    color: #475979;
}
/* nk-best-mission-end */
/* nk-choose-second-start */
.why-choose.nk-choose-second {
    padding: 80px 0;
    background-color: #F1F5F8;
}
.why-choose.nk-choose-second .why-choose-heading span {
    color: #475979;
}
.why-choose.nk-choose-second .why-choose-tag {
    background: #ffff;
}
.why-choose.nk-choose-second .why-choose-heading {
    padding: 25px 0px 0 0;
}
/* nk-choose-second-end */
/* find-dream-career-start */
.find-dream-career {
    padding: 80px 0 80px;
}
.find-dream-career .main-content {
    text-align: center;
}
.find-dream-career .main-content .title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.find-dream-career .main-content .title span {

}
.find-dream-career .main-content .heading {
margin: 0 0 20px;
color: #fff;
text-transform: capitalize;
line-height: 1.5;
}
.find-dream-career .main-content .txt {
width: 45%;
margin: 0 auto;
  margin-bottom: 0px;
margin-bottom: 0;
margin-bottom: 40px;
/* font-size: 18px; */
color: #fff;
line-height: 1.5em;
/* font-weight: 700; */
}
.find-dream-career .main-content .find-job-btn-box {
    display: inline-block;
}
.find-dream-career .main-content .find-job-btn-box .find-job-btn {
    padding: 12px 24px;
	margin-right: 20px;
}
.latest-theme-btn.find-job-btn.btn-second
{
	/* background-color: #fff; */
color: #010101;
}
/* find-dream-career-end */
/* nk-search-cand-section-start */
.nk-search-cand-section {
    padding: 30px 0;
    background-color: #F1F5F8;
}
.nk-search-cand-section .search-cont-main .main-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.nk-search-cand-section .form-group.srh-bar {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    list-style: none;
}
.nk-search-cand-section .form-group .input-srh,
.nk-search-cand-section .form-group .select-main-box,
.nk-search-cand-section .form-group .srh-btn-box {
    display: inline-block;
    margin-right: 20px;
}
.nk-search-cand-section .form-group .input-srh {
    position: relative;
    width: calc(100% - 801px);
}
.nk-search-cand-section .form-group .input-srh .iconify {
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 24px;
    color: #475979;
}
.nk-search-cand-section .form-group .input-srh input {
    width: 100%;
    height: 50px;
    padding: 14px 0 14px 48px;
    background-color: #ffff;
    border: 1px solid rgba(67, 133, 255, 0.2);
    border-radius: 4px;
}
.nk-search-cand-section .form-group .input-srh input:focus-visible {
    outline: none;
}
.nk-search-cand-section .form-group .select-main-box {
    width: 200px;
}
.nk-search-cand-section .form-group .select-main-box .select2-container {
    width: 100% !important;
    height: 50px;
}
.nk-search-cand-section .form-group .select-main-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    color: #475979;
    padding-left: 14px;
}
.nk-search-cand-section .form-group .select-main-box .select2-container .select2-selection--single {
    height: 50px;
    border: 1px solid rgba(67, 133, 255, 0.2);
    border-radius: 4px;
}
.nk-search-cand-section .form-group .select-main-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    height: 50px;
    right: 14px;
}
.nk-search-cand-section .form-group .select-main-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #475979 #475979;
    width: 10px;
    height: 10px;
    border-width: 0px 0px 1px 1px;
    transform: rotate(-45deg);
    top: 40%;
}
.nk-search-cand-section .form-group .select-main-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #475979 #475979 transparent transparent;
    border-width: 1px 1px 0px 0px;
    top: 50%;
}
.nk-search-cand-section .form-group .srh-btn-box {
    margin-right: 0;
}
.nk-search-cand-section .form-group .srh-btn-box .submit-button {
    font-size: 14px;
    color: #475979;
    background-color: #D9E7FF;
    border: 1px solid #D9E7FF;
    border-radius: 4px;
    padding: 14px 20px;
    width: 120px;
    display: flex;
    justify-content: center;
}
.nk-search-cand-section .form-group .srh-btn-box .submit-button .iconify {
    font-size: 18px;
    margin-right: 5px;
    margin-top: 3px;
}
.nk-search-cand-section .trending-keywords {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nk-search-cand-section .trending-keywords .keyword-box {
    display: flex;
    align-items: center;
}
.nk-search-cand-section .trending-keywords .keyword-box ul li {
    display: inline-block;
    margin-right: 15px;
}
.nk-search-cand-section .trending-keywords .keyword-box ul li:last-child {
    margin-right: 0;
}
.nk-search-cand-section .trending-keywords .keyword-box h6 {
    font-style: italic;
    font-size: 12px;
}
.nk-search-cand-section .trending-keywords .keyword-box ul li a {
    padding: 8px 20px;
    background-color: #ffff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #475979;
    display: block;
    transition: 0.5s ease-in-out;
}
.nk-search-cand-section .trending-keywords .keyword-box ul li a:hover {
    background-color: #E87D4B;
    color: #ffff;
}
.nk-search-cand-section .trending-keywords .advance-srh-box {
    width: 142px;
}
.nk-search-cand-section .trending-keywords .advance-srh-box a {
    font-size: 14px;
    color: #475979;
    text-decoration: underline;
}
.nk-search-cand-section .trending-keywords .advance-srh-box a .iconify {
    font-size: 20px;
    margin-right: 6px;
}
.nk-search-cand-section .search-cont-main .selection-main-group {
    margin-bottom: 20px;
    display: none;
}
.nk-search-cand-section .selection-main-group .select-cand-box.select-main-box {
    width: 209px;
    margin-right: 15px;
}
.nk-search-cand-section .selection-main-group .select-cand-box.select-main-box.slt-extra-width {
    width: calc(100% - 914px);
}
.nk-search-cand-section .selection-main-group .select-cand-box.select-main-box:last-child {
    margin-right: 0;
}
/* nk-search-cand-section-end */
/* nk-add-custom-candidates-start */
.nk-ftrd-candidates.nk-add-custom-candidates {
    background-color: #ffff;
    padding: 60px 0 80px 0;
}
.nk-ftrd-candidates.nk-add-custom-candidates .ft-cand-main-box {
    transition: 0.5s ease-in-out;
}
.nk-ftrd-candidates.nk-add-custom-candidates .ft-cand-main-box:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.nk-ftrd-candidates.nk-add-custom-candidates .ft-cand-main-box .about-box {
    border: 1px solid #e3e3e3;
    border-bottom: none;
}
.nk-custom-pagination {
    margin-top: 30px;
    justify-content: center;
}
.nk-custom-pagination.pagination.align-center {
    float: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nk-custom-pagination .page-item .page-numbers.prev,
.nk-custom-pagination .page-item .page-numbers.next {
    width: 80px;
}
.nk-custom-pagination .page-item .page-numbers {
   
    border: none;
    border-radius: none;
    padding: 8px 16px;
    text-align: center;
    margin-left: 15px;
    color: #E87D4B;
    background-color: #ffff;
    border: 1px solid #C9DCFE;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}
.nk-custom-pagination .page-item .page-numbers:focus {
    box-shadow: none;
}
.nk-custom-pagination .page-item .page-numbers.current {
    color: #ffff;
    background-color: #E87D4B;
    border: 1px solid #E87D4B;
    border-radius: 4px;
}
.nk-custom-pagination .page-item .page-numbers:hover {
    color: #ffff;
    background-color: #E87D4B;
    border: 1px solid #E87D4B;
}
.nk-custom-pagination .page-item .page-numbers.prev,
.nk-custom-pagination .page-item .page-numbers.next {
    color: #E87D4B;
    border: 1px solid #C9DCFE;
    border-radius: 4px;
}
.nk-custom-pagination .page-item .page-numbers.prev {
    margin-left: 0;
}
.nk-custom-pagination .page-item .page-numbers.prev:hover,
.nk-custom-pagination .page-item .page-numbers.next:hover {
    color: #ffff;
    border: 1px solid #E87D4B;
}
/* nk-add-custom-candidates-end */
/* nk-cand-search-with-filter-start */
.nk-cand-search-with-filter {
    padding: 90px 0;
    background-color: #ffff;
}
.nk-cand-search-with-filter.nk-ftrd-candidates::before {
    content: none;
}
.nk-cand-search-with-filter .pr-main-heading {
    margin-bottom: 20px;
}
.nk-cand-search-with-filter .md-side-bar {
    background-color: #F1F5F8;
    border-radius: 5px;
    padding:25px;
}
.nk-cand-search-with-filter .md-side-bar .filter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
} 
.nk-cand-search-with-filter .md-side-bar .filter-box h3 {
    font-size: 20px;
    line-height: 30px;
    color: #010101;
}
.nk-cand-search-with-filter .md-side-bar .filter-box span {
    font-size: 14px;
    line-height: 21px;
    color: #E87D4B;
}
.nk-cand-search-with-filter .md-side-bar .accordion .submit-all-form {
    width: 100%;
    margin-bottom: 20px;
}
.nk-cand-search-with-filter .md-side-bar .search-box {
    position: relative;
    margin-bottom: 20px;
}
.nk-cand-search-with-filter .md-side-bar .search-box input {
    height: 50px;
    background-color: #ffff;
    border: none;
    width: 100%;
    padding: 5px 15px;
    border-radius: 4px;
}
.nk-cand-search-with-filter .md-side-bar .search-box input:focus-visible {
    outline: none;
}
.nk-cand-search-with-filter .md-side-bar .search-box input::placeholder {
    line-height: 30px;
    color: #475979;
    opacity: 1;
    font-size: 14px;
}
.nk-cand-search-with-filter .md-side-bar .search-box .srh-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 8px 14px;
    background-color: #E87D4B;
    border: 0;
    border-radius: 4px;
}
.nk-cand-search-with-filter .md-side-bar .search-box .srh-btn:hover {
    border: 0;
}
.nk-cand-search-with-filter .md-side-bar .search-box .search-icon {
    font-size: 24px;
    color: #ffff;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-button {
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #475979;
    border-radius: 4px;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-body {
    padding: 0 15px 15px 15px;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-body .srh-categry {
    margin-top: 15px;
    padding: 8px 16px;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item {
    border-radius: 4px;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: unset;
    background-color: #ffff;
    color: #010101;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2010101/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    filter: invert(32%) sepia(31%) saturate(534%) hue-rotate(179deg) brightness(97%) contrast(91%);
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-button::after {
    filter: invert(32%) sepia(31%) saturate(534%) hue-rotate(179deg) brightness(97%) contrast(91%);
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-body .fltr-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-body ul li {
    margin-bottom: 10px;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-body ul li.show-more .show_next:hover {
    color: #E87D4B;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-body ul li:last-child {
    margin-bottom: 0px;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-body ul li .search-box {
    margin-bottom: 0;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-body ul li .search-box input {
    background-color: #F1F5F8;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-body .fltr-list .left-meta {
    display: flex;
    align-items: center;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-body .fltr-list .left-meta .pretty {
    margin-right: 5px;
}
.nk-cand-search-with-filter .md-side-bar .left-meta .pretty input:checked ~ .state.p-warning label::after {
    background-color: #167EE6 !important;
}
.nk-cand-search-with-filter .md-side-bar .left-meta .pretty.p-icon .state .iconify {
    font-size: 12px !important;
    left: 3px;
    top: 2px;
    position: absolute;
    color: #fff;
    z-index: 1;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-body .fltr-list .left-meta span,
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-body .fltr-list .right-meta span {
    font-size: 16px;
    color: #475979;
}
.nk-cand-search-with-filter .md-side-bar .accordion .accordion-item .accordion-body .fltr-list .left-meta span {
    margin-left: 5px;
}
.nk-cand-search-with-filter .md-side-bar .accordion-item .accordion-body .panel-collapse {
    height: 100px;
    margin-top: 20px;
}
.nk-cand-search-with-filter .md-side-bar .accordion-item .accordion-body .extra-controls input.form-control {
    width: 47%;
    float: left;
    margin-right: 17px;
    border: 1px solid rgba(32, 32, 32, 0.1);
    border-radius: 2px;
    text-align: center;
    color: #383838;
}
.nk-cand-search-with-filter .md-side-bar .accordion-item .accordion-body .extra-controls input.form-control:focus {
    box-shadow: none;
}
.nk-cand-search-with-filter .md-side-bar .accordion-item .accordion-body .extra-controls {
    position: relative;
}
.nk-cand-search-with-filter .md-side-bar .accordion-item .accordion-body .extra-controls::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 49.2%;
    width: 5px;
    height: 1px;
    background-color: #666666;
}
.nk-cand-search-with-filter .md-side-bar .accordion-item .accordion-body .panel-collapse .range-slider {
    padding-top: 50px;   
}
.nk-cand-search-with-filter .md-side-bar .accordion-item .accordion-body .extra-controls input.form-control:last-child {
    margin-right: 0;
}
.nk-cand-search-with-filter .top-result-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.nk-cand-search-with-filter .top-result-bar .left-cont p {
   margin-bottom: 0;
font-size: 20px;
color: #010101;
font-weight: 500;
}
.nk-cand-search-with-filter .top-result-bar .left-cont p span {
    color: #E87D4B;
}
.nk-cand-search-with-filter .top-result-bar .right-cont {
    display: flex;
    align-items: center;
}
.nk-cand-search-with-filter .top-result-bar .right-cont .select2-container,
.nk-cand-search-with-filter .top-result-bar .right-cont .select2-container .select2-selection--single {
    width: 200px;
    height: 40px;
    background-color: #F1F5F8;
    border: none;
    border-radius: 4px;
}
.nk-cand-search-with-filter .top-result-bar .right-cont .select2-container {
    width: 200px !important;
}
.nk-cand-search-with-filter .top-result-bar .right-cont .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #475979;
    padding-left: 20px;
}
.nk-cand-search-with-filter .top-result-bar .right-cont .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: 0px;
    right: 10px;
}
.nk-cand-search-with-filter .top-result-bar .right-cont .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #475979 transparent transparent transparent;
}
.nk-cand-search-with-filter .top-result-bar .right-cont .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #475979 transparent;
}
.nk-cand-search-with-filter .top-result-bar .right-cont .icon {
    width: 40px;
    height: 40px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}
.nk-cand-search-with-filter .top-result-bar .right-cont .icon:hover {
    background-color: #167EE6;
} 
.nk-cand-search-with-filter .top-result-bar .right-cont .icon .iconify {
    font-size: 24px;
    color: #383838;
}
.nk-cand-search-with-filter .top-result-bar .right-cont .icon:hover .iconify {
    color: #ffff;
}
.nk-cand-search-with-filter .top-result-bar .right-cont .icon.active {
    background-color: #167EE6;
}
.nk-cand-search-with-filter .top-result-bar .right-cont .icon.active .iconify {
    color: #ffff;
}
.nk-cand-search-with-filter .nk-custom-pagination {
    justify-content: flex-end;
}
.nk-cand-search-with-filter.get-touch-section .trending-keyword {
    padding: 20px;
    background-color: #F1F5F8;
    margin-bottom: 30px;
    border-radius: 4px;
}
.nk-cand-search-with-filter.get-touch-section .main-theme-heading {
    width: calc(100% - 120px);
}
.nk-cand-search-with-filter.get-touch-section .main-theme-heading .main-heading {
    font-size: 26px;
    margin-bottom: 0;
}
.nk-cand-search-with-filter .md-side-bar .select2-container {
    width: 100% !important;
    margin-bottom: 15px;
}
.nk-cand-search-with-filter .md-side-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
    line-height: 38px;
}
.nk-cand-search-with-filter .md-side-bar .select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
}
.nk-cand-search-with-filter .md-side-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 12px;
}
.nk-cand-search-with-filter .md-side-bar .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 #888;
    width: 10px;
    height: 10px;
    border-width: 0px 0px 1px 1px;
    transform: rotate(-45deg);
    top: 40%;
}
.nk-cand-search-with-filter .md-side-bar .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #888 #888 transparent transparent;
    border-width: 1px 1px 0px 0px;
    top: 50%;
}
/* nk-cand-search-with-filter-end */
/* nk-srh-list-filter-start */
.nk-srh-list-filter .cand-srh-list-main-box {
    border: 1px solid #F1F5F8;
    background-color: #ffff;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
}
.nk-srh-list-filter .cand-srh-list-main-box:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.nk-srh-list-filter .cand-srh-list-main-box .ftrd-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 2px 6px;
    font-size: 10px;
    color: #C11111;
    background: rgba(193, 17, 17, 0.1);
    border-radius: 4px;
}
.nk-srh-list-filter .cand-srh-list-main-box .detail-box {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 10px 20px;
    align-items: flex-end;
}
.nk-srh-list-filter .detail-box .prf-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.nk-srh-list-filter .detail-box .prf-box .name-box {
    margin-left: 15px;
}
.nk-srh-list-filter .detail-box .prf-box .name-box h6 {
    font-size: 16px;
    font-weight: 600;
}
.nk-srh-list-filter .detail-box .prf-box .name-box span {
    font-size: 14px;
    color: #475979;
}
.nk-srh-list-filter .detail-box .prf-favourite {
    display: flex;
    min-width: 237px;
    margin-bottom: 10px;
}
.nk-srh-list-filter .detail-box .prf-favourite .prf-btn {
    padding: 8px 48px;
    background-color: #ffff;
    border: 1px solid #E87D4B;
    border-radius: 4px;
    font-size: 14px;
    color: #475979;
    display: inline-block;
    margin-right: 20px;
    transition: 0.3s ease-in-out;
}
.nk-srh-list-filter .detail-box .prf-favourite .fav-btn {
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E87D4B;
    border-radius: 4px;
    background-color: #ffff;
    color: #475979;
    transition: 0.3s ease-in-out;
}
.nk-srh-list-filter .detail-box .prf-favourite .prf-btn:hover,
.nk-srh-list-filter .detail-box .prf-favourite .fav-btn:hover {
    background-color: #E87D4B;
    border: 1px solid #E87D4B;
    color: #ffff;
}
.nk-srh-list-filter .cand-srh-list-main-box .extra-links ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.nk-srh-list-filter .cand-srh-list-main-box .extra-links ul li a {
    padding: 4px 12px;
    background-color: #ffff;
    border: 1px solid #F1F5F8;
    border-radius: 4px;
    font-size: 12px;
    color: #475979;
    display: block;
    transition: 0.5s ease-in-out;
}
.nk-srh-list-filter .cand-srh-list-main-box .extra-links ul li a:hover {
    color: #ffff;
    background-color: #E87D4B;
    border: 1px solid #E87D4B;
}
.nk-srh-list-filter .cand-srh-list-main-box .botm-dtl-box {
    padding: 13px 20px;
    background-color: #F8FAFB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nk-srh-list-filter .cand-srh-list-main-box .botm-dtl-box .left-meta ul li {
    display: inline-block;
    line-height: 20px;
}
.nk-srh-list-filter .cand-srh-list-main-box .botm-dtl-box .left-meta ul li:first-child {
    padding-right: 15px;
    margin-right: 12px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.nk-srh-list-filter .botm-dtl-box .left-meta ul li .list-item .iconify {
    font-size: 14px;
    color: #E87D4B;
    margin-right: 5px;
}
.nk-srh-list-filter .botm-dtl-box .left-meta ul li .list-item span {
    font-size: 14px;
    color: #475979;
}
.nk-srh-list-filter .botm-dtl-box .right-meta span {
    font-size: 14px;
    color: #475979;
}
.nk-srh-list-filter .botm-dtl-box .right-meta span small {
    font-size: 14px;
    color: #E87D4B;
    margin-right: 5px;
}
/* nk-srh-list-filter-end */
/* nk-hero-detail-banner-start */
.nk-hero-detail-banner {
    padding: 110px  0 0;
	background: #f6f6f6;
}
.nk-cand-detail-banner {
    height: 200px;
}
/* nk-hero-detail-banner-end */
/* nk-candidate-detail-section-start */
.nk-candidate-detail-section {
    margin-top: -75px;
    padding-bottom: 40px;
}
.nk-candidate-detail-section .profile-main-box {
    position: relative;
    padding: 30px;
    background-color: #ffff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.05);
}
.nk-candidate-detail-section .profile-main-box .left-cont {
    display: flex;
    align-items: center;
}
.nk-candidate-detail-section .profile-main-box .left-cont .prf-dtl {
    margin-left: 15px;
}
.nk-candidate-detail-section .profile-main-box .left-cont .prf-dtl span,
.nk-candidate-detail-section .profile-main-box .left-cont .prf-dtl small {
    font-size: 14px;
    color: #475979;
}
.nk-candidate-detail-section .profile-main-box .left-cont .prf-dtl span .iconify {
    margin-right: 5px;
    margin-top: -4px;
}
.nk-candidate-detail-section .profile-main-box .right-cont {
    text-align: right;
}
.nk-candidate-detail-section .profile-main-box .ftrd-tag {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #C11111;
    background: rgba(193, 17, 17, 0.1);
    border-radius: 4px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.nk-candidate-detail-section .profile-main-box .right-cont .prf-favourite {
    display: flex;
    margin-top: 30px;
}
.nk-candidate-detail-section .profile-main-box .right-cont .prf-favourite .prf-btn {
    padding: 8px 48px;
    /* background-color: #E87D4B; */
    /* border: 1px solid #E87D4B; */
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.nk-candidate-detail-section .profile-main-box .right-cont .prf-favourite .prf-btn .iconify {
    color: #fff;
    margin-right: 5px;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}
.nk-candidate-detail-section .profile-main-box .right-cont .prf-favourite .prf-btn:hover .iconify {
    color: #ffff;
}
.nk-candidate-detail-section .profile-main-box .right-cont .prf-favourite .fav-btn {
    width: 48px;
    height: 48px;
	line-height: 48px;
    /* margin-right: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E87D4B;
    border-radius: 4px;
    /* background-color: #ffff; */
    color: #475979;
    transition: 0.3s ease-in-out;
}


.location-box .topic-heading.jz-theme-subtitle, .open-position-box.topic-heading.jz-theme-subtitle {
	font-size: 20px;
margin-bottom: 20px;
text-transform: capitalize;
}

.nk-candidate-detail-section .profile-main-box .right-cont .prf-favourite .prf-btn:hover,
.nk-candidate-detail-section .profile-main-box .right-cont .prf-favourite .fav-btn:hover {
    /* background-color: #E87D4B; */
    border: 1px solid #E87D4B;
    color: #ffff;
}
.open-position-box .topic-heading.jz-theme-subtitle {
	font-size: 20px;
}
.nk-candidate-detail-section .topic-heading {
    margin-bottom: 30px;
	font-size: 18px;
}
.nk-candidate-detail-section .cand-detail-container .personal-dtl-box {
    margin-bottom: 30px;
}
.nk-candidate-detail-section .cand-detail-container .personal-dtl-box ul li,
.nk-candidate-detail-section .cand-detail-container .custom-field-box ul li {
    width: 32%;
    display: inline-block;
    margin-bottom: 30px;
}
.jz-prf-last-login strong, .jz-prf-last-login p {
	font-size: 14px;
}
.nk-candidate-detail-section .cand-detail-container .personal-dtl-box .item-box,
.nk-candidate-detail-section .cand-detail-container .custom-field-box .item-box  {
    display: flex;
    align-items: center;
}
.nk-candidate-detail-section .personal-dtl-box .item-box .left-icon .iconify,
.nk-candidate-detail-section .cand-detail-container .custom-field-box .item-box .left-icon .iconify  {
    font-size: 22px;
    color: #E87D4B;
}
.nk-candidate-detail-section .personal-dtl-box .item-box .meta-box {
    margin-left: 15px;
}
.nk-candidate-detail-section .personal-dtl-box .item-box .meta-box span,
.nk-candidate-detail-section .cand-detail-container .custom-field-box .item-box .meta-box span {
    font-size: 16px;
    color: #475979;
}
.nk-candidate-detail-section .personal-dtl-box .item-box .meta-box h6,
.nk-candidate-detail-section .cand-detail-container .custom-field-box .item-box .meta-box h6 {
    font-size: 15px;
    margin-top: 3px;
    font-weight: 500;
	color: #010101;
}
.nk-candidate-detail-section .cand-detail-container .description p:not(:last-child) {
  margin-bottom: 20px;
   /* color: #37404e !important; */
}
.nk-candidate-detail-section .personal-dtl-box .item-box .meta-box h6 a {
    font-size: 10px;
    text-decoration: underline;
    color: #F95A5A;
    font-weight: 400;
}
.nk-candidate-detail-section .cand-detail-container .description {
    margin-bottom: 40px;
}
.nk-candidate-detail-section .cand-detail-container .description .txt {
    margin-bottom: 20px;
}
.nk-candidate-detail-section .cand-detail-container .custom-field-box {
    background-color: #F8FAFB;
    padding: 30px 30px 10px 30px;
    border-radius: 4px;
    margin-bottom: 40px;
}
.nk-candidate-detail-section .cand-detail-container .custom-field-box .item-box .meta-box {
    margin-left: 10px;
}
.nk-candidate-detail-section .cand-detail-container .custom-field-box .item-box .left-icon .iconify {
    font-size: 30px;
}
.nk-candidate-detail-section .skill-tool-box {
    margin-bottom: 30px;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box {
    width: 100%;
    margin-right: 30px;
    display: inline-block;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box:last-child {
    margin-right: 0;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box .prg-dtl-box {
    position: relative;
    margin-bottom: 20px;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box .prg-dtl-box h6,
.nk-candidate-detail-section .skill-tool-box .prg-sub-box .prg-dtl-box span {
    font-size: 16px;
    font-weight: 500;
    color: #475979;
    margin-bottom: 10px;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box .prg-dtl-box .progress {
    overflow: visible;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box .prg-dtl-box .progress-bar {
    position: relative;
    overflow: visible;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box .prg-dtl-box span {
    position: absolute;
    top: -25px;
    right: 25px;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box .prg-dtl-box .progress {
    height: 4px;
    background-color: #F1F5F8;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box:first-child ul li:first-child .progress-bar {
    background-color: #4A75CB;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box:first-child ul li:nth-child(2) .progress-bar {
    background-color: #8C1FBF;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box:first-child ul li:nth-child(3) .progress-bar {
    background-color: #48CB00;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box:first-child ul li:nth-child(4) .progress-bar {
    background-color: #1759DA;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box:last-child ul li:first-child .progress-bar {
    background-color: #FF324E;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box:last-child ul li:nth-child(2) .progress-bar {
    background-color: #FFC107;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box:last-child ul li:nth-child(3) .progress-bar {
    background-color: #D86713;
}
.nk-candidate-detail-section .skill-tool-box .prg-sub-box:last-child ul li:nth-child(4) .progress-bar {
    background-color: #48CB00;
}
.nk-candidate-detail-section .education-detail-box .dtl-container-box {
    margin-bottom: 30px;
}
.nk-candidate-detail-section .education-detail-box .title-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.nk-candidate-detail-section .education-detail-box .title-box .icon-outer {
    width: 45px;
    height: 45px;
    background: rgba(67, 133, 255, 0.15);
    border-radius: 4px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nk-candidate-detail-section .education-detail-box .title-box .icon-outer .iconify {
    font-size: 24px;
    color: #E87D4B;
}
.nk-candidate-detail-section .education-detail-box .title-box .right-side span {
    font-size: 14px;
    color: #E87D4B;
}
.nk-candidate-detail-section .education-detail-box .title-box .right-side .heading {
    font-size: 18px;
    font-weight: 500;
    margin-top: 2px;
}
.education-detail-box {
	margin-top: 30px;
}
.nk-candidate-detail-section .work-detail-box .title-box .right-side span,
.nk-candidate-detail-section .work-detail-box .title-box .icon-outer .iconify {
    color: #23CC85;
}
.nk-candidate-detail-section .award-certificate .title-box .right-side span,
.nk-candidate-detail-section .award-certificate .title-box .icon-outer .iconify {
    color: #23AECC;
}
.nk-candidate-detail-section .form-box-main {
    padding: 25px;
    background-color: #ffff;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.nk-candidate-detail-section .form-box-main input,
.nk-candidate-detail-section .form-box-main textarea {
    width: 100%;
    height: 50px;
    background: #F8FAFB;
    border: 1px solid #C9DCFE;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 25px;
}
.nk-candidate-detail-section .form-box-main input::placeholder {
    font-size: 14px;
    color: #475979;
    opacity: 1;
}
.nk-candidate-detail-section .form-box-main input:focus-visible,
.nk-candidate-detail-section .form-box-main textarea:focus-visible {
    outline: none;
}
.nk-candidate-detail-section .form-box-main textarea {
    height: 150px;
    resize: none;
}
.nk-candidate-detail-section .form-box-main .send-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
}
.nk-candidate-detail-section .social-links-box {
    margin-bottom: 30px;
}
.nk-candidate-detail-section .social-links-box ul {
    display: flex;
    align-items: center;
}
.nk-candidate-detail-section .social-links-box ul li {
    margin-right: 15px;
}
.nk-candidate-detail-section .social-links-box ul li span {
    font-size: 14px;
    color: #475979;
}
.nk-candidate-detail-section .social-links-box ul li .icon-outer {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1F5F8;
    border: 1px solid #C9DCFE;
    transition: 0.3s ease-in-out;
}
.nk-candidate-detail-section .social-links-box ul li .icon-outer .iconify {
    color: #475979;
    font-size: 18px;
    transition: 0.3s ease-in-out;
    display: block;
    margin: auto;
} 
.nk-candidate-detail-section .social-links-box ul li .icon-outer:hover .iconify {
    color: #ffff;
}
.nk-candidate-detail-section .emp-video-box {
    margin-bottom: 30px;
}
.nk-candidate-detail-section .emp-video-box iframe {
    width: 100%;
}
.nk-candidate-detail-section .emp-video-box .video-cont {
    position: relative;
}
.nk-candidate-detail-section .emp-video-box .video-cont::before {
    content: "";
    position: relative; /* absolute */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.nk-candidate-detail-section .emp-video-box .video-cont .iconify {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #f70b04;
}
.nk-candidate-detail-section .emp-video-box .video-cont img {
    width: 100%;
    border-radius: 4px;
}
.nk-candidate-detail-section .emp-gallery-box {
    margin-bottom: 30px;
}
.nk-candidate-detail-section .emp-gallery-box ul {
    display: flex;
}
.nk-candidate-detail-section .emp-gallery-box ul li {
    display: inline-block;
    width: 25%;
    margin-right: 15px;
    border-radius: 4px;
}
.nk-candidate-detail-section .emp-gallery-box ul li:last-child {
    margin-right: 0;
}
.nk-candidate-detail-section .emp-gallery-box ul li .img-box img {
    border-radius: 4px;
    width: 100%;
}
.nk-candidate-detail-section .emp-schedule-box {
    padding: 25px;
    background-color: #ffff;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.nk-candidate-detail-section .emp-schedule-box .top-meta {
    margin-bottom: 20px;
}
.nk-candidate-detail-section .emp-schedule-box .top-meta .title {
    font-size: 20px;
}
.nk-candidate-detail-section .emp-schedule-box .top-meta span {
    font-size: 14px;
    font-weight: 400;
    color: #475979;
}
.nk-candidate-detail-section .emp-schedule-box .top-meta span small {
    font-weight: 600;
    margin-left: 5px;
}
.nk-candidate-detail-section .emp-schedule-box .schedule-list .time-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nk-candidate-detail-section .emp-schedule-box .schedule-list ul li:last-child .time-box {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.nk-candidate-detail-section .emp-schedule-box .schedule-list .time-box span,
.nk-candidate-detail-section .emp-schedule-box .schedule-list .time-box small {
    font-size: 16px;
    color: #475979;
}
.nk-candidate-detail-section .emp-schedule-box .schedule-list ul li:nth-child(6) .time-box small {
    color: #23cc85;
}
.nk-candidate-detail-section .emp-schedule-box .schedule-list ul li:last-child .time-box small {
    color: #ea1414;
}
.nk-candidate-detail-section .professional-skill-box ul li {
    display: inline-block;
}
.nk-candidate-detail-section .professional-skill-box ul li a {
    font-size: 15px;
    color: #666;
    padding: 7px 12px;
    background-color: #eaeaea;
    border-radius: 4px;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.job-detial-sidebar-job-info.myjob-skills ul {
	margin-bottom: 20px;
	position: relative;
}
.job-detial-sidebar-job-info.myjob-skills h3 {
	margin-bottom: 15px;
}
	.job-detial-sidebar {
  padding: 29px 33px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  margin-bottom: 40px;
}
.job-detial-sidebar .job-detial-sidebar-container {
  display: inline-block;
  width: 100%;
}
.job-detial-sidebar .job-detial-sidebar-container .job-detial-sidebar-container-image .job-detial-sidebar-company-info {
  display: block;
  padding-left: 60px;
  position: relative;
}
.job-detial-sidebar .job-detial-sidebar-container .job-detial-sidebar-container-image .job-detial-sidebar-company-info .job-detial-sidebar-company-info-name {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  display: block;
  padding-top: 5px;
}
.job-detial-sidebar .job-detial-sidebar-container .job-detial-sidebar-container-image .job-detial-sidebar-company-info .job-detial-sidebar-container-link {
  font-size: 12px;
  line-height: 18px;
}
.text-description {
  font-size: 16px;
  color: #37404e;
  line-height: 24px;
  display: inline-block;
  width: 100%;
}
.btn.btn-default {
  color: #ffffff;
  background-color: #E87D4B;
}
		.btn-border {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 15px 23px 15px 23px;
  border-radius: 10px;
  background: #ffffff;
  color: #111112;
  font-size: 16px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
		.job-detial-sidebar .job-detial-sidebar-container .job-detial-sidebar-container-image figure img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
		.job-detial-sidebar .job-detial-sidebar-container .job-detial-sidebar-container-image figure {
  float: left;
}
		
		.job-detial-sidebar-job-info {
  border-top: 1px solid rgba(6, 18, 36, 0.1);
  display: inline-block;
  width: 100%;
  padding: 30px 0px 0px 0px;
  margin: 30px 0px 0px 0px;
}
		.job-detial-sidebar-job-info ul {
  padding: 0px;
}
		.job-detial-sidebar-job-info ul li {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
		.job-detial-sidebar-job-info ul li .job-detial-sidebar-job-icon {
  float: left;
  width: 32px;
}
		.job-detial-sidebar-job-info ul li .job-detial-sidebar-job-icon .iconify {
    font-size: 26px;
    color: #88929b;
}
		.job-detial-sidebar-job-info ul li .job-detial-sidebar-job-container {
    display: block;
    padding-left: 35px;
}
		.job-detial-sidebar-job-info ul li .job-detial-sidebar-job-container span {
    color: #727272;
}

.text-description {
    font-size: 16px;
    color: #37404e;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}
		.job-detial-sidebar-job-info ul li .job-detial-sidebar-job-container strong {
    display: block;
    padding-top: 5px;
    color: #1f2938;
}
.job-detial-sidebar-company-info a {
	color: #010101;
}

.job-detial-sidebar-job-container-inz {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}


.nk-career-hero .main-search-bar {
  padding: 12px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid rgba(32,33,36,.08);
  box-shadow: 0 6px 30px 5px rgba(33,34,38,.05);
  margin-bottom: 30px;
}

.nk-career-hero .main-search-bar .form-group {
  display: flex;
  align-items: center;
  position: relative;
}

.nk-career-hero  .main-search-bar .form-group input {
  height: 50px;
  border: none;
  padding: 12px 20px 12px 45px;
  font-size: 15px;
}

 .nk-career-hero .main-search-bar .form-group i {
  position: absolute;
  top: 17px;
  left: 20px;
}

 .nk-career-hero .trending-keyword-box ul li {
  display: inline-block;
}

 .nk-career-hero .trending-keyword-box ul li h5 {
  font-weight: 700;
  font-size: 16px;
  color: #010101;
}

 .nk-career-hero .trending-keyword-box ul li a {
  color: #010101;
  font-size: 15px;
  margin-left: 5px;
  border-bottom: 1px solid #010101;
}

.nk-career-hero  .main-search-bar .form-group .search-btn {
  padding: 10px 30px;
  background-color: #E87D4B;
  border-radius: 5px;
  color: #ffff;
  font-size: 16px;
  margin-left: 15px;
  border: 1px solid #E87D4B;
  font-weight: 700;
  white-space: nowrap;
  outline: 0;
  display: block;
  width: 100%;
}

.nk-career-hero  .form-group .select2-container--default .select2-selection--single {
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 45px;
}

.why-choose-jobzillow .main-heading-area 
{
  padding: 0;
  position: relative;
}

.why-choose-jobzillow .main-heading-area span {
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
margin-bottom: 0;
font-size: 16px;
}

.why-choose-jobzillow .main-heading-area h2
{
	margin-bottom: 20px;
	text-transform: capitalize
}

.main-theme-color {
	color: #e60072;
}

.why-choose-jobzillow .main-heading-area p {
	margin-top: 10px;
}

.why-choose-jobzillow .main-heading-area  .jz-key-facts 
{
	margin-top: 40px;
	position: relative;
}

.why-choose-jobzillow .main-heading-area  .jz-key-facts .media {
  position: relative;
float: left;
}

.why-choose-jobzillow .main-heading-area  .jz-key-facts .media .ite-data{
	width: 74px;
    height: 74px;
    float: left;
}

.why-choose-jobzillow .main-heading-area  .jz-key-facts .media .ite-data img 
{
	width: 100%;
}

.why-choose-jobzillow .main-heading-area  .jz-key-facts .media .media-body {
  margin-left: 105px;
}

.why-choose-jobzillow .main-heading-area  .jz-key-facts .media .media-body h4 {
  margin-bottom: 10px;
}

.why-choose-jobzillow .main-heading-area  .jz-key-facts .media + .media
{
	margin-top: 30px;
}

.why-choose-jobzillow .right-side-area .main-img img {
  position: relative;
}
.why-choose-jobzillow .right-side-area .main-img {
	margin-bottom: 30px;
}

.why-choose-jobzillow .right-side-area .additional-data
{
	position: relative;
	margin-top: 30px;
}

.why-choose-jobzillow .right-side-area .additional-data h2 {
	margin-bottom: 20px;
}

.why-choose-jobzillow .right-side-area .additional-data p {
	padding-bottom: 15px;
}
.prop-card {
  position: relative;
  border-width: 0;
  box-shadow: 0 12px 15px rgba(140, 152, 164, .1);
  transition: all .2s ease-in-out;
	  margin-bottom: 30px;
}
.featured-ribbon {
  padding: 0 0 10px 0;
  position: absolute;
  right: .25em;
  top: -1px;
  width: 35px;
  z-index: 1;
}
.featured-ribbon div {
  background: #bb3a34;
  background: linear-gradient(#e74841 0, #bb3a34 100%);
  color: #fff;
  padding: .2em 0;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
}
.featured-ribbon div::after {
  border-left: 18px solid #bb3a34;
  border-right: 17px solid #bb3a34;
  border-bottom: 10px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.bg-img-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.prop-card .card {
  border: 0;
  border-radius: .1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.prop-card .card .card-body {
  min-height: 285px;
  position: relative;
  z-index: 11;
}
.prop-card .card-body span {
  color: #fff;
  margin-bottom: 2px;
  position: relative;
  z-index: 11;
  font-size: 14px;
}
.prop-card .card-footer {
padding: 1.25rem;
  margin-top: 15px;
  background-color: transparent;
  border: 0;
}
.prop-card .card-footer span {
  color: #fff;
}
.img-overlay-top {
  background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), #141823);
  background: -o-linear-gradient(top, rgba(255, 0, 0, 0), #141823);
  background: -moz-linear-gradient(top, rgba(255, 0, 0, 0), #141823);
  background: linear-gradient(to top, rgba(255, 0, 0, 0), #141823);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  opacity: .85;
}
 .country-box {
  height: auto;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 10px;
  z-index: 1;
}
.country-box img {
  position: relative;
  transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  width: 100%;
}
.country-description-overlay {
  background-color: rgba(0, 0, 0, .5);
  height: 84%;
  width: 88%;
  z-index: 99;
  position: absolute;
  top: 0;
  top: 20px;
  right: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.country-box .country-description {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease- 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
 .country-box .country-name {
  color: #fff;
  display: block;
font-size: 20px;
margin-bottom: 0;
text-transform: capitalize;
-webkit-transition-delay: 50ms;
-moz-transition-delay: 50ms;
-o-transition-delay: 50ms;
transition-delay: 50ms;
}
.country-box .country-ads {
  bottom: 0;
  display: block;
  font-size: 16px;
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 20px;
}
/* nk-candidate-detail-section-end */ 
/* nk-search-emp-section-start */
.nk-search-emp-section .form-group .select-main-box {
    width: 243px;
}
.nk-search-emp-section .form-group .input-srh {
    width: calc(100% - 666px);
}
.nk-search-emp-section .form-group.srh-bar {
    margin-bottom: 0;
}
/* nk-search-emp-section-end */
/* employer-prf-grid-section-start */
.employer-prf-grid-section {
    padding: 60px 0 80px 0;
    background-color: #ffff;
}
.employer-prf-grid-section .emp-prf-card {
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
}
.employer-prf-grid-section .emp-prf-card:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.employer-prf-grid-section .emp-prf-card .prf-detail-box {
    padding: 20px;
    background-color: #ffff;
    border: 1px solid #F1F5F8;
    border-top: 0;
    border-bottom: 0;
    position: relative;
}
.employer-prf-grid-section .emp-prf-card .img-box img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 100px;
}
.employer-prf-grid-section .emp-prf-card .prf-detail-box .prf-img {
    margin-top: -57px;
    margin-bottom: 15px;
    max-width: 100%;
    border-radius: 50%;
    width: 65px;
    height: 65px;
}
.employer-prf-grid-section .emp-prf-card .prf-detail-box .title {
    font-weight: 600;
    font-size: 16px;
}
.employer-prf-grid-section .emp-prf-card .prf-detail-box .skill {
    font-size: 14px;
    color: #475979;
    margin: 3px 0;
    display: block;
}
.employer-prf-grid-section .emp-prf-card .prf-detail-box .rating {
    display: flex;
    align-items: center;
}
.employer-prf-grid-section .emp-prf-card .prf-detail-box .rating span {
    font-size: 14px;
    color: #475979;
    line-height: 20px;
}
.employer-prf-grid-section .emp-prf-card .prf-detail-box .rating .iconify.active {
    margin-right: 5px;
    color: #FFC107;
}
.employer-prf-grid-section .emp-prf-card .prf-detail-box .rating .iconify {
    color: #475979;
    margin-right: 5px;
}
.employer-prf-grid-section .emp-prf-card .prf-detail-box .ftrd-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(193, 17, 17, 0.1);
    border-radius: 4px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #C11111;
    padding: 1px 6px;
}
.employer-prf-grid-section .emp-prf-card .location {
    padding: 10px 20px;
    background-color: #F1F5F8;
    display: flex;
    align-items: center;
}
.employer-prf-grid-section .emp-prf-card .location span {
    font-size: 14px;
    color: #475979;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.employer-prf-grid-section .emp-prf-card .location .iconify {
    color: #E87D4B;
    margin-right: 5px;
}
.employer-prf-grid-section .emp-prf-card .botm-btns {
    padding: 20px;
    background-color: #ffff;
    border: 1px solid #F1F5F8; 
    border-top: 0;
    border-radius: 0px 0px 4px 4px;
}
.employer-prf-grid-section .emp-prf-card .botm-btns ul {
    display: flex;
}
.employer-prf-grid-section .emp-prf-card .botm-btns ul li {
    width: 50%;
    margin-right: 20px;
}
.employer-prf-grid-section .emp-prf-card .botm-btns ul li:last-child {
    margin-right: 0;
}
.employer-prf-grid-section .emp-prf-card .botm-btns ul li a {
    padding: 8px 20px;
    background-color: #ffff;
    border: 1px solid #E87D4B;
    border-radius: 4px;
    font-size: 14px;
    color: #475979;
    width: 100%;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.employer-prf-grid-section .emp-prf-card .botm-btns ul li a:hover {
    background-color: #E87D4B;
    color: #ffff;
}
/* employer-prf-grid-section-end */
/* employer-prf-list-section-start */
.employer-prf-list-section .emp-prf-list-card {
    display: flex;
}
.employer-prf-list-section .emp-prf-list-card .left-side,
.employer-prf-list-section .emp-prf-list-card .left-side .img-box {
    width: 210px;
    border-top-left-radius: 4px;
}
.employer-prf-list-section .emp-prf-list-card .left-side .img-box img {
    width: 100%;
    height: 100px;
}
.employer-prf-list-section .emp-prf-list-card .prf-meta {
    padding: 30px 0; 
    background-color: #ffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #F1F5F8;
    border-top: 0;
    border-bottom-left-radius: 4px;
}
.employer-prf-list-section .emp-prf-list-card .prf-meta .prf-img-box {
    width: 65px;
    height: 65px;
    margin-top: -58px;
    margin-bottom: 20px;
}
.employer-prf-list-section .emp-prf-list-card .prf-meta .prf-img {
    width: 65px;
    border-radius: 50%;
    height: 60px;
}
.employer-prf-list-section .emp-prf-list-card .prf-meta .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}
.employer-prf-list-section .emp-prf-list-card .prf-meta .profession {
    font-size: 14px;
    color: #475979;
}
.employer-prf-list-section .emp-prf-list-card .prf-detail-box {
    padding: 20px;
    background-color: #ffff;
    border: 1px solid #F1F5F8;
    border-bottom: 0;
    border-left: 0;
    position: relative;
}
.employer-prf-list-section .emp-prf-list-card .prf-detail-box .rating-box {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.employer-prf-list-section .emp-prf-list-card .prf-detail-box .rating-box .fill {
    color: #FFC107;
}
.employer-prf-list-section .emp-prf-list-card .prf-detail-box .rating-box .unfill {
    color: #CDCDCD;
}
.employer-prf-list-section .emp-prf-list-card .prf-detail-box .rating-box span,
.employer-prf-list-section .emp-prf-list-card .prf-detail-box ul li .exp-detail span,
.employer-prf-list-section .emp-prf-list-card .prf-detail-box ul li .exp-detail h5,
.employer-prf-list-section .emp-prf-list-card .botm-box .location span {
    font-size: 14px;
    color: #475979;
}
.employer-prf-list-section .emp-prf-list-card .prf-detail-box .rating-box span {
    margin-left: 5px;
}
.employer-prf-list-section .emp-prf-list-card .prf-detail-box ul li {
    display: inline-block;
}
.employer-prf-list-section .emp-prf-list-card .prf-detail-box ul li:first-child {
    margin-right: 30px;
    position: relative;
}
.employer-prf-list-section .emp-prf-list-card .prf-detail-box ul li:first-child::before {
    content: "";
    position: absolute;
    top: 13px;
    right: -15px;
    width: 1px;
    height: 20px;
    background-color: #d1d1d1;
}
.employer-prf-list-section .emp-prf-list-card .prf-detail-box ul li .exp-detail h5 {
    font-weight: 600;
}
.employer-prf-list-section .emp-prf-list-card .prf-detail-box .ftrd-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(193, 17, 17, 0.1);
    border-radius: 4px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #C11111;
    padding: 1px 6px;
}
.employer-prf-list-section .emp-prf-list-card .botm-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(241, 245, 248, 0.5);
    border: 1px solid #F1F5F8;
    border-top: 0;
    border-left: 0;
}
.employer-prf-list-section .emp-prf-list-card .botm-box .location .iconify {
    color: #E87D4B;
    margin-right: 2px;
}
.employer-prf-list-section .emp-prf-list-card .botm-box .card-btn-box a {
    font-size: 14px;
    color: #475979;
    padding: 8px 22px;
    border: 1px solid #E87D4B;
    border-radius: 4px;
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.employer-prf-list-section .emp-prf-list-card .botm-box .card-btn-box a:hover {
    background-color: #E87D4B;
    color: #ffff;
}
/* employer-prf-list-section-end */
/* nk-emp-detail-banner-start */
.nk-emp-detail-banner {
    background-image: url(../imgs/nk-emp-banner-img.png);
}
.nk-emp-detail-banner .social-links-position {
    position: relative;
    height: 200px;
}
.nk-emp-detail-banner .social-links-position .social-links {
    position: absolute;
    bottom: 100px;
    right: 12px;
}
.nk-emp-detail-banner .social-links ul li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
    border: 1px solid #C9DCFE;
    transition: 0.3s ease-in-out;
}
.nk-emp-detail-banner .social-links ul li {
    display: inline-block;
    margin-left: 12px;
}
.nk-emp-detail-banner .social-links ul li a:hover {
    /* background-color: #E87D4B; */
    border: 1px solid #E87D4B;
}
.nk-emp-detail-banner .social-links ul li a .iconify {
    color: #475979;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}
.nk-emp-detail-banner .social-links ul li a:hover .iconify {
    color: #ffff;
}
/* nk-emp-detail-banner-end */
/* nk-employer-detail-section-start */
.nk-employer-detail-section {
    margin-top: 0;
}
.nk-employer-detail-section .profile-main-box {
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 30px 0;
    align-items: center;
}
.nk-employer-detail-section .profile-main-box .right-cont .prf-favourite {
    margin-top: 0;
}
.nk-candidate-detail-section .profile-main-box .right-cont .prf-favourite .prf-btn {
    padding: 8px 22px;
}
.nk-candidate-detail-section .profile-main-box .right-cont .prf-favourite .prf-btn.nk-resume-btn{
    margin-right: 10px;    
}
.nk-employer-detail-section .job-dtl-box {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #ffff;
    border-bottom: 1px solid #C9DCFE;
    transition: 0.5s ease-in-out;
	background-color: #F1F5F8;
}
.nk-employer-detail-section .job-dtl-box:last-child {
    border-bottom: 1px solid transparent;
}
.nk-employer-detail-section .job-dtl-box:hover {
    background-color: #F1F5F8;
    border-bottom: 1px solid #f1f5f8;
}
.nk-employer-detail-section .job-dtl-box .dtl-job h5 {
    font-size: 16px;
    font-weight:500;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.nk-employer-detail-section .job-dtl-box .dtl-job h5 span {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    padding: 1px 6px;
    border-radius: 2px;
    margin-left: 10px;
}
.nk-employer-detail-section .job-dtl-box .dtl-job h5 .green-box {
    color: #23CC85;
    background: rgba(35, 204, 133, 0.05);
    border: 1px solid #23CC85;
}
.nk-employer-detail-section .job-dtl-box .dtl-job h5 .red-box {
    color: #FA2532;
    background: rgba(250, 37, 50, 0.05);
    border: 1px solid #FA2532;
}
.nk-employer-detail-section .job-dtl-box .dtl-job h5 .blue-box {
    color: #20C4FF;
    background: rgba(32, 196, 255, 0.05);
    border: 1px solid #20C4FF;
}
.nk-employer-detail-section .job-dtl-box .dtl-job h5 .purple-box {
    color: #3F52EA;
    background: rgba(63, 82, 234, 0.05);
    border: 1px solid #3F52EA;
}
.nk-employer-detail-section .job-dtl-box .dtl-job ul li {
    display: inline-block;
}
.nk-employer-detail-section .job-dtl-box .dtl-job ul li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #C9DCFE;
    display: flex;
    align-items: center;
}
.nk-employer-detail-section .job-dtl-box .dtl-job ul li span a,
.nk-employer-detail-section .job-dtl-box .dtl-job ul li span a:hover {
    /* color: #E87D4B; */
}
.nk-employer-detail-section .job-dtl-box .about-job .dtl-job ul li:last-child span {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.nk-employer-detail-section .job-dtl-box .dtl-job ul li span .iconify {
    /* color: #E87D4B; */
    margin-right: 5px;
}
.nk-employer-detail-section .job-dtl-box .right-cont {
    text-align: right;
}
.nk-employer-detail-section .job-dtl-box .right-cont h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* color: #E87D4B; */
    margin-bottom: 0;
}
.nk-employer-detail-section .job-dtl-box .right-cont span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
} 
.nk-employer-detail-section .form-box-main {
    background-color: #F8FAFB;
    box-shadow: none;
    margin-top: -75px;
}
.nk-employer-detail-section .form-box-main input, 
.nk-employer-detail-section .form-box-main textarea {
    background: #FFFFFF;
    border: 1px solid #C9DCFE;
}

.jz-custom-padding {
	padding: 80px 0 80px 0;
	background: #f7f7ff;
}

.add-padding {
	padding: 80px 0;
	background: #f7f7ff;
}

.fr-blog-f-details .fr-latest-box .fr-latest-style ul{
	padding-left: 0;
}

/* jz-home-4-header-start */
.jz-home-4-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.jz-home-4-header .logo img {
    filter: brightness(0) invert(1);
}
.jz-home-4-header.sb-header .sb-menu ul li > a,
.jz-home-4-header.sb-header .sb-menu li:not(:last-child) a:hover, 
.jz-home-4-header.sb-header .sb-menu li:not(:last-child) a:active, 
.jz-home-4-header.sb-header .sb-menu li:not(:last-child) a:focus {
    color: #ffff;
}
.jz-home-4-header.sb-header .sb-menu ul ul li > a,
.jz-home-4-header.sb-header .sb-menu ul ul li:not(:last-child) > a:hover,
.jz-home-4-header.sb-header .sb-menu ul ul li:not(:last-child) > a:active,
.jz-home-4-header.sb-header .sb-menu ul ul li:not(:last-child) > a:focus,
.jz-home-4-header.sb-header .sb-menu ul ul li:last-child > a:hover,
.jz-home-4-header.sb-header .sb-menu ul ul li:last-child > a:active,
.jz-home-4-header.sb-header .sb-menu ul ul li:last-child > a:focus {
    color: #475979;
}
.jz-home-4-header.sb-header .sb-menu ul li.dropdown_menu > a > span::before {
    border-color: #ffff;
}
.jz-home-4-header.sb-header .sb-menu li .n-login-header {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffff;
}
.jz-home-4-header.sb-header .sb-menu ul li.fr-list .btn-theme {
    background-color: #ffff;
    color: #475979;
    border-radius: 4px;
}
/* jz-home-4-header-end */

.jz-hire-me-box {
	background-color: #F6F3ED;
	padding: 30px;
	padding-bottom: 0;
	border-radius: 5px;
	overflow: hidden;
}

.jz-hire-me-box.st-2 {
	background-color: #EEF0F4;
}

.jz-hire-me-box.st-2 

.jz-hire-me-box .jz-hire-me-area {
  padding: 15px 15px 45px;
}

.jz-hire-me-box .jz-hire-me-area h3{
	font-size: 20px;
line-height: 1.8;
margin-top: -8px;
}

.jz-hire-me-box .jz-hire-me-area p
{
margin-top: 5px;
margin-bottom: 30px;
}

.jz-hire-me-box .jz-hire-me-area .btn {
	margin-top: 26px;
height: 42px;
line-height: 42px;
padding: 0 16px;
font-size: 14px;
}

.jz-hire-me-box .jz-hire-me-box-banner {
	position: relative;
text-align: right;
overflow: hidden;
}

.jz-hire-me-box .jz-hire-me-box-banner img {
	max-width: 100%;
height: auto;
}

/* jz-search-job-section-start */
.jz-search-job-section {
padding: 275px 0 200px 0;
height: 790px;
}
.jz-search-job-section .main-content {
    text-align: center;
    position: relative;
}
.jz-search-job-section .main-content .main-heading {
font-size: 54px;
font-weight: 900;
color: #ffff;
margin-bottom: 20px;
text-transform: capitalize;
}
.jz-search-job-section .main-content .txt {
    font-size: 22px;
    font-weight: 400;
    color: #ffff;
    line-height: 30px;
}
.jz-search-job-section .main-content form .form-group {
    width: 50%;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.jz-search-job-section .main-content form .form-group input {
    height: 55px;
    width: calc(100% - 100px);
    background-color: #ffff;
    border: 0;
    border-radius: 4px;
    padding: 15px;
}
.jz-search-job-section .main-content form .form-group input:focus-visible {
    box-shadow: none;
}
.jz-search-job-section .main-content form .form-group button {
width: 80px;
height: 55px;
display: flex;
justify-content: center;
align-items: center;
margin-left: -8px;
border: 0;
background-color: #E87D4B;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.jz-search-job-section .main-content form .form-group button i {
    font-size: 20px;
    color: #ffff;
}
/* jz-search-job-section-end */

/* jz-job-ctg-section-start */
.jz-job-ctg-section .category-division-box {
    position: relative;
}
.jz-job-ctg-section .job-category-container {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    background-color: #ffff;
    border-radius: 6px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.jz-job-ctg-section .job-category-container .nav-pills {
    padding: 0 20px;
    background-color: #ffff;
    border-radius: 6px 6px 0px 0;
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item {
    width: 25%;
    border-bottom: 3px solid rgba(119, 119, 119, 0.2);
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item .nav-link {
    padding: 20px 10px 20px 0px;
    color: #777;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: -3px;
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item .nav-link .icon-outer {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(50, 196, 124, 0.2);
    border-radius: 4px;
    margin-right: 12px;
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item .nav-link h5 {
font-size: 1.2rem;
color: #010101;
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item .nav-link.active {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 3px solid #32c47c;
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item:nth-child(2) .nav-link.active {
    border-bottom: 3px solid #dbc81d;
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item:nth-child(3) .nav-link.active {
    border-bottom: 3px solid #ff625a;
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item:nth-child(4) .nav-link.active {
    border-bottom: 3px solid #3e77ff;
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item .nav-link .iconify {
    font-size: 20px;
    color: #32c47c;
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item:nth-child(2) .nav-link .iconify {
    color: #dbc81d;
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item:nth-child(3) .nav-link .iconify {
    color: #ff625a;
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item:nth-child(4) .nav-link .iconify {
    color: #3e77ff;
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item:nth-child(2) .nav-link .icon-outer {
    background-color: rgba(242, 226, 89, 0.4);
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item:nth-child(3) .nav-link .icon-outer {
    background-color: rgba(255, 98, 90, 0.2);
}
.jz-job-ctg-section .job-category-container .nav-pills .nav-item:nth-child(4) .nav-link .icon-outer {
    background-color: rgba(62, 119, 255, 0.2);
}
.jz-job-ctg-section .job-category-container .tab-content .tab-pane {
    padding: 20px;
    background-color: #ffff;
    border-radius: 0 0 6px 6px;
}
.jz-job-ctg-section .job-category-container .tab-content #pills-home .job-lists-box ul {
  columns: 5;
  text-align: left;
}
.jz-job-ctg-section .job-category-container .tab-content .job-lists-box ul {
    columns: 6;
    text-align: left;
}
.jz-job-ctg-section .job-category-container .tab-content .job-lists-box.jz-tab-jobs-list ul {
  columns: 4;
  text-align: left;
}
.jz-job-ctg-section .job-category-container .tab-content .job-lists-box ul li {
    margin-bottom: 10px;
}
.jz-job-ctg-section .job-category-container .tab-content .job-lists-box ul li:last-child {
    margin-bottom: 0;
}
.jz-job-ctg-section .job-category-container .tab-content .job-lists-box ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #475979;
}
.jz-job-ctg-section .job-category-container .tab-content .job-location-list {
    padding: 10px 0px;
}
.jz-job-ctg-section .job-category-container .tab-content .job-location-list ul {
    columns: 4;
}
.jz-job-ctg-section .job-category-container .tab-content .job-location-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.jz-job-ctg-section .job-category-container .tab-content .job-location-list ul li .tag {
    padding: 2px 5px;
    font-size: 16px;
    font-weight: 400;
    color: #475979;
    border-radius: 4px;
    background-color: rgba(62, 119, 255, 0.2);
    width: 50px;
    text-align: center;
}
/* jz-job-ctg-section-end */




@media (min-width: 320px) and (max-width: 1199.98px) { 
    .jz-home-4-header .logo img {
        filter: unset;
    }
    .jz-home-4-header.sb-header .sb-menu ul li > a,
    .jz-home-4-header.sb-header .sb-menu li:not(:last-child) a:hover, 
    .jz-home-4-header.sb-header .sb-menu li:not(:last-child) a:active, 
    .jz-home-4-header.sb-header .sb-menu li:not(:last-child) a:focus {
        color: #475979;
    }
    .jz-home-4-header.sb-header .sb-menu li .n-login-header {
        background-color: #ffff;
        border: 1px solid rgba(67, 133, 255, 0.2);
        color: #475979;
    }
    .jz-home-4-header.sb-header .sb-menu ul li.fr-list .btn-theme {
        color: #ffff;
        background-color: #4385FF;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .jz-job-ctg-section .job-category-container .nav-pills .nav-item .nav-link h5 {
        font-size: 18px;
    }
}
@media (min-width: 320px) and (max-width: 991.98px) { 
    .jz-search-job-section .main-content form .form-group {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .jz-job-ctg-section .job-category-container .nav-pills .nav-item .nav-link {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0px 15px 0px;
    }
    .jz-job-ctg-section .job-category-container .nav-pills .nav-item .nav-link h5 {
        font-size: 16px;
        margin-top: 5px;
    }
    .jz-job-ctg-section .job-category-container .tab-content .job-lists-box ul {
        columns: 4;
    }
    .jz-job-ctg-section .job-category-container .tab-content .job-location-list ul {
        columns: 3;
    }
    .jz-search-job-section {
        padding: 200px 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) { 
    .jz-job-ctg-section .job-category-container .nav-pills {
        flex-direction: column;
    }
    .jz-job-ctg-section .job-category-container .nav-pills .nav-item,
    .jz-job-ctg-section .job-category-container .nav-pills .nav-item .nav-link {
        width: 100%;
    }
    .jz-search-job-section {
        padding: 200px 0;
    }
    .jz-job-ctg-section .job-category-container .tab-content .job-lists-box ul {
        columns: 3;
    }
    .jz-job-ctg-section .job-category-container .tab-content .job-location-list ul {
        columns: 2;
    }
}
@media (min-width: 320px) and (max-width: 575.98px) { 
    .jz-search-job-section {
        padding: 150px 0 200px 0;
        background-image: url(../imgs/job-search-hero-bg.png);
    }
    .jz-job-ctg-section .job-category-container .nav-pills {
        flex-direction: column;
    }
    .jz-job-ctg-section .job-category-container .nav-pills .nav-item,
    .jz-job-ctg-section .job-category-container .nav-pills .nav-item .nav-link {
        width: 100%;
    }
    .jz-job-ctg-section .job-category-container .tab-content .job-lists-box ul {
        columns: 2;
    }
    .jz-job-ctg-section .job-category-container .tab-content .job-location-list ul {
        columns: 1;
    }
}





/* nk-employer-detail-section-end */
/* nk-job-search-section-start */
.nk-job-search-section {
    background-image: none;
    background-color: #ffff;
}
.nk-job-search-section .sincere-section:hover {
    box-shadow: none;
}
.nk-job-search-section .view-foter-detail {
    background-color: #F1F5F8;
}
.nk-job-search-section .arts-heading h4 {
    font-size: 20px;
}
.nk-job-search-section .view-foter-detail .view-foter-main {
    display: flex;
    align-items: center;
}
.nk-job-search-section .view-foter-detail .view-foter-main .view-foter-heading {
    line-height: 20px;
}
.nk-job-search-section .view-foter-detail .view-foter-main .view-foter-heading:first-child {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);;
}
.nk-candidate-detail-section .education-detail-box .title-box .right-side span.cand-prev-dtl {
  color: #475979;
}
.nk-rec-jobs .sincere-arts-heading p.employer-name {
  font-size: 16px;
	line-height: 22px;
}
.nk-job-search-section .sincere-section .arts-heading p {
    margin-bottom: 15px;
}
.nk-job-search-section .sincere-section .arts-heading .ftrd-tag {
    background: rgba(193, 17, 17, 0.1);
    border-radius: 4px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #C11111;
    padding: 2px 6px;
    margin-right: 3px;
}
.nk-job-search-section .sincere-section .arts-heading .job-type {
    font-size: 12px;
    line-height: 15px;
    background: rgba(250, 37, 50, 0.05);
    border-radius: 2px;
    padding: 3px 7px;
}
.sb-header.jz-make-me-trans {
	position: absolute;
	width: 100%;
background-color: transparent;
}
.search-job-hero .hero-cont-area .main-heading {
	color: #475979;
}
.nk-hero-rec-jobs.search-job-hero .hero-cont-area .main-heading {
	/* color: #fff; */
    margin-bottom: 20px;
	  /* font-weight: 900; */
}

.nk-hero-rec-jobs.search-job-hero .hero-cont-area p.txt
{
	margin-bottom: 30px;
}
.client-section-hero {
    margin-top: 135px;
}
.client-section-hero h6 {
    margin-bottom: 20px;
}
.client-section-hero ul li.list-inline-item {
  margin-right: 20px;
}

.job_block_grid {
width: 100%;
overflow: hidden;
margin-bottom: 30px;
position: relative;
transition: all ease 0.4s;
}
.job_block_grid .job_block_thumb img {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.job_block_thumb {
  position: relative;
}
.job_block_thumb::before {
  content: "";
  position: absolute;
  background: #2a2f4c;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.2;
	border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.job_block{
  padding: 20px 20px 5px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
background: #fff;
margin-top: -15px;
z-index: 1;
position: relative;
}
.job_block h5 {
  margin-bottom: 10px;
}
.job_block h5 a {
	color: #010101;
	transition: all 0.4s;
}

.job_block h5 a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-decoration: underline;
    text-decoration-thickness: auto;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.2em;
}


.job-info {
 padding: 0 20px 20px;
background: #fff;
}
.job-info ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
	  margin-bottom: 10px;
}
.job-info ul li {
  flex: 0 0 33.333333%;
  width: 33.333333%;
  font-size: 14px;
  color: #6d7c90;
}

.job-info ul li a {
	 color: #6d7c90;
}

.job_featured_footer {
	padding: 1rem 1.5rem;
	width: 100%;
	display: flex;
	vertical-align: middle;
	align-items: center;
	border-top: 1px solid #f0f1f5;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	background: #fff;
}
.job-author {
  flex: 1;
  display: flex;
  align-items: center;
}
.job-author .path-img {
  max-width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
}
.job-author h5 {
  margin: 0;
  font-size: 15px;
  opacity: 1;
}
.job-author h5 a {
	color: #010101;
}
.job_price_foot {
  font-size: 19px;
  font-weight: 700;
  color: #E87D4B;
  display: flex;
  align-items: center;
}
.job_price_foot .price_off {
font-size: 13px;
margin-right: 0.2rem;
  opacity: 0.7;
}

/* nk-job-search-section-end */
/* nk-second-job-search-section-start */
.nk-second-job-search-section .job-dtl-box {
    padding: 20px;
}
.nk-second-job-search-section .job-dtl-box .about-job .dtl-job ul li:first-child span .iconify {
    color: #E87D4B;
}
.nk-second-job-search-section .job-dtl-box .about-job .dtl-job ul li span .ftrd-tag {
    background: rgba(193, 17, 17, 0.1);
    border-radius: 4px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #C11111;
    padding: 2px 6px;
    margin-left: 20px;
}
.nk-second-job-search-section .job-dtl-box:hover {
    border: 1px solid transparent;
    border-top: 0;
    border-radius: 0;
}
.nk-second-job-search-section .job-dtl-box:first-child:hover {
    border-top: 1px solid transparent;
}
.nk-second-job-search-section .nk-custom-pagination {
    margin-top: 60px;
}
.nk-second-job-search-section .job-dtl-box .about-job .job-prf {
    margin-right: 10px;
}
.nk-second-job-search-section .job-dtl-box .about-job .dtl-job h5 {
    display: flex;
    align-items: center;
}
.nk-second-job-search-section .job-dtl-box .about-job .dtl-job h5 span {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    border-radius: 2px;
    padding: 1px 6px;
    margin-left: 10px;
}
.nk-second-job-search-section .job-dtl-box .about-job .dtl-job h5 .red-box {
    color: #FA2532;
    background: rgba(250, 37, 50, 0.05);
    border: 1px solid #FA2532;
}
.nk-second-job-search-section .job-dtl-box .about-job .dtl-job h5 .green-box {
    color: #23CC85;
    background: rgba(35, 204, 133, 0.05);
    border: 1px solid #23CC85;
}
.nk-second-job-search-section .job-dtl-box .about-job .dtl-job h5 .purple-box {
    color: #3F52EA;
    background: rgba(63, 82, 234, 0.05);
    border: 1px solid #3F52EA;
}
/* nk-second-job-search-section-end */
/* nk-not-found-section-start */
.nk-not-found-section {
    padding: 192px 0 186px 0;
}
.nk-not-found-section .img-box-main img {
    width: 100%;
}
.nk-not-found-section .page-cont-box {
    padding: 40px 0;
    position: relative;
}
.nk-not-found-section .page-cont-box .main-heading {
    font-size: 200px;
    line-height: 170px;
    color: #475979;
}
.nk-not-found-section .page-cont-box .title {
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    color: #475979;
}
.nk-not-found-section .page-cont-box .txt {
    margin-bottom: 30px;
}
.nk-not-found-section .page-cont-box .goto-home-btn {
    padding: 12px 23px;
    display: inline-block;
}
.nk-not-found-section .page-cont-box .nk-found-vector {
    position: absolute;
    top: -75px;
    right: 5px;
}
/* nk-not-found-section-end */
/* emp-prf-section-start */
.emp-prf-section .cand-dtl-box .prf-dtl-box {
    justify-content: space-between;
}
.emp-prf-section .nk-cand-main-card {
    transition: 0.5s ease-in-out;
}
.emp-prf-section .nk-cand-main-card:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.emp-prf-section .cand-dtl-box:hover {
    box-shadow: none;
}
.emp-prf-section .cand-dtl-box .prf-dtl-box .img-box {
    width: 45px;
    height: 45px;
}
.emp-prf-section .cand-dtl-box .prf-dtl-box .img-box img {
    width: 100%;
}
.emp-prf-section .cand-dtl-box .prf-dtl-box .meta-box {
    margin-left: 0;
    text-align: right;
}
.emp-prf-section .cand-dtl-box .prf-dtl-box .meta-box h5 {
    color: #E87D4B;
}
.emp-prf-section .cand-dtl-box .extra-dtl .ftrd-box,
.emp-prf-section .cand-dtl-box .extra-dtl .job-type {
    display: inline-block;
}
.emp-prf-section .cand-dtl-box .extra-dtl .ftrd-box {
    padding: 2px 6px;
    font-size: 10px;
    color: #C11111;
    background: rgba(193, 17, 17, 0.1);
    border-radius: 4px;
    margin-right: 2px;
}
.emp-prf-section .cand-dtl-box .extra-dtl {
    margin-bottom: 5px;
}
.emp-prf-section .cand-dtl-box .extra-dtl .job-type {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    border-radius: 2px;
    padding: 1px 6px;
}
.emp-prf-section .cand-dtl-box .extra-dtl .job-type.green-box {
    color: #23CC85;
    background: rgba(35, 204, 133, 0.05);
    border: 1px solid #23CC85;
}
.emp-prf-section .cand-dtl-box .extra-dtl .job-type.red-box {
    color: #FA2532;
    background: rgba(250, 37, 50, 0.05);
    border: 1px solid #FA2532;
}
.emp-prf-section .cand-dtl-box .extra-dtl .job-type.purple-box {
    color: #3F52EA;
    background: rgba(63, 82, 234, 0.05);
    border: 1px solid #3F52EA;
}
.emp-prf-section .cand-dtl-box .emp-skill {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}
.emp-prf-section .cand-dtl-box .txt {
    display: flex;
    align-items: center;
}
.emp-prf-section .cand-dtl-box .txt .iconify {
    color: #E87D4B;
    margin-right: 5px;
}
.emp-prf-section .cand-prf-btn-box .prf-btn {
    padding: 8px 23px;
    width: calc(100% - 59px);
    text-align: center;
}
/* emp-prf-section-end */
/*BLOG CSS Start*/

.blog-sidebar .widget ul li, .wp-block-archives-list li, .wp-block-rss li {
    width: 100%;
    margin: 0;
    text-align: left;
    display: table;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    color: #aaa;
}
.blog-sidebar .widget ul {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}
.blog-sidebar .widget ul li a::before {
    color: #E87D4B;
    font-family: "Font Awesome 5 Free";
    width: 30px;
    text-align: left;
    margin-right: 10px;
    /*position: absolute;*/
    left: 0;
    font-weight: 900;
    content: '\f0da';
}
.blog-sidebar .widget ul li:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}
.blog-sidebar .widget ul li a {
    text-align: left;
    color: #010101;
    float: left;
    font-size: .9375rem;

}
.blog-sidebar .widget ul li a:hover {
    color: #E87D4B !important;
}
.widget .widget-heading {
    position: relative;
    margin-bottom: 20px;
}
.blog-sidebar .widget .widget-heading h3 {
    color: #20292f;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    font-size: 18px;
    padding-bottom:20px;
    line-height:1.2;
}
.blog-sidebar .widget {
    position: relative;
    margin-top: 0;
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 4px;
}
.blog-sidebar .widget ul li.recentcomments {
    display: inline-block;
}
.blog-sidebar .widget ul li.recentcomments a {
    float: none;
    margin-left: 5px;
    margin-right: 0;
}
.fl-search-blog .input-group .input-group-append .blog-search-btn {
    color: #fff;
    background-color: #E87D4B;
    border: 1px solid #E87D4B;
    padding: 10px 20px;
    border-radius: 0 4px 4px 0;
    height: 50px;
}
.blog-main-heading {
	position: relative;
	margin-bottom: 30px;
}

.make-me-sticky {
	position: -webkit-sticky !important;
position: sticky !important;
	top:30px;
}

.widget .search-form input.search-submit {
    display: none !important;
}
.heading-dots {
    position: relative;
    width: 100%;
}
.heading-dots .h-dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #E87D4B;
    margin-right: 3px;
}
.heading-dots .h-dot.line-dot {
    border-right: 40px solid #E87D4B;
}
/*BLOG CSS END*/
/*BLOG CARD CSS*/
.fr-latest-box {
    margin-bottom: 30px;
    background-color: #FFF;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow:0px 7px 18px rgba(64, 79, 104, 0.05);
    border: 1px solid #f0f0f0;
}
.fr-latest-content {
    position: relative;
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.fr-latest-sm {
    background-color: #fff;
    padding: 25px;
    padding-right: 0;
}
.fr-latest-container {
    margin-top: 20px;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
	padding-right: 25px;
}
.fr-latest-content a img{
    width:100%;
    height: auto;
}
.fr-latest-content h6 {
    margin-bottom: 20px;
    text-transform: capitalize;
}
.fr-latest-content h6 a {
    color: #20292f;
	transition: all 0.4s;
}

.fr-latest-box .fr-latest-content h6 a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
	text-decoration: underline;
text-decoration-thickness: 0.06em;
text-underline-offset: 0.2em;
}

.fr-latest-style {
    overflow: hidden;
    background-color: #f4f4f4;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    border-radius: 20px 0 0 20px;
    border-right: none;
}
.fr-latest-style ul {
    display: flex;
    flex-direction: row;
}
.fr-latest-style ul li {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.fr-latest-style ul li .fr-latest-profile {
    overflow: hidden;
    display: flex;
    align-items: center;
}
.fr-latest-style ul li .fr-latest-profile img {
    max-width: 40px;
    border-radius: 50px;
}
.fr-latest-style ul li .fr-latest-profile span {
    font-size: 14px;
    margin-left: 10px;
    color: #6d7c90;
    text-transform: capitalize;
}
.fr-latest-style ul li:last-child {
    margin-right: 0;
}
.fr-latest-style ul li .fr-latest-profile i {
    font-size: 14px;
}
.fr-latest-container span.readmore {
    font-size: 15px;
    font-weight: 600;
}
.fr-latest-container span.readmore .iconify  {
    margin-left: 7px;
    vertical-align: middle;
}
/*BLOG CARD CSS END*/

/*Pagination Blog*/
.fr-latest-pagination {
	position: relative;
    float: right;
}
.fr-latest-pagination .pagination li {
    background-color:#FFF;
    margin-right: 10px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.fr-latest-pagination .pagination li:last-child {
    margin:0;   
}
.fr-latest-pagination .pagination a {
    color: #20292f;
    font-size: 14px;
    margin:0;
    padding:10px 15px;
    display: block;
    line-height: 26px;
    border:none;
}
.fr-latest-pagination .pagination .page-item.active .page-link a {
	color: #fff;
}
.fr-latest-pagination .pagination .page-item.active .page-link {
    background-color: #E87D4B;
    border-color: #E87D4B;  
	color: #fff;
}
.fr-latest-pagination .page-link:focus {
    box-shadow: none;
}
.fr-latest-pagination .page-link:hover,
.fr-latest-pagination .pagination > li > a:hover {
    background-color: #E87D4B;
    border-color: #E87D4B;
    color:#FFF;
}
/*.fr-latest-blog .blog-sidebar .widget ul li a::before {
    content: none;
}*/

/*BLOG Detail CSS start*/
.post-desc img, .post-desc img[class*=align], .post-desc img[class*=attachment-], .post-desc img[class*=wp-image-], .post-desc img[height] {
    height: auto;
    width: 100%;
    max-width: 100%;
    clear: both;
}
.fr-blog-f-details {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.post-desc {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.fr-blog-f-product {
    position: relative;
    overflow: hidden;
}
.post-desc ul {
    list-style: circle;
    margin-bottom: 0;
    padding-left: 40px;
}
.fr-latest-blog-2 .fr-latest-box {
    margin-bottom: 0;
}


.post-desc .fr-latest-box {
	border: none;
	box-shadow: none;
	background: transparent;
}

.post-desc .fr-latest-sm {
    margin-bottom: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
	padding: 35px 30px;
	
}

.post-desc  .fr-latest-container {
  padding-right: 30px;
}

.fr-latest-tags-2 {
    overflow: hidden;
    margin-top: 20px;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
}
.fr-blog-f-details .fr-latest-style-detai ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}
.fr-blog-f-details .fr-latest-style-detai ul li {
    display: flex;
    align-items: center;
    margin-right: 30px;
    -ms-word-wrap: anywhere;
    word-wrap: anywhere;
}
.post-desc a, .wp-caption-text a {
    text-decoration: none;
    color: #fff;
}
.fr-blog-f-details .fr-latest-style-detai ul li img {
    max-width: 40px;
    border-radius: 50px;
    margin-right: 10px;
}
.fr-blog-f-details .fr-latest-style-detai ul li span {
    font-size: 16px;
    color: #6d7c90;
    text-transform: capitalize;
    vertical-align: middle;
}
.fr-blog-f-details .fr-latest-style-detai ul li i {
    color: #E87D4B;
    margin-right: 10px;
}
.fr-blog-f-details .fr-latest-style-detai ul li:last-child {
    margin-right: 0;
}
.post-desc p:not(:last-child) {
    margin-bottom: 1rem;
}
.post-desc .fr-latest-container p {
    line-height: 1.8;
}
.post-desc p {
    line-height: 1.8;
    position: relative;
}
.post-desc h3 {
    margin: 20px 0;
}
.post-desc h4 {
    font-size: 24px;
    margin: 20px 0;
}
.bold, strong, b {
    font-weight: 700 !important;
    color: #242424;
}
.post-desc ul li, .post-desc ol li {
    color: #777777;
    line-height: 1.8;
}
.fr-latest-t-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fr-latest-t-box > span {
    font-style: italic;
    padding-right: 1rem;
}
.fr-latest-t-content .fr-latest-t-box a, .tagcloud a.tag-cloud-link, .wp-block-tag-cloud .tag-cloud-link {
    color: #6d7c90;
    font-size: 0.875rem !important;
    line-height: 2rem;
    white-space: nowrap;
    padding: 0 1rem;
    background: #f4f4f4;
    font-style: italic;
    display: inline-block;
    margin: 5px;
    border-radius: 4px;
}
.fr-latest-t-content .fr-latest-t-box a:hover, .tagcloud a.tag-cloud-link:hover, .wp-block-tag-cloud .tag-cloud-link:hover {
    background-color: #E87D4B;
    color: #FFF;
}
.fr-latest-user-reviews {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 30px;
}
.nk-candidate-detail-section .profile-main-box .jz-theme-subtitle{
	font-size: 26px;
	font-weight: 500;
	color: #010101;
	margin-bottom: 10px;
}
.widget-seprator {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    padding: 35px 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: #fff;
}
.widget-seprator .widget-seprator-heading, .single-detial-reviews .widget-seprator-heading {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.widget-seprator .widget-seprator-heading .sec-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}
.comment-reply-title {
    margin-top: 0!important;
    font-size: 18px;
    color: #777;
    font-weight: 400;
}
#cancel-comment-reply-link {
    font-size: 14px!important;
    color: #777;
}
.comment-reply-title a {
    color: #E87D4B;
}
.post-desc .comment-form p a {
    color: #E87D4B;
}
.post-desc .comment-form .form-group {
    margin-bottom: 20px;
}
.post-desc .comment-form label {
    margin-bottom: 15px;
}
/*BLOG Detail CSS END*/

/* */
.dashboard-edit-profile .frontend_hours li {
    display: inline-block;
    margin-left: 5px;
}
.dashboard-edit-profile .frontend_hours li label {
    color: #242424;
}
/*.dashboard-edit-profile .form-group {
    position: relative;
}*/
.dashboard-edit-profile .panel .panel-heading {
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #f0f6ff;
    border: 1px solid #E87D4B;
}
.dashboard-edit-profile .panel .panel-heading .nav-tabs {
    border-bottom: 0;
}
.dashboard-edit-profile .panel .panel-heading .nav-tabs li a {
    padding: 10px 15px;
    display: block;
    color: #E87D4B;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}
.dashboard-edit-profile .panel .panel-heading .nav-tabs li a.active {
    background-color: #E87D4B;
    color: #ffff;
}

/*Footer Css*/
.nk-latest-footer.nk-scnd-ftr .extra-links-box .input-group button {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 46px;
    width: 60px;
    border: none;
    border-radius: 4px !important;
    background-color: #E87D4B;
}
.nk-latest-footer.nk-scnd-ftr .app-section h4.sub-heading {
    color: #fff;
}
/*Scrollup Button Css*/
.scrollup.nk-custom-scroll{
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #E87D4B;
    color: white;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 18px;
}
.view-more {
    display: inline-block;
    text-align: center;
    position: relative;
}
.cand_dp_img {
    width: 100%;
    height: 85px;
    border-radius: 60%;
}
/* nk-hero-detail-banner-start */
.nk-hero-detail-banner .job-detail-prf {
display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 25px 50px rgb(0 0 0 / 5%);
    background: #fff;
    padding: 30px;
}
.nk-hero-detail-banner .job-detail-prf .left-cont {
    width: calc(100% - 300px);
}
.nk-hero-detail-banner .job-detail-prf .ftrd-tag {
    padding: 2px 6px;
    font-size: 10px;
    color: #C11111;
    background: rgba(193, 17, 17, 0.1);
    border-radius: 4px;
    display: inline;
}
.nk-hero-detail-banner .job-detail-prf .job-heading {
    display: inline-block;
    align-items: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    margin: 5px 0;
	color: #010101;
	margin-top: 15px;
	margin-bottom: 10px;
}
.nk-hero-detail-banner .job-detail-prf .job-heading span.red-box {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    padding: 1px 6px;
    border-radius: 2px;
    margin-left: 10px;
    color: #FA2532;
    background: rgba(250, 37, 50, 0.05);
    border: 1px solid #FA2532;
    white-space: nowrap;
    top: -4px;
    position: relative;
}
.nk-hero-detail-banner .job-detail-prf ul li {
    display: inline-block;
}
.nk-hero-detail-banner .job-detail-prf ul li a,
.nk-hero-detail-banner .job-detail-prf ul li a:hover {
    border-radius: 0;
}
.nk-hero-detail-banner .job-detail-prf ul li {
    margin-right: 10px;
}
.nk-hero-detail-banner .job-detail-prf ul li .list-item {
    display: flex;
    align-items: center;
}
.nk-hero-detail-banner .job-detail-prf ul li .list-item span a,
.nk-hero-detail-banner .job-detail-prf ul li .list-item span a:hover {
    color: #E87D4B;
}
.nk-hero-detail-banner .job-detail-prf ul li .list-item .iconify {
    margin-right: 5px;
    /* color: #E87D4B; */
}
.nk-hero-detail-banner .job-detail-prf ul li .list-item span {
    font-size: 16px;
    color: #909090;
}
.nk-hero-detail-banner .job-detail-prf .job-apply-btns a {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    color: #ffff;
    font-size: 16px;
    text-wrap: nowrap;
}
.nk-hero-detail-banner .job-detail-prf .job-apply-btns a .iconify {
    margin-right: 5px;
    margin-top: -2px;
}
.nk-hero-detail-banner .job-detail-prf .job-apply-btns a.blue {
    background: #0077B5;
    border: 1px solid #0077B5;
    margin-right: 12px;
}
.nk-hero-detail-banner .job-detail-prf .job-apply-btns a.red {
    background: #F44A41;
    border: 1px solid #F44A41;
}
.nk-hero-detail-banner .job-detail-prf .cand-prf-btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
}
.nk-hero-detail-banner .job-detail-prf .cand-prf-btn-box .prf-btn {
    padding: 12px 38px;
    border: 1px solid #E87D4B;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    transition: 0.3s ease-in-out;
	background: #E87D4B;
}
.nk-hero-detail-banner .job-detail-prf .cand-prf-btn-box .fvrt-btn {
    width: 48.5px;
    height: 48.5px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E87D4B;
    border-radius: 4px;
    /* color: #E87D4B; */
    transition: 0.3s ease-in-out;
}
.nk-hero-detail-banner .job-detail-prf .cand-prf-btn-box .prf-btn:hover, 
.nk-hero-detail-banner .job-detail-prf .cand-prf-btn-box .fvrt-btn:hover {
    border: 1px solid #E87D4B;
    color: #ffff;
}
/* nk-hero-detail-banner-end */

/* nk-job-detail-section-start */
.nk-job-detail-section {
    margin-top: 0;
    padding: 100px 0 80px 0;
}
.nk-job-detail-section .cand-detail-container .description {
    margin-bottom: 25px;
}
.nk-job-detail-section .description .sub-heading{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.nk-job-detail-section .personal-dtl-box .item-box .meta-box h6 span {
    font-weight: 400;
    font-size: 14px;
}
.cand-detail-container .description h3 {
	

	font-size: 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.nk-job-detail-section .cand-detail-container .description ul 
{
	    list-style-type: disc;
	    color: #37404e;
	padding-left: 30px;
line-height: 200%;
	margin-bottom: 20px;
}
.nk-job-detail-section .cand-detail-container .description ul li {
       margin-bottom: 0;
}
.nk-job-detail-section .cand-detail-container .description ul li .txt {
    margin-bottom: 15px;
}
.nk-job-detail-section .professional-skill-box {
    margin-bottom: 20px;
}
.nk-job-detail-section .professional-skill-box ul li a {
    font-size: 14px;
    padding: 6px 6px;
}
.nk-job-detail-section .location-box {
    margin-bottom: 30px;
}
.nk-job-detail-section .location-box img {
    width: 100%;
}
.nk-job-detail-section .job-dtl-box {
    padding: 15px 30px;
}
.job-detial-sidebar-job-info.myjob-skills ul li {
  display: inline-block;
	width: auto;
padding-bottom: 0;
}
.job-detial-sidebar .latest-theme-btn {
	display: block;
}

 .job-detial-sidebar-job-info.myjob-skills ul li a {
  font-size: 15px;
  color: #666;
  padding: 7px 12px;
  background-color: #eaeaea;
  border-radius: 4px;
  display: block;
  margin-bottom: 5px;
  margin-right: 5px;
  transition: 0.3s ease-in-out;
}

.nk-job-detail-section .nk-detail-sidebar {
    /* border-radius: 0;
    margin-bottom: 30px;
    margin-top: -258px; */
    padding: 10px;
    background-color: #ffff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-bottom: 30px;
    margin-top: -190px;
}
.nk-job-detail-section .nk-detail-sidebar .social-links-box {
    padding: 30px 0 70px 0;
    background: rgba(255, 193, 7, 0.08);
    border: 1px solid rgba(255, 193, 7, 0.15);
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 0;
}
.nk-job-detail-section .nk-detail-sidebar .social-links-box .social-links-main li {
    display: inline-block;
    margin-right: 15px;
}
.nk-job-detail-section .nk-detail-sidebar .social-links-box .social-links-main li:last-child {
    margin-right: 0;
}
.nk-job-detail-section .nk-detail-sidebar .social-links-box .social-links-main {
    justify-content: center;
}
.nk-job-detail-section .nk-detail-sidebar .social-links-box .soical-link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
    border: 1px solid #C9DCFE;
    transition: 0.3s ease-in-out;
} 
.nk-job-detail-section .nk-detail-sidebar .social-links-box .soical-link .iconify {
    color: #475979;
    display: block;
    margin: auto;
}
.nk-job-detail-section .nk-detail-sidebar .social-links-box .soical-link:hover {
    background-color: #E87D4B;
    border: 1px solid #E87D4B;
}
.nk-job-detail-section .nk-detail-sidebar .social-links-box .soical-link:hover .iconify {
    color: #ffff;
}
.nk-job-detail-section .nk-detail-sidebar .nk-company-dtl-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -42px;
    padding: 0 10px;
}
.nk-job-detail-section .nk-detail-sidebar .nk-company-dtl-box .company-logo {
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
}
.nk-job-detail-section .nk-detail-sidebar .nk-company-dtl-box .rating {
    display: flex;
    align-items: center;
}
.nk-job-detail-section .nk-detail-sidebar .nk-company-dtl-box .rating span {
    font-size: 14px;
    color: #475979;
}
.nk-job-detail-section .nk-detail-sidebar .nk-company-dtl-box .rating .iconify {
    color: #FFC107;
    margin-right: 5px;
}
.nk-job-detail-section .nk-detail-sidebar .nk-company-dtl-box .company-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.nk-job-detail-section .nk-detail-sidebar .nk-company-dtl-box .abt-company {
    font-size: 14px;
    line-height: 21px;
    color: #475979;
}
.nk-job-detail-section .nk-detail-sidebar .nk-company-dtl-box .company-prf-btn {
    padding: 9px 20px;
    width: 100%;
    margin: 30px 0;
}
.nk-job-detail-section .nk-detail-sidebar .job-deadline-box {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    background: rgba(85, 167, 71, 0.15);
    border: 1px solid rgba(85, 167, 71, 0.2);
    border-radius: 4px;
    position: relative;
    /* box-shadow: 0px 9px 26px 0px rgb(31 31 51 / 6%); */
    /* margin-bottom: 20px; */
}
.nk-job-detail-section .nk-detail-sidebar .job-deadline-box .left-icon {
    margin-right: 15px;
}
.nk-job-detail-section .nk-detail-sidebar .job-deadline-box .left-icon .iconify {
    font-size: 40px;
    color: #55A747;
}
.nk-job-detail-section .nk-detail-sidebar .job-deadline-box .right-meta span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
}
.nk-job-detail-section .nk-detail-sidebar .job-deadline-box .right-meta h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #55A747;
}
.nk-job-detail-section .nk-detail-sidebar .job-deadline-box .disabled-clock {
    position: absolute;
    right: 30px;
    font-size: 70px;
    color: #55A747;
    opacity: 0.2;
}
.nk-job-detail-section .form-box-main {
    margin-top: 0;
}
.nk-job-detail-section .form-box-main .form-group p,
.nk-candidate-detail-section .form-box-main .form-group p {
    margin-top: 15px;
}
.nk-job-detail-section .form-box-main .form-group p a,
.nk-job-detail-section .form-box-main .form-group p a:hover,
.nk-candidate-detail-section .form-box-main .form-group p a,
.nk-candidate-detail-section .form-box-main .form-group p a:hover {
    color: #E87D4B;
}
.our-apps-2 {
  position: relative;
  padding: 105px;
}
.main-home-sec7 {
  background-size: auto;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  clear: both;
}
.bg-light-gray {
  background: #f7f7ff;
}
.main-home-sec7 .hading p.app-tag {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-home-sec7.our-apps-2 h2 {
  font-size: 32px;
}
.main-home-sec7 h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
}
.main-home-sec7.our-apps-2 p {
  font-size: 1.25rem;
  line-height: 1.7;
}
.main-home-sec7 p {
  margin-bottom: 70px;
  font-size: 17px;
}
.margin-top-10 {
  margin-top: 10px;
}
.main-home-sec7 .mobi-1 {
  position: relative;
}
.main-home-sec7.our-apps-2 .mobi-1 img {
  animation-name: none;
  top: -155px;
}
.main-home-sec7 .mobi-1 img {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 2;
  animation-name: float;
  animation-duration: 4010101ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/* nk-job-detail-section-end */
.premium_job_sect_custom {
    background-color: #F1F5F8;
}
/* nk-contact-content-section-start */
.nk-contact-content-section {
    padding: 80px 0 40px 0;
}
.nk-contact-content-section .form-meta-main {
    background-color: #F8FAFB;
    border-radius: 4px;
    padding: 20px 30px 50px 30px;
}
.nk-contact-content-section .main-heading {
    line-height: 30px;
    margin-bottom: 24px;
}
.nk-contact-content-section .form-meta-main .about-input {
    display: flex;
    align-items: center;
}
.nk-contact-content-section .form-meta-main .form-group {
    text-align: right;
}
.nk-contact-content-section .form-meta-main input,
.nk-contact-content-section .form-meta-main textarea {
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #C9DCFE;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 14px;
    color: #475979;
    width: 100%;
    margin-bottom: 24px;
}
.nk-contact-content-section .form-meta-main input:focus-visible,
.nk-contact-content-section .form-meta-main textarea:focus-visible {
    outline: none;
}
.nk-contact-content-section .form-meta-main input::placeholder,
.nk-contact-content-section .form-meta-main textarea::placeholder {
    opacity: 1;
}
.nk-contact-content-section .form-meta-main .about-input span {
    width: 50%;
}
.nk-contact-content-section .form-meta-main .about-input span:first-child {
    margin-right: 30px;
}
.nk-contact-content-section .form-meta-main textarea {
    margin-bottom: 35px;
    height: 150px;
    resize: none;
}
.nk-contact-content-section .form-meta-main .send-btn {
    padding: 11px 25px;
    border-radius: 4px;
    border: none;
    background-color: #E87D4B;
    color: #ffff;
    padding: 12px 20px;
    font-size: 16px;
    float: right;
    width: auto;
    height: auto;
    margin-bottom: 0;
}
.nk-contact-content-section .form-meta-main form br {
    display: none;
}
.nk-contact-content-section .side-contact-info {
    padding: 24px 30px 30px 30px;
    background-color: #ffff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
.nk-contact-content-section .side-contact-info .main-heading {
    margin-bottom: 10px;
}
.nk-contact-content-section .side-contact-info .extra-info-box {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.nk-contact-content-section .side-contact-info .extra-info-box:nth-child(4) {
    border-bottom: 0;
    padding-bottom: 0;
}
.nk-contact-content-section .side-contact-info .extra-info-box .left-cont {
    margin-right: 10px;
}
.nk-contact-content-section .side-contact-info .extra-info-box .left-cont .iconify {
    font-size: 36px;
    color: #E87D4B;
}
.nk-contact-content-section .side-contact-info .extra-info-box .right-cont small {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #475979;
    display: block;
}
.nk-contact-content-section .side-contact-info .extra-info-box .right-cont span {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
    display: block;
}
.nk-contact-content-section .side-contact-info .social-links-box h5 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}
.nk-contact-content-section .side-contact-info .social-links-main li {
    display: inline-block;
    margin-right: 12px;
}
.nk-contact-content-section .side-contact-info .social-links-main li:last-child {
    margin-right: 0;
}
.nk-contact-content-section .side-contact-info .social-links-main li .soical-link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1F5F8;
    border: 1px solid #C9DCFE;
    transition: 0.3s ease-in-out;
}
.nk-contact-content-section .side-contact-info .social-links-main li .soical-link:hover {
    background-color: #E87D4B;
    border: 1px solid #E87D4B;
}
.nk-contact-content-section .side-contact-info .social-links-main li .soical-link .iconify {
    color: #475979;
    transition: 0.3s ease-in-out;
}
.nk-contact-content-section .side-contact-info .social-links-main li .soical-link:hover .iconify {
    color: #ffff;
}
/* nk-contact-content-section-end */
/* client-logo-contact-section-start */
.client-logo-contact-section {
    padding: 40px 0 80px 0;
    border-bottom: 0;
}
.client-logo-contact-section .owl-carousel-brands .client-logo-box .client-logo-img {
    filter: unset;
}
/* client-logo-contact-section-end */
/* nk-sign-up-section-start */
.nk-sign-up-section .custom-left-cont {
    background: rgba(201, 220, 254, 0.25);
    min-height: 100vh;
}
.nk-sign-up-section .left-main-box {
    padding: 40px 30px;
}
.nk-sign-up-section .left-main-box .content-box {
    margin-top: 110px;
    text-align: center;
    position: relative;
}
.nk-sign-up-section .left-main-box .content-box .main-img {
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}
.nk-sign-up-section .left-main-box .content-box .main-heading {
    font-weight: 600;
    font-size: 28px;
    line-height: 55px;
}
.nk-sign-up-section .left-main-box .content-box .txt {
    width: 570px;
    margin: 0 auto;
}
.nk-sign-up-section .left-main-box .content-box .vectors-img {
    position: absolute;
    top: -80px;
    left: 0;
    right: 40px;
    margin: 0 auto;
}
.nk-sign-up-section .sign-up-content-box {
    width: 370px;
    position: relative;
}
.nk-sign-up-section .custom-right-cont {
    padding: 70px 70px 40px 70px;
    background-color: #ffff;
    position: relative;
}
.nk-sign-up-section .custom-right-cont .main-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.nk-sign-up-section .custom-right-cont .choose-your-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 30px 0;
}
.nk-sign-up-section .custom-right-cont .choose-your-tab .tab-text span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
}
.nk-sign-up-section .custom-right-cont .sign-up-content-box .nk-choose-btn-main {
    background-color: #FFFFFF;
    border: 1px solid #C9DCFE;
    border-radius: 3px;
    padding: 1px;
    width: 100%;
    margin: 10px 0 30px 0;
}
.nk-sign-up-section .custom-right-cont .sign-up-content-box .nk-choose-btn-main .choose-btn {
    padding: 12px 17px;
    width: 50%;
    background-color: #ffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
    border: 0;
    border-radius: 3px;
    transition: 0.5s ease-in-out;
}
.nk-sign-up-section .custom-right-cont .sign-up-content-box .nk-choose-btn-main .choose-btn.active {
    background-color: #509BF8;
    color: #ffff;
}
.nk-sign-up-section .custom-right-cont .sign-up-content-box .nk-choose-btn-main .choose-btn input[type=radio],
.nk-sign-up-section .custom-right-cont .sign-up-content-box .nk-choose-btn-main .choose-btn .iradio_square {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.nk-sign-up-section .custom-right-cont .form-main-box .input-main {
    position: relative;
    margin-bottom: 30px;
}
.nk-sign-up-section .custom-right-cont .form-main-box .input-main input {
    height: 60px;
    width: 100%;
    padding: 30px 20px 15px 69px;
    background-color: #FFFFFF;
    border: 1px solid #C9DCFE;
    border-radius: 3px;
}
.nk-sign-up-section .custom-right-cont .form-main-box .input-main input::placeholder {
    line-height: 70px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
    opacity: 1;
}
.nk-sign-up-section .custom-right-cont .form-main-box .input-main input:focus-visible {
    outline: none;
}
.nk-sign-up-section .custom-right-cont .form-main-box .input-main .small-title {
    position: absolute;
    top: 12px;
    left: 70px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #475979;
}
.nk-sign-up-section .custom-right-cont .form-main-box .input-main .iconify {
    position: absolute;
    left: 20px;
    top: 16%;
    font-size: 40px;
    color: #475979;
}
.nk-sign-up-section .custom-right-cont .form-main-box .botm-meta-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nk-sign-up-section .custom-right-cont .form-main-box .botm-meta-box .left-captcha {
    width: 254px;
    height: 68px;
}
.nk-sign-up-section .custom-right-cont .form-main-box .botm-meta-box .left-captcha .g-recaptcha {
    width: 248px;
    height: 54px;
    transform: scale(0.84, 0.9);
    transform-origin: 0px 0px;
}
.nk-sign-up-section .custom-right-cont .form-main-box .botm-meta-box .register-btn {
    padding: 11px 16px;
    font-size: 14px;
    line-height: 21px;
}
.nk-sign-up-section .custom-right-cont .form-main-box .break-block {
    margin: 25px 0;
    text-align: center;
}
.nk-sign-up-section .custom-right-cont .form-main-box .break-block span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
    margin: 0 22px;
    position: relative;
    display: block;
}
.nk-sign-up-section .custom-right-cont .form-main-box .break-block span:before,
.nk-sign-up-section .custom-right-cont .form-main-box .break-block span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 85px;
    height: 1px;
    background-color: #C9DCFE;
}
.nk-sign-up-section .custom-right-cont .form-main-box .break-block span:after {
    left: unset;
    right: 0;
}
.nk-sign-up-section .custom-right-cont .form-main-box .social-links-main {
    text-align: center;
    margin-bottom: 30px;
}
.nk-sign-up-section .custom-right-cont .form-main-box .social-links-main a:first-child i {
    margin-left: 0 !important;
}
.nk-sign-up-section .custom-right-cont .form-main-box .social-links-main li {
    display: inline-block;
    margin-right: 30px;
}
.nk-sign-up-section .custom-right-cont .form-main-box .social-links-main li:last-child {
    margin-right: 0;
}
.nk-sign-up-section .custom-right-cont .form-main-box .social-links-main .soical-link {
    width: 50px;
    height: 50px;
    background-color: #ffff;
    border: 1px solid #C9DCFE;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nk-sign-up-section .custom-right-cont .form-main-box .social-links-main .soical-link .iconify {
    font-size: 24px;
}
.nk-sign-up-section .custom-right-cont .botm-question-text {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 370px;
}
.nk-sign-up-section .custom-right-cont .botm-question-text span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
}
.nk-sign-up-section .custom-right-cont .botm-question-text span a {
    font-weight: 600;
    color: #475979;
}
.nk-sign-up-section .custom-right-cont .form-main-box .extra-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0 30px 0;
}
.nk-sign-up-section .custom-right-cont .form-main-box .extra-btns.nk-term-txt {
    justify-content: unset;
}
.nk-sign-up-section .custom-right-cont .form-main-box .extra-btns.nk-term-txt a,
.nk-sign-up-section .custom-right-cont .form-main-box .extra-btns.nk-term-txt a:hover {
    color: #E87D4B;
}
.nk-sign-up-section .custom-right-cont .form-main-box .extra-btns.nk-term-txt input {
    margin: 0px 10px 0 0;
    cursor: pointer;
}
.nk-sign-up-section .custom-right-cont .form-main-box .input-main .show-password {
    left: unset;
    right: 20px;
    font-size: 22px;
    top: 32%;
    cursor: pointer;
}
.nk-sign-up-section .custom-right-cont .form-main-box .extra-btns .left-cont .text {
    font-size: 12px;
    color: #475979;
}
.nk-sign-up-section .custom-right-cont .form-main-box .extra-btns .right-cont a {
    font-size: 12px;
    color: #ee4242;
}
.nk-sign-up-section .custom-right-cont .form-main-box .input-main:last-child {
    margin-bottom: 0;
}
.nk-sign-up-section .custom-right-cont .form-main-box .extra-btns .left-cont .pretty {
    margin-right: 0;
}
.nk-sign-up-section .custom-right-cont .form-main-box .extra-btns .left-cont .pretty.p-icon .state .iconify {
    font-size: 12px !important;
    left: 3px;
    top: 2px;
    position: absolute;
    color: #fff;
    z-index: 1;
}
.nk-sign-up-section .custom-right-cont .form-main-box .extra-btns .left-cont .pretty input:checked ~ .state.p-warning label::after {
    background-color: #475979 !important;
}
.nk-sign-in-section .sign-up-content-box .form-main-box {
    margin-top: 20px;
}
.nk-sign-up-section .sign-up-content-box .md-left-text label {
    display: block;
}
.nk-sign-up-section .sign-up-content-box .md-left-text .select2-container {
    width: 100% !important;
}
.nk-sign-up-section .sign-up-content-box .md-left-text .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
    line-height: 38px;
}
.nk-sign-up-section .sign-up-content-box .md-left-text .select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #C9DCFE;
    font-size: 14px;
}
.nk-sign-up-section .sign-up-content-box .md-left-text .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 12px;
}
.nk-sign-up-section .sign-up-content-box .md-left-text .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 #888;
    width: 10px;
    height: 10px;
    border-width: 0px 0px 1px 1px;
    transform: rotate(-45deg);
    top: 40%;
}
.nk-sign-up-section .sign-up-content-box .md-left-text .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #888 #888 transparent transparent;
    border-width: 1px 1px 0px 0px;
    top: 50%;
}
/* nk-sign-up-section-end */
/* nk-job-search-section-4-start */
.nk-job-search-section-4 {
    padding: 60px 0 80px 0;
}
.nk-job-search-section-4 .sincere-section {
    margin-bottom: 30px;
}
/* nk-job-search-section-4-end */
/* forgot-password-modal-start */
.forgot-password-modal .input-main-box input {
    height: 50px;
    width: 100%;
    background-color: #ffff;
    border: 1px solid #C9DCFE;
    border-radius: 4px;
    padding: 10px 15px;
}
.forgot-password-modal .input-main-box input:focus-visible {
    outline: none;
}
.forgot-password-modal .input-main-box input::placeholder {
    color: #475979;
    opacity: 1;
}
.forgot-password-modal .modal-header {
    border-bottom: 1px solid #C9DCFE;
}
.forgot-password-modal .modal-header .btn-close,
.forgot-password-modal .modal-header .btn-close:hover {
    filter: invert(37%) sepia(90%) saturate(4317%) hue-rotate(342deg) brightness(124%) contrast(106%);
    opacity: 1;
}
.forgot-password-modal .modal-footer {
    border-top: 0;
    padding-top: 0;
}
.forgot-password-modal .modal-footer .latest-theme-btn {
    margin-top: 0;
}
.forgot-password-modal .modal-footer .latest-theme-btn:hover {
    background-color: #E87D4B;
    color: #ffff;
}

/* forgot-password-modal-end */

/* nk-dashboard-new-css-start */
.layout-wrapper .card-lg-img .card-img-box img {
    height: 140px;
}
.layout-wrapper .layout-page .custom-field-main .form-check {
    padding-left: 12px;
}
.layout-wrapper .layout-page .custom-field-main .form-check .custom-radiobox li input {
    margin-left: 0;
    margin-right: 5px;
}
.layout-wrapper .layout-page .card-body .card-sub-header {
    padding-left: 0;
}
.layout-wrapper .layout-page .card-body .card-sub-body {
    padding-left: 0;
    padding-right: 0;
}
.layout-wrapper .layout-page .notification-box {
    text-align: center;
    margin-bottom: 20px;
}
.layout-wrapper .layout-page .card-body .select2-container--default .select2-selection--single {
    height: 38px;
}
.layout-wrapper .layout-page .card-body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.layout-wrapper .layout-page .card-body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}
.layout-wrapper .layout-page .card-body .skills .skills-gen .group {
    margin-bottom: 20px;
}
.layout-wrapper .layout-page .dashboard-edit-profile .form-check .form-check-input {
    position: unset;
    opacity: 1;
}
.layout-wrapper .layout-page .dashboard-edit-profile .typeahead__container {
    position: relative;
}
.layout-wrapper .layout-page .dashboard-edit-profile .my-zones {
    margin-bottom: 10px;
}
.layout-wrapper .layout-page .dashboard-edit-profile .submit-listing-section .input-group-addon {
    width: 39px;
    height: 39px;
    border: 1px solid #d9dee3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.layout-wrapper .layout-page .dashboard-edit-profile .submit-listing-section .form-close-check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 22px;
}
.layout-wrapper .layout-page .dashboard-edit-profile .submit-listing-section .form-close-check label {
    margin: 0 5px 0 0;
}
/* nk-dashboard-new-css-end */ 

/* jobzilo-pricing-detail-start */

.freelance-pricing-detail {
    padding: 80px 0;
}

.freelance-pricing-detail .freelance-pricing-2-main .freelance-price-detail {
    padding-top: 8px;
}

.freelance-pricing-detail .freelance-pricing-2-main .freelance-price-detail ul {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.freelance-pricing-detail .freelance-pricing-2-main .freelance-price-detail ul li {
    line-height: 40px;
    color: #475979;
    font-size: 14px;
}

.freelance-pricing-detail .freelance-pricing-2-main .freelance-price-detail ul li .tick,
.freelance-pricing-detail .freelance-pricing-2-main .freelance-price-detail ul li .cross  {
    font-size: 18px;
    color: #E87D4B;
    margin-right: 15px;
}

.freelance-pricing-detail .freelance-pricing-2-main .freelance-price-detail ul li .cross {
    color: #f95353;
}

.freelance-pricing-detail .freelance-pricing-2-main {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #C9DCFe;
    margin-bottom: 10px;
    padding: 30px;
    width: 32%;
    display: inline-grid;
}

.freelance-pricing-detail .freelance-pricing-2-main:first-child {
    margin-right: 10px;
}

.freelance-pricing-detail .freelance-pricing-2-main:last-child {
    margin-left: 10px;
}

.freelance-pricing-detail .freelance-pricing-2-main.translate-div {
    margin: 0px 10px;
    margin-bottom: 10px;
    background-color: #F8FAFB;
}

.freelance-pricing-detail .freelance-pricing-2-main .freelance-pricing-price h4 {
    margin-top: 10px;
    margin-bottom: 0;
}

.freelance-pricing-detail .freelance-pricing-price p.popular-package {
    background: #ffff;
    border-radius: 50px;
    padding: 15px 0;
    margin-bottom: 20px;
    font-size: 14px;
    color: #475979;
    font-weight: 500;
    border: 1px solid #c9dcfe;
}

.freelance-pricing-detail .freelance-pricing-2-main .freelance-pricing-price {
    padding-bottom: 20px;
    border-bottom: 1px solid #EBECED;
}

.freelance-pricing-detail .freelance-pricing-2-main .freelance-pricing-price span.fr-price {
    font-size: 34px;
    color: #475979;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.freelance-pricing-detail .freelance-pricing-2-main .freelance-pricing-price span.sm-txt {
    color: #777;
    font-size: 14px;
}

.freelance-pricing-detail .freelance-pricing-2-main .btn-freelance-theme {
    font-size: 16px;
    font-weight: 500;
    color: #475979;
    border: 1px solid #E87D4B;
    background: transparent;
    width: 100%;
    transition: 0.3s ease-in-out;
}
.freelance-pricing-detail .freelance-pricing-2-main .btn-freelance-theme:hover {
    background: #E87D4B;
    color: #ffff;
}

.freelance-pricing-detail .freelance-pricing-2-main .btn-freelance-theme a {
    transition: 0.3s ease-in-out;
}

.freelance-pricing-detail .freelance-pricing-2-main .btn-freelance-theme:hover a {
    color: #ffff; 
}

.freelance-pricing-detail .freelance-pricing-2-main.translate-div .btn-freelance-theme {
    border: none;
    background: #E87D4B;
    color: #fff;
}

/*  latest-pricing-section2-start */
.latest-pricing-section .freelance-pricing-2-main {
    padding: 0;
    border: 0;
    background-color: unset;
    display: inline-grid;
}
.latest-pricing-section .freelance-pricing-2-main .freelance-pricing-price::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 80px;
    width: 20px;
    height: 20px;
    background-color: #F9F9F9;
    border: 1px solid #F1F5F8;
    transform: rotate(45deg);
    z-index: -1;
}
.latest-pricing-section .freelance-pricing-2-main .freelance-pricing-price {
    padding: 30px;
    background-color: #F9F9F9;
    border: 1px solid #F1F5F8;
    border-radius: 10px;
    position: relative;
}
.latest-pricing-section .freelance-pricing-2-main .freelance-pricing-price .pkg-price {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #E87D4B;
}
.latest-pricing-section .freelance-pricing-2-main .freelance-pricing-price .pkg-type {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #475979;
    margin-top: 0;
}
.latest-pricing-section .freelance-pricing-2-main .freelance-pricing-price .purchase-btn {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 20px;
    color: #ffff;
    background-color: #E87D4B;
}
.latest-pricing-section .freelance-pricing-2-main .freelance-price-detail {
    padding: 30px;
    padding-bottom: 0;
}
.latest-pricing-section .freelance-pricing-2-main .freelance-price-detail ul {
    margin-bottom: 0;
}
.latest-pricing-section .freelance-pricing-2-main .freelance-price-detail ul li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #555;
}
.latest-pricing-section .freelance-pricing-2-main .freelance-price-detail ul li:last-child {
    margin-bottom: 0;
}
.latest-pricing-section .freelance-pricing-2-main:nth-child(2) {
    background-color: transparent;
}
.latest-pricing-section .freelance-pricing-2-main:nth-child(2) .freelance-pricing-price {
    background-color: #E87D4B;
    border: 1px solid #E87D4B;
}
.latest-pricing-section .freelance-pricing-2-main:nth-child(2) .freelance-pricing-price::before {
    background-color: #E87D4B;
    border: 1px solid #E87D4B;
}
.latest-pricing-section .freelance-pricing-2-main:nth-child(2) .freelance-pricing-price .pkg-price,
.latest-pricing-section .freelance-pricing-2-main:nth-child(2) .freelance-pricing-price .pkg-type,
.latest-pricing-section .freelance-pricing-2-main:nth-child(2) .freelance-pricing-price p.txt {
    color: #ffff;
}
.latest-pricing-section .freelance-pricing-2-main:nth-child(2) .freelance-pricing-price .purchase-btn {
    background-color: #ffff;
    color: #475979;
}
/*  latest-pricing-section2-end */

.nk-notify-modal .modal-body li {
    list-style-type: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.layout-wrapper .layout-page .card-body li.typeahead__item {
    padding-bottom: 0;
    margin-bottom: 0;
}
.layout-wrapper .layout-page .card-body li {
    background-color: transparent;
    border-bottom: 0;
}
.layout-wrapper .layout-page .card-body .n-question-box .company-search-toggle .pull-right .toggle.btn-xs {
    border: 1px solid #010101;
}
.layout-wrapper .layout-page .card-body .n-question-box .company-search-toggle .pull-right .toggle.btn-primary {
    border: 1px solid #0b5ed7;
}
.layout-wrapper .layout-page .card-body .post-job-section ul li {
    display: inline-block;
    margin-right: 40px;
}
.layout-wrapper .layout-page .card-body .post-job-section ul li .job-topups-checkbox {
    display: inline-block;
}
.layout-wrapper .layout-page .card-body .post-job-section ul li .job-topups-box p {
    display: inline-block;
    margin-left: 10px;
}
.layout-wrapper .layout-page .card-body .n-jobpost li {
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0 5px;
}
.layout-wrapper .layout-page .card-body .n-jobpost li.select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
}
.layout-wrapper .layout-page .card-body .n-jobpost li .select2-search__field {
    margin-top: 0;
}
.layout-wrapper .layout-page .card-body .n-jobpost .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    height: 38px;
    border-radius: 6px;
}
.layout-wrapper .layout-page .card-body .n-jobpost .tag-editor li {
    margin-top: 3px;
    margin-bottom: 3px;
}
.layout-wrapper .layout-page .card-body .n-jobpost .tag-editor {
    border: 1px solid #ced4da;
    height: 38px;
    border-radius: 6px;
}
.layout-wrapper .layout-page .card-body .n-jobpost .tag-editor li div,
.layout-wrapper .layout-page .card-body .n-jobpost .tag-editor li.ui-sortable-handle{
    line-height: 30px;
}
.jz-prf-last-login strong,
.jz-prf-last-login p {
    display: inline-block;
}
.jz-emp-location {
    position: relative;
}
.jz-emp-location #your_current_location {
    position: absolute;
    right: 30px;
    bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .freelance-pricing-detail .freelance-pricing-2-main {
        width: 31%;
    }

    .freelance-pricing-detail .freelance-pricing-2-main:first-child {
        margin-right: 17px;
    }

    .freelance-pricing-detail .freelance-pricing-2-main:last-child {
        margin-left: 17px;
    }

    .freelance-pricing-detail .freelance-pricing-2-main.translate-div {
        margin: 0px 17px;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .freelance-pricing-detail .freelance-pricing-2-main {
        width: 31%;
    }

    .freelance-pricing-detail .freelance-pricing-2-main:first-child {
        margin-right: 14px;
    }

    .freelance-pricing-detail .freelance-pricing-2-main:last-child {
        margin-left: 14px;
    }

    .freelance-pricing-detail .freelance-pricing-2-main.translate-div {
        margin: 0px 14px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .freelance-pricing-detail .freelance-pricing-2-main {
        width: 47%;
        margin-bottom: 30px;
    }

    .freelance-pricing-detail .freelance-pricing-2-main:first-child {
        margin-right: 36px;
    }

    .freelance-pricing-detail .freelance-pricing-2-main:last-child {
        margin-left: 0px;
    }

    .freelance-pricing-detail .freelance-pricing-2-main.translate-div {
        margin: 30px 0px;
    }
}

@media (max-width: 768px) {
    .freelance-pricing-detail .freelance-pricing-2-main {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .freelance-pricing-detail .freelance-pricing-2-main.translate-div {
        margin: 0px 0px 30px 0px;
    }

    .freelance-pricing-detail .freelance-pricing-2-main:last-child {
        margin: 0px;
    }
}
/* jobzilo-pricing-detail-end */

.table:not(.table-dark) th {
    color: #ffff; 
}
.review-star-box {
    display: flex;
    justify-content: space-evenly;
}
.dealers-review-section {
    overflow: hidden;
}
.dealers-review-section .profile-heading {
    margin-bottom: 30px;
}
h3.profile-heading {
    margin-bottom: 10px;
    color: #242424;
    font-weight: 500;
}
.profile-heading {
    position: relative;
}
.review-box {
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.review-box .review-avg-rating {
    display: inline-block;
    float: left;
    background-color: #252c35;
    padding: 20px;
    color: #FFF;
    text-align: center;
    margin-right: 20px;
}
.review-box .review-avg-rating span {
    font-size: 36px;
    font-family: "Poppins",sans-serif;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}
.review-box .review-avg-rating ul li.colored-star {
    color: #ffc513 !important;
}
.review-box .review-avg-rating ul li.star {
    display: inline-block;
    color: #ccc;
    font-size: 16px;
}
.review-content-box {
    min-height: 110px;
    position: relative;
    overflow: hidden;
}
.review-content-box .review-text-box {
    position: relative;
}
.review-content-box .review-date {
    margin-bottom: 10px;
}
.rating-stars-box {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}
.rating-stars-box .rating-stars {
    width: 33%;
    float: left;
    margin-bottom: 10px;
}
.rating-stars-box .rating-stars label {
    display: block;
    margin-bottom: 0;
    margin-right: 10px;
    font-family: "Poppins",sans-serif;
}
.rating-stars-box .rating-stars label {
    font-size: 14px;
    margin-bottom: 5px;
    color: rgba(21, 21, 21, .7);
    font-weight: 600;
}
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    padding-left: 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.review-form {
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 20px;
}
.review-form .review-star-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.review-form .review-star-box li {
    width: 33%;
    display: inline-block;
}
.review-form label {
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    display: block;
}
.review-form .rating-xs {
    font-size: 20px;
}
.rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
}
.review-content-box .review-date .user-profile a {

    text-transform: uppercase;
    /* color: #E87D4B; */
}

.review-date .review-toggle-angle{

    color: #E87D4B;
}
.rating-stars-box .rating-stars ul {
    display: inline-block;
    margin: 0;
    margin-bottom: 0px;
}
.rating-stars ul li.star {
    display: inline-block;
    line-height: 1;
}
.rating-stars ul li.star.colored-star i.fa {
    color: #ffc513;
}
.review-reply-messgae h5 {
    font-weight: 500;
    color: #232323;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 5px;
}

.review-author-name h6{
    font-weight: 600;
    line-height: 1.4;
}

.rating-pagination {
    clear: both;
    position: relative;
    font-size: 12px;
    line-height: 13px;
    float: right;
    width: 100%;
    margin-bottom: 30px;
    text-align: right;
}
.rating-pagination .current {
    background-color: #fb236a;
    border-color: #fb236a;
    color: #ffff;
}
.rating-pagination span{
    padding: 12px 15px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    color: #242424;
    margin-right: 5px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.rating-pagination a{
    padding: 12px 15px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    color: #242424;
    margin-right: 5px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.rating-pagination a:hover {
    color: #fff;
    background: #fb236a;
    border-color: #B31217;
}
.rating-stars ul li.star i.fa {
    font-size: 16px;
    color: #ccc;
}
.skills_tags:hover {
    background-color:#fb236a;
    color:#FFF !important;
    border: 1px solid #fb236a;
}
.jz-responsive-img {
    max-height: 100%;
    height: 50px;
    width: 52px;
    border-radius: 50%;
    margin-right: 15px;
}
.jz-dashboard-prof-img {
    max-height: 100%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-right: 15px;
}
/*Parseley Erros Highlight fields*/
.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}
select.parsley-error, textarea.parsley-error {
    color: rgb(185, 74, 72);
    background-color: rgb(242, 222, 222);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 211, 215);
    border-image: initial;
}
.parsley-errors-list {
    list-style:none;
    padding: 0 !important;
    margin: 0 !important;
}
.parsley-errors-list li {
    margin-top:10px;
    color: #cc0101010;
    margin-bottom:10px;
    width: 100% !important;		
}
.btn .parsley-errors-list li{
    margin-top:0px;
}
.blog-detail-page {
    padding: 80px 0;
}
.blog-detail-page .has-text-align-center {
    margin-bottom: 20px;
}
.blog-detail-page .entry-content p {
    margin-bottom: 15px;
}
.dashboard-edit-profile .dashboard-social-links #your_current_location {
    position: absolute;
    bottom: 6px;
    right: 30px;
}
.mian-feature-list {
  display: none;
}
.jz-theme-subtitle {
	text-transform: capitalize;
}
.nk-candidate-detail-section .professional-skill-box .fr-ads-box {
    margin-top: 30px;
    padding: 20px;
    background-color: #ffff;
    border-radius: 4px;
    border: 1px solid #F1F5F8;
    display: flex;
    align-items: center;
}
.nk-candidate-detail-section .professional-skill-box .fr-ads-box .left-cont {
    margin-right: 20px;
}
.nk-candidate-detail-section .professional-skill-box .fr-ads-box .right-cont h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.nk-candidate-detail-section .professional-skill-box .fr-ads-box .right-cont h5 a,
.nk-candidate-detail-section .professional-skill-box .fr-ads-box .right-cont h5 a:hover {
    /* color: #E87D4B; */
}
.nk-candidate-detail-section .professional-skill-box .fr-ads-box .right-cont h6 {
    font-size: 16px;
    color: #3e3e3e;
    margin-bottom: 3px;
}
.nk-candidate-detail-section .professional-skill-box .fr-ads-box .right-cont small {
    font-size: 14px;
    color: #3e3e3e;
}
.layout-content-navbar .layout-navbar {
    z-index: 1;
}
.layout-content-navbar .layout-page .navbar-nav {
    position: fixed;
    top: 100px;
    left: 0px;
    padding: 5px 10px;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}
.layout-content-navbar .layout-page .card .card-body p a,
.layout-content-navbar .layout-page .card .card-body p a:hover {
    color: #E87D4B;
}
#business-hours-fields .tab-content .tab-cont-baseline {
    align-items: flex-end;
}
.dashboard-edit-profile .datepicker-here-canidate {
    margin-bottom: 10px;
}
.layout-content-navbar .layout-page .card-profile-box {
    padding: 25px;
}
.layout-content-navbar .layout-page .card-profile-box .cand-profile-box {
    display: flex;
    align-items: center;
}
.layout-content-navbar .layout-page .file-upload-wrapper .file-upload-field {
    position: relative;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 53px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
.layout-content-navbar .layout-page .file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 55px;
    border: 1px solid rgba(67, 133, 255, 0.2);
    border-radius: 4px;
}
.layout-content-navbar .layout-page .file-upload-wrapper::before {
    content: '\f362';
    font-family: LineAwesome;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 54px;
    z-index: 25;
    font-size: 22px;
    line-height: 54px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 4px 4px 0;
    color: #ffff;
    font-size: 20px;
    background-color: #E87D4B;
    border: 1px solid #E87D4B;
}
.layout-content-navbar .layout-page .file-upload-wrapper::after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 53px;
    line-height: 33px;
    color: #697a8d;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
    text-align: left;
}
.table-responsive tbody td strong {
    font-weight: 500 !important;
}
.layout-content-navbar .layout-page .table-responsive tbody td .jz-cand-job-box {
    display: flex;
    align-items: center;
}
.layout-content-navbar .layout-page .table-responsive tbody td .jz-cand-job-box .right-cont a,
.layout-content-navbar .layout-page .table-responsive tbody td .jz-cand-job-box .right-cont a:hover,
.layout-content-navbar .layout-page .table-responsive tbody td .cand-saved-jobs a,
.layout-content-navbar .layout-page .table-responsive tbody td .cand-saved-jobs a:hover {
    color: #E87D4B;
    font-weight: 600;
}
.layout-content-navbar .layout-page .table-responsive tbody td strong {
    font-weight: 500 !important;
}
/* styling settings */
.job_block_grid .job_block_thumb img.img-fluid {
    height: 277px;
    width: 100%;
    object-fit: cover;
}

.nk-best-job-hero {
    /* background-color: #F1F5F8; */
    /* border-radius: 0px 400px; */
    /* z-index: -1; */

}
/* .main-search-box {
    width: 770px;
  padding: 20px 30px;
  background-color: #ffff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-top: 50px;
  margin-bottom: -88px;
} */
.recommended-jobs.rec-jobs-custom-menu .nk-recommended-main .job-dtl-box img.img-responsive {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.nk-latest-header.sb-header.mega-menu.header-shadow.viewport-lg.exer-menu.nk-white-bg-header {
    background: none;
    box-shadow: none;
    position: absolute;
}
.nk-latest-footer .app-section ul.btn-box {
    display: flex;
}
.nk-latest-footer .app-section ul.btn-box li:first-child {
    margin-right: 10px;
}
.nk-latest-footer .app-section .sub-heading {
    margin-bottom: 10px;
}
.nk-candidate-detail-section .profile-main-box .prf-img img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    /* border-radius: 50%;
    border: 5px solid aliceblue; */
}
.prf-favourite .btn.n-btn-custom {
    width: unset !important;
    margin-bottom: unset !important;
}
.prf-favourite {
    gap: 10px;
}
.nk-candidate-detail-section .profile-main-box .left-cont .prf-img img.cand_dp_img {
    width: 85px;
    height: 85px;
    object-fit: cover;
}
.skill_class_5 {
    background-color: #FF324E;
}
.skill_class_6 {
    background-color: #FFC107;
}
.skill_class_7 {
    background-color: #D86713;
}
.skill_class_8 {
    background-color: #48CB00;
}
.professional-skill-box ul li a img {
    width: 186px;
    height: 186px;
    object-fit: cover;
    border-radius: 4px;
}
.fr-ads-box .left-cont a img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.nk-hero-rec-jobs .hero-meta-box .main-search-box {
    width: 100%;
    padding: 20px;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
}
.nk-best-job-hero .hero-meta-box .main-search-box {
    width: 100%;
    padding: 20px 30px;
    background-color: #ffff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-top: 50px;
    margin-bottom: -88px;
}
.nk-rec-jobs .job_block_grid .job_featured_footer .path-img img.img-fluid {
    width: 35px;
    height: 35px;
    object-fit: cover;
}
/* .elementor-section p {
    all: unset !important;
} */
.home .nk-latest-header.sb-header .sb-menu ul li.hoverTrigger a {
    color: #ffffff;
}
.nk-candidate-detail-tabs .prf-with-tabs {
    width: 970px;
    background-color: #ffff;
    border-radius: 4px;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    margin-bottom: 35px;
}
.nk-candidate-detail-tabs .profile-main-box {
    padding: 20px;
    margin-bottom: 0;
    box-shadow: unset;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nk-candidate-detail-tabs .prf-with-tabs .nav-pills {
    justify-content: center;
}
.nk-candidate-detail-tabs .prf-with-tabs .nav-pills .nav-link {
    padding: 14px 18px;
    background-color: #ffff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #475979;
}
.nk-hero-detail-banner {
    height: 200px;
}
.nk-candidate-detail-tabs .nk-tab-content {
    width: 970px;
    margin: 0 auto;
}
.nk-hero-detail-banner .job-detail-prf ul li:first-child {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #C9DCFE;
}
.single.single-job_post .nk-latest-header.sb-header.mega-menu.header-shadow.viewport-lg.exer-menu.nk-white-bg-header, .archive.author .nk-latest-header.sb-header.mega-menu.header-shadow.viewport-lg.exer-menu.nk-white-bg-header, .archive.author .mega-menu.n-header-trabsparent {
    background: #fff;
    box-shadow: none;
    position: relative;
}
.nk-job-detail-section .emp-gallery-box ul li a.portfolio-gallery img, .nk-candidate-detail-section .make-me-sticky .emp-gallery-box ul li a.portfolio-gallery img, .nk-employer-detail-section .emp-gallery-box ul li a.portfolio-gallery img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}