/*
Theme Name: Nokri - Job Board WordPress Theme
Author: ScriptsBundle
Version: 1.5.3
Designed and Development by: ScriptsBundle

====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - GENERAL CSS
    2.0 - BREADCRUMB CSS
    3.0 - SEARCH BREADCRUMB 
    4.0 - SPINNER CSS
    5.0 - PAGINATION CSS
    6.0 - NAVIGATION
        7.0 - HEADER 2
        8.0 - TOP SEARCH HOME 2
        9.0 - SEARCH BAR ON SCROLL
        10.0 - HOME 3 SLIDER
        11.0 - HEADER 4 TRANSPARENT
        12.0 - MAIN SECTION HOME 1
        13.0 - INDEX 5 MAIN SECTION
        14.0 - CATEGORY 
        15.0 - EMPLOYEE SECTION
        16.0 - FACTS COUNTER
        17.0 - CATEGORIES
        18.0 - CATEGORY PAGE 1
        19.0 - CATEGORY SECTION 2
        20.0 - TESTIMONIALS 1
        21.0 - TESTIMONIAL CSS
        22.0 - TESTIMONIAL 2 CSS
        23.0 - APP DOWNLOAD
        24.0 - FEATURED JOBS
        25.0 - COUNTER SECTION
        26.0 - SINGLE JOB POST CS
        27.0 - COMPANIES DETAILS
        28.0 - USER DASHBOARD CSS
        29.0 - USER PROFILE CSS
        30.0 - USER RESUME CSS
        31.0 - MEDIA QUERIES
        32.0 - All Company CSS
        33.0 - Company DashBoard CSS
        34.0 - COMPANY FOLLOWERS
        35.0 - BLOG POST CSS
        36.0 - SINGLE BLOG PAGE CSS
        37.0 - RESUME 1 CSS
        38.0 - RESUME 2 CSS
        39.0 - RESUME 3 CSS
        40.0 - POST JOB CSS
        41.0 - POST JOB WIZARD CSS
        42.0 - TEAM SECTION CSS
        43.0 - ACCORDIAN CSS
        44.0 - 404 CSS
        45.0 - COMING SOON CSS
        46.0 - COMING SOON 2 CSS 
        47.0 - COMING SOON 4 CSS
        48.0 - LOGIN CSS
        49.0 - PRICING CSS
        50.0 - PRICING 2 CSS
        51.0 - PRICING 3 & 4 CSS
        52.0 - CONTACT US PAGES CSS
        53.0 - OTHER PAGES CSS
        54.0 - SKILLS BAR RESUME CSS
        55.0 - FOOTER
        56.0 - MEDIA QUERIES
        
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/

/* ---- GENERAL CSS ----- */



body {
    background: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #242424;
    padding-right: 0 !important;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    overflow-x: hidden;
}

h3,
h4 {
    font-weight: 500;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

h1,
h2 {
    line-height: 1.5;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

h5,
h6 {
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    font-size: 14px;
    color: #777;
}

a {
    outline: none !important;
    color: #242424;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: #fb236a;
}

ol,
ul {
    text-decoration: none;
    margin-bottom: 0;
    padding-left: 0;
}

.parsley-errors-list {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.parsley-errors-list li {
    margin-top: 10px;
    color: #cc0000;
    margin-bottom: 10px;
    width: 100% !important;
}

.btn .parsley-errors-list li {
    margin-top: 0px;
}

.light-blue {
    background-color: #eff3f6 !important;
}

.light-blue.remove-padding {
    padding: 0px;
}

input.form-control {
    height: 50px;
}

input.form-control:focus {
    box-shadow: none;
    border: 1px solid #ddd;
}

.form-control {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-control:focus {
    border-color: #eee;
    box-shadow: none;
}

textarea {
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 0;
}

textarea:focus {
    border: 1px solid #eee;
    box-shadow: none;
}

.nopadding {
    padding: 0px !important;
}

.no-translate {
    transform: none !important;
}

.bg-grey {
    background-color: #F8F8F8 !important;
}

.bg-white {
    background-color: #FFF !important;
}

.light-grey {
    background-color: #f9f9f9 !important;
}

/* section {
    padding:80px 0;
  	
} */

section.horizontal_search {
    padding: 80px 0;
}
section.categories-section-2 {
    padding:60px 0;

}
section.n-featured-jobs{
    padding:60px 0;
}

section.n-featured-candidates{
    padding:60px 0;
}
section.n-pricing-plan{
    padding:60px 0;
}
section.n-testimonials{
    padding:60px 0;
} 
section.custom-padding{
    padding:60px 0;
}
section.nth-latest-update{
    padding:60px 0;
}





section.dwt_listing_shop-container {
    padding: 80px 0;
}

section.dwt_listing_shop-container-single {
    padding: 80px 0;
}

section.nk-detail-pg {
    padding: 80px 0;
}

section section {
    padding: 80px 0 !important;
}

section.n-search-page {
    padding: 80px 0;
}

section.n-search-pagehorizontal {
    padding-bottom: 80px;
}

/*section.wpb-content-wrapper {
    padding: 0;
}*/
/*.elementor-section{
    padding:40px 0; 
}*/
.nopadding {
    padding: 0;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt170 {
    padding-top: 170px !important;
}

.pt140 {
    padding-top: 140px !important;
}

.jqte ul,
.jqte ol {
    padding-left: 40px;
}

.jqte_editor div,
.jqte_editor p {
    font-family: 'Poppins', sans-serif;
}

span.wpcf7-not-valid-tip {
    margin-top: 5px;
}

.mega-menu {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.menu-list-items.desktopTopFixed {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    margin: 0;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.n-extra-btn-section {
    text-align: center;
    margin-top: 50px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.n-extra-btn-section .btn-mid {
    padding: 10px 30px;
}

.n-extra-btn-section .btn-mid.btn-clear {
    background: transparent;
    color: #fb236a;
}

.n-extra-btn-section .btn-mid.btn-clear:hover {
    color: #FFF;
    background-color: #fb236a;
    border-color: #fb236a;
}

.vc_column_container>.vc_column-inner {
    padding: 0 !important;
}

.vc_row {
    margin: 0 !important;
}


.form-group .jqte {
    border: 1px solid #e1e1e1;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}

.form-group .jqte:focus {
    box-shadow: none;
}

.form-group .jqte_editor,
.form-group .jqte_source {
    max-height: 350px;
}

.leaflet-control-search .search-input {
    min-width: 200px
}

/* ---- SPINNER CSS ---- */

#spinner {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.spinner-img {
    height: 100%;
    left: 0;
    position: fixed;
    top: 35%;
    width: 100%;
}

/*MIAN HERE SCROLLER ARROW*/
.scroll-to {
    text-align: center;
    width: 130px;
    height: 130px;
    border: 2px solid #ffffff;
    z-index: 9;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    bottom: -60px;
    border-radius: 50%;
    left: 50%;
    margin-left: -65px;
}

.scroll-to a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    line-height: 65px;
    font-size: 30px;
}

/*CLICK TO TOP BUTTOM*/
.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 34px;
    right: 20px;
    display: none;
    background-color: #fb236a;
    padding: 5px;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
    opacity: 0.5;
    border-radius: 3px;
    z-index: 999;
}

.scrollup:hover {
    opacity: 1;
}

.scrollup i {
    color: #fff;
    display: block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #FFF;
}

/*DEFAULT SELECT STYLE*/
.select2-container .select2-selection--single {
    height: 50px;
    border: 1px solid #eee;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 12px;
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 20px;
    display: none;
}

.select2-container--default .select2-selection--multiple {
    border-color: #e1e1e1;
    border-radius: 0;
    height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    right: 10px;
    margin: 0;
    line-height: 45px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e1e1e1;
    height: auto;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 45px;
    margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-color: #e1e1e1;
    background-color: #f5f5f5;
    padding: 5px 10px;
    margin-right: 10px;
    margin-top: 8px;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fb236a;
    color: #FFF;
}


/*THEME BUTTONS*/
.btn {
    padding: 13px 30px;
    box-shadow: none;
}

.n-btn-rounded {
    color: #FFF;
    border-radius: 20px;
    background-color: #fb236a;
    border-color: #fb236a;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
}

.n-btn-rounded.btn-mid {
    padding: 10px 30px;
}

.n-btn-rounded:hover,
.n-btn-rounded:focus,
.n-btn-rounded:active,
.n-btn-rounded.active,
.open .dropdown-toggle.n-btn-rounded {
    color: #242424;

}

.n-btn-rounded.disabled,
.n-btn-rounded[disabled],
fieldset[disabled] .n-btn-rounded,
.n-btn-rounded.disabled:hover,
.n-btn-rounded[disabled]:hover,
fieldset[disabled] .n-btn-rounded:hover,
.n-btn-rounded.disabled:focus,
.n-btn-rounded[disabled]:focus,
fieldset[disabled] .n-btn-rounded:focus,
.n-btn-rounded.disabled:active,
.n-btn-rounded[disabled]:active,
fieldset[disabled] .n-btn-rounded:active,
.n-btn-rounded.disabled.active,
.n-btn-rounded[disabled].active,
fieldset[disabled] .n-btn-rounded.active {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}



/*DEFAULT BUTTON FLAT*/

.n-btn-flat {
    color: #FFF;
    background-color: #fb236a;
    border-color: #fb236a;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.n-btn-flat:hover,
.n-btn-flat.focus,
.n-btn-flat:focus {
    color: #FFF;
    background-color: #233d7b;
    border-color: #233d7b;
}

.n-btn-flat.btn-mid {
    padding: 13px 30px;
}

.n-btn-flat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    transform: scale(0, 0);
    z-index: -1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.n-btn-flat:hover::before {
    background-color: rgba(255, 255, 255, .2);
    opacity: 1;
    transform: scale(1, 1);
}


.n-btn-custom {
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 400;
    color: #FFF;
    font-size: 14px;
    background-color: #242424;
    border: 1px solid #242424;
    z-index: 1;
    position: relative;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.n-btn-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    opacity: 0;
    transform: scale(0, 0);
    z-index: -1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.n-btn-custom:hover::before {
    background-color: rgba(255, 255, 255, .2);
    opacity: 1;
    transform: scale(1, 1);
}

.n-btn-custom:hover,
.n-btn-custom:hover,
.n-btn-custom:focus,
.n-btn-custom:focus {
    background-color: #242424;
    border: 1px solid #242424;
    color: #FFF;
}

.n-btn-custom i {
    margin-right: 10px;
}

/*BTN CUSTOM 2*/

.n-btn-custom-two {
    color: #FFF;
    background-color: #233d7b;
    border-color: #233d7b;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.n-btn-custom-two:hover,
.n-btn-custom-two.focus,
.n-btn-custom-two:focus {
    color: #FFF;
    background-color: #233d7b;
}

.n-btn-custom-two.btn-mid {
    padding: 13px 30px;
}

.n-btn-custom-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    transform: scale(0, 0);
    z-index: -1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.n-btn-custom-two:hover::before {
    background-color: rgba(255, 255, 255, .2);
    opacity: 1;
    transform: scale(1, 1);
}

.n-btn-custom-two i {
    margin-right: 10px;
}





.section-bg-style {
    background: url(../images/style.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    right: auto;
    background-position: top 50px right;
    background-repeat: no-repeat;
}

.section-bg-style-2 {
    background: url(../images/style-left.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    right: auto;
    background-position: top 50px left;
    background-repeat: no-repeat;
}

/*HEADER BREADCRUMB*/
.mega-menu.n-header-trabsparent.as-breadcrumb {
    padding: 0;
    background: url(../images/slider-image.png);
    ;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    border: none;
}

/*.mega-menu.n-header-trabsparent.as-breadcrumb:before {
        background: rgba(0, 0, 0, 0.85);
        background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
        background: linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9)); 
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/



/*HEADING MAIN*/

.heading-title {
    float: left;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}

.heading-title h2 {
    display: inline-block;
    font-size: 30px;
    margin: 0;
    padding-bottom: 18px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    color: #242424;
   
}

.heading-title h2::after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px;
    background-color: #fb236a;
}

.heading-title p {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
}

.heading-title.white h2,
.heading-title.white p {
    color: #FFF;
}
.heading-title.white p{
    position: relative;
}
.heading-title.left {
    text-align: left;
    margin-bottom: 90px;
}

.heading-title.left h2 {
    font-size: 26px;
    padding-bottom: 0;
    line-height: 30px;
}

.heading-title.left h2::after {
    right: auto;
    bottom: -30px;

}

.heading-title.left .view-more {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 2px solid #fb236a;
}

.heading-title.left .view-more a {
    font-size: 12px;
    padding: 4px 15px;
    top: 0;
}

/*HEADER TRANSPARENT*/
.mega-menu .menu-button {
    float: right;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
}

.mega-menu .menu-button li {
    float: left;
}

.mega-menu .menu-button li a.n-btn-flat:hover,
.mega-menu .menu-button li a.n-btn-flat:hover i {
    color: #FFF;
}

.mega-menu .menu-button li.profile-pic a {
    margin: 0 15px;
}

.mega-menu .menu-button li.profile-pic {
    line-height: 48px;
}

.mega-menu .menu-button li.profile-pic a i.fa-angle-down {
    margin-left: 5px;
}

.mega-menu .menu-button li.profile-pic a img {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    object-fit: cover;
}
.mega-menu .menu-button .profile-pic .dropdown-toggle::after {
    display: none!important;
}
.mega-menu .menu-button li.profile-pic ul {
    padding: 0;
    border: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.176);
    border-radius: 4px;
    left: auto;
    right: 0;
    min-width: 200px;
    transform: translate(-135px, 55px)!important;
}

.mega-menu .menu-button li.profile-pic ul li {
    width: 100%;
}

.mega-menu .menu-button li.profile-pic ul li a {
    margin: 0;
    padding: 5px 20px;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
    color: #555;
    transition: color 200ms ease;
    text-transform: capitalize;
    font-weight: 400;
}

.mega-menu .menu-button li.profile-pic ul li a:hover {
    color: #fb236a;
    background-color: transparent;
}

.mega-menu .menu-button li.profile-pic ul li a i {
    margin-right: 5px;
}

.mega-menu.n-header-trabsparent {
    position: absolute;
    top: 0;
    background-color: transparent;
    border-bottom: 1px solid;
    border-color: rgba(204, 204, 204, .3);
}

.n-header-trabsparent.mega-menu .menu-list-items .menu-links .drop-down-multilevel {
    top: 85px;
}

.mega-menu.n-header-trabsparent .menu-button a.n-btn-flat {
    background-color: #fb236a;
    color: #FFF;
}

.mega-menu.n-admin-header .menu-button a.n-btn-flat {
    background-color: #fb236a;
    color: #FFF;
}

.mega-menu.n-header-trabsparent>section.menu-list-items {
    background-color: transparent;
}

.mega-menu .menu-button li a.n-btn-rounded {
    margin-top: 3px;
}

.mega-menu .menu-button li a.n-btn-rounded i {
    font-weight: 400;
    margin-right: 5px;
}

.mega-menu .menu-button li a.n-btn-rounded:hover {
    color: #242424;
}

.mega-menu .menu-button li a i {
    margin-right: 5px;
}

.n-login-header {
    line-height: 48px;
    margin-right: 15px;
}

.mega-menu.n-header-trabsparent .menu-button .n-login-header {
    color: #FFF;
    line-height: 48px;
}

.mega-menu.n-header-trabsparent .menu-links>li>a {
    color: #FFF;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.my-empl-style-col .mega-menu.n-header-trabsparent.n-new-change-header .menu-links>li>a {
    color: #000;
}

/* .page-template-page-home .mega-menu.n-header-trabsparent.n-new-change-header .menu-links>li>a {
    color: #fff;
} */

/*TOPBAR*/
.top-bar {
    background-color: #242424;
}

.top-bar ul.header-social {
    display: block;
    height: 40px;
}

.top-bar ul.header-social>li {
    display: inline-block;
    height: 40px;
    margin-right: 1px;
    text-align: center;
}

.top-bar ul.header-social>li>a {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 5.5px;
    margin-right: 5.5px;
    position: relative;
    transition: background-color 0.4s ease-in-out 0s;
    width: 30px;
}

.top-bar ul.header-social>li>a::before,
ul.header-social>li>a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    transition: border-color 0.4s ease-in-out 0s;
}

.top-bar ul.header-social>li>a::before {
    border-color: transparent rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) transparent;
    border-style: solid;
    border-width: 20px 5px;
    right: 100%;
}

.top-bar ul.header-social>li>a::after {
    border-color: rgba(255, 255, 255, 0.2) transparent transparent rgba(255, 255, 255, 0.2);
    border-style: solid;
    border-width: 20px 5px;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-twitter:hover {
    background-color: #1bb6ec;
}

.top-bar ul.header-social>li>a.social-twitter:hover::before {
    border-bottom: 20px solid #1bb6ec;
    border-right: 5px solid #1bb6ec;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-twitter:hover::after {
    border-left: 5px solid #1bb6ec;
    border-top: 20px solid #1bb6ec;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-facebook:hover {
    background-color: #3c599b;
}

.top-bar ul.header-social>li>a.social-facebook:hover::before {
    border-bottom: 20px solid #3c599b;
    border-right: 5px solid #3c599b;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-facebook:hover::after {
    border-left: 5px solid #3c599b;
    border-top: 20px solid #3c599b;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-facebook-square:hover {
    background-color: #3c599b;
}

.top-bar ul.header-social>li>a.social-facebook-square:hover::before {
    border-bottom: 20px solid #3c599b;
    border-right: 5px solid #3c599b;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-facebook-square:hover::after {
    border-left: 5px solid #3c599b;
    border-top: 20px solid #3c599b;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-google-plus:hover {
    background-color: #d94e37;
}

.top-bar ul.header-social>li>a.social-google-plus:hover::before {
    border-bottom: 20px solid #d94e37;
    border-right: 5px solid #d94e37;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-google-plus:hover::after {
    border-left: 5px solid #d94e37;
    border-top: 20px solid #d94e37;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-dribbble:hover {
    background-color: #e04c86;
}

.top-bar ul.header-social>li>a.social-dribbble:hover::before {
    border-bottom: 20px solid #e04c86;
    border-right: 5px solid #e04c86;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-dribbble:hover::after {
    border-left: 5px solid #e04c86;
    border-top: 20px solid #e04c86;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-rss:hover {
    background-color: #ff9600;
}

.top-bar ul.header-social>li>a.social-rss:hover::before {
    border-bottom: 20px solid #ff9600;
    border-right: 5px solid #ff9600;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-rss:hover::after {
    border-left: 5px solid #ff9600;
    border-top: 20px solid #ff9600;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-youtube:hover {
    background-color: #c4302b;
}

.top-bar ul.header-social>li>a.social-youtube:hover::before {
    border-bottom: 20px solid #c4302b;
    border-right: 5px solid #c4302b;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-youtube:hover::after {
    border-left: 5px solid #c4302b;
    border-top: 20px solid #c4302b;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-vimeo-square:hover {
    background-color: #4ebbff;
}

.top-bar ul.header-social>li>a.social-vimeo-square:hover::before {
    border-bottom: 20px solid #4ebbff;
    border-right: 5px solid #4ebbff;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-vimeo-square:hover::after {
    border-left: 5px solid #4ebbff;
    border-top: 20px solid #4ebbff;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-pinterest:hover {
    background-color: #c92228;
}

.top-bar ul.header-social>li>a.social-pinterest:hover::before {
    border-bottom: 20px solid #c92228;
    border-right: 5px solid #c92228;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-pinterest:hover::after {
    border-left: 5px solid #c92228;
    border-top: 20px solid #c92228;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-linkedin:hover {
    background-color: #0077b5;
}

.top-bar ul.header-social>li>a.social-linkedin:hover::before {
    border-bottom: 20px solid #0077b5;
    border-right: 5px solid #0077b5;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-linkedin:hover::after {
    border-left: 5px solid #0077b5;
    border-top: 20px solid #0077b5;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-linkedin-square:hover {
    background-color: #0077b5;
}

.top-bar ul.header-social>li>a.social-linkedin-square:hover::before {
    border-bottom: 20px solid #0077b5;
    border-right: 5px solid #0077b5;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-linkedin-square:hover::after {
    border-left: 5px solid #0077b5;
    border-top: 20px solid #0077b5;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-skype:hover {
    background-color: #1db1ee;
}

.top-bar ul.header-social>li>a.social-skype:hover::before {
    border-bottom: 20px solid #1db1ee;
    border-right: 5px solid #1db1ee;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-skype:hover::after {
    border-left: 5px solid #1db1ee;
    border-top: 20px solid #1db1ee;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-apple:hover {
    background-color: #000000;
}

.top-bar ul.header-social>li>a.social-apple:hover::before {
    border-bottom: 20px solid #000000;
    border-right: 5px solid #000000;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-apple:hover::after {
    border-left: 5px solid #000000;
    border-top: 20px solid #000000;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-instagram:hover {
    background-color: #3f729b;
}

.top-bar ul.header-social>li>a.social-instagram:hover::before {
    border-bottom: 20px solid #3f729b;
    border-right: 5px solid #3f729b;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-instagram:hover::after {
    border-left: 5px solid #3f729b;
    border-top: 20px solid #3f729b;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-tumblr:hover {
    background-color: #32506d;
}

.top-bar ul.header-social>li>a.social-tumblr:hover::before {
    border-bottom: 20px solid #32506d;
    border-right: 5px solid #32506d;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-tumblr:hover::after {
    border-left: 5px solid #32506d;
    border-top: 20px solid #32506d;
    left: 100%;
}

.top-bar ul.header-social>li>a.social-behance:hover {
    background-color: #1769ff;
}

.top-bar ul.header-social>li>a.social-behance:hover::before {
    border-bottom: 20px solid #1769ff;
    border-right: 5px solid #1769ff;
    right: 100%;
}

.top-bar ul.header-social>li>a.social-behance:hover::after {
    border-left: 5px solid #1769ff;
    border-top: 20px solid #1769ff;
    left: 100%;
}

.top-bar .header-info {
    float: right;
    position: relative;
    overflow: hidden;
}

.top-bar .header-info a {
    float: left;
    text-align: right;
    color: #FFF;
    margin-left: 30px;
    font-size: 14px;
    line-height: 40px;
}

.top-bar .header-info a i {
    margin-right: 5px;
}

.transparent-header-1 .n-header-trabsparent.desktopTopFixed .menu-list-items {
    background-color: #FFF;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.mega-menu.n-header-trabsparent.desktopTopFixed .menu-links>li>a,
.mega-menu.n-header-trabsparent.desktopTopFixed .menu-button .n-login-header {
    color: #242424;
}

.mega-menu.desktopTopFixed>section.menu-list-items {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}



/*HERO SECTIO 1*/

/* .n-hero-section {
    padding: 0;
    background: url(../images/slider-image.png);
    ;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 720px;
    position: relative;
    overflow: hidden
}

.n-hero-section:before {
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.6), rgba(0, 0, 0, 0.6));
    background: linear-gradient(to right, rgba(0, 40, 70, 0.6), rgba(0, 0, 0, 0.6));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.n-hero-section .n-hero-box {
    text-align: center;
    padding: 180px 0;
}

.n-hero-section .n-hero-box .n-hero-main-text {
    color: #FFF;
    margin-bottom: 60px;
}

.n-hero-section .n-hero-box .n-hero-main-text h1 {
    color: #FFF;
    font-size: 46px;
    margin-bottom: 0;
    font-weight: 600;
}

.n-hero-section .n-hero-box .n-hero-main-text p {
    color: #FFF;
    font-size: 18px;
} */

/* custome code start  */
.n-hero-section {
    padding: 0;
    background: url('../images/slider-image.png') no-repeat center center; /* Set the background image */
    background-size: cover; /* Cover the entire section */
    height: 720px;
    position: relative; /* Create a context for absolute positioning */
    overflow: hidden;
}

/* Gradient overlay */
.n-hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 40, 70, 0.6), rgba(0, 0, 0, 0.6));
    z-index: 1; /* Place the gradient overlay above the background image but below the text */
}

/* Hero box positioning and styling */
.n-hero-section .n-hero-box {
    text-align: center;
    padding: 180px 0;
    position: relative; /* To keep the text above the gradient */
    z-index: 2; /* Ensure text is above the gradient overlay */
}

/* Main text styling */
.n-hero-section .n-hero-box .n-hero-main-text h1 {
    color: #FFF; /* White text */
    font-size: 46px;
    margin-bottom: 0px;
    font-weight: 600;
}

.n-hero-section .n-hero-box .n-hero-main-text p {
    color: #FFF; /* White text */
    font-size: 18px;
}


.n-hero-section .n-hero-main-text {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.n-hero-section .n-hero-box .n-hero-main-text::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

/* custom code end */
.n-hero-section .n-hero-box .n-most-cat {
    float: left;
    margin-bottom: 15px;
}

.n-hero-section .n-hero-box .n-most-cat .n-most-cat-title {
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
    color: #FFF;
}

.n-hero-section .n-hero-box .n-most-cat .n-most-cat-list a {
    font-style: italic;
    color: #FFF;
    margin-right: 10px;
    text-decoration: underline;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease;
}

.n-hero-section .n-hero-box .n-most-cat .n-most-cat-list a:hover {
    color: #fb236a;
}

.n-hero-section .n-hero-box .n-saech-form {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.n-hero-section .n-hero-box .n-saech-form input,
.n-hero-section .n-hero-box .n-saech-form input:focus {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #FFF;
    height: 55px;
}
.n-hero-section .n-hero-box .n-saech-form input::placeholder {
	color: #FFF;
	opacity: 1;
}
.n-hero-section .n-hero-box .n-saech-form input.form-control::-moz-placeholder {
    color: #FFF;
}

.n-hero-section .n-hero-box .n-saech-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    text-align: left;
    color: #FFF;
}

.n-hero-section .n-hero-box .n-saech-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.n-hero-section .n-hero-box .n-saech-form .select2-container--default .select2-selection--single {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #FFF;
    height: 55px;
    border-left: none;
}

.n-hero-section .n-hero-box .n-saech-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #FFF transparent transparent transparent;
}

.n-hero-section .n-hero-box .n-saech-form .btn {
    width: 100%;
    height: 55px;
    border-radius: 0;
}

.n-hero-section .n-hero-box .n-saech-form .n-btn-flat:hover,
.n-hero-section .n-hero-box .n-saech-form .n-btn-flat:focus {
    background: #fb236a;
    background: -webkit-linear-gradient(to right, #fb236a, #fb236a);
    background: linear-gradient(to right, #fb236a, #fb236a);
    color: #242424;
}

.n-hero-section .n-hero-box .n-saech-form .btn i {
    margin-left: 5px;
}

.n-hero-section .n-hero-box .n-saech-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #FFF;
}
.n-hero-section .n-hero-box .n-saech-form  .search-btn{
    padding: 13px 0px;
}

.n-hero-cat-section {
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.main-hero-cat {
    text-align: center;
}

.n-hero-cat-section a {
    color: #FFF;
}

.n-hero-cat-section .n-hero-cat-heading {
    position: relative;
    overflow: hidden;
    /* custom code */
    z-index: 2;
}

.n-hero-cat-section .n-hero-cat-heading h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #FFF!important;
}

.n-hero-cat-section .n-hero-cat-heading h4:before {
    background-color: #fb236a;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
    top: 30px;
}

.n-hero-cat-section .n-category-box {
    position: relative;
    overflow: hidden;
}

.n-hero-cat-section .n-category-box .n-cats {
    position: relative;
    overflow: hidden;
}

.n-hero-cat-section .n-category-box .n-cats h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}

.n-hero-cat-section .n-category-box .n-cats p {
    margin-bottom: 0;
    color: #FFF;
}

.n-hero-cat-section .n-category-box .owl-carousel .owl-nav,
.n-hero-cat-section .n-category-box .owl-carousel .owl-nav {
    position: absolute;
    top: 25%;
    background-color: transparent;
    color: #FFF;
    width: 100%;
    margin-top: 0;
}

.n-hero-cat-section .n-category-box .owl-carousel .owl-nav button.owl-prev:hover,
.n-hero-cat-section .n-category-box .owl-carousel .owl-nav button.owl-next:hover {
    background: none;
}

.n-hero-cat-section .n-category-box .owl-carousel .owl-nav button.owl-prev {
    float: left;
}

.n-hero-cat-section .n-category-box .owl-carousel .owl-nav button.owl-next {
    float: right;
}

/*MAIN HERO 2*/
.n-hero-section-two {
    padding: 0;
    background: url(../images/slider-2-image.png);
    ;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 770px;
    position: relative;
}

.n-hero-section-two:before {
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
    background: linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.n-hero-section-two .n-hero-two-box {
    padding-top: 270px;
}

.n-hero-section-two .n-hero-two-box h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.n-hero-section-two .n-hero-two-box p {
    color: #fff;
    font-size: 18px;
}

.n-hero-section-two .n-hero-two-form-cat {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form {
    background-color: rgba(16, 16, 36, 0.7);
    position: relative;
    overflow: hidden;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group {
    margin-bottom: 0;
}

.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group label {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group label i {
    font-size: 16px;
}

.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group input,
.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group input:focus {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #FFF;
    height: 50px;
}

.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group input.form-control::-moz-placeholder {
    color: #FFF;
}

.n-hero-section-two .n-saech-two-form input.form-control:active {
    color: #FFF
}

.n-hero-section-two .select2-container .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
}

.n-hero-section-two .select2-container--default .select2-selection__placeholder {
    color: #FFF;
}

.n-hero-section-two .select2-container--default .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.n-hero-section-two .select2-container--default .select2-selection__rendered {
    line-height: 50px;
    color: #FFF;
}

.n-hero-section-two .select2-container--default .select2-selection__arrow {
    height: 50px;
}

.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .btn {
    margin-top: 35px;
    padding: 14px 0px;
    width: 100%;
}

.n-hero-section-two .n-hero-two-form-cat .n-most-two-cat {
    float: left;
    margin-bottom: 15px;
}

.n-hero-section-two .n-hero-two-form-cat .n-most-two-cat .n-most-cat-title {
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    color: #FFF;
}

.n-hero-section-two .n-hero-two-form-cat .n-most-two-cat .n-most-cat-list a {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    text-decoration: underline;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease;
}

.n-hero-section-two .n-hero-two-form-cat .n-most-two-cat .n-most-cat-list a:hover {
    color: #fb236a;
}

.n-hero-section-two .move-down {
    text-align: center;
    position: relative;
}

.n-hero-section-two .move-down i {
    color: #242424;
    font-size: 30px;
    padding: 30px;
    background-color: #FFf;
    border-radius: 50px;
    position: absolute;
    font-weight: 400;
    bottom: -240px;
    left: 45%;
    box-shadow: 0px -5px 10px 3px rgba(255, 255, 255, 0.4);
    z-index: 9;
}

/*N-HERO SECTION REBUILD*/

.n-hero-section-two.rebuild::before {
    background: none;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.n-hero-section-two.rebuild {
    background: url(../images/bg/4.png);
}

.n-hero-section-two.rebuild .n-hero-two-box p {
    margin-bottom: 15px;
    font-size: 22px;
}

.n-hero-section-two.rebuild .n-hero-two-box h1 {
    color: #FFF;
    font-size: 55px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.3;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form {
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form {
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group label {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group input.form-control::placeholder {
    color: #999;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group input.form-control:focus,
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group input.form-control {
    color: #999;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group input,
.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group input:focus {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 4px;
}

.n-hero-section-two.rebuild .n-hero-two-box {
    padding-top: 250px;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group label {
    color: #242424;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}

.n-hero-section-two.rebuild .n-hero-two-box .n-hero-two-main-text {
    text-align: center;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group label i {
    font-size: 14px;
    color: #fb236a;
    margin-right: 5px;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-most-two-cat {
    text-align: center;
    float: none;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-most-two-cat .n-most-cat-list a:hover {
    color: #FFF;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .btn {
    margin-top: 31px;
    padding: 14px;
    width: 100%;
}

.n-hero-section-two.rebuild .move-down i {
    color: #242424;
    font-size: 30px;
    padding: 30px;
    background-color: #FFf;
    border-radius: 50px;
    position: absolute;
    font-weight: 400;
    bottom: -200px;
    left: 45%;
    box-shadow: 0px -5px 10px 3px rgba(255, 255, 255, 0.4);
    z-index: 9;
}

.n-hero-section-two.rebuild .select2-container .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ccc;
    border-radius: 0;
}

.n-hero-section-two.rebuild .select2-container--default .select2-selection__placeholder {
    color: #999;
}

.n-hero-section-two.rebuild .select2-container--default .select2-selection__arrow b {
    border-color: #999 transparent transparent transparent;
    border: 1px solid #ddd;
}

.n-hero-section-two.rebuild .select2-container--default .select2-selection__rendered {
    line-height: 50px;
    color: #999;
}

.n-hero-section-two.rebuild .select2-container--default .select2-selection__arrow {
    height: 50px;
}

/*FEATURED JOBS*/

.n-featured-jobs {
    position: relative;
}

.n-featured-jobs .n-featured-job-boxes {
    position: relative;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single:last-child {
    margin-bottom: 0;
}

.n-featured-jobs .n-featured-job-boxes .n-featured-job-boxes .n-job-single:last-child {
    margin-bottom: 30px;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
    float: left;
    padding: 10px;
    width: 8%;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
    position: relative;
    overflow: hidden;
    float: left;
    padding: 20px;
    border-left: 1px solid #b51c0e;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    width: 92%;
    background-color: #FFF;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail .list-inline{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* position: relative; */
}
/* 
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box {
    width: 45%;
    float: left;
} */

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box h4 {
    margin: 0;
    color: #242424;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box p {
    margin-bottom: 0;
    color: #777;
    font-size: 14px;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box p i {
    color: #777;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box p a {
    color: #777;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box p span {
    margin-right: 10px;
}

/* .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-short {
    float: left;
    width: 32%;
} */

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-short span {
    display: block;
    color: #777;
    margin-top: 10px;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-short span:last-child {
    margin-top: 10px;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-short strong {
    color: #242424;
    margin-right: 10px;
    font-weight: 400;
}

/* .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns {
    width: 23%;
    text-align: right;
    margin-top: 8px;
} */

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns .n-btn-rounded {
    background-color: transparent;
    color: #fb236a;
    border-color: #fb236a;
    padding: 10px 20px;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single:hover li.n-job-btns span.n-btn-rounded {
    color: #FFF;
    background-color: #fb236a;
    border-color: #fb236a;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns .n-job-saved {
    margin-left: 20px;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns .n-job-saved i {
    vertical-align: middle;
    font-size: 16px;
}

.n-single-job.n-detail-transparent {
    padding-top: 30px;
}

.n-single-job.n-detail-transparent .n-single-detail {
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-single-job.n-detail-transparent .n-skills {
    padding: 30px;
    margin-bottom: 30px;
    border: none;
    background-color: #FFF;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-single-job.n-detail-transparent .n-skills h5 {
    display: block;
    float: none;
    margin-bottom: 20px;
}

.n-single-job.n-detail-transparent .n-skills .n-skills-tags a {
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.n-single-job.n-detail-transparent .dingle-job-company-meta {
    background-color: #FFF;
}

.n-single-job.n-detail-transparent .n-single-job-company {
    border: none;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-related-jobs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
    width: 11%;
}

.n-related-jobs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
    width: 89%;
}


/*CAL TO ACTION*/

.n-call-to-action {
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-attachment: scroll;
}

.n-call-to-action::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}

.n-call-to-action .buisness-inner-section {
    position: absolute;
    top: 30px;
}

.n-call-to-action .heading-title {
    margin-bottom: 0;
    position: relative;
}

.n-call-to-action .heading-title.black h2 {
    padding-bottom: 0;
    color: #FFF;
    font-size: 40px;
    margin-bottom: 10px;
}

.n-call-to-action .heading-title.black p {
    margin-top: 0;
    color: #FFF;
    width: 60%;
}

.n-call-to-action .heading-title.black h2::after {
    content: "";
    background: none;
}

.n-call-to-action .n-extra-btn-section .btn-mid.btn-clear {
    color: #FFF;
    margin-right: 20px;
    border-color: #FFF;
}

.n-call-to-action .n-extra-btn-section .btn-mid.btn-clear:hover {
    border-color: #fb236a;
}

.n-call-to-action-two .img-side-fluid {
    background: url(../images/calltoaction-two-bg.png);
    ;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    overflow: hidden
}

.n-call-to-action-two .n-call-to-action-text {
    max-width: 70%;
}

.n-call-to-action .n-extra-btn-section {
    margin-top: 30px;
}


/*HOW IT WORKS STYLE 2*/

.how-it-works.style-2 .heading-title {
    margin-bottom: 20px;
}

.how-it-works.style-2 .h-i-w-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding: 10px 0;
    width: 100%;
    float: left;
}

.how-it-works.style-2 .h-i-w-content-box {
    background-color: rgba(251, 251, 251, 0.9);
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.how-it-works.style-2 .work-points .h-i-w-content-box h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #242424;
    font-weight: 400;
}

.how-it-works.style-2 .work-points .h-i-w-content-box p {
    margin-bottom: 0;
    font-size: 16px;
    color: #777;
    line-height: 24px;
}

.how-it-works.style-2 .work-points .h-i-w-content-box i {
    color: #fb236a;
}

.how-it-works.style-2 .Heading-title {
    margin-bottom: 30px;
}

.how-it-works .work-points .h-i-w-content-box img.main-img {
    width: 60px;
    margin: 0 auto;
    display: block;
}

.n-call-to-box {
    position: relative;
    overflow: hidden;
}

.n-call-to-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 20px;
}

.n-call-to-box p {
    font-size: 16px;
    margin-bottom: 30px;
}

.n-call-to-box .n-extra-btn-section {
    margin: 0;
    text-align: left;
}

/*PRICING PLANS*/
.n-pricing-plan .whilte-bg {
    background: none;
    background-color: #FFF;
}

.n-pricing-plan.whilte-bg:before {
    background: none;
    content: normal;
}

.n-pricing-plan .n-price-single {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-pricing-plan {
    background: url(../images/price.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.n-pricing-plan:before {
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(to right, rgba(0, 40, 70, 0.7), rgba(0, 0, 0, 0.7));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.white-bg.n-pricing-plan:before {
    background: transparent;
}
.n-pricing-plan .n-price-single {
    position: relative;
    margin-bottom: 30px;
}

.n-pricing-plan .n-price-single .n-price-top .n-price-top-text {
    background: url(../images/price-box-bg.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    overflow: hidden;
    padding: 35px;
    height:186px;
    text-align: center;
}

.n-pricing-plan .n-price-single .n-price-top {
    background: #fb236a;
    background: -webkit-linear-gradient(to right, #fb236a, #fb236a);
    background: linear-gradient(to right, #fb236a, #fb236a);
    height: 185px;
}

.n-pricing-plan .n-price-single .n-price-top .n-price-top-text h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 600;
    color: #242424;
}

.n-pricing-plan .n-price-single .n-price-top .n-price-top-text p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #242424;
}

.n-pricing-plan .n-price-single .n-price-bottom {
    padding: 35px;
    background-color: #FFF;
    text-align: center;
}

.n-pricing-plan .n-price-single .n-price-bottom ul {
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
}

.n-pricing-plan .n-price-single .n-price-bottom ul li {
    padding: 10px 0;
    color: #777;
    font-size: 16px;
    font-weight: 400;
}

.n-pricing-plan .n-price-single .n-price-bottom ul li i {
    margin-right: 5px;
    color: #55a747;
}

.n-pricing-plan .n-price-single .n-price-bottom ul li:first-child {
    padding-top: 0;
}


/*BLOG GRIDS*/
.n-blog-section {
    position: relative;
    padding-bottom: 50px;
}

.n-blog-section .n-blog-box {
    position: relative;
    background-color: #FFF;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 4px !important;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.n-blog-section .n-blog-box .n-blog-bottom {
    padding: 30px;
    position: relative;
    text-align: center;
}

.n-blog-section .n-blog-box .n-blog-bottom h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #242424;
    font-weight: 600;
    word-wrap: break-word;
}

.n-blog-section .n-blog-box .n-blog-bottom p {
    margin-bottom: 20px;
}

.n-blog-section .n-blog-box .n-blog-bottom a.read-more {
    color: #FFF;
    background-color: #242424;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
}

.n-blog-section .n-blog-box .n-blog-bottom .author-icon {
    position: absolute;
    right: 20px;
    top: -25px;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    display: none;
}

.n-blog-section .n-blog-box .n-blog-bottom ul {

    list-style: none;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: grid;

}

.n-blog-section .n-blog-box .n-blog-bottom ul li {
    float: left;
    color: #777;
    line-height: 18px;
    font-size: 14px;
}


.s-category {
    margin-bottom: 20px;
}

.s-category a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 5px 10px;
    background-color: #fb236a;
}

.s-post-meta {
    margin-bottom: 8px;
}

.s-post-meta li {
    position: relative;
    color: #b8b8b8;
    font-size: 14px;
    font-weight: 400;
    padding-right: 8px;
    margin-right: 17px;
    margin-bottom: 8px;
    display: inline-block;
}

.s-post-meta li strong {
    color: #222;
    font-weight: 400;
}

.s-post-meta li::after {
    position: absolute;
    content: '/';
    color: #b8b8b8;
    right: -10px;
    top: 1px;
    font-size: 14px;
}

.s-post-meta li:last-child::after {
    display: none;
}

.s-post-meta li span {
    color: #e6202d;
}

.s-read-txt {
    text-align: right;
}

.read-more-btn {
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.n-blog-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*CLIENTS SECTION*/
.n-client {
    position: relative;
    overflow: hidden;
}

.n-client .n-client-heading {
    margin-bottom: 40px;
}

.n-client .n-client-heading h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    position: relative;
}

.n-client .n-client-heading h4::before {
    background-color: #fb236a;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 110px;
    top: 45px;
}

.n-client .n-client-heading h4::after {
    background-color: #fb236a;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 70px;
    top: 55px;
}

.n-client .n-client-box .item {
    padding: 30px;
}





/*TRANSPARENT FOOTER*/

.n-footer-transparent {
    padding-top: 80px;
    padding-bottom: 0;
    position: relative;
    border-top: 1px solid;
    border-color: rgba(204, 204, 204, .3);
}

.n-footer-transparent::before {
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
    background: linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.n-footer-transparent .n-footer-block {
    position: relative;
    overflow: hidden;
}

.n-footer-transparent .n-footer-block p {
    margin-bottom: 20px;
    color: #fff;
}

.n-footer-transparent .n-footer-block h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}

.n-footer-transparent .n-footer-block .n-page-links {
    position: relative;
    overflow: hidden;
}

.n-footer-transparent .n-footer-block .n-page-links li a {
    color: #fff;
    font-size: 14px;
}

.n-footer-transparent .n-footer-block .n-page-links li {
    padding-bottom: 20px;
    color: #fff;
    margin-left: 20px;
}

.n-footer-transparent .n-footer-block .n-page-links li:first-child {
    padding-top: 0;
}

.n-footer-transparent .n-footer-block .n-page-links li:last-child {
    padding-bottom: 0;
}

.n-footer-transparent .n-footer-block .n-page-links.multiple {
    columns: 2;
}

.n-footer-transparent .no-app-section .n-footer-block .n-page-links.multiple {
    columns: 3;
}

.n-footer-transparent .n-footer-block .n-page-links.multiple li {
    position: relative;
}

.n-footer-transparent .n-footer-block .n-subscription-form form {
    position: relative;
}

.n-footer-transparent .n-footer-block .n-subscription-form input {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #EEE;
    height: 50px;
    border-radius: 4px;
}

.n-footer-transparent .n-footer-block .n-subscription-form .form-control::-moz-placeholder {
    color: #EEE;
}

.n-footer-transparent .n-footer-block .n-subscription-form {
    width: 90%;
}

.n-footer-transparent .n-footer-block .n-subscription-form form button {
    position: absolute;
    top: 0;
    font-size: 16px;
    right: 0;
    padding: 15px;
    background-color: transparent;
    border: none;
    color: #EEE;
}

.n-footer-transparent .n-footer-block .n-social-bar {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.n-footer-transparent .n-footer-block .n-social-bar li {
    float: left;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.n-footer-transparent .n-footer-block .n-social-bar li:hover {
    background-color: #fb236a;
}

.n-footer-transparent .n-footer-block .n-social-bar li a {
    color: #FFF;
    padding: 8px;
    font-size: 20px;
}

.n-footer-transparent .n-footer-block .n-social-bar ul {
    padding-left: 0;
    list-style: none;
}

.n-footer-transparent .n-footer-bottom {
    margin-top: 40px;
    padding: 30px 0;
    border-top: 1px solid;
    position: relative;
    text-align: center;
    border-color: rgba(204, 204, 204, .3);
}

.n-footer-transparent .n-footer-bottom p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.n-footer-transparent .n-footer-bottom a {
    color: #fb236a;
    text-decoration: underline;
    font-weight: 400;
}

.n-footer-block .n-app-btn {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 30px;
    display: inline-flex;
    border-radius: 5px;
    margin-bottom: 30px;
}

.n-footer-block .n-app-btn a {
    display: inherit;
}

.n-footer-block .n-app-btn .icon {
    float: left;
    margin-right: 15px;
}

.n-footer-block .n-app-btn .icon i {
    font-size: 35px;
    color: #eee;
    line-height: 45px;
}

.n-footer-block .n-app-btn .n-icon-text {
}

.n-footer-block .n-app-btn .n-icon-text small {
    color: #eee;
    text-transform: uppercase;
}

.n-footer-block .n-app-btn .n-icon-text h5 {
    color: #eee;
    margin: 0;
    font-size: 16px;
}

.n-footer-transparent.footer-two {
    padding-top: 80px;
    padding-bottom: 0;
    background: url("../images/footer.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.n-footer-transparent.footer-two:before {
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
    background: linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.n-footer-transparent.footer-two img.footer-logo {
    margin-bottom: 15px;
}

.n-footer-transparent.footer-two .n-footer-block .n-page-links.multiple {
    columns: 3;
}

.n-footer-transparent.footer-two .no-app-section .n-footer-block .n-page-links.multiple {
    columns: 4;
}

.n-footer-transparent.footer-two .n-footer-block .n-app-btn {
    float: left;
    width: 45%;
    margin-bottom: 10px;
    padding: 5px 10px;
    margin-right: 15px;
}

.n-footer-transparent.footer-two .n-footer-block .n-app-btn .n-icon-text h5 {
    font-size: 14px;
}

.n-footer-transparent.footer-two .n-footer-block .n-app-btn .icon i {
    font-size: 36px;
}

.not-plugin-active {
    padding: 0;
}

.not-plugin-active .n-footer-bottom {
    margin-top: 0;
    border: none;
}

.footer.footer-white .n-footer-block .n-app-btn {
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.footer.footer-white .n-footer-block .n-app-btn a {
    color: #828282;
}

.footer.footer-white .n-footer-block .n-app-btn .icon i,
.footer.footer-white .n-footer-block .n-app-btn .n-icon-text small,
.footer.footer-white .n-footer-block .n-app-btn .n-icon-text h5 {
    color: #828282;
}

/*CATEGORY SECTION*/

section.n-featured-cat{
    padding: 60px 0;
}
.n-featured-cat {
    position: relative;
    padding-bottom: 60px;
}

.n-featured-cat .new-category-box {
    background-color: #f9f9f9;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.n-featured-cat .new-category-box:hover {
    background-color: #FFF;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-featured-cat .col-lg-3:nth-child(9n+1) .new-category-box {
    border-bottom: 2px solid #5AC17F;
}

.n-featured-cat .col-lg-3:nth-child(9n+2) .new-category-box {
    border-bottom: 2px solid #fed662;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+3) .new-category-box {
    border-bottom: 2px solid #ff7058;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+4) .new-category-box {
    border-bottom: 2px solid #168de2;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+5) .new-category-box {
    border-bottom: 2px solid #242424;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+6) .new-category-box {
    border-bottom: 2px solid #c3e678;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+7) .new-category-box {
    border-bottom: 2px solid #d3b940;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+8) .new-category-box {
    border-bottom: 2px solid #e6b798;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+9) .new-category-box {
    border-bottom: 2px solid #93afad;
}

.n-featured-cat .new-category-box h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    color: #242424;
}

.n-featured-cat .new-category-box p {
    color: #777;
    margin-bottom: 0;
    font-size: 16px;
}

.n-featured-cat .new-category-box img {
    position: absolute;
    right: -20px;
    bottom: 0;
}


/*FEATURED JOBS TWO*/

.n-featured-jobs-two {
    position: relative;
}

.n-featured-jobs-two .n-features-job-two-box {
    position: relative;
    overflow: hidden;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single {
    border: 1px solid #eee;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-job-btns {
    text-align: right;
}

/*.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-job-btns .n-btn-rounded {
    color: #fb236a;
    border: 1px solid #fb236a;
    background-color: transparent;
    transition: 0.5s ease-in-out;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single:hover .n-job-btns .n-btn-rounded {
    color: #ffff;
    background-color: #fb236a;
}*/

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-img {
    float: left;
    padding: 5px;
    margin-right: 20px;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-img img {
    width: 70px;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta {
    position: relative;
    overflow: hidden;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    color: #242424;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta .n-cat {
    margin-bottom: 5px;
    font-weight: 400;
	color: #777;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta .n-cat a {
    color: #777;
    font-size: 16px;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta p {
    margin-bottom: 0;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta p a {
    color: #777;
    font-size: 14px;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta p i {
    margin-right: 10px;
    color: #fb236a;
    font-size: 18px;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom {
    padding: 15px 0;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li {
    padding: 0 15px;
    border-right: 1px solid #eee;
    color: #777;
    display: inline-block;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li:first-child {
    padding-left: 0;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li:last-child {
    padding-right: 0;
    border-right: none;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li i {
    margin-right: 5px;
    color: #fb236a;
    font-style: normal;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li a {
    color: #777;
}

.n-fav-icon {
    position: absolute;
    top: 0;
    right: 0;
    color: #777;
}

.features-star {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
}

.features-star:before {
    content: '';
    border-width: 22px;
    border-style: solid;
    border-color: #E52D27 transparent transparent #E52D27;
    position: absolute;
    top: 0;
    left: 0;
}

.features-star i {
    margin: 0;
    color: #fff;
    position: relative;
    -webkit-transform: translate(6px, 3px);
    -ms-transform: translate(6px, 3px);
    -o-transform: translate(6px, 3px);
    transform: translate(6px, 3px);
}

.features-star-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
}

.features-star-2:before {
    content: '';
    border-width: 22px;
    border-style: solid;
    border-color: #E52D27 #E52D27 transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.features-star-2 i {
    margin: 0;
    color: #fff;
    position: relative;
    -webkit-transform: translate(24px, 3px);
    -ms-transform: translate(24px, 3px);
    -o-transform: translate(24px, 3px);
    transform: translate(24px, 3px);
}

.n-single-job .featured-badge-list {
    margin-top: 0;
    position: relative;
}

.featured-badge-list {
    margin: 0;
    list-style: none;
    margin-top: 5px;
}

.featured-badge-list li {
    margin-bottom: 5px;
    margin-right: 5px;
    webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 3px 10px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}

.featured-badge-list li:nth-child(1) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    background-color: rgba(250, 122, 86, 0.2);
    color: #fa7a56;
}

.featured-badge-list li:nth-child(1) a {
    color: #fa7a56;
}

.featured-badge-list li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    background-color: rgba(255, 187, 0, 0.2);
    color: #ffbb00;
}

.featured-badge-list li:nth-child(2) a {
    color: #ffbb00;
}

.featured-badge-list li:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    background-color: rgba(179, 136, 103, 0.2);
    color: #b38867;
}

.featured-badge-list li:nth-child(3) a {
    color: #b38867;
}

.featured-badge-list li:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    background-color: rgba(39, 209, 0, 0.2);
    color: #27d100;
}

.featured-badge-list li:nth-child(4) a {
    color: #27d100;
}

.featured-badge-list li:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    background-color: rgba(76, 181, 245, 0.2);
    color: #4cb5f5;
}

.featured-badge-list li:nth-child(5) a {
    color: #4cb5f5;
}



/* ---- TESTIMONIAL 2 CSS ---- */
.light-grey .n-owl-testimonial-2 .n-single_testimonial {
    background-color: #FFF;
}

.n-owl-testimonial-2 .n-single_testimonial {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 20px;
    opacity: 0.6;
}

.n-owl-testimonial-2 .active .n-single_testimonial {
    opacity: 1;
}

.n-owl-testimonial-2 .n-single_testimonial i {
    color: #fb236a;
    position: relative;
    font-size: 60px;
    font-weight: 600;
    opacity: 0.2;
}

.n-owl-testimonial-2 .n-single_testimonial img {
    border-radius: 500px;
    display: block;
    height: 100px;
    margin: auto;
    width: 100px;
}

.n-owl-testimonial-2 .n-single_testimonial h3 {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.light-grey .n-owl-testimonial-2 .n-single_testimonial .n-testimoial-text {
    background-color: #FFF;
}

.n-owl-testimonial-2 .n-single_testimonial .n-testimoial-text {
    position: relative;
    padding-bottom: 0;
    background-color: #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.n-owl-testimonial-2 .n-single_testimonial .n-testimoial-text p {
    color: #777;
    font-size: 16px;
    margin-bottom: 20px;
}

.n-owl-testimonial-2 .n-single_testimonial .n-testimoial-text p:last-child {
    margin-bottom: 0;
}

.n-owl-testimonial-2 .n-single_testimonial .n-user-meta {
    position: relative;
    overflow: hidden;
}

.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-avatar {
    float: left;
    margin-right: 15px;
    display: inline-block;
}

.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-avatar img {
    width: 60px;
    height: 60px;
}

.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-detail h3 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
}

.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-detail p {
    margin-bottom: 0;
    font-size: 13px;
    color: #777;
}

.n-owl-testimonial-2.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    top: 40%;
    margin: 0;
}

.n-owl-testimonial-2.owl-carousel .owl-nav i {
    font-size: 30px;
    opacity: 0.3;
}

.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
    position: absolute;
}

.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-next {
    right: -30px;
    position: absolute;
}

.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-next:hover,
.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
}

.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-next:hover i,
.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-prev:hover i {
    opacity: 1;
    color: #242424;
}

.n-owl-testimonial-2.owl-carousel .owl-dots {
    margin-top: 30px
}

.n-owl-testimonial-2.owl-carousel .owl-stage-outer {
    overflow: visible;
}

/*.n-testimonials {
        background-image: url(../images/testi-bg.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;	
}
*/

/*FEATURED CANDIDTAES*/
.n-featured-candidates {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.n-featured-candidates .n-featured-candidates-box {
    position: relative;
    text-align: center;
}

.n-featured-candidates .n-featured-candidates-box .n-featured-single {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.n-featured-candidates .n-featured-candidates-box .n-featured-single .n-featured-candidates-single-top {
    background-color: #FFF;
    padding: 30px;
    padding-bottom: 0;
}

.n-candidate-title h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    word-wrap: break-word;
}

.n-candidate-title p {
    color: #777;
    font-size: 16px;
}

.n-canididate-avatar img {
    margin: 0 auto;
    display: block;
    min-width: 100px;
    min-height: 100px;
    max-width: 100px !important;
    max-height: 100px !important;
    border-radius: 50px !important;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07) !important;
}

.n-canididate-avatar {
    margin-bottom: 15px;
}

.n-candidate-location {
    padding: 0 60px;
}

.n-candidate-location i {
    font-size: 24px;
    color: #fb236a;
}

.n-candidate-location p {
    margin-bottom: 0;
    font-size: 16px;
    color: #777;
}

.n-candidate-skills {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    padding-bottom: 30px;
    display: inline-block;
}

.n-candidate-skills a {
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: capitalize;
}

.n-candidate-skills a:hover {
    background-color: #fb236a;
    color: #FFF;
    border: 1px solid #fb236a;
    font-size: 12px;
}

.n-candidates-single-bottom {
    position: relative;
}

.n-candidates-single-bottom a {
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #EEE;
    display: block;
    font-weight: 400;
	font-size: 14px;
}

.n-candidates-single-bottom a:hover {
    background-color: #fb236a;
    color: #FFF;
}





/*APP SECTION*/

/*MOBILE APP NEW*/
.n-mobile-app-new {
    padding: 0;
    background: url(../images/slider-2-image.png);
    ;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    z-index: 2;
    padding:80px 0px;
}

.n-mobile-app-new:before {
    background: rgba(0, 0, 0, 0.85);
    background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.85), rgba(0, 0, 0, 0.85));
    background: linear-gradient(to right, rgba(0, 40, 70, 0.85), rgba(0, 0, 0, 0.85));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.n-mobile-app-new h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    padding-right: 150px;
    margin-bottom: 20px;
    color: #fff;
}
.n-mobile-app-new .n-mobile-app-text-area {
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

.n-mobile-app-new .n-mobile-app-text-area p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
}

.n-mobile-app-new .n-mobile-app-text-area a {
    margin-right: 20px;
}

.n-mobile-app-new .n-mobile-app-text-area a:last-child {
    margin-right: 0;
}

.n-mobile-app-new .n-mobile-app-text-area a img {
    width: 150px;
}

.n-mobile-app-new .n-mobile-app-new-img {
    margin: 0 auto;
    display: table;
  
}

.n-mobile-app-new .n-mobile-app-new-img img {
    margin-top: 10px;
    position: absolute;
    right: 70px;
    height: 520px;
}

/*SEARCH PAGE*/
.n-search-page {
    background-color: #fbfbfb;
}

.new-sidebar {
    position: relative;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.new-sidebar .panel-group {
    margin-bottom: 0;
}

.new-sidebar .panel-group .panel+.panel {
    margin-top: 0;
}

.new-sidebar .panel-default>.panel-heading {
    padding: 0;
    background-color: #FFF;
    border: none;
}

.new-sidebar .panel-default {
    border-radius: 0;
    border-bottom: none;
    border-color: #EEE;
    padding: 20px;
}

.new-sidebar .panel-default>.panel-heading a {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #242424;
}

.new-sidebar .panel-default .panel-collapse .panel-body {
    border: none;
    padding: 0;
    margin-top: 20px;
}

.new-sidebar .panel-default ul {
    list-style: none;
}

.new-sidebar .panel-default ul li {
    margin-bottom: 10px;
}

.new-sidebar .panel-default ul li .iradio_square,
.new-sidebar .panel-default ul li .icheckbox_square {
    margin-right: 10px;
}

.new-sidebar .panel-default ul li:last-child {
    margin-bottom: 0;
}

.new-sidebar .panel-default ul li label {
    font-size: 14px;
    font-weight: 400;
}

#search-widget {
    position: relative;
    overflow: hidden;
}

#search-widget .form-group {
    margin-bottom: 0;
}

#search-widget .btn {
    background-color: transparent;
    position: absolute;
    right: 21px;
    top: 19px;
    color: #fb236a;
    padding: 8px 12px;
}

.new-sidebar .panel-heading a::before {
    font-family: 'FontAwesome';
    content: "\f068";
    color: #999;
    transition: all 0.5s;
    right: 25px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.new-sidebar .panel-heading a.collapsed::before {
    font-family: 'FontAwesome';
    content: "\f067";
}

.new-sidebar .panel-default ul li.show-more a {
    padding: 10px;
    text-align: center;
    color: #242424;
    border-top: 1px solid #EEE;
    padding-bottom: 0;
    margin-top: 20px;
    display: block;
    font-weight: 400;
}

.new-sidebar .heading {
    position: relative;
    background-color: #FFF;
    padding: 30px 20px;
    padding-bottom: 35px;
    border: 1px solid #eee;
    border-bottom: none;

}

.new-sidebar .heading h4 {
    margin: 0;
    display: inline-block;
    font-weight: 500;
}

.new-sidebar .heading h4:before {
    background-color: #fb236a;
    content: "";
    height: 2px;
    margin: 0 auto;
    position: absolute;
    width: 50px;
    top: 60px;
}

.new-sidebar .heading a {
    float: right;
    color: #777;
    line-height: 25px;
	font-size: 14px;
}

.new-sidebar .panel-default .custom-feilds {
    margin-bottom: 30px;
}

.new-sidebar .panel-default .custom-feilds form-group {
    margin-bottom: 0;
}

.new-sidebar .panel-default .custom-feilds label.label-heading {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #242424;
    margin-bottom: 15px;
}


/*MAIN SEARCH PAGE*/

.n-search-main {
    position: relative;
}

.n-search-main .n-bread-crumb .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.n-search-main .n-bread-crumb .breadcrumb a {
    font-size: 16px;
    font-weight: 400;
	color: #777;
}

.n-search-main .n-bread-crumb .breadcrumb>li+li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #777;
    padding: 0 10px;
}

.n-search-main .n-bread-crumb .breadcrumb li.active a {
    color: #777;
}

.n-search-main .heading-area {
    background-color: #FFF;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-search-main .heading-area h4 {
    margin: 0;
    color: #242424;
    font-weight: 500;
    margin-bottom: 10px;
}

.n-search-main .heading-area .select2-container--default .select2-selection--single {
    border-radius: 4px;
}

.n-search-main .n-search-listing {
    position: relative;
}

.n-search-main .n-search-listing.featured {
    margin-bottom: 30px;
    overflow: hidden;
}

.n-search-main .n-search-listing.featured h3 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 30px;
}

.n-search-main .n-search-listing.featured .n-featured-job-boxes .n-job-single .n-job-detail {
    box-shadow: none;
}

.n-search-main .n-search-listing.featured .n-featured-job-boxes .n-job-single.featured-box .n-job-detail {
    background-color: #fff4d3;
}

.n-search-main .n-search-listing.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
    width: 11%;
    display: none;
}

.n-search-main .n-search-listing.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
    width: 100%;
}

.pagination {
    margin: 0;
    float: right;
	padding-bottom: 9px;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 6px;
    margin: 0 3px;
    background-color: #f1f1f1;
    border: none;
    padding: 8px 15px;
    color: #242424;
}

.pagination>li>a.active,
.pagination>li.active>span,
.pagination>li>a:hover,
.pagination>li.active>a,
.pagination>li.active>a:hover,
.pagination>li.active>span:hover {
    background-color: #fb236a;
    border-radius: 6px;
    color: #FFF;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 6px;
}

.pagination>li>span.current {
    background-color: #fb236a;
    color: #FFF;
}


/*VERTICLE SLIDER*/

.new-sidebar .vertical-job-slider .bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0;

}

.new-sidebar .vertical-job-slider {
    padding: 20px;
    background-color: #fff;
}

.new-sidebar .vertical-single-job .label {
    background-color: #c3c3c8;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
}

.new-sidebar .vertical-single-job {
    margin-bottom: 30px;
}

.new-sidebar .vertical-single-job h4 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

.new-sidebar .vertical-single-job p {
    margin-bottom: 0;
}

.new-sidebar .vertical-single-job p i,
.new-sidebar .vertical-single-job span i {
    font-size: 18px;
    color: #fb236a;
    margin-right: 5px;
}

.new-sidebar .vertical-job-slider .bx-wrapper .bx-controls {
    position: absolute;
    top: -80px;
    right: -10px;
    transform: rotate(90deg);
}

.new-sidebar .vertical-job-slider .bx-wrapper .bx-controls .bx-controls-direction {
    position: relative;
    overflow: hidden;
}

.new-sidebar .vertical-job-slider .bx-wrapper .bx-controls-direction a {
    text-indent: inherit;
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    padding: 5px;
    font-size: 16px;
    background: none;
}


/*SINGLE JON DETAILS*/

.n-single-job .n-single-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.n-single-job .n-single-title h1 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
}

.n-single-job .n-single-title ul {
    list-style: none;
}

.n-single-job .n-single-title ul li {
    float: left;
    border-right: 1px solid #EEE;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 16px;
    height: 18px;
}

.n-single-job .n-single-title ul li.salary {
    color: #fb236a;
    font-weight: 600;
}

.n-single-job .n-single-title ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.n-single-job .n-single-title ul li i {
    font-size: 16px;
    color: #ffff;
    margin-right: 10px;
}

.n-single-job .n-single-meta {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.n-single-job .n-single-meta ul.n-single-meta-detail {
    list-style: none;
}

.n-single-job .n-single-meta ul.n-single-meta-detail li {
    float: left;
    width: 33%;
    text-align: center;
    border: 1px solid #eee;
    padding: 15px
}

.n-single-job .n-single-meta ul.n-single-meta-detail li small {
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 16px;
}

.n-single-job .n-single-meta ul.n-single-meta-detail li strong {
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.n-single-job .n-single-meta .n-single-detail {
    position: relative;
    overflow: hidden;
}

.n-single-job .n-single-detail h4 {
    font-size: 22px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
}

.n-single-job .n-single-detail p {
    color: #777;
    font-size: 16px;
    margin-bottom: 30px;
}

.n-single-job .n-single-detail p b,
.n-single-job .n-single-detail p strong {
    color: #777;
    font-weight: 400px;
}

.n-single-job .n-single-detail p span {
    color: #777 !important;
}

.n-single-job .n-single-detail ul,
.n-single-job .n-single-detail ol {
    color: #777;
    padding-left: 40px;
    margin-bottom: 30px;
}

.n-single-job .n-single-detail ul li,
.n-single-job .n-single-detail ol li {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.75;
}

.n-single-job .n-single-detail ul li span,
.n-single-job .n-single-detail ol li span {
    color: #777 !important;
}

.n-single-job .n-single-detail ul li:last-child,
.n-single-job .n-single-detail ol li:last-child {
    padding-bottom: 0;
}

.n-single-job .n-skills {
    border-top: 1px solid #777;
    padding: 15px 0;
}

.n-single-job .n-skills h5 {
    margin: 0;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin-right: 20px;
}

.n-single-job .n-skills .n-skills-tags {
    position: relative;
}

.n-single-job .n-skills .n-skills-tags a {
    font-size: 16px;
}

.n-related-jobs {
    position: relative;
    margin-top: 40px;
    display: block;
    width: 100%;
    float: left;
}

.n-related-jobs .heading-title.left {
    margin-bottom: 60px;
}

.n-related-jobs .heading-title.left h2 {
    font-size: 22px;
    line-height: 26px;
}

.n-related-jobs .heading-title.left .view-more a {
    font-size: 12px;
    padding: 4px 15px;
    top: -8px;
}

.n-related-jobs .n-featured-job-boxes .n-job-single:last-child {
    margin-bottom: 30px;
}

/*SIDEBAR SINGLE PAGE*/
aside.n-single-sidebar .app-deadline {
    position: relative;
    background-color: #55a747;
    padding: 18px;
    margin-bottom: 30px;
}

aside.n-single-sidebar .app-deadline small {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
}

aside.n-single-sidebar .app-deadline strong {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

aside.n-single-sidebar .apply-buttons .btn-theme {
    background-color: transparent;
    color: #fb236a;
    font-size: 14px;
}

aside.n-single-sidebar .apply-buttons .btn-theme:hover {
    background-color: #2088cb;
    color: #FFF;
}

aside.n-single-sidebar .apply-buttons .btn-linkedIn {
    background-color: #0077B5;
    color: #FFF;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

aside.n-single-sidebar .apply-buttons .btn-linkedIn i {
    border-right: 1px solid #2088cb;
    padding: 0px 15px;
    line-height: 50px;
    font-size: 20px;
    vertical-align: middle;
}

aside.n-single-sidebar .apply-buttons .btn-linkedIn span {
    padding: 12px 15px;
    font-weight: 400;
    vertical-align: middle;
}

aside.n-single-sidebar .app-deadline .short-detail-icon {
    float: left;
    margin-right: 10px;
}

aside.n-single-sidebar .app-deadline .short-detail-icon i {
    font-size: 44px;
    color: #FFF;
}

aside.n-single-sidebar .app-deadline .ab-iocn {
    position: absolute;
    bottom: -10px;
    right: -10px;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

aside.n-single-sidebar .app-deadline .ab-iocn i {
    font-size: 64px;
    color: #FFF;
    opacity: 0.1
}

aside.n-single-sidebar .apply-buttons .n-btn-flat.btn-clear {
    display: block;
    padding: 12px 30px;
}

aside.n-single-sidebar .apply-buttons .n-btn-custom {
    margin-top: 20px;
}

aside.n-single-sidebar .apply-buttons .n-btn-custom-two {
    margin-top: 20px;
}

.n-single-sidebar .apply-buttons .divider {
    padding: 20px 0;
    position: relative;
}

.n-single-sidebar .apply-buttons .divider hr {
    width: 100%;
    color: #999;
}

.n-single-sidebar .apply-buttons .divider small {
    font-size: 16px;
    position: absolute;
    background-color: #FFF;
    left: 40%;
    padding: 10px;
    border-radius: 10px;
    z-index: 9;
    text-transform: uppercase;
    top: 20px;
    color: #999;
}

.n-single-job-company {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #eee;
    margin-top: 30px;
}

.n-single-job-company .dingle-job-company-meta {
    padding: 30px 20px;
}

.n-single-job-company .dingle-job-company-meta .contact-img {
    margin: 20px 0;
}

.n-single-job-company .dingle-job-company-meta .contact-img img {
    margin: 0 auto;
    display: block;
    max-width: 120px;
    padding: 15px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    background-color: #FFF;
}

.n-single-job-company .dingle-job-company-meta .contact-caption h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.n-single-job-company .dingle-job-company-meta .saving_resume {
    margin-top: 20px;
}

.n-single-job-company .dingle-job-company-meta .contact-caption p {
    margin-bottom: 0;
    font-size: 16px;
}

.n-single-job-company .dingle-job-company-meta .contact-caption a {
    color: #777;
	font-size: 14px;
}

.n-single-job-company .view-profile {
    padding: 20px;
    display: block;
    background-color: #fb236a;
    color: #FFF;
    font-weight: 400;
}

.n-single-job-company .social-links {
    position: relative;
    overflow: hidden;
}

.n-single-job-company .social-links li {
    width: 30px;
    display: inline-block;
}

.n-single-job-company .social-links li img {
    width: 30px;
}


/*SINGLE PAGE 2*/
.n-single-job-transparent {
    background: url(../images/slider-image.png);
    ;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    padding: 200px 0 40px 0;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
}

.n-single-job-transparent:before {
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.8), rgba(0, 0, 0, 0.8));
    background: linear-gradient(to right, rgba(0, 40, 70, 0.8), rgba(0, 0, 0, 0.8));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.n-single-job.n-single-job-transparent .n-single-title {
    margin-bottom: 0;
}

.n-single-job-transparent .n-single-title h1 {
    color: #FFF;
    font-size: 40px;
    margin-bottom: 15px;
}

.n-single-job-transparent .n-single-title ul li {
    color: #FFF;
}

.n-single-job-transparent .n-single-title ul li a {
    color: #FFF;
}

.n-single-job-transparent aside.n-single-sidebar .apply-buttons .n-btn-flat {
    margin-bottom: 20px;
    color: #fff;
}

.n-single-job-transparent .single-transparent-cats {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 20px;
}

.n-single-job-transparent .single-transparent-cats ul {
    list-style: none;
}

.n-single-job-transparent .single-transparent-cats ul li {
    float: left;
}

.n-single-job-transparent .single-transparent-cats ul li a {
    color: #FFF;
    font-size: 16px;
}

.n-single-job-transparent .single-transparent-cats ul li {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.n-single-job-transparent .single-transparent-cats ul li::after {
    color: #FFF;
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 18px;
    right: -5px;
    line-height: 20px;
}

.n-single-job-transparent .single-transparent-cats ul li:last-child::after {
    content: normal;
}

.n-detail-transparent .n-single-meta-2 {
    background-color: #FFF;
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    padding-bottom: 0;
}

.n-detail-transparent .n-single-meta-2 h4 {
    font-size: 22px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
}

.n-detail-transparent .n-single-meta-2 ul {
    list-style: none;
    position: relative;
    overflow: hidden;
}

.n-detail-transparent .n-single-meta-2 ul li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.n-detail-transparent .n-single-meta-2 .short-detail-icon {
    float: left;
    margin-right: 15px;
}

.n-detail-transparent .n-single-meta-2 .short-detail-icon img {
    margin-top: 5px;
}

.n-detail-transparent .n-single-meta-2 .short-detail-meta {
    position: relative;
    overflow: hidden;
}

.n-detail-transparent .n-single-meta-2 .short-detail-meta small {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.n-detail-transparent .n-single-meta-2 .short-detail-meta strong {
    font-weight: 400;
    font-size: 14px;
    color: #777;
}


.n-breadcrumb-big {
    background: url(https://demo.nokriwp.com/wp-content/uploads/2018/10/4.png);
    ;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    padding: 140px 0 80px 0;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
}

/*.n-breadcrumb-big:before {
        background: rgba(0, 0, 0, 0.8);
        background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.8), rgba(0, 0, 0, 0.8));
        background: linear-gradient(to right, rgba(0, 40, 70, 0.8), rgba(0, 0, 0, 0.8)); 
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/
.n-breadcrumb-big .breadcrumb-text {
    text-align: center;
    color: #FFF;
}

.n-breadcrumb-big .breadcrumb-text h2 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 40px;
}

.n-breadcrumb-big .breadcrumb-text h2::before {
    background-color: #fb236a;
    content: "";
    height: 4px;
    margin: 0 auto;
    position: absolute;
    width: 50px;
    top: 50px;
    left: 48%;
}

.n-breadcrumb-big .breadcrumb-text ul {
    list-style: none;
}

.n-breadcrumb-big .breadcrumb-text ul li {
    display: inline-block;
    font-size: 16px;
}

.n-breadcrumb-big .breadcrumb-text li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #FFF;
    padding: 0 10px;
}

.n-breadcrumb-big .breadcrumb-text li:first-child::before {
    content: "";
    padding: 0;
}

.n-candidate-detail {
    padding-top: 40px;
	padding-bottom: 40px;
}

.n-cand-dtl-spacing {
    padding-top: 129px;
}

.n-candidate-detail .n-candidate-meta {
    background-color: #FFF;
}

.n-candidate-detail .n-candidate-meta h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.n-candidate-detail .n-candidate-meta ul,
.n-candidate-detail .n-candidate-meta ol {
    color: #777;
    padding-left: 40px;
    margin-bottom: 30px;
}

.n-candidate-detail .n-candidate-meta ul li,
.n-candidate-detail .n-candidate-meta ol li {
    padding-bottom: 10px;
    font-size: 14px;
}

.n-candidate-detail .n-candidate-meta p {
    color: #777;
    font-size: 16px;
    margin-bottom: 30px;
}

.n-candidate-detail .n-candidate-meta p span {
    color: #777 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
}

.n-candidate-detail .n-candidate-meta .n-skills {
    margin-bottom: 50px;
}

.n-candidate-detail .n-candidate-meta .n-skills .n-skills-tags {
    position: relative;
}

.n-candidate-detail .n-candidate-meta .n-skills .n-skills-tags a {
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

/*TIME RESUME PAGE*/
.n-candidate-detail .n-candidate-meta .timeline-box {
    position: relative;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education {
    position: relative;
    padding: 0 0 0 50px;
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 50px;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li {
    position: relative;
    padding-bottom: 40px;
    margin-left: 35px;
    background-color: #fff;
    display: block;
    padding-top: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.n-candidate-detail .change-del-margin {
    margin-left: 0px;
}

.candidates-2 .n-candidate-location i {
    font-size: 14px;
    margin-right: 5px;
}

.candidates-2 .n-candidate-location p {
    font-size: 14px;
    display: inline
}

.candidates-2 .n-candidate-location {
    background-color: #f5f5f5;
    padding: 10px;
}

.n-featured-candidates.candidates-2 .n-featured-candidates-box .n-featured-single .n-featured-candidates-single-top {
    padding: 0;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}

.candidates-2 .n-candidates-single-bottom a {
    padding: 15px;
}

.n-featured-candidates.candidates-2 .n-featured-candidates-box .n-featured-single .bookmark-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
    color: #777;
}

.n-featured-candidates.candidates-2 .n-featured-candidates-box .n-featured-single .bookmark-icon.active {
    color: #E52D27;
}

.n-search-listing .n-featured-candidates-box .n-featured-single .bookmark-icon {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 20px;
    color: #E52D27;
}

.n-featured-candidates .features-star {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    left: auto;
}


.n-featured-candidates .col-lg-6 .features-star {

    right: 10px;
}

.n-featured-candidates .features-star::before {
    content: '';
    border-width: 25px;
    border-style: solid;
    border-color: #E52D27 #E52D27 transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.n-featured-candidates .features-star i {
    top: 3px;
    right: -5px;
}

.n-featured-candidates.candidates-2 .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
}

.n-featured-candidates.candidates-2 .n-candidate-skills {
    padding: 20px 0;
    margin: 0 auto;
    display: table;
    padding-bottom: 15px;
}

.n-featured-candidates.candidates-2 .owl-theme .owl-dots .owl-dot.active span,
.n-featured-candidates.candidates-2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #fb236a;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li:first-child {
    margin-top: 0;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li:last-child {
    padding: 0
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li>span {
    width: 4px;
    height: 100%;
    background: #eee;
    left: -30px;
    position: absolute;
    top: 15px;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li:last-child span {
    background: none;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li>span:before {
    background-color: #fb236a;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 90%;
    border: 3px solid #FFF;
    position: absolute;
    left: -5px;
    top: -10px;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.07);
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .date {
    color: #777;
    font-size: 14px;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .lead {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #242424;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .lead span {
    font-size: 14px;
    color: #777;
    margin-left: 15px;
}

.n-candidate-detail .n-candidate-meta .timeline-box div .type {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fb236a;
}

.candidate-resume-page .main-body .timeline-box div .type span {
    margin-right: 30px;
    font-weight: 400;
    color: #242424;
}

.n-candidate-detail .n-candidate-meta .timeline-box div .type span strong {
    margin-right: 5px;
    text-transform: uppercase;
}

.n-candidate-detail .n-candidate-meta .timeline-box span.number {
    height: 100%;
}

.n-candidate-detail .n-candidate-meta .timeline-box p {
    margin-bottom: 0;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul li,
.n-candidate-detail .n-candidate-meta .timeline-box ol li {
    color: #777;
    padding: 5px 0;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .info {
    line-height: 30px;
    font-size: 16px;
    color: #777;
}

.n-candidate-detail .n-candidate-meta .timeline-box .n-my-portfolio {
    position: relative;
}

.n-candidate-detail .n-candidate-meta .timeline-box .n-my-portfolio ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.n-candidate-detail .n-candidate-meta .timeline-box .n-my-portfolio ul li {
    max-width: 110px;
    max-height: 110px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    border: 3px solid #EEE;
}



.n-candidate-detail .n-candidate-meta .timeline-box.n-video-portfolio {
    position: relative;
    margin-top: 30px;
}

.n-candidate-detail .n-single-sidebar .n-single-job-company {
    margin-top: 0;
    background-color: #FFF;
    border: 1px solid #EEE;
    margin-bottom: 30px;
}

.n-candidate-detail .n-single-sidebar .n-single-job-company .contact-img {
    max-width: 145px;
    margin: 30px auto;
    position: relative;
    background: url(../images/profile-bg.png) no-repeat scroll center center / cover;
    padding: 10px 0;

}

.n-candidate-detail .n-single-sidebar .n-single-job-company .contact-img img {
    max-width: 130px;
    max-height: 130px;
    border-radius: 50%;
    min-height: 130px;
    min-width: 130px;
}

.n-candidate-detail .n-candidate-info h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 0;
    font-size: 16px;
}

.n-candidate-detail .n-candidate-info {
    padding: 20px;
    background-color: #FFF;
    border: 1px solid #EEE;
    margin-bottom: 30px;
    border-radius: 4px;
}

.n-candidate-detail .n-candidate-info ul {
    margin-top: 10%;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.n-candidate-detail .n-candidate-info ul li {
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}

.n-candidate-detail .n-candidate-info ul li i {
    margin-right: 5px;
    color: #fb236a;
    float: left;
}

.n-candidate-detail .n-candidate-info ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.n-candidate-detail .n-candidate-info ul li img {
    margin-right: 10px;
    width: 35px;
    float: left;
}

.n-candidate-detail .n-candidate-info ul li .resume-detail-meta {
    padding-left: 50px;
}

.n-candidate-detail .n-candidate-info ul li .resume-detail-meta small {
    display: block;
    color: #777;
    font-size: 14px;
}

.n-candidate-detail .n-candidate-info ul li .resume-detail-meta strong {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    word-wrap: break-word;
}

.n-candidate-detail .n-candidate-contact-form {
    padding: 30px 20px;
    background-color: #fff;
    border: 1px solid #EEE;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 30px;
}

.n-candidate-detail .n-candidate-contact-form h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

.n-candidate-detail .n-candidate-contact-form input {
    height: 45px;
    border-radius: 3px
}

.user-resume2-breadcrumb {
    padding: 150px 0 60px 0;
    box-shadow: none;
}

.user-resume2-breadcrumb .n-candidate-info {
    position: relative;
    overflow: hidden;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-img-box {
    max-width: 160px;
    float: left;
    margin-right: 20px;
    background: url(../images/profile-bg.png) no-repeat scroll center center / contain;
    padding: 10px;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-img-box img {
    border-radius: 50%;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box h4 {
    font-size: 24px;
    color: #FFF;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box p {
    color: #FFF;

    line-height: 22px;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box p i {
    color: #fb236a;
    margin-right: 10px;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box .n-skills-tags {
    position: relative;
    overflow: hidden;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box .n-skills-tags a {
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.n-candidate-social-box {
    text-align: right;
    padding: 25px 0;
}

.n-candidate-social-box .social-links li:first-child {
    margin-left: 0;
}

.n-candidate-social-box .social-links li {
    display: inline-block;
    margin-left: 8px;
    padding: 0;
}

.n-candidate-social-box .social-links li a img {
    width: 35px;
}

.n-candidate-social-box .n-candiate-btns {
    margin-top: 30px;
}

.n-candidate-social-box .n-candiate-btns .btn {
    padding: 10px 40px;
}

.n-scroll-btns {
    text-align: right;
    position: absolute;
    right: 15px;
    top: -93px;
}

.n-scroll-btns a.n-btn-flat.btn-mid,
.n-scroll-btns a.n-btn-flat.btn-mid:focus {
    background: none;
    color: #FFF;
    border-color: #FFF;
    padding: 12px 40px;
    display: inline;
    border-radius: 0;
}

.n-candidate-meta ul.n-candidate-short-info {
    list-style: none;
    position: relative;
    overflow: hidden;
    padding-left: 0;
}

.n-candidate-meta ul.n-candidate-short-info li {
    float: left;
    width: 33.2%;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.n-candidate-meta ul.n-candidate-short-info .short-detail-icon {
    float: left;
    margin-right: 15px;
}

.n-candidate-meta ul.n-candidate-short-info .short-detail-icon img {
    margin-top: 5px;
}

.n-candidate-meta ul.n-candidate-short-info .short-detail-meta {
    position: relative;
    overflow: hidden;
}

.n-candidate-meta ul.n-candidate-short-info .short-detail-meta small {
    display: block;
    font-size: 16px;
    color: #242424;
    font-weight: 400;
}

.n-candidate-meta ul.n-candidate-short-info .short-detail-meta strong {
    font-weight: 400;
    font-size: 14px;
    color: #777;
    word-wrap: break-word;
}

.n-company-grids {
    position: relative;
}

.n-company-grids .n-company-grid-single {
    margin-bottom: 30px;
}

.n-company-grids .n-company-grid-single .n-company-grid-img {
    position: relative;
    padding: 30px 20px;
}

.n-company-grids .n-company-grid-single .n-company-grid-img:before {
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.8), rgba(0, 0, 0, 0.8));
    background: linear-gradient(to right, rgba(0, 40, 70, 0.8), rgba(0, 0, 0, 0.8));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-logo {
    position: relative;
    overflow: hidden;
}


.n-company-grids .n-company-grid-single .features-star {
    left: auto;
    z-index: 1;
}

.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-logo img {
    margin: 0 auto;
    display: block;
    background-color: #FFF;
    border-radius: 50%;
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
}

.n-company-grids .n-company-grid-single .n-company-title {
    position: relative;
    overflow: hidden;
}

.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-title h3 {
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-title h3 a {
    color: #FFF;
}

.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-title p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
}

.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-title p i {
    margin-right: 5px;
    font-size: 18px;
}

.n-company-grids .n-company-grid-single .n-company-bottom {
    text-align: center;
    padding: 40px 20px 30px 20px;
    position: relative;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    background-color: #FFF;
}

.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-follow {
    position: absolute;
    bottom: -18px;
    z-index: 9;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 123px;
}

.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-follow a {
    background: #FFF;
    padding: 6px 30px;
    color: #fb236a;
}

.n-company-grids .n-company-grid-single .n-company-bottom .social-links {
    position: relative;
    overflow: hidden;
}

.n-company-grids .n-company-grid-single .n-company-bottom .social-links li {
    width: 40px;
    display: inline-block;
}

.n-company-grids .n-company-grid-single .n-company-bottom .social-links li img {
    width: 40px;
}


/*COMPANY LIST STYLE*/

.n-search-page.n-user-page {
    position: relative;
}

.n-search-page.n-user-page n-search-main {
    float: left;
    width: 100%;
}

.n-search-page.n-user-page .heading-area {
    background-color: #FFF;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-search-page.n-user-page .heading-area h4 {
    color: #242424;
}

.n-search-page.n-user-page .heading-area .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #eee;
}

.n-search-page.n-user-page .heading-area .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #242424;
}

.n-search-page.n-user-page .heading-area .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
}

.n-user-page .n-company-list {
    background-color: #FFF;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.n-user-page .n-company-list .n-company-img {
    float: left;
    margin-right: 20px;
    max-width: 80px;
    max-height: 80px;
}

.n-user-page .n-company-list .n-company-img img {
    border-radius: 50%;
}

.n-user-page .n-company-list .n-company-meta {
    position: relative;
    overflow: hidden;
}

.n-user-page .n-company-list .n-company-meta h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.n-user-page .n-company-list .n-company-meta span {
    position: relative;
    color: #333;
}

.n-user-page .n-company-list .n-company-meta p.location {
    color: #fb236a;
    margin: 5px 0;
}

.n-user-page .n-company-list .n-company-meta p.location a {
    color: #fb236a;
}

.n-user-page .n-company-list .n-company-meta p.location i {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}








.author-sidebar .n-company-contact-info .widget {
    margin-bottom: 30px;
    border: 1px solid #EEE;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.author-sidebar .n-company-contact-info .widget:last-child {
    margin-bottom: 0;
}

.author-sidebar .n-company-contact-info .widget h4.widget-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 20px;
}

.author-sidebar .n-company-contact-info .widget h4.widget-heading::before {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 70px;
    background-color: #fb236a;
}

.new-sidebar .n-general-select-search {
    position: relative;
}

.new-sidebar .n-general-select-search .select2-container--default .select2-selection--single {
    position: relative;
    border-radius: 0;
    border-color: #EEE;
}

.new-sidebar .n-general-select-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.new-sidebar .n-general-select-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: #999;
}

.new-sidebar .n-general-select-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

/*COMPANY DETAIL PAGE*/

.user-resume2-breadcrumb .n-company-info {
    position: relative;
    overflow: hidden;
}

.user-resume2-breadcrumb .n-company-info .n-company-meta-box {
    position: relative;
    overflow: hidden;
}

.user-resume2-breadcrumb .n-company-info .n-company-meta-box h4 {
    font-size: 24px;
    color: #FFF;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 24px;
}

.user-resume2-breadcrumb .n-company-info .n-company-meta-box p {
    color: #FFF;
    line-height: 22px;
    font-size: 16px;
}

.user-resume2-breadcrumb .n-company-info .n-company-meta-box p i {
    color: #fb236a;
    margin-right: 10px;
}

.n-company-social-box {
    text-align: right;
}

.n-company-social-box .social-links li:first-child {
    margin-left: 0;
}

.n-company-social-box .social-links li {
    display: inline-block;
    margin-left: 8px;
    padding: 0;
}

.n-company-social-box .social-links li a img {
    width: 35px;
}

.n-company-social-box .n-company-btns {
    margin-top: 20px;
}

.n-company-social-box .n-company-btns .btn {
    padding: 10px 40px;
}

.n-company-social-box .n-company-btns .btn i {
    margin-right: 5px;
}

.n-company-breadcrumb {
    padding: 170px 0 40px 0;
}

.n-candidate-detail .n-company-float-img {
    position: absolute;
    top: -150px;
    left: 50%;
    width: 170px;
    min-width: 140px;
    max-width: 140px;
    margin-top: -70px;
    /* Half the height */
    margin-left: -70px;
    /* Half the width */
    z-index: 9;
}

.n-candidate-detail .n-company-float-img .n-company-img-box {
    background: url(../images/profile-bg-big.png) no-repeat scroll center center / contain;
    padding: 10px;
    width: 100%;

    height: 100%;
}

.n-candidate-detail .n-company-float-img .n-company-img-box img {
    border-radius: 50%;
    min-height: 110px;
    min-width: 110px;
    background-color: #FFF;
    padding: 10px;
}

.n-company-breadcrumb .n-company-info .n-company-meta-box {
    position: relative;
    overflow: hidden;
}

.n-company-breadcrumb .n-company-info .n-company-meta-box h4 {
    font-size: 24px;
    color: #FFF;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
}

.n-company-breadcrumb .n-company-info .n-company-meta-box p {
    color: #FFF;
    line-height: 22px;
    font-size: 16px;
}

.n-company-breadcrumb .n-company-info .n-company-meta-box p.location {
    color: #FFF;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 0;
}

.n-company-breadcrumb .n-company-info .n-company-meta-box p i {
    color: #fb236a;
    margin-right: 10px;
}

/*PAGES BREADCRUMB*/

.n-pages-breadcrumb {
    background: url(../images/slider-image.png);
    ;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    padding: 150px 0 0 0;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
    height: 580px;
}

/*.n-pages-breadcrumb:before {
        background: rgba(0, 0, 0, 0.8);
        background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.6), rgba(0, 0, 0, 0.8));
        background: linear-gradient(to right, rgba(0, 40, 70, 0.6), rgba(0, 0, 0, 0.8)); 
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/
.n-pages-breadcrumb .n-breadcrumb-info {
    text-align: center;
    position: relative;
}

.n-pages-breadcrumb .n-breadcrumb-info h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 25px;
}

.n-pages-breadcrumb .n-breadcrumb-info h1::before {
    background-color: #fb236a;
    content: "";
    height: 2px;
    margin: 0 auto;
    position: absolute;
    width: 50px;
    top: 45px;
    left: 47%;
}

.n-pages-breadcrumb .n-breadcrumb-info p {
    color: #FFF;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.n-job-pages-section {
    position: relative;
    padding-top: 0;
    padding-bottom: 80px;
}

.n-job-pages-section .n-jobpost {
    background-color: #FFF;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
    margin-top: -200px;
    padding: 30px 15px;
}

.n-job-pages-section .post-job-heading {
    margin-bottom: 30px;
}

.n-job-pages-section h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #242424;
}

.n-job-pages-section .form-group {
    margin-bottom: 30px;
    position: relative;
}

.n-job-pages-section .buttons-area .form-group {
    margin-bottom: 30px;
    position: relative;
}

.n-job-pages-section .form-group .select2-container--default .select2-selection--single {
    border: 1px solid #eee;
    border-radius: 0;
}

.n-job-pages-section.form-group .icheckbox_square {
    margin-right: 5px;
    display: inline-block;
}

.n-job-pages-section .form-group p.policy-link {
    display: inline;
    margin-bottom: 0;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 10px;
}

.n-jobpost .job-topups {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.n-jobpost .job-topups ul {
    list-style: none;
}

.n-jobpost .job-topups ul li {
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.n-jobpost .job-topups .job-topups-box {
    position: relative;
    overflow: hidden;
    width: 60%;
    float: left;
}

.n-jobpost .job-topups .job-topups-box h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.n-jobpost .job-topups .job-topups-box p {
    margin-bottom: 0;
}

.n-jobpost .job-topups .job-topups-checkbox {
    width: 40%;
    position: relative;
    overflow: hidden;
    text-align: right;
}

.n-jobpost .job-topups ul li:nth-child(2n+1) {
    background-color: #F5f5f5;
}

.n-jobpost #your_current_location {
    position: absolute;
    right: 15px;
    bottom: 15px;

}

.n-jobpost #your_current_location i {
    font-size: 18px;
    color: #999;
}

.dashboard-new #your_current_location {
    position: absolute;
    right: 30px;
    bottom: 28px;
}

.dashboard-new #your_current_location i {
    font-size: 20px;
    color: #999;
}

.custom-search-form #your_current_location_alert {
    position: absolute;
    right: 15px;
    bottom: 62px;
}

.custom-search-form #your_current_location_alert i {
    font-size: 20px;
    color: #999;
}

.alert-job-modal-popup #your_current_location_alert2 i {
    font-size: 18px;
    color: #999;
}

.alert-job-modal-popup #your_current_location_alert2 {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.n-job-pages-section .n-job-pages {
    background-color: #FFF;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
    margin-top: -200px;
    border-radius: 4px;
}

.n-job-pages-section .n-job-pages .n-page-right-side {
    padding: 30px;
    background-color: #110f24;
    min-height: 510px;
}

.n-job-pages-section .n-job-pages .n-page-right-side h3 {
    color: #FFF;
}

.n-job-pages-section .n-job-pages .n-page-right-side p {
    color: #FFF;
    font-size: 16px;
}

.n-job-pages-section .n-job-pages .n-page-left-side {
    padding: 30px 15px;
    position: relative;
    overflow: hidden;
}

.n-job-pages-section .n-job-pages .n-page-left-side .signup-area {
    margin-top: 60px;
    text-align: center;
    font-size: 16px;
    color: #777;
}

.n-job-pages-section .n-job-pages .n-page-left-side .signup-area a {
    font-weight: 400;
    color: #242424;
}

.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .form-group:last-child {
    margin-bottom: 0;
}

.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-linkedIn {
    background-color: #0077B5;
    color: #FFF;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-linkedIn i {
    border-right: 1px solid #2088cb;
    padding: 0px 15px;
    line-height: 50px;
    font-size: 20px;
    vertical-align: middle;
}

.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-linkedIn span {
    padding: 12px 15px;
    font-weight: 400;
    vertical-align: middle;
}

.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-facebook {
    background-color: #3B5998;
    color: #FFF;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    padding: 15px;
}

.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-facebook img {
    width: 35px;
    height: 20px;
    padding-right: 15px;
    border-right: 1px solid #CCC;
}

.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-facebook span {
    padding: 12px 15px;
    font-weight: 400;
    vertical-align: middle;
}

.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-google {
    background-color: #FFF;
    color: #FFF;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    padding: 15px;
}

.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-google i {
    border-right: 1px solid #e2695e;
    padding: 0px 15px;
    line-height: 50px;
    font-size: 20px;
    vertical-align: middle;
}

.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-google span {
    padding: 12px 15px;
    font-weight: 400;
    vertical-align: middle;
    color: #242424;
}

.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-google img {
    width: 35px;
    height: 20px;
    padding-right: 15px;
    border-right: 1px solid #CCC;
}

.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area {
    position: relative;
}

.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area .form-group {
    display: inline-block;
    margin-bottom: 0;
    line-height: 40px;
}

.n-job-pages-section .n-job-pages .n-page-left-side .remember_area .form-group {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 40px;
}

.n-job-pages-section .n-job-pages .n-page-left-side .remember_area .form-group p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area .icheckbox_square {
    margin-right: 10px;
    display: inline-block;
}

.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area p a {
    color: #242424;
    font-weight: 400;
}

.n-job-pages-section .n-job-pages .n-page-right-side ul {
    padding-left: 20px;
    margin-bottom: 30px;
    list-style-type: none;
}

.n-job-pages-section .n-job-pages .n-page-right-side ul li {
    color: #FFF;
    line-height: 30px;
    font-size: 16px;
}

.n-job-pages-section .n-job-pages .n-page-left-side #status {
    margin-bottom: 30px;
}

.n-job-pages-section .n-job-pages .n-page-left-side #status .btn-default {
    border-radius: 0;
    padding: 10px 30px;
    border-color: #e1e1e1;
    font-weight: 400;
}


.n-job-pages-section .n-job-pages .n-page-left-side #status .btn-default.active {
    box-shadow: none;
    background-color: transparent;
    background: #fb236a;
    background: -webkit-linear-gradient(to right, #fb236a, #fb236a);
    background: linear-gradient(to right, #fb236a, #fb236a);
    border-color: #fb236a;
    color: #FFF;
}

.n-job-pages-section .n-job-pages.register-page .n-page-right-side {
    min-height: 100%;
}

.n-job-pages-section .n-job-pages.register-page .n-page-left-side .signup-area {
    margin-top: 20px;
    text-align: left;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul {
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li {
    line-height: 30px;
    padding: 15px 0;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li i {
    font-size: 30px;
    float: left;
    margin-right: 10px;
    line-height: 34px;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li a {
    color: #FFF;
    font-size: 16px;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li p {
    margin-bottom: 0;
    font-size: 16px;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side .contact-detail {
    margin-left: 50px;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side .social-links {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side .social-links li {
    width: 35px;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side {
    min-height: 520px;
}

.error-page-section {
    background: #fff url("../images/city.png") repeat-x scroll center bottom;
    text-align: center;
    padding: 80px 0;
    margin-top: -350px !important;
    padding-bottom: 200px;
}

.error-page-section .error-404 h2 {
    font-size: 150px;
    font-weight: 400;
    margin: 0;
    line-height: 150px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, .2);
}

.error-page-section .error-404 h4 {
    font-size: 30px;
    margin-top: 0;
    font-weight: 400;
}

.error-page-section .error-404 p {
    font-size: 16px;
    margin-bottom: 30px;
}


/*USER SELECTION PAGE*/

.n-job-pages-section .n-job-pages.user-section {
    text-align: center;
    padding: 100px 0;
}

.n-job-pages-section .n-job-pages.user-section h3 {
    margin-bottom: 30px;
}

.n-job-pages-section .n-job-pages.user-section #status {
    position: relative;
}

.n-job-pages-section .n-job-pages.user-section #status .btn-default {
    border-radius: 0;
    padding: 10px 30px;
    border-color: #e1e1e1;
    font-weight: 400;
}

.n-job-pages-section .n-job-pages.user-section #status .btn-default.active {
    box-shadow: none;
    background-color: transparent;
    background: #fb236a;
    background: -webkit-linear-gradient(to right, #fb236a, #fb236a);
    background: linear-gradient(to right, #fb236a, #fb236a);
    border-color: #fb236a;
}

.n-job-pages-section .n-job-pages.user-section .buttons-area {
    margin-top: 30px;
}

.n-job-pages-section .n-job-pages.user-section .buttons-area .icheckbox_square {
    margin-right: 5px;
}

.n-job-pages-section .n-job-pages.user-section .buttons-area p {
    display: inline;
    margin-bottom: 0;
    vertical-align: middle;
}


/*MODAL CSS*/
.modal-popup .modal-content {
    border-radius: 0;
}

.modal-popup .modal-content .modal-body {
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.modal-popup .modal-content .modal-body h4 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 400;
}

.modal-popup .modal-content .modal-body .form-group {
    margin-bottom: 30px;
}

/*MAP FIXED*/

/*.search-page-with-map {
        padding-top:70px;	
}*/
.right-part {
    width: calc(100% - 900px);
    position: fixed;
    right: 0;
    top: 0;
    float: right;
}

.right-part.left-flip {
    right: auto;
    left: 0;
}

.left-part {
    padding: 0 10px;
    width: 900px;
    margin-top: 115px;
    margin-bottom: 30px;
}

.left-part .n-search-listing .pagination {
    margin-top: 0;
}

#mapid {
    height: 100vh;
}

.location-filters {
    position: relative;
}

.location-filters .form-group {
    margin-bottom: 20px;
}

.location-filters .form-group i {
    position: absolute;
    right: 35px;
    bottom: 35px;
    color: #777;
}

.search-map-filters {
    position: relative;
    overflow: hidden;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    padding: 30px 20px;
}

.search-map-filters .form-group label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
}

.search-map-filters .form-group .slider .tooltip.top {
    margin-top: -20px;
}

.search-map-filters .form-group .slider.slider-horizontal {
    width: 100% !important;
    height: 45px;
}

.search-map-filters .form-group .slider-handle {
    background: #FFF;
    opacity: 1;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
    width: 15px;
    height: 15px;
}

.search-map-filters .form-group .slider.slider-horizontal .slider-track {
    background: #fb236a;
    height: 6px;
}

.search-map-filters .form-group .slider-selection {
    background: #f5f5f5;
    box-shadow: none;
}

.filters-toggle {
    font-size: 14px;
    float: right;
    cursor: pointer;
}

.filters-toggle i {
    font-size: 14px;
    margin-right: 5px;
    filter:"DXImageTransform.Microsoft.BasicImage(rotation=0.5)";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}

.filters-container {
    position: relative;
    float: left;
    width: 100%;
}

.filters-toggle.collapsed i {
    filter:"progid DXImageTransform.Microsoft.BasicImage(rotation=0.5)";
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(-0deg);
    transform: rotate(0deg);
}

.filters-container label {
    margin-right: 10px;
    font-size: 16px;
}

.filters-container .proximity-space {
    margin-right: 10px;
}

.result-area {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.result-area h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.slider-track {
    background-color: #f9f9f9;
    box-shadow: none;
}

.slider.slider-horizontal .slider-track {
    height: 7px;
    width: 100%;
    margin-top: -4px;
    top: 50%;
    left: 0;
}

.slider.slider-horizontal {
    width: 80%;
    height: 20px;
}

.slider-handle {
    background: none;
    background-color: #FFF;
    border: 2px solid #e52d27;
    width: 18px;
    height: 18px;
}

.slider-selection {
    background: none;
    background-color: #e52d27;
    box-shadow: none;
}

.slider-track {
    background-image: linear-gradient(to bottom, #ddd 0%, #ddd 100%);
}


/*SEARCH WITH MAP IN SIDEBAR*/

.search-page-with-map.sidebars {
    display: flex;
    align-items: flex-start;
    max-height: 100vh;
}

.search-page-with-map.sidebars .new-sidebar {
    width: 250px;
}

.search-page-with-map.sidebars .left-part {
    width: 50%;
    margin-top: 0;
}

.search-page-with-map.sidebars .right-part {
    width: calc(50% - 250px);
}

.search-page-with-map.sidebars .side-filters {
    max-height: 100vh;

}

.side-listings {
    max-height: 100vh;
    padding-bottom: 30px;
}

.search-page-with-map.sidebars .n-search-main {
    margin-top: 150px;
    float: left;
    padding-bottom: 30px;
    width: 100%;
}

.search-page-with-map.sidebars .new-sidebar .heading {
    margin-top: 140px;
    border: none;
}

.search-page-with-map.sidebars .new-sidebar .panel-default {
    border: none;
}

.search-page-with-map.sidebars .new-sidebar .panel-default:last-child {
    border: none;
    box-shadow: none;
}

.search-page-with-map.sidebars .new-sidebar .panel-default ul li label {
    color: #777;
}

.search-page-with-map.sidebars .new-sidebar .panel-group {
    margin-bottom: 30px;
}


/*BLOG DETAIL PAGE*/
.blog-detail-page .blog-post {
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-detail-page .blog-post a {
    color: inherit;
}

.blog-detail-page .post-info a {
    margin-right: 20px;
    color: #fb236a;
}

.blog-detail-page .post-img {
    margin-bottom: 30px;
    position: relative
}

.blog-detail-page .post-img img {
    height: auto;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.blog-detail-page .blog-post .post-img .author-icon {
    position: absolute;
    right: 30px;
    bottom: -25px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}

.blog-detail-page .blog-post .post-img .author-icon img {
    width: 50px;
    height: 50px;
}

.blog-detail-page .post-info {
    font-size: 14px;
    color: #777;
}

.blog-detail-page .post-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
    word-wrap: break-word;
    transition: all 0.4s ease 0s;
}

.blog-detail-page .post-title a:hover {
    color: #fb236a;
}

.blog-detail-page .blog-single p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.9;
}

.blog-detail-page .post-excerpt {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0 20px;
}

/* ---- SINGLE BLOG PAGE CSS ---- */
.blog-detail-page .blog-single .blog-main-title {
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}

.blog-detail-page .blog-single {
    position: relative;
    overflow: hidden;
}

.blog-detail-page .blog-single ul,
.blog-detail-page .blog-single ol {
    margin-bottom: 30px;
    padding-left: 20px;
}

.blog-detail-page .blog-single ul li,
.blog-detail-page .blog-single ol li {
    line-height: 1.9;
    font-size: 16px;
    color: #777;
}

.blog-detail-page .blog-single ul li:last-child,
.blog-detail-page .blog-single ol li:last-child {
    padding-bottom: 0;
}

.blog-detail-page blockquote {
    line-height: 30px;
    border-left: 5px solid #fb236a;
    font-size: 18px;
    margin: 30px 0;
    font-style: italic;
    padding: 0;
    padding-left: 30px;
    color: #242424;
}

.blog-detail-page blockquote p {
    font-size: 18px !important;
    color: #242424;
}

.blog-detail-page .blog-single .tagcloud {
    border-top: 1px solid #eee;
    padding: 20px 0;
    width: 100%;
    display: inline-block;
}

.blog-detail-page .tagcloud i {
    margin-right: 20px;
}

.blog-detail-page .tagcloud a {
    color: #777 !important;
    margin-right: 10px;
    word-wrap: break-word;
}

.blog-sidebar .search-blog .stylish-input-group .form-control {
    background-color: #fff;
    border-color: #ccc;
    border-right: 0 none #ccc;
    height: 50px;
    border-radius: 4px 0 0 4px;
}

.blog-sidebar .search-blog .stylish-input-group .input-group-addon {
    background-color: #fb236a;
    border: none;
    width: 16%;
    border-radius: 0 5px 5px 0;
    display: flex;
    justify-content: center;
}

.blog-sidebar .search-blog .stylish-input-group button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    line-height: normal;
    color: #FFF;
}

.blog-sidebar .widget {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    padding: 20px 25px;
    border: 1px solid #EEE;
}

.blog-sidebar .widget .widget-heading {
    background-color: transparent;
    padding-bottom: 10px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.blog-sidebar .widget .widget-heading::before {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 70px;
    background-color: #fb236a;
}

.blog-sidebar .widget ul li a span {
    float: right;
}

.blog-sidebar .widget .categories-module {
    background-color: #FFF;
}

.blog-sidebar .widget .categories-module li {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    padding-bottom: 13px;
    padding-top: 13px;
}

.blog-sidebar .widget .categories-module li a {
    color: #242424;
    font-size: 14px;
    text-transform: capitalize;
}

.blog-sidebar .widget .categories-module li a:hover {
    color: #fb236a;
}

.blog-sidebar .widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-sidebar .widget .recent-ads-list-image {
    display: table-cell;
    width: 96px;
}

.blog-sidebar .widget .recent-ads-list-image-inner {
    background-color: rgba(0, 0, 0, .12);
    display: block;
    height: 60px;
    margin: 0 16px 0 0;
    position: relative;
    width: 100px;
}

.blog-sidebar .widget .recent-ads-list-image img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
}

.blog-sidebar .widget .recent-ads-list-content {
    display: table-cell;
    vertical-align: top;
}

.blog-sidebar .widget .related-post li {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.blog-sidebar .widget .related-post li a {
    color: #242424;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 16px;
}

.blog-sidebar .widget .related-post li a:hover {
    color: #fb236a;
}

.blog-sidebar .widget .related-post li span {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    color: #777;
}

.blog-sidebar .widget .related-post li span i {
    color: #777;
    position: relative;
    margin-right: 10px;
    font-size: 14px;
}





.blog-sidebar .widget .recent-ads .recent-ads-list {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.blog-sidebar .widget .recent-ads .recent-ads-list:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.blog-sidebar .widget .recent-ads .recent-ads-container {
    display: table;
    width: 100%;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-image {
    display: table-cell;
    width: 96px;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-image-inner {
    background-color: rgba(0, 0, 0, .12);
    display: block;
    height: 70px;
    margin: 0 16px 0 0;
    position: relative;

    width: 100px;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-image img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-content {
    display: table-cell;
    vertical-align: top;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-content h3 {
    color: #242424;
    font-size: 16px;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-title {
    margin: 0;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-title a {
    color: #242424;
    font-size: 14px;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-content .recent-ads-list-location li {
    margin-top: 5px;
    padding: 0;
    color: #777;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-content .recent-ads-list-location li a {
    color: #777;
}

.premium-badges {
    margin-bottom: 30px;
    background-color: #FFf;
    padding: 20px;
    padding-bottom: 15px;
}

.n-job-tags {
    background-color: #FFF;
    position: relative;
    margin-top: 30px;
    padding: 15px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-job-tags h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
}

.n-job-tags .job-tag-list {
    position: relative;
}

.n-job-tags .job-tag-list a {
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
	color: #777;
}


.n-advert-box {
    margin: 0 auto;
    display: table;
    margin-bottom: 30px;
}

.post-desc h1 {
    font-size: 48px;
    margin: 25px 0 0
}

.post-desc h2 {
    font-size: 30px;
    margin: 25px 0
}

.post-desc h3 {
    font-size: 22px;
    margin: 22px 0
}

.post-desc h4 {
    font-size: 20px;
    margin: 25px 0
}

.post-desc h5 {
    font-size: 18px;
    margin: 30px 0
}

.post-desc h6 {
    font-size: 16px;
    margin: 36px 0
}

.post-desc img,
.post-desc img[height],
.post-desc img[class*="align"],
.post-desc img[class*="wp-image-"],
.post-desc img[class*="attachment-"] {
    height: auto;
    max-width: 100%
}

.comment-list .comment .comment-content p {
    font-size: 16px;
    color: #777;
}

.blog-detail-page .blog-heading h2 {
    font-size: 20px;
    margin: 0;
    padding: 1rem;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.blog-detail-page .blog-section.review-form {
    padding: 0;

}

.blog-detail-page .blog-section.review-form h2 {
    margin-top: 0;
    /* padding-top: 0 */
}

.blog-detail-page .comment-notes {
    font-size: 16px;
}

.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0 !important;
}

.comment-list .children {
    list-style: outside none none;
    padding-left: 35px
}

.comment-meta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem
}

.comment .gravatar {
    width: 5rem;

    margin: 0
}

.comment-wrapper img.avatar {
    border-radius: 50%;
    vertical-align: bottom;
    margin: 0;
    min-width: 40px;
    border: 1px solid #ddd;
    padding: 1px
}

.comment-meta {
    line-height: 1.4
}

.comment-author-linkz a,
.comment-author-linkz {
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

.comment-meta-item,
.entry-meta-item {
    font-size: 14px;
    text-transform: uppercase;
    color: #999
}

.comment-meta-item a {
    color: #242424
}

.comment-content {
    padding: 2rem;
    background-color: #fafafa;
    border: 1px solid #e1e8ed;
    margin-bottom: 2rem;
    position: relative;
    border-radius: 4px;
}

.comment-list .comment .comment-wrapper,
.comment-list .comment .comment-wrapper ol,
.comment-list .comment .comment-wrapper ul {
    color: #777;
    font-size: 16px;
}

.comment-list .comment .comment-wrapper ul,
.comment-list .comment .comment-wrapper ol {
    padding-left: 30px;
}

.comment-list .comment .comment-wrapper dd,
.comment-list .comment .comment-wrapper dt {
    line-height: inherit
}

.comment-list .comment .comment-wrapper table {
    border: 1px solid #EEE;
    background-color: #fff
}

.comment-list .comment .comment-wrapper table,
.comment-list .comment .comment-wrapper td,
.comment-list .comment .comment-wrapper th {
    text-align: left
}

.comment-content::after {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e1e8ed
}

.comment-content::after {
    clear: both
}

.comment-content::before,
.comment-content::after {
    content: "";
    display: table;
    table-layout: fixed
}

.comment-reply-link {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #FFF !important;
    font-weight: 400;
    background-color: #242424;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 4px;
}

.comment-reply-link:hover {
    background-color: #fb236a;
}

h3#reply-title {
    font-size: 18px
}

.post-excerpt li {
    margin: 0 0 0 2.571428571rem
}

.blog-section .comment-respond .comment-form .form-group label {
    font-size: 16px;
    font-weight: 400;

}

.post-excerpt ol,
.post-excerpt ol,
.post-excerpt ul,
.comment-content ul,
.mu_register ul {
    line-height: 1.714285714
}

.post-excerpt ol.comment-list li {
    margin: inherit
}

.post-excerpt ol.comment-list li .comment-body ul,
.post-excerpt ol.comment-list li .comment-body ol {
    margin: 0 0 0 2.571428571rem
}



/* ---- ACCORDIAN CSS ---- */
/*ABOUT US PAGE*/
.drop-accordion .panel-title a {
    display: block;
    position: relative;
    padding: 10px 60px 10px 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #6d7194;
}

.drop-accordion .panel-default {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.drop-accordion .panel-heading {
    overflow: hidden;
    padding: 0;
    border: 1px solid #f1f1f1;
    background: fcfcfc;
    border-radius: 0;
}

.drop-accordion .panel-title a {
    display: block;
    position: relative;
    padding: 20px 60px 20px 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #191919;
}

.drop-accordion .panel-title .expand-icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d9d7d7;
    font-size: 24px;
    line-height: 46px;
    color: #fb236a;
}

.drop-accordion .expand-icon-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.drop-accordion .panel-title .expand-icon {
    padding: 0 18px;
    vertical-align: middle;
}

.drop-accordion .panel-title .expand-icon:before {
    content: "\f055";
}

.drop-accordion .panel-body {
    line-height: 25px;
    padding: 20px;
    position: relative;
    border: 1px solid #d9d7d7;
}

.drop-accordion .circlus-ui .drop-accordion .panel-body,
.leaf-ui .drop-accordion .panel-body {
    border-radius: 4px;
}

.drop-accordion .panel-body-icon {
    width: 75px;
    float: left;
    padding: 10px;
}

.drop-accordion .panel-body-icon i {
    font-size: 45px;
    color: #fb236a;
}

.drop-accordion .tab-collapsed {
    border: transparent;
    background: #fb236a;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.drop-accordion .tab-collapsed a {
    color: #fff;
}

.drop-accordion .about-us .panel-group {
    margin-bottom: 0;
}

.drop-accordion .tab-collapsed .expand-icon-wrap {
    border-color: #fff;
    color: #fff;
}

.drop-accordion .tab-collapsed .expand-icon:before {
    content: "\f056";
}

.drop-accordion .panel-body ul {
    list-style: disc !important;
    padding: 0 0 0 30px;
    text-decoration: none;
    margin-bottom: 0;
}

.drop-accordion .panel-body ul li {
    padding: 5px;
}

blockquote {
    line-height: 30px;
    border-left: 5px solid #fb236a;
    font-size: 18px;
    margin: 30px 0;
    font-style: italic;
    padding: 0;
    padding-left: 0px;
    padding-left: 30px;
}

/*ABOUT US PAGE*/
.about-us .large-paragraph {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.75;
    color: #242424;
}

.about-us h2 {
    margin: 0;
    margin-bottom: 10px;
    color: #fb236a;
    font-weight: 600;
}

.about-us p {
    font-size: 14px;
    color: #777;
    line-height: 1.75;
    margin-bottom: 20px;
}

.services-grid .icons img {
    width: 60px;
}

.services-grid h4 {
    font-size: 18px;
    margin-btoom: 10px;
    color: #232323;
    font-weight: 600;
}

.services-grid {
    background-color: #fff;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
    position: relative;
}

.services-grid i {
    color: #fb236a;
}

.services {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}


/* ---- TEAM SECTION CSS ---- */

.team {
    padding-bottom: 70px;
}

.team .heading {
    margin-bottom: 60px;
}

.team-member,
.team-member .team-img {
    position: relative;
}

.team-member {
    overflow: hidden;
    margin-bottom: 30px;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
    top: 35%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    color: #222;
}

.team-member:hover .team-hover .s-link {
    bottom: 10%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    color: #222;
}

.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.team-member .s-link a i:hover {
    color: #29aafe;
}

.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}

.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}

.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}

.light-txt {
    color: #fff !important;
}

.team-member .team-intro.light-txt h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.team-member .team-intro.light-txt span {
    color: #FFF;
    font-size: 12px;
}

.team-member .team-intro h5,
.team-member .team-intro.light-txt span {
    margin-bottom: 0px;
    text-transform: capitalize;
}

.team-member .team-intro {
    position: absolute;
    right: 0;
    bottom: 30px;
    background: rgba(0, 0, 0, .7);
    padding: 10px 20px;
    width: 75%;
    text-align: right;
}

/*NEW SHORTCODES*/
/*HOME WITH SIDE FORM*/

#intro-hero::after {
    background: rgba(0, 0, 0, 0.75);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#intro-hero {
    background: rgba(0, 0, 0, 0) url("../images/bg.jpeg") no-repeat scroll center center / cover;
    color: #fff;
    padding-bottom: 130px;
    padding-top: 220px;
    position: relative;
    z-index: 1;
}

.hero-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

#intro-hero h2 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 0;
}

#intro-hero .hero-text-box p {
    font-size: 16px;
    color: #FFF;
    margin-top: 30px;
}

.hero-tagline {
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 20px;
    line-height: 26px;
}

#intro-hero .hero-text-box {
    position: relative;
    margin-top: 40px;
}

.form-join {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    padding: 30px;
}

.form-join>h4 {
    color: #191919;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}

.form-join .form-group label {
    text-align: left;
    width: 100%;
    text-transform: capitalize;
}

label {
    color: #242424;
    font-size: 14px;
    font-weight: 400;
}

.form-join .form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 3px;
    color: #555;
    font-size: 14px;
    height: auto;
    padding: 10px 15px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.form-join .minict_wrapper span {
    font-size: 14px;
    line-height: 35px;
    height: 40px;
}

.form-join .minict_wrapper {
    height: 45px;
    border: 1px solid #ddd;
}

.form-join .minict_wrapper.bubble::after {
    border-left: 1px solid #e5e5e5;
    box-shadow: 1px 0 0 0 #fff inset;
    height: 43px;
}

.form-join .minict_wrapper.bubble {
    box-shadow: none;
    background: none;
}

.form-join .btn-theme {
    margin-top: 20px;
    text-transform: capitalize;
}

.form-join .minict_wrapper span:empty::before {
    color: #999;
}

.form-join .n-btn-flat i {
    margin-left: 5px;
}


/*FUNFACT*/
.conter-grid {
    position: relative;
    overflow: hidden;
    margin-top: 45px;
}

.conter-grid .counter-box .counter-stats {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #FFF;
}

.conter-grid .counter-seprator {
    display: inline-block;
    float: left;
    width: 33%;
}

.conter-grid .count-title {
    font-size: 20px;
    margin: 0;
}

/* ---- CATEGORY SECTION 2 ---- */

.categories-section-2 {
    position: relative;
    background: url(../images/blog-big-elements.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.categories-boxes-2 {
    position: relative;
}

.categories-section-2 h2 span {
    color: #29aafe;
}

.categories-section-2 .popular-categories {
    margin: 0;
    display: block;
}

.categories-section-2 .popular-categories li {
    display: inline-block;
    width: 22%;
    float: left;
    padding: 60px 30px;
    border: 1px solid #f2f0f0;
    text-align: center;
    min-height: 240px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.categories-section-2 .popular-categories li:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 50px;
    background-color: #f5f5f5;
    top: -10px;
    left: -45px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.categories-section-2 .popular-categories li:hover {
    cursor: pointer;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.categories-section-2 .popular-categories li a {
    display: block;
    text-align: center;
    position: relative;
    background-color: #fff;
    font-size: 16px;
    color: #242424;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.categories-section-2 .popular-categories li a span {
    color: #777;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
}

.categories-section-2 .popular-categories li a span.arrow i {
    font-size: 16px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -90px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.categories-section-2 .popular-categories li:hover span.arrow i {
    bottom: -40px;
}

.categories-section-2 .popular-categories li a .cat-icons img {
    display: block;
    margin: 0 auto;
    width: 80px;
    max-width: 80px;
}

.categories-section-2 .popular-categories li a .cat-icons {
    margin-bottom: 15px;
    min-height: 70px;
}

.categories-section-2 .popular-categories li a i {
    color: #fb236a;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}


/*RESUME PAGE 3*/

.n-breadcrumb-big.resume-3-brreadcrumb {
    height: 400px;
}

.user-resume-3 {
    position: relative;
    background-color: #FFF;
    padding: 0;
}

.user-resume-3 .n-candidate-info {
    position: relative;
    margin-top: -110px;
}

.user-resume-3 .n-candidate-img-box {
    float: left;
    margin-right: 70px;
    max-width: 170px;
    vertical-align: bottom;
    position: relative;
    left: -4px;
    border-radius: 50%;
}

.user-resume-3 .n-candidate-img-box img {
    border-radius: 50%;
    max-width: 170px;
    min-width: 170px;
    max-height: 170px;
    min-height: 170px;
}

.user-resume-3 .n-candidate-info:before {
    background-image: url(../images/ping.png);
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: -6px;
    left: -15%;
    height: 150px;
    width: 34%;
}

.user-resume-3 .n-candidate-meta-box {
    position: relative;
    padding-top: 20px;
}

.user-resume-3 .n-candidate-meta-box h4 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.user-resume-3 .n-candidate-meta-box p {
    margin-bottom: 0;
    color: #fff;
}

.user-resume-3 .n-candidate-meta-box a.btn {
    position: absolute;
    bottom: 20px;
    right: 0;
    background-color: transparent;
    border: 2px solid #FFF;
    color: #FFF;
}

.user-resume-3 .n-candidate-meta-box .social-links {
    position: absolute;
    bottom: 0;
    right: 0;
}

.user-resume-3 .n-candidate-meta-box .social-links li a img {
    width: 35px;
}

.user-resume-3 .n-candidate-meta-box .social-links li {
    display: inline-block;
    margin-left: 8px;
    padding: 0;
}

.resume-3-sidebar .widget {
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    border-radius: 4px;
}

.resume-3-sidebar .n-candidate-info .saving_resume {
    margin-top: 20px;
}

.resume-3-sidebar .n-candidate-info ul li:first-child {
    padding-top: 0;
}

.resume-3-sidebar .n-candidate-info ul li:last-child {
    padding-bottom: 0;
}

.resume-3-sidebar .n-candidate-info ul li i {
    margin-right: 5px;
    color: #fb236a;
    float: left;
    font-size: 36px;
}

.resume-3-sidebar .n-candidate-info ul li {
    border: none;
}

.resume-3-sidebar .n-candidate-info ul li .resume-detail-meta small {
    display: block;
    color: #242424;
    font-size: 16px;
}

.resume-3-sidebar .n-candidate-info ul li .resume-detail-meta strong {
    font-weight: 400;
    font-size: 14px;
    color: #777;
    word-wrap: break-word;
}

.resume-3-sidebar .n-candidate-info ul li .resume-detail-meta strong.phonenumber {
    cursor: pointer;
}

.resume-3-sidebar .widget h4.widget-heading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 20px;
}

.resume-3-sidebar .widget h4.widget-heading::before {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 70px;
    background-color: #fb236a;
}

.resume-3-sidebar .n-candidate-info h4.widget-heading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 20px;
}

.resume-3-sidebar .n-candidate-info h4.widget-heading::before {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 70px;
    background-color: #fb236a;
}

.resume-3-sidebar .widget input {
    background-color: #fbfbfb;
}

.resume-3-sidebar .widget .btn.n-btn-flat i {
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.n-candidate-detail .resume-3-detail {
    position: relative;
}

.n-candidate-detail .resume-3-detail .resume-3-box {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #EEE;
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.n-candidate-detail .resume-3-detail .resume-3-box h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.n-candidate-detail .resume-3-detail .resume-3-box p {
    font-size: 15px;
    margin-bottom: 30px;
}

.n-candidate-detail .resume-3-detail .resume-3-box p span,
.n-candidate-detail .resume-3-detail .resume-3-box p font {
    color: #777 !important;
    font-family: 'Poppins', sans-serif !important;
}

.n-candidate-detail .resume-3-detail .n-related-jobs {
    margin: 0;
}

.n-candidate-detail .resume-3-detail .n-related-jobs .heading-title {
    margin-bottom: 0;
}

.n-candidate-detail .resume-3-detail .n-related-jobs .heading-title h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 40px;
}

.n-candidate-detail .resume-3-detail .n-related-jobs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
    width: 100%;
}

.n-candidate-detail .resume-3-detail .n-related-jobs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
    display: none;
}

.resume-timeline {
    position: relative;
    border-left: 1px solid #f4f9ed;
}

.resume-timeline .resume-timeline-box {
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
}

.resume-timeline .resume-timeline-box:last-child p {
    margin-bottom: 0;
}

.resume-timeline .resume-timeline-box .degree-duration {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 300;
    line-height: 1.1em;
    margin: 0 0 3px;
    background-color: #fb236a;
    padding: 5px 8px 5px 10px;
    margin-left: -30px;
}

.resume-timeline .resume-timeline-box .degree-duration::before,
.resume-timeline .resume-timeline-box .degree-duration::after {
    display: block;
    width: 5px;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fb236a;
}

.resume-timeline .resume-timeline-box .degree-name {
    display: block;
    margin: 10px 0 0;
    font-size: 1.14em;
    line-height: 1.5em;
}

.resume-timeline .resume-timeline-box .institute-name {
    display: block;
    color: #a5a5a5;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.45em;
}

.resume-3-portfolio {
    position: relative;
    overflow: hidden;
}

.resume-3-portfolio ul {
    list-style: none;
    display: inline-flex;
}

.resume-3-portfolio ul li {
    float: left;
    width: 32.2%;
    border: none !important;
    margin-bottom: 3px;
    margin-right: 3px;
    border-radius: 8px;
    padding: 0 !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.resume-3-portfolio ul li a img:hover {
    border-color: #fb236a;
}

.resume-3-portfolio li a {
    position: relative;
}

.resume-3-portfolio li a img {
    border-radius: 4px;
    border: 3px solid #eee;
    width: 100%;
    margin-right: 3px;
}

.resume-3-detail .resume-3-box .tooltip {
    position: relative;
    float: right;
    right: 0 !important;
    left: auto !important;
    z-index: unset;
}

.resume-3-detail .resume-3-box .tooltip>.tooltip-inner {
    background-color: rgba(0, 40, 70, 0.9);
    padding: 5px 15px;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
}

.resume-3-detail .resume-3-box .popOver+.tooltip>.tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 40, 70, 0.9);
}

.resume-3-detail .resume-3-box .progress {
    border-radius: 4px;
    box-shadow: none;
    height: 5px;
    overflow: visible;
    margin-top: 40px;
    background-color: #eee;
    margin-bottom: 30px;
}

.resume-3-detail .resume-3-box .bar-wrapper .progress-text {
    font-size: 16px;
    font-weight: 400;
}

.resume-3-detail .resume-3-box .progress-bar {
    background: #fb236a;
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    border-radius: 4px;
    box-shadow: none;
    width: 0%;
}

.resume-3-detail .resume-3-box.resume-skills {
    position: relative;
}

.resume-3-detail .resume-3-box .portfolio-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.resume-3-detail .resume-3-box .portfolio-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.resume-3-detail .resume-3-box .portfolio-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.custom-tip .tooltip-inner {

    background-color: transparent !important;
    padding: 0 !important;
    color: #242424 !important;
}

.custom-tip .tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent !important;
}

/*NEW ABOUT US*/

.equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

img {
    max-width: 100%;
    height: auto;
}

.icon-title {
    color: #222;
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
    line-height: 40px;
}

.icon-title .icon {
    float: left;
    color: #fff;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background-color: #fda7c3;
    border-radius: 3px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

[class|="space"] {
    display: block;
    width: 100%;
    overflow: hidden;
}

.single-service-two .title,
.single-service .title {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1.4em;
}

.single-service-two p {
    font-size: 17px;
}

.bttn-more.ppl {
    color: #fb236a;
}

.bttn-more.ppl::before {
    background-color: #fb236a;
}

.bttn-more::before {
    content: "";
    width: 20px;
    height: 2px;
    margin-right: 5px;
    border-radius: 10px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    background-color: #28CC8B;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.equal-height.revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* =-=-=-=-=-=-= Pricing Style 1  =-=-=-=-=-=-= */

.pricing-item {
    border: 7px solid #f1f1f1;
    color: #232323;
    padding: 15px 30px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #FFF;
}

.pricing-item .price {
    font-size: 4.3em;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    float: left;
    width: 100%;
    line-height: 29px;
    margin-bottom: 25px;
}

.pricing-item .price small {
    font-size: 0.6em;
    position: relative;
    top: 0px;
}

.pricing-item .price small del {
    font-size: 18px;
    color: #777;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

.pricing-item .price small ins {
    font-size: 30px;
}

.pricing-item strong {
    display: block;
    font-size: 1.2em;
    margin: 10px 0;
}

.pricing-item p {
    color: #999;
}

.pricing-item ul {
    list-style: none;
}

.pricing-item ul li {
    margin-bottom: 10px;
    font-size: 15px;
}

.pricing-item .btn {
    margin: 15px 0;
}

/* =-=-=-=-=-=-= Pricing  =-=-=-=-=-=-= */
.pricing-fancy {
    padding: 60px 32px;
    background: #fff none repeat scroll 0 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}

.gray .pricing-fancy {
    border: medium none;
}

.pricing-fancy h3 {
    color: #232323;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
}

.pricing-fancy h3 span {
    font-weight: 300;
}

.pricing-fancy .icon-bg {
    bottom: 0;
    position: absolute;
    right: -30px;
    z-index: 1;
}

.pricing-fancy .icon-bg i {
    color: #f1f1f1;
    font-size: 170px;
}

.pricing-fancy .price-box {
    position: relative;
    z-index: 10;
}

.pricing-fancy .price-large {
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 82px;
    color: #232323;
    margin-bottom: 15px;
}

.pricing-fancy .dollartext,
.monthtext {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}

.pricing-fancy .price-box p {
    color: #d2d2d2;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pricing-fancy ul {
    list-style: none;
}

.pricing-fancy ul li {
    margin-bottom: 10px;
    font-size: 15px;
}

.transparent-breadcrumb-listing {
    background: rgba(0, 0, 0, 0) url(../images/collage.jpg) no-repeat fixed center center/cover;
    color: #fff;
    padding-bottom: 35px;
    padding-top: 190px;
    position: relative;
    z-index: 1;
}

.transparent-breadcrumb-listing::after {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.transparent-breadcrumb-listing .list-heading h2 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.case-section .image-column {
    position: relative;
    margin-bottom: 40px;
}

.case-section .image-column .inner-column {
    position: relative;
    padding-top: 40px;
    margin-left: -70px;
}

.case-section .image-column .image {
    position: relative;
    display: inline-block;
}

.case-section .image-column .image::before {

    position: absolute;
    content: '';
    left: 50px;
    top: -50px;
    width: 550px;
    height: 573px;
    z-index: -1;
    background: url(../images/lines.png) no-repeat;

}

.case-section .content-column .inner-column .sec-title {
    margin-bottom: 30px;
}

.sec-title .title {
    position: relative;
    color: #ff4c72;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.case-section .content-column .inner-column .sec-title h2 {
    max-width: 510px;
}

.sec-title h2 {
    position: relative;
    font-size: 30px;
    color: #222222;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 20px;
    display: inline-block;
    margin-top: 0;
}

.sec-title h2::after {

    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 42px;
    height: 3px;
    background-color: #ff4c72;

}

.case-section .content-column .text {
    position: relative;
}

.case-section .content-column .text p {
    position: relative;
    color: #777;
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.services-section .title-box {
    position: relative;
    padding-top: 10px;
    z-index: 2;
}

.services-section .title-box .title-column {
    position: relative;
    padding-bottom: 40px;
}

.services-section .title-box .title-column .inner-column {
    position: relative;
    padding-right: 30px;
    border-right: 2px solid #ff4c72;
}

.services-section .title-box .title-column .inner-column .big-letter {
    position: absolute;
    left: -80px;
    top: -120px;
    font-weight: 600;
    font-size: 400px;
    line-height: 1em;
    color: rgba(0, 0, 0, 0.03);
}

.services-section .title-box .title-column h2 {
    position: relative;
    color: #222222;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 600;
    text-align: right;
    margin-top: 0;
}

.services-section .title-box .content-column {
    position: relative;
}

.services-section .title-box .content-column .inner-column {
    position: relative;
    padding-left: 40px;
}

.services-section .title-box .content-column .inner-column .text {
    position: relative;
    color: #777;
    font-size: 17px;
    line-height: 1.9em;
}

.services-section .outer-blocks {
    position: relative;
    margin-top: 100px;
}

.services-section .outer-blocks .row {
    margin: 0px -30px;
}

.services-section .outer-blocks .service-block {
    padding: 0px 30px;
}

.service-block {
    position: relative;
    margin-bottom: 40px;
}

.service-block .inner-box {
    position: relative;
    text-align: center;
    border-radius: 5px;
    padding: 40px 35px 20px;
    border: 1px solid #efefef;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #ffffff;
}

.service-block .inner-box .icon-box {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-block .inner-box h3 {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.service-block .inner-box h3 a {
    position: relative;
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 18px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-block .inner-box .read-more {
    position: relative;
    font-size: 45px;
    color: #ffffff;
    line-height: 12px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-block .inner-box .read-more span {
    position: relative;
    font-size: 50px;
    color: #ffffff;
    line-height: 12px;
    display: inline-block;
}

.service-block .inner-box .read-more span {
    font-size: 50px;
    color: #ffffff;
    line-height: 12px;
}

.services-section {
    position: relative;
    margin-top: 80px;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../images/pattern-1.png);
    padding-bottom: 0;
}

.case-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
}



.appointment-section {
    position: relative;
    padding: 95px 0px;
    background-image: url(../images/2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appointment-section .inner-container {
    position: relative;
    max-width: 560px;
    float: right;
    width: 100%;
}

.appointment-section .inner-container h2 {
    position: relative;
    color: #ffffff;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-top: 0;
}

.appointment-section .inner-container .text {
    position: relative;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 25px;
}

.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    background: #d2b871;
    display: inline-block;
    padding: 11px 43px;
    border-radius: 50px;
    border: 2px solid #d2b871;
}

.appointment-section::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
}

.single-service-two .bttn-more {
    font-size: 16px;
}

.mbr-40 {
    margin-bottom: 70px;
}



.mega-menu.on-white {
    border: none;
    box-shadow: none;
}

.mega-menu.on-white>section.menu-list-items {
    padding: 40px 15px;
}

.mega-menu.on-white .menu-links>li>a {
    color: #242424;
}

.mega-menu.on-white .menu-button .n-login-header {
    color: #242424;
    line-height: 50px;
}

.mega-menu.on-white .menu-button a.n-btn-flat:hover,
.mega-menu.on-white .menu-button a.n-btn-flat:active {
    background-color: #242424;
    color: #FFF;
    border-radius: 4px;
    border-color: #242424;
}

#latest-jobs .save-icon i:hover {
    color: #fb236a;
    border-color: #fb236a;
}

.footer-four-social li {
    float: left;
    list-style: none;
    margin: 0px 14px 7px 0px;
}

.footer-four-social li a.fa-facebook {
    background-color: #375d93;
}

.footer-four-social li a {
    font-size: 14px;
    width: 32px;
    height: 32px;
    background-color: #375d93;
    color: #ffffff;
    padding-top: 9px;
    float: left;
    border-radius: 100%;
    text-align: center;
}

.footer-four-social li a.fa-twitter {
    background-color: #43afe9;
}

.footer-four-social li a.fa-google-plus {
    background-color: #e24046;
}

.footer-four-social li a.fa-linkedin {
    background-color: #007eb3;
}

.n-footer-call-action {
    padding: 40px 40px 20px 40px;
    border-radius: 16px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 60px;
}

.n-footer-call-action h2 {
    font-size: 30px;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 30px;
}

.n-footer-reg-btn {
    float: right;
}

.n-footer-reg-btn .btn {
    margin-top: 15px;
}

/*CANDIDATE GRIDS*/


.candidates-grid {
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.candidates-grid:hover {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.candidates-grid .candidate-meta-box {
    position: relative;
    overflow: hidden;
    padding: 15px;
}

.candidates-grid .candidate-meta-box img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    float: left;
    border-radius: 10px;
    margin-right: 10px;
}

.candidates-grid .candidate-meta-box .candidate-meta .cand-name {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.candidates-grid .candidate-meta-box .candidate-meta p {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
}

.candidates-grid .cand-skills {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 15px;
}

.candidates-grid .cand-skills a {
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
}

.candidates-grid .cand-btns {
    position: relative;
    border-top: 1px solid #f5f5f5;
    text-align: center;
    overflow: hidden;
}

.candidates-grid .cand-btns ul {
    list-style: none;
}

.candidates-grid .cand-btns ul li {
    float: left;
}

.candidates-grid .cand-btns ul li:last-child {
    float: right;
}

.candidates-grid .cand-btns ul li a {
    padding: 15px 20px;
    display: inline-block;
}

.candidates-grid .cand-btns ul li.cand-fav a {
    border-left: 1px solid #f5f5f5;
    padding: 15px 20px;
}


.candidates-2 .n-candidate-location i {
    font-size: 14px;
    margin-right: 5px;
}

.candidates-2 .n-candidate-location p {
    font-size: 14px;
    display: inline
}

.candidates-2 .n-candidate-location {
    background-color: #f5f5f5;
    padding: 10px;
}

.n-featured-candidates.candidates-2 .n-featured-candidates-box .n-featured-single .n-featured-candidates-single-top {
    padding: 0;
    padding-top: 30px;
}

.candidates-2 .n-candidates-single-bottom a {
    padding: 15px;
}

.jobs-alert-box {
    background-color: #FFF;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.jobs-alert-box span {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.jobs-alert-box p {
    margin-bottom: 0;
}

.jobs-alert-box .btn {
    float: right;
}

/* Candidate Make default Resume */
.dropzone .dz-preview .dz-make-default{
    /* background-image: linear-gradient(to bottom, #fafafa, #eee); */
    background-color: #c9302c;
    border-radius: 2px;
    border: 1px solid #eee;
    text-decoration: none;
    display: block;
    padding: 4px 5px;
    text-align: center;
    color: #fff;
    width: 100px;
    margin-top: 2px;
}
.dropzone .dz-preview .dz_default:hover {
    background-color: #d9534f;
}
/* dialouge Style */
.jconfirm-title{
    line-height: 40px;
}


@media (min-width: 1024px) and (max-width: 1279.98px) {
    .n-call-to-action-two .n-call-to-action-text {
        max-width: 100%;
        padding: 0 20px;
    }

    .n-8-serch-field ul li:last-child {
        margin-top: 31px;
    }

    .n-footer-style .nth-footer-text p {
        font-size: 13px;
    }

    .nth-footer-4 .nth-social-icons ul li {
        margin-right: 6px;
        margin-bottom: 5px;
    }

    .n-call-to-box .n-extra-btn-section {
        margin-bottom: 30px;
        text-align: center;
    }

    .n-featured-candidates .n-featured-candidates-box .n-featured-single .n-featured-candidates-single-top {
        padding: 20px;
        padding-bottom: 0;
    }

    .n-candidate-location {
        padding: 0 30px;
    }

    .n-candidate-skills a {
        display: inline-block;
        margin-bottom: 5px;
    }

    .n-mobile-app-new .n-mobile-app-new-img img {
        position: relative;
        right: 0;
    }

    .n-footer-transparent.footer-two .n-footer-block .n-app-btn {
        width: auto;
        margin-bottom: 10px;
    }

    .n-featured-jobs.n-search-listing .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns .n-btn-rounded {
        display: none;
    }

    .n-featured-jobs.n-search-listing .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns {
        width: 8%;
    }

    .n-featured-jobs.n-search-listing .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box {
        width: 60%;
    }

    .n-single-job .n-single-title ul li {
        margin-bottom: 10px !important;
    }

    .left-part {
        width: 650px;
    }

    .right-part {
        width: calc(100% - 650px);
    }

    .mega-menu .menu-logo {
        min-width: auto;
    }

    .mega-menu .menu-links {
        margin-top: 15px;
/*         width: 100%; */
    }

    .user-resume-3 .n-candidate-info::before {
        width: 34%;
    }

    .categories-section-2 .popular-categories li {
        width: 20.9%;
        ;
    }

    .n-header-trabsparent.mega-menu .menu-list-items .menu-links .drop-down-multilevel {
        top: auto;
    }

    .search-page-with-map.sidebars .new-sidebar {
        width: 30%;
    }

    .search-page-with-map.sidebars .left-part {
        width: 70%;
    }

    .search-page-with-map.sidebars .right-part {
        display: none;
    }

    .search-page-with-map.sidebars .new-sidebar .heading {
        margin-top: 210px;
    }

    .search-page-with-map.sidebars .n-search-main {
        margin-top: 210px;
    }

    .dashboard-new {
/*         padding-top: 199px !important; */
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .n-8-serch-field .select2-container--default .select2-selection--single:last-child {
        border-left: none;
    }

    .nth-mob-app .nth-mob-details .nth-mob-style {
        font-size: 22px;
        line-height: 34px;
    }

    .nth-mob-app .nth-mob-details .nth-mob-style {
        font-size: 22px;
        line-height: 30px;
    }

    .nth-footer-4 .input-style input.form-control {
        width: 85%;
    }

    .nth-mob-app .nth-mob-details p {
        font-size: 13px;
    }

    .nth-success .nth-sc-content h3 {
        font-size: 26px !important;
    }

    .nth-success .nth-sc-content {
        padding: 30px;
    }

    .nth-success .nth-sc-content .n-btn-flat {
        padding: 10px 24px;
        font-size: 13px;
    }

    .nth-success .nth-sc-content p {
        font-size: 13px;
    }

    .pt140 {
        padding-top: 90px !important;
    }

    .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
        display: none;
    }

    .nth-mob-app .nth-mob-details .nth-mob-style {
        font-size: 22px;
        line-height: 32px;
    }

    .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
        width: 100%;
    }

    .how-it-works.style-2 .h-i-w-box {
        background: none !important;
    }

    .n-footer-transparent .n-footer-block .n-page-links.multiple li {
        width: 100%;
    }

    .n-footer-transparent .n-footer-block {
        margin-bottom: 40px;
    }

    .n-footer-transparent .n-footer-bottom {
        margin-top: 20px;
    }

    .n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li {
        display: inline-block;
        border: none;
        line-height: 30px;
    }

    .n-call-to-action-two .n-call-to-action-text {
        max-width: 100%;
        padding: 0 30px;
    }
section.n-call-to-action-two{
    padding: 80px 0;
}
    .n-call-to-box .n-extra-btn-section {
        margin-bottom: 50px;
        text-align: center;
    }

    .n-candidate-skills a {
        display: inline-block;
        margin-bottom: 5px;
    }

    .n-mobile-app-new .n-mobile-app-text-area {
        padding: 80px 0px;
    }

    .n-mobile-app-new .n-mobile-app-new-img img {
        display: none;
    }

    .n-footer-transparent .n-footer-block h4 {
        font-size: 20px;
    }

    .n-footer-transparent.footer-two .n-footer-block .n-app-btn {
        margin-bottom: 10px;
    }

    .n-footer-transparent.footer-two .n-footer-block .n-app-btn {
        width: auto;
        margin-bottom: 10px;
    }

    .n-candidate-detail .n-company-float-img {
        top: 0;
        min-width: 130px;
        max-width: 130px;
        margin-top: -65px;
        margin-left: -65px;
        width: 120px;
    }

    .n-candidate-detail .n-company-float-img .n-company-img-box img {
        min-height: 100px;
        min-width: 100px;
        padding: 0;
    }

    .n-candidate-meta ul.n-candidate-short-info li {
        width: 50%;
    }

    .n-company-grids .n-company-grid-single .n-company-bottom .n-company-follow {
        left: 35%;
    }

    .n-pages-breadcrumb .n-breadcrumb-info p {
        width: 100%;
    }

    .n-single-job .n-single-title ul li {
        line-height: 30px;
        border: none;
        display: inline-table;
    }

    .n-single-job-transparent .n-single-title h4 {
        margin-bottom: 10px;
    }

    .n-single-job.n-single-job-transparent .n-single-title {
        margin-bottom: 20px;
    }

    aside.n-single-sidebar .apply-buttons .n-btn-flat {
        display: inline-block;
        width: 47%;
        float: left;
        margin-right: 20px;
        height: 50px;
    }

    aside.n-single-sidebar .apply-buttons .btn-linkedIn {
        width: 50%;
        float: right;
        text-align: center;
    }

    .n-single-sidebar .apply-buttons .divider {
        display: none;
    }

    .user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box .n-skills-tags a {
        margin-bottom: 10px;
    }

    .left-part,
    .right-part {
        width: auto;
    }

    .mega-menu .menu-logo {
        min-width: auto;
    }

    .conter-grid {
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .categories-section-2 .popular-categories li {
        width: 29%;
    }

    .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns .n-job-saved i {
        display: none;
    }

    .mega-menu .menu-links {
        margin-top: 15px;
        width: 100%;
    }

    .n-search-main .n-bread-crumb .breadcrumb {
        margin-top: 30px;
    }

    .n-footer-transparent .n-footer-block .n-page-links {
        columns: 2;
    }

    .user-resume-3 .n-candidate-info::before {
        width: 46.6%;
    }

    .n-pages-breadcrumb {
        padding: 180px 0 0 0;
        height: 580px;
    }

    .n-related-jobs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
        width: 100%;
    }

    .banner-area-wraper .banner-overlay-bg .banner-dots1,
    .banner-area-wraper .banner-overlay-bg .banner-dots2 {
        display: none;
    }

    .mega-menu.on-white .menu-list-items .menu-links .drop-down-multilevel {
        top: auto;
    }

    .hero-banner-content.banner-style2 {
        padding: 100px;
        text-align: center;
    }

    .banner-area-wraper {
        padding-top: 100px;
    }

    .single-banner-slider {
        min-height: 700px;
    }

    .n-hero-section-two .move-down i {
        bottom: -120px;
    }

    .search-page-with-map.sidebars .new-sidebar {
        width: 30%;
    }

    .search-page-with-map.sidebars .left-part {
        width: 70%;
    }

    .search-page-with-map.sidebars .right-part {
        display: none;
    }

    .search-page-with-map.sidebars .new-sidebar .heading {
        margin-top: 210px;
    }

    .search-page-with-map.sidebars .n-search-main {
        margin-top: 210px;
    }


}

.mobile-filters .mobile-filter-heading,
.mobile-filters-btn {
    display: none;
}

.filter-close-btn {
    display: none;
}

@media (min-width: 320px) and (max-width: 767.98px) {
    #menu-1 {
        height: 150px !important;
    }
    .n-grid-box {
        margin-bottom: 25px;
    }

    .n-grid-box .n-grid-details h3 {
        font-size: 16px;
    }

    .n-grid-box .n-grid-details span i {
        font-size: 14px;
    }

    .n-grid-box .n-grid-details p {
        font-size: 12px;
    }

    .n-grid-box .n-grid-details {
        padding: 18px 20px 10px;

    }

    .n-grid-img .n-grid-icons i {
        padding: 7px;
        font-size: 14px;
    }

    .n-detail-jobs-content {
        flex-direction: column !important;
    }

    .n-detail-jobs-content .n-detail-job-title ul {
        flex-direction: column !important;
    }

    .n-details-employers3 .nav-tabs {
        margin: inherit;
        display: block;
    }

    .n-details-employers3 .tab-content {
        margin-top: 15px;
    }

    .n-details-list ul {
        flex-direction: column !important;
    }

    .n-employers-details-w .nav-tabs>li {
        float: none;
    }

    .n-details-employers3 .nav-tabs {
        margin: inherit !important;
        display: block !important;
    }

    .n-details-list ul li {
        margin-bottom: 10px;
    }

    .n-details-list .n-list-employ-text p {
        font-size: 12px;
    }


    .n-details-employers3 .tab-content h3 {
        font-size: 18px;
    }


    section {
        padding: 50px 0;
    }

    .static-images-section {
        padding-top: 150px;
    }

    .static-images-section .background-1 {
        width: 100%;
    }

    .background-2 {
        display: none;
    }

    .heading-title h2 {
        font-size: 24px;
    }

    .skills-gen .skills-btn-postion {
        position: relative;
    }

    .skills-gen .btn-danger {
        margin-top: 0px !important;
    }

    .skills-gen .row.group {
        background-color: #f5f5f5;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
    }

    .cat-tabs .panel.panel-primary>.panel-heading {
        position: relative;
        left: 0;
        top: 0;
    }

    .cat-tabs .panel.panel-primary>.panel-heading li {
        width: 100%;
    }

    .new-sidebar {
        margin-top: 30px;
    }

    .dashboard-new .main-body .dashboard-edit-profile.skills .n-btn-flat {
        margin-top: 70px;
    }

    .dashboard-edit-profile.skills .skills-gen .skills-btn-postion {
        bottom: 70px;
        width: 100%;
    }

    .dashboard-edit-profile.skills .skills-gen .skills-btn-postion .btn-success {
        width: 100%;
    }

    .mega-menu .menu-logo li a {
        padding: 0;
    }

    .heading-title p {
        width: 100%;
    }

    .n-hero-section {
        height: auto;
    }

    .heading-title {
        margin-bottom: 40px;
    }

    .n-hero-section .n-hero-box {
        padding-bottom: 250px;
    }

    .n-hero-section .n-hero-box .n-hero-main-text h1 {
        font-size: 24px;
    }

    .n-hero-section .n-hero-box .n-most-cat {
        margin-bottom: 30px;
    }

    .n-hero-cat-section .n-hero-cat-heading {
        margin-bottom: 30px;
    }

    .n-hero-section .n-hero-box .n-saech-form .select2-container--default .select2-selection--single {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .n-hero-section .n-hero-box .n-saech-form .select2-container {
        margin-bottom: 15px;
    }

    .mega-menu .menu-links {
        background-color: #FFF;
        position: relative;
        z-index: 11;
    }

    .mega-menu.n-header-trabsparent .menu-links>li>a {
        color: #242424;
    }

    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar {
        margin-top: 0;
    }

    .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li {
        width: 100% !important;
        margin-bottom: 10px;
        text-align: left !important;
    }

    .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
        width: 100%;
    }

    .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
        display: none;
    }

    .n-call-to-action .heading-title.black p {
        width: 100%;
    }

    .n-call-to-action .n-extra-btn-section .btn-mid {
        display: block;
        margin-top: 20px;
    }

    .n-call-to-action .n-extra-btn-section .btn-mid.btn-clear {
        margin: 0;
        margin-top: 10px;
    }

    .how-it-works.style-2 .h-i-w-box {
        background: none !important;
    }

    .n-call-to-box h3 {
        margin-top: 20px;
    }

    .n-footer-transparent .n-footer-block .n-page-links.multiple li {
        width: 100%;
    }

    .top-bar .header-info a {
        margin: 0;
        text-align: center;
        display: block;
        float: none;
    }

    .top-bar .header-info {
        float: none;
    }

    .n-hero-section-two .n-hero-two-box h1 {
        font-size: 30px;
    }

    .n-hero-section-two .n-hero-two-box {
        padding: 150px 0;
    }

    .n-hero-section-two {
        height: auto;
    }

    .n-hero-section-two .move-down i {
        top: -45px;
        bottom: auto !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li .featured-badge-list li {
        width: auto !important;
    }

    .heading-title.left h2 {
        font-size: 20px;
        border: none;
    }

    .heading-title.left .view-more {
        display: none;
    }

    .n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-img {
        display: inline-block;
        float: none;
        margin: 0;
    }

    .n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li {
        border: none;
        line-height: 30px;
        padding-left: 0;
        padding-right: 15px;
    }

    .n-call-to-action-two .n-call-to-action-text {
        max-width: 100%;
        padding: 20px;
    }

    .n-call-to-box h3 {
        font-size: 20px;
    }

    .n-call-to-box .n-extra-btn-section {
        margin-bottom: 30px;
        text-align: center;
    }

    .n-candidate-location {
        padding: 0 0px;
    }

    .n-candidate-skills a {
        display: inline-block;
        margin-bottom: 5px;
    }

    .n-mobile-app-new h2 {
        padding-right: 0;
    }

    .n-mobile-app-new .n-mobile-app-text-area a {
        margin-bottom: 10px;
        display: inline-block;
        margin-right:10px;
    }

    .n-mobile-app-new .n-mobile-app-text-area {
        padding: 50px 0;
    }

    .n-mobile-app-new .n-mobile-app-new-img img {
        margin-top: 0;
        position: relative;
        right: auto;
    }

    .n-footer-transparent.footer-two .n-footer-block .n-app-btn {
        width: auto;
        float: none;
        display: inline-block;
        margin-bottom: 10px;
        margin-right:10px;
    }

    .n-footer-transparent .n-footer-block .n-app-btn .n-icon-text {
        display: inline-block;
    }

    .n-company-breadcrumb {
        padding: 170px 0 150px 0;
    }

    .n-company-social-box {
        text-align: center;
    }

    .n-company-breadcrumb .n-company-info .n-company-meta-box {
        padding: 20px 0;
        text-align: center;
    }

    .n-candidate-meta ul.n-candidate-short-info li {
        width: 100%;
    }

    .n-candidate-detail .n-candidate-meta ul,
    .n-candidate-detail .n-candidate-meta ol {
        padding-left: 15px;
    }

    .n-candidate-detail .n-candidate-meta {
        padding: 20px;
    }

    .n-pages-breadcrumb .n-breadcrumb-info p {
        width: 100%;
        font-size: 16px;
    }

    .n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li i {
        font-size: 24px;
    }

    .n-job-pages-section .n-job-pages.contact-page .n-page-right-side .contact-detail {
        margin-left: 40px;
    }

    .n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li p {
        font-size: 14px;
    }

    .n-job-pages-section .n-job-pages .n-page-right-side {
        padding: 20px;
    }

    .n-job-pages-section .n-job-pages .n-page-left-side .buttons-area p {
        display: inline
    }

    .n-job-pages-section .n-job-pages .n-page-left-side .buttons-area .n-btn-flat {
        display: block;
        float: none;
        width: 100%;
    }

    .n-job-pages-section .n-job-pages .n-page-left-side .buttons-area .form-group {
        margin-bottom: 30px;
    }

    .n-single-job .n-single-title ul {
        position: relative;
        overflow: hidden;
    }

    .n-single-job .n-single-title ul li {
        padding: 0;
        margin: 0;
        border: none;
        line-height: 30px;
        width: 100%;
        height: auto;
    }

    .n-single-job .n-single-meta ul.n-single-meta-detail li {
        width: 100%;
        text-align: left;
    }

    .n-single-job-transparent .n-single-title ul li {
        padding: 0;
        margin: 0;
        border: none;
        line-height: 30px;
        width: 100%;
        display: inline-table;
    }

    .n-single-job-transparent .n-single-title ul {
        margin-bottom: 30px;
    }

    .n-detail-transparent .n-single-meta-2 {
        padding: 20px;
    }

    .n-detail-transparent .n-single-meta-2 ul li {
        width: 100%;
    }

    .n-breadcrumb-big .breadcrumb-text h2::before {
        left: 40%;
    }

    .n-candidate-detail .n-candidate-meta .timeline-box ul.education {
        padding-left: 0;
    }

    .user-resume2-breadcrumb .n-candidate-info .n-candidate-img-box {
        margin: 0 auto;
        float: none;
    }

    .user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box .n-skills-tags a {
        margin-bottom: 10px;
    }

    .n-candidate-social-box {
        text-align: center;
    }

    .n-scroll-btns {
        display: none;
    }

    .left-part {
        width: auto;
        margin-top: 40px;
    }

    .categories-section-2 .popular-categories li {
        width: 91%;
    }

    .hero-title {
        font-size: 18px;
    }

    #intro-hero h2 {
        font-size: 30px;
        margin: 20px 0;
    }

    .conter-grid {
        margin-bottom: 20px;
        text-align: center;
        margin-top: 50px;
    }

    .form-join>h4 {
        font-size: 20px;
    }

    .conter-grid .counter-seprator {
        width: 100%;
        margin-bottom: 30px;
    }

    .n-call-to-action .heading-title.black h2 {
        font-size: 24px;
    }

    .n-search-main .n-bread-crumb .breadcrumb {
        margin-top: 30px;
    }

    .n-footer-transparent .n-footer-block {
        margin-bottom: 40px;
    }

    .n-footer-transparent .n-footer-bottom {
        margin-top: 0;
        padding-bottom: 0;
    }

    .n-footer-transparent {
        padding: 50px 0;
    }

    .n-footer-transparent .n-footer-block .n-app-btn:last-child {
        margin-bottom: 0;
    }

    .n-footer-transparent .n-footer-block .n-subscription-form {
        width: 100%;
    }

    .n-footer-transparent .n-footer-block .n-page-links {
        columns: 2;
    }

    .n-owl-testimonial-2 .n-single_testimonial {
        margin-right: 0;
        margin-top: 0;
    }

    .n-extra-btn-section {
        margin-top: 20px;
    }

    .n-search-main .heading-area h4 {
        margin-bottom: 15px;
        line-height: normal;
    }

    .mega-menu .menu-button li.profile-pic ul {
        right: auto;
        left: 0;
    }

    .user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box {
        text-align: center;
    }

    .n-company-contact-form {
        margin-top: 30px;
    }

    .n-user-page .n-company-list .n-company-img {
        float: none;
    }

    .n-user-page .n-company-list .n-company-meta span {
        position: relative;
    }

    .n-breadcrumb-big.resume-3-brreadcrumb {
        height: 300px;
    }

    .user-resume-3 .n-candidate-img-box {
        float: none;
        margin: 0 auto;
    }

    .user-resume-3 {
        padding-bottom: 30px;
    }

    .user-resume-3 .n-candidate-info {
        text-align: center;
        color: #242424;
    }

    .user-resume-3 .n-candidate-meta-box h4 {
        color: #242442;
    }

    .user-resume-3 .n-candidate-meta-box p {
        color: #242424;
    }

    .user-resume-3 .n-candidate-meta-box .social-links {
        position: relative;
        top: auto;
        bottom: auto;
        margin-top: 20px;
    }

    .user-resume-3 .n-candidate-info::before {
        left: 14%;
        width: 71%;
        background-size: cover;
        background-position: inherit;
    }

    .resume-3-portfolio ul li {
        width: 32.4%;
    }

    #intro-hero .hero-text-box {
        margin-top: 0;
        text-align: center;
    }

    #intro-hero::after {
        background: rgba(0, 0, 0, 0.9);
        background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
        background: linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
    }

    #intro-hero .hero-text-box p {
        margin-top: 0;
        font-size: 18px;
    }

    .n-pages-breadcrumb {
        padding: 180px 0 0 0;
        height: 580px;
    }

    .n-job-pages-section .n-job-pages {
        margin-top: -170px;
    }

    .n-pages-breadcrumb .n-breadcrumb-info h1::before {
        left: 42%;
    }

    .conter-grid .count-title {
        font-size: 17px;
        margin-top: 5px;
    }

    .n-related-jobs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
        width: 100%;
    }


    #latest-jobs .jobs-latest .img-thumb {
        display: none;
    }

    #latest-jobs .jobs-latest .content {
        width: 100%;
    }

    .n-owl-testimonial-2.owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }

    .n-owl-testimonial-2.owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }

    .appointment-section .inner-container h2 {
        font-size: 24px;
    }

    .appointment-section .inner-container .text {
        font-size: 16px;
    }

    .hero-banner-content.banner-style2 {
        margin-bottom: 30px;
    }

    .banner-area-wraper {
        padding-top: 100px;
    }

    .hero-banner-content.banner-style2 .banner-title {
        font-size: 30px;
    }

    .banner-area-wraper .banner-overlay-bg .banner-dots1,
    .banner-area-wraper .banner-overlay-bg .banner-dots2 {
        display: none;
    }

    .mega-menu.on-white .menu-button {
        margin-top: 10px;
    }

    .mega-menu.on-white .menu-list-items .menu-links .drop-down-multilevel {
        top: 0;
        border-radius: 0;
    }

    .mega-menu.on-white .drop-down-multilevel li:last-child,
    .mega-menu .drop-down-multilevel li:last-child {
        border-bottom: none;
    }

    .mega-menu.on-white .drop-down .grid-row,
    .mega-menu .drop-down-tab-bar .grid-row {
        border-radius: 0;
    }

    .n-header-trabsparent.mega-menu .menu-list-items .menu-links .drop-down-multilevel {
        top: 0;
        border-radius: 0;
    }

    .n-header-trabsparent.mega-menu .drop-down .grid-row,
    .mega-menu .drop-down-tab-bar .grid-row {
        border-radius: 0;
    }

    .n-hero-section-two.rebuild .n-hero-two-box h1 {
        font-size: 34px;
    }

    .n-hero-section-two.rebuild .n-hero-two-box p {
        font-size: 20px;
    }

    .n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .btn {
        margin-top: 0;
    }

    .n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group {
        margin-bottom: 20px;
        ;
    }

    #latest-jobs .save-icon {
        position: absolute;
        bottom: 50px;
        right: 20px;
        top: auto;
    }

    .n-hero-section-two.rebuild .n-hero-two-box {
        padding-top: 200px;
    }

    .n-hero-section-two .n-hero-two-form-cat .n-most-two-cat .n-most-cat-title {
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
    }

    .mega-menu .menu-button {
        margin-top: 10px;
    }

    .n-owl-testimonial-2.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .search-page-with-map.sidebars .new-sidebar {
        width: 100%;
    }

    .search-page-with-map.sidebars .left-part {
        width: 100%;
    }

    .search-page-with-map.sidebars .right-part {
        display: none;
    }

    .search-page-with-map.sidebars {
        display: block;
    }

    .search-page-with-map.sidebars .new-sidebar .heading {
        margin-top: 40px;
    }

    .search-page-with-map.sidebars .n-search-main {
        margin-top: 50px;
    }

    .mega-menu.n-header-trabsparent {
        position: relative;
        background: #FFF !important;
    }

    .mega-menu.n-header-trabsparent .menu-button .n-login-header {
        color: #242424;
    }

    .mega-menu>section.menu-list-items {
        padding: 20px 0;
    }

    .transparent-header-1 .mega-menu .menu-mobile-collapse-trigger::before,
    .transparent-header-1 .mega-menu .menu-mobile-collapse-trigger::after,
    .transparent-header-1 .mega-menu .menu-mobile-collapse-trigger span {
        background:
            #242424;
    }

    .mobile-filters .mobile-filter-heading {
        display: block;
    }

    .mobile-filters-btn {

        display: block;

    }

    .mobile-filters {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        z-index: -1;
        opacity: 0;
        transition: opacity .3s linear;
        overflow-y: scroll;
    }

    .mobile-filters.active {
        z-index: 999;
        opacity: 1;
        background-color: #fff;
        padding: 15px;
    }

    .mobile-filters-btn {
        /*display: none;*/
        position: fixed;
        width: 100%;
        height: auto;
        padding: 10px 0;
        left: 0;
        text-align: center;
        z-index: 9;
        transition: all .3s ease-in-out;
        bottom: 0;
    }

    .filter-close-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        z-index: 99;
        padding: 5px 13px;
    }




}

@media (min-width: 1600px) and (max-width: 2900.98px) {

    .user-resume-3.cand-reume-3 .container,
    .n-candidate-detail.cand-reume-3 .container {
        width: 1470px;
    }

    .user-resume-3.cand-reume-3 .n-candidate-info:before {
        left: -15%;
    }
}

/*@media (min-width: 1280px) and (max-width: 1599.98px) {
        .user-resume-3.cand-reume-3 .container, .n-candidate-detail.cand-reume-3 .container {
                width:1370px;	
        }
        .user-resume-3.cand-reume-3 .n-candidate-info:before {
                left: -16.6%;
        }
}*/

/*  Bootstrap Clearfix */


/* Column clear fix */
.clear-custom .col-md-1:nth-child(12n+1),
.clear-custom .col-md-2:nth-child(6n+1),
.clear-custom .col-md-3:nth-child(4n+1),
.clear-custom .col-md-4:nth-child(3n+1),
.clear-custom .col-md-6:nth-child(2n+1) {
    clear: both;
}

.clear-custom .col-lg-1:nth-child(12n+1),
.clear-custom .col-lg-2:nth-child(6n+1),
.clear-custom .col-lg-3:nth-child(4n+1),
.clear-custom .col-lg-4:nth-child(3n+1),
.clear-custom .col-lg-6:nth-child(2n+1) {
    clear: left;
}

.on-map-jobs {
    position: relative;
    overflow: hidden;
}

.on-map-jobs .n-job-single .n-job-img {
    float: left;
    padding: 20px;
    width: 20%;
}

.on-map-jobs .n-job-single .n-job-detail {
    position: relative;
    float: left;
    padding: 20px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    width: 100%;
}

.on-map-jobs .n-job-single .n-job-detail ul {
    position: relative;
}

.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box h4 {
    margin: 0;
    color: #101024;
    font-weight: 400;
}

.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box h4 a {
    color: #101024;
}

.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box h4 span {
    background: #ffc420;
    background: -webkit-linear-gradient(to right, #f8dd56, #ffc420);
    background: linear-gradient(to right, #f8dd56, #ffc420);
    background-color: rgba(0, 0, 0, 0);
    color: #101024;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 10px;
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
}

.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box p {
    margin-bottom: 0;
    color: #777;
}

.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box p i {
    margin-right: 5px;
    color: #f8dd56;
}

.leaflet-popup-content {
    width: 400px !important;
}

.leaflet-popup-content {
    margin: 0;
}

.leaflet-left {
    left: 0;
    z-index: 600;
}

.custom-search-form .form-group {
    position: relative;
    overflow: hidden;
}

.custom-search-form .form-group .btn {
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 0 4px 4px 0;
}

.custom-search-form .select2-container {
    width: 100% !important;
}

.n-single-job.n-detail-transparent .n-single-job-attach {
    background-color: #FFF;
    padding: 15px;
    border: none;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-single-job.n-detail-transparent .n-single-job-attach h4 {
    margin-top: 0;
    text-align: left;
    font-weight: 400;
    text-transform: capitalize;
}

.n-single-job .n-single-job-attach {
    padding: 15px;
    border: 1px solid #eee;
    margin-top: 30px;
}

.n-single-job .n-single-job-attach h4 {
    margin-top: 0;
    text-align: left;
    font-weight: 400;
    text-transform: capitalize;
}

ul.job-attach {
    list-style: none;
}

ul.job-attach li {
    display: inline-block;
    padding: 10px;
}

ul.job-attach li a img {
    width: 50px;
    height: 50px;
}

.n-job-pages-section .parsley-errors-list.filled {
    opacity: 1;
    position: absolute;
    bottom: -28px;
}

.n-job-pages-section .custom-parsely .parsley-errors-list.filled {
    opacity: 1;
    position: relative;
    top: 0;
}

.n-job-pages-section .skin-minimal ul {
    list-style: none;
}

.n-job-pages-section .skin-minimal .icheckbox_square {
    margin-right: 10px;
}

.n-job-pages-section .form-group .fa-calendar {
    position: absolute;
    top: 52px;
    right: 15px;
}

.apply-job-modal-popup .file-caption {
    padding: 0 10px;
    height: 50px;
}

.apply-job-modal-popup .file-caption-name {
    height: 50px;
}

.apply-job-modal-popup .file-caption-main .btn-file {
    background-color: #242424;
    border: 1px solid #242424;
    height: 50px;
}

.skills-gen select.candidate-skill-gener {
    height: 50px;
    color: #999;
    border: 1px solid #eee;
}

.skills-gen .btn-danger {
    margin-top: 35px;
    padding: 15px 15px;
    width: 100%;
}

.skills-gen .skills-btn-postion {
    position: absolute;
    bottom: 0;
    z-index: 999;
}

.select2-container {
    width: 100% !important;
}

.n-candidate-info ul.emp-gallery li {
    display: inline-block;
    padding: 0;
}

.n-candidate-info ul.emp-gallery li {
    width: 31.6%;
    margin-right: 5px;
}

.n-candidate-info ul.emp-gallery li img {
    width: auto;
    margin: auto;
}

.n-candidate-info ul.emp-gallery li:nth-child(3n+3) {
    margin-right: 0;
}

.n-candidate-detail.cand-reume-3 .resume-3-box .tooltip {
    position: relative;
    float: right;
    right: 0 !important;
    left: auto !important;
    z-index: unset;
    top: -25 !important;
}

.n-candidate-detail.cand-reume-3 .resume-3-box .popOver+.tooltip>.tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
}

.n-candidate-detail.cand-reume-3 .resume-3-box .tooltip>.tooltip-inner {
    background-color: transparent;
    padding: 0;
    color: #242424;
}



/*CUSTOM CANDIDATE FIELDS*/

.custom-field-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail {
    list-style: none;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail li {
    float: left;
    width: 33%;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail li small {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    color: #a5a5a5;
}

.custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail li strong {
    position: relative;
    overflow: hidden;
    display: inline;
    font-size: 16px;
    font-weight: 400;
    color: #242424;
}

.resume-3-detail .custom-field-box {
    margin-bottom: 0;
}

.resume-3-detail .custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail li {
    border: none;
}

.n-question-box {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.n-question-box .btnRemove {
    padding: 10px 20px;
    position: absolute;
    top: 35px;
    right: 0;
    border: none;
    height: 50px;
}

.n-question-box #question_btn {
    position: absolute;
    bottom: 15px;
}

.n-question-box .toggle label {
    margin-bottom: 0;

}

.n-question-box .toggle label.btn-primary {
    color: #FFF;
}

.n-question-box .job_qstns {
    margin-bottom: 40px;
}

.n-camp-custom-fields ul.n-single-meta-detail li {
    position: relative;
    overflow: hidden;
    padding-left: 50px;
}

.n-camp-custom-fields ul.n-single-meta-detail li:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '\f17d';
    font-family: LineAwesome;
    color: #fb236a;
    font-size: 36px;
}

.n-camp-custom-fields ul.n-single-meta-detail li:first-child:before {
    top: -5px;
}

.n-camp-custom-fields ul.n-single-meta-detail li small {
    display: block;
    color:
        #242424;
    font-size: 16px;
}

.n-camp-custom-fields ul.n-single-meta-detail li strong {
    font-weight: 400;
    font-size: 14px;
    color:
        #777;
    word-wrap: break-word;
}

.dashboard-new .main-body .file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
    height: 55px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}

.dashboard-new .main-body .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: 40px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
}

.dashboard-new .main-body .file-upload-wrapper:before {
    content: '\f362';
    font-family: LineAwesome;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 54px;
    background-color: #4daf7c;
    color: #fff;
    z-index: 25;
    font-size: 22px;
    line-height: 54px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 4px 4px 0;
    border: 1px solid #4daf7c;
}

.dashboard-new .main-body .file-upload-wrapper:hover:before {
    background-color: #3d8c63;
}

.dashboard-new .main-body .file-upload-wrapper input {
    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%;
}

.dashboard-questions-box {
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
    padding: 20px;
}

.dashboard-questions-box p {
    background-color: #f5f5f5;
    padding: 5px 10px;
}

.resume-action-modal .company-search-toggle .btn-custom {
    border-radius: 4px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    border: 1px solid #777;
    background-color: #242424;
    padding: 6px 15px;
    color: #FFF;
}

ul.custom-radiobox {
    list-style: none;
}

ul.custom-radiobox li {
    width: 50%;
    display: inline-block;
}

ul.custom-radiobox li .iradio_square {
    margin-right: 5px;
}

ul.custom-radiobox li p {
    margin-bottom: 0;
    display: inline-block;
}

/**
*   Wpml Menu
*/


.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown {
    width: auto;
    max-width: 100%;
}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a {
    color: #fff;
    border: none;
    background-color: transparent;
    padding: 17px;
    font-size: 14px;
    text-transform: uppercase;

}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none;
    background-color: #FFF;
    min-width: 210px;
    webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-flag+span {
    margin: 0 .6em;

}

.hoverTrigger.sb-wpml .wpml-ls-item-toggle .wpml-ls-native {
    color: #242424;
}

hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    content: '/f107';
    font-family: FontAwesome;
    border: none;
}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a:hover,
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a:focus,
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    color: #fff;
    border: none;
    background-color: transparent;
}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    color: #242424;
}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
    background-color: #fb236a;
    color: #FFF;
    transition: all 0.3s ease 0s;
}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-flag {
    margin-top: 5px;
}

/* New css*/
/*nth footer 4*/
.nth-footer-4 {
    background: url("../images/777.png");
    height: auto;
    background-position: center center;
    background-size: cover;
    padding: 70px 0 0;
}

.nth-footer-4 .nth-logo-footer {
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

.nth-footer-4 .nth-footer-text {
    position: relative;
    overflow: hidden;
}

.nth-footer-4 .nth-footer-text p {
    margin: 0;
    line-height: 26px;
}

.nth-footer-4 .nth-social-icons {
    position: relative;
    /* float: right; */
}

.nth-footer-4 .nth-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nth-footer-4 .nth-social-icons ul li {
    float: left;
    margin-right: 10px;
}

.nth-footer-4 .nth-social-icons ul li a i {
    color: #242424;
    background-color: #fff;
    font-size: 13px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.nth-footer-4 .nth-social-icons ul li a i:hover {
    background-color: #242424;
    color: #fff;
}

.nth-footer-content {
    margin-top: 45px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 20px 0;
}

.nth-footer-4 .nth-footer-content .nth-footer-theme p {
    margin: 0;
}

.nth-footer-4 .nth-footer-content .nth-footer-theme p a {
}

.nth-footer-4 .nth-footer-content .nth-footer-theme {
    margin-top: 10px;
}

.nth-footer-content .input-group {
    display: initial !important;
}


.nth-footer-4 .input-style input.form-control {
    height: 48px;
    border: none;
}

.nth-footer-4 .input-style .n-btn-flat {
    color: #fff;
    border: none;
    height: 48px;
    border-left: 1px solid rgba(14, 73, 151, 0.4);
    /* position: absolute;
    left: 0; */
}



.nth-footer-4 .input-style input {
    padding: 0 20px;
}

.nth-footer-4 .form-control::placeholder {
    color: #242424;
    font-size: 13px;
}

.nth-footer-4 .nth-social-icons ul li:last-child {
    margin: 0;
}

/* n footer 5*/
.n-footer-5 {
    background: #fafafa;
    height: auto;
    background-position: center center;
    background-size: cover;
    padding: 0;
    position: relative;
}

.n-newsleter-content .form-group {
    width: 80%;
    float: left;
    position: relative;
}

.n-newsleter-content .input-group {
    display: inherit;
}


.n-footer-5 .n-footer-links ul {
    padding: 0;
    list-style: none;
}

.n-footer-5 .n-footer-links h4 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 18px;
}

.n-footer-5 .n-footer-links ul li a {
    font-size: 14px;
}

.n-footer-5 .n-footer-links ul li {
    margin-bottom: 12px;
}

.n-footer-5 .n-footer-links .n-footer-container {
    margin-top: 38px;
}

.n-footer-5 .n-footer-details ul li i:hover {
    background-color: #0082f8;
    color: #fff;
}

.n-footer-5 .n-footer-details ul li {
    float: left;
    margin-right: 10px;
}

.n-footer-5 .n-footer-bar {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    background-color: #fff;
}

.n-footer-5 .n-footer-bar p {
    margin: 0;
    font-size: 14px;
}

.n-footer-5 .n-footer-bar p a {
    color: #242424;
}

.n-footer-5 .n-footer-details ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.n-footer-5 .n-footer-details {
    text-align: center;
}

.n-newsleter-content .n-newletter .n-ltr-style {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.n-newsleter-content .input-group {
    margin-top: 20px;
}

.n-newsleter-content .input-group input {
    height: 49px;
}

.mt80 {
    margin-top: 80px;
}

/* n footer 5*/
.n-footer-style .nth-footer-content .nth-footer-theme p a {
    font-weight: 600;
}



.n-footer-style .nth-footer-content {
    border: 1px solid #ddd;
}

.n-footer-style .input-style .n-btn-flat {
    border-left: 1px solid #e9e9e9 !important;
}



/*top bar*/
.n-menu-3 .n-btn-flat {
    margin-right: 20px;
}

.n-top-bar2 .n-top-detail ul {
    list-style: none;
    margin: 0;
}

.n-top-bar2 .n-top-detail {
    position: relative;
    overflow: hidden;
}

.n-top-bar2 .n-top-detail ul li {
    float: left;
    margin-right: 22px;
}

.n-top-bar2 .n-top-detail ul li a {
    color: #fff;
    font-size: 13px;
}

.n-top-bar2 .n-top-detail ul li a i {
    font-size: 12px;
    margin-right: 6px;
}

.n-top-bar2 .n-top-detail ul li a:hover {
    text-decoration: none;
}

.n-top-bar2 .n-jobs-details ul {
    list-style: none;
    margin: 0;
}

.n-top-bar2 .n-jobs-details {
    position: relative;
    float: right;
}

.n-top-bar2 .dropdown .dropdown-menu li {
    float: none;
    margin: 0;
    padding: 3px 0;
    width: 100%;
}

.n-top-bar2 .dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

.dropdown-toggle.btn-default:hover {
    background-color: transparent !important;
}


.n-top-bar2 .btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    background: transparent;
}


.n-top-bar2 .dropdown-menu>li>a:hover {
    background-color: transparent !important;
}

.n-top-bar2 .dropdown .dropdownMenu2 {
    background-color: transparent;
}


.n-top-bar2 .n-jobs-details ul li {
    float: left;
    margin-right: 23px;
}

.n-top-bar2 .n-jobs-details ul li:last-child {
    margin: 0;
}

.n-top-bar2 .n-jobs-details ul li a {
    color: #fff;
    font-size: 14px;
}

.n-top-bar2 .n-jobs-details ul li a:hover {
    text-decoration: none;
}

.n-top-bar2 {
    background: #0e4997;
    padding: 12px 0;
}

.n-top-bar2 .n-top-detail ul li:last-child {
    margin-right: 0;
}

.n-top-bar3 {
    background: linear-gradient(to right, #0082f8 40%, #5E2EB5 55%);
}

/*top bar*/

/*hero-section 6*/


.n-hero-6 {
    background: url("../images/hero.jpg");
    height: auto;
    padding: 0;
    background-position: center;
    background-size: cover;
}

.n-hero-6 .n-h6-content h1 {
    color: #fff;
    margin: 0;
    font-size: 38px;
    font-weight: 600;
}

.n-option {
    margin-bottom: 130px;
}

.n-hero-6 .n-h6-content h1 .style5 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.n-hero-6 .n-h6-content .h6-style {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.n-hero-6 .n-h6-form ul li {
    width: 16%;
    float: left;
    margin-right: 7px;
}

.n-hero-6 .n-h6-form ul li:first-child {
    width: 25%;
}

.n-hero-6 .n-h6-form ul li:last-child {
    margin-right: 0;
    width: auto;
}

.n-hero-6 .n-h6-form ul li .n-btn-flat {
    font-size: 14px;
    padding: 12px 26px;
}

.n-hero-6 .n-h6-form ul li .n-btn-flat i {
    margin-left: 6px;
}


.n-hero-6 .n-h6-form ul li .form-group {
    margin: 0;
}

.n-hero-6 .n-h6-form ul {
    list-style: none;
}

.n-hero-6 .n-h6-form ul li .form-group input {
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}


.n-hero-6 .select2-container--default .select2-selection--single {
    height: 46px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.n-hero-6 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 44px;
    font-size: 13px;
}

.n-hero-6 .n-h6-content {
    position: relative;
    overflow: hidden;
    margin-top: 130px;
}

.n-hero-6 .n-h6-content .n-h6-form {
    overflow: hidden;
    margin-top: 9px;
}

.n-h6-form .form-control::placeholder {
    color: #fff;
}

.n-h6-form .form-control {
    color: #fff;
}

.n-hero-6 .n-hero-list ul li a {
    color: #fff;
}

.n-hero-6 .n-hero-list ul li {
    float: left;
    margin-right: 20px;
}


.n-hero-6 .n-hero-list ul .style-flex {
    margin-right: 25px !important;
    font-weight: 600;
}


.n-hero-6 .n-hero-list ul {
    list-style: none;
}

.n-hero-6 .n-hero-list ul li a {
    font-size: 13px;
}

.n-hero-6 .n-hero-list {
    margin-top: 13px;
    overflow: hidden;
}


.n-hero-6 .n-h6-profile {
    margin-top: 130px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 18px 0;
}

.n-hero-6 .n-jobs-h6 img {
    width: 8%;
    float: left;
    margin-right: 20px;
}

.n-profile-btn {
    float: right;
}

.n-hero-6 .n-jobs-h6 .h6-product {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
}

.n-hero-6 .n-jobs-h6 p {
    margin: 0;
    padding-top: 3px;
    font-size: 14px;
    color: #fff;
}

.n-hero-6 .n-profile-btn .n-btn-flat {
    background-color: #fff;
    border: 1px solid #fff;
    color: #242424;
    font-size: 13px;
    font-weight: 400;
}

/*hero-section 6*/

/* n hero-7*/
.n-hero-7 {
    background: url("../images/id-1.png");
    height: 580px;
    background-position: right;
    background-size: cover;
    padding-top: 170px !important;
    padding: 0;
}

.n-hero7-fields .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
}

.n-hero7-fields .select2-container .select2-selection--single {
    height: 18px;
}

.n-hero7-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 14px;
    color: #fff;
    opacity: 1;
    font-size: 12px;
    padding-left: 0;
}

.n-hero7-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -15px;
    right: 50px;
    display: none;

}

.n-hero7-fields {
    overflow: hidden;
}

.n-hero-7 .n-hero7-container h1 {
    margin: 0;
    color: #fff;
    width: 70%;
    font-size: 34px;
    font-weight: 600;
    line-height: 46px;
}

.n-hero-7 .n-hero7-container {
    margin-bottom: 22px;
}

.n-hero-7 .n-hero7-fields ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.n-hero-7 .n-hero7-fields ul li input {
    border-radius: 0;
    background: transparent;
    border: none;
    padding: 0;
}

.n-hero-7 .n-hero7-fields ul li .form-group {
    margin: 0;
    padding: 0;
}

.n-hero-7 .n-hero7-fields ul li input.form-control {
    height: auto;
}

.n-hero-7 .n-hero7-fields ul li input.form-control::placeholder {
    color:
        #fff;
    opacity: 1;
    font-size: 12px;
}

.n-hero-7 .hero-submit-form {
    position: absolute;
    right: 5%;
    bottom: 9%;
}

.n-hero-7 .n-hero7-resume span {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.n-hero-7 .n-hero7-resume .h-style {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 25px;
}

.n-hero-7 input.form-control {
    color: #fff;
}

/* n hero section--7*/

/*n jobs listing section*/

.n-job-listing5 {
    padding: 35px 0 80px;
    background: url("../images/style-2.png");
    background-position: center center;
    background-size: cover;
}

.n-job-listing5 .nav-tabs>li.active>a {
    border: none;
}

.n-job-listing5 .nav-tabs>li>a {
    border: none;
}

.n-job-listing5 .nav-tabs>li>a {
    padding: 8px 20px;
	color: #242424;
}

.n-job-listing5 .active:hover {
    border: none;
}

/* .n-job-listing5 .nav>li>a:hover {
    background-color: transparent;
    border: none;
} */

.n-listing-text h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 600;
}


.n-listing-text {
    margin-bottom: 20px;
}

.n-job-listing5 .n-listing-content .n-listing-product {
    overflow: hidden;
}

.n-job-listing5 .n-listing-content .n-listing-img img {
    border-radius: 110px;
    border: 2px solid #0e4997;
    padding: 2px;
    width: 10%;
    float: left;
    margin-right: 20px;
}

.n-job-listing5 .n-listing-content {
    position: relative;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    margin-bottom: 30px;
    border-radius: 4px;
}

.n-job-listing5 .n-listing-content:last-child {
    margin-bottom: 0;
}

.n-job-listing5 .n-listing-content .n-listing-product {
    padding: 20px 20px 22px;
    background: #fff;
    overflow: hidden;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail .list-h6-style {
    font-weight: 500;
    font-size: 18px;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail p {
    font-size: 14px;
    margin: 0;
    color: #777;
    line-height: 28px;
    margin-top: 1px;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #777;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail ul li .combination {
    color: #233d7b;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail ul li a .badge {
    background: #d50918;
    font-size: 8px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 400;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail ul {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail ul li {
    font-size: 10px;
    color: #777;
    margin-right: 13px;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail {
    position: relative;
    overflow: hidden;
}

.n-job-listing5 .n-listing-content .n-listing-wp {
    position: absolute;
    right: 3%;
    top: 12%;
}

.n-job-listing5 .n-listing-content .n-listing-wp i {
    color: #777;
    font-size: 16px;
}

.n-job-listing5 .n-listing-content .n-listing-wp i.active {
    color: red;
}

.n-job-listing5 .n-listing-content .n-listing-wp img {
    width: 45%;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information {
    overflow: hidden;
    padding: 12px 20px;
    background: #f0f0f0;
    position: relative;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information ul {
    list-style: none;
    float: left;
    margin-top: 13px;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information ul li {
    float: left;
    color: #0e4997;
    margin-right: 19px;
    border-right: 1px solid #7777;
    line-height: 0;
    padding: 0 15px;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information ul li:last-child {
    border: none;
    padding: 0;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information ul li:first-child {
    padding-left: 0;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information ul li a {
    font-size: 14px;
    color: #777;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information ul li a i {
    font-size: 14px;
    margin-right: 8px;
    color: #777;
    opacity: .6;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information .n-btn-flat {
    padding: 8px 22px;
    font-size: 14px;
    background: #fff;
    color: #a9a9a9;
    border: 1px solid #dddd;
    text-transform: capitalize;

}

.n-job-listing5 .n-listing-content .n-listing-usr-information .absolute-position {
    float: right;
    color: #777;
}

.n-job-listing5 .nav-tabs {
    position: absolute;
    right: 2%;
    top: 0;
}

.n-job-listing5 .nav-tabs>li.active>a {
    background: #0e4997;
    color: #fff;
    border-radius: 4px;
    padding: 8px 20px;
}

.n-job-listing5 .nav-tabs {
    border: none;
}

.n-job-listing5 .n-listing-categories ul {
    list-style: none;
}

.n-job-listing5 .n-listing-categories ul li img {
    float: left;
    margin-right: 8px;
    width: 13%;
}

.n-job-listing5 .n-listing-categories ul li span {
    vertical-align: middle;
    font-weight: 500;
    color: #242424;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    display: block;
}

.n-job-listing5 .n-listing-categories ul li .n-listing-cat {
    float: left;
    width: 45%;
}

.n-job-listing5 .n-listing-categories ul li .n-listing-top {
    position: relative;
    overflow: hidden;
    float: right;
}

.n-job-listing5 .n-listing-categories ul li .n-listing-top span {
    font-size: 14px;
    color: #777;
    font-weight: 400;
}

.n-job-listing5 .n-listing-categories ul li {
    position: relative;
    overflow: hidden;
    padding: 14px 15px;
    border-bottom: 1px solid #e9e9e9;
}

.n-job-listing5 .n-listing-categories ul li:last-child {
    border-bottom: none;
}

.n-job-listing5 .n-listing-categories {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    border-radius: 4px;
}

.n-job-listing5 .n-listing-categories ul li h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.n-job-listing5 .n-listing-categories ul .hd-style {
    padding: 12px !important;
}

.n-job-listing5 .nth-listing-qa {
    background: url("../images/qa.png");
    height: auto;
    position: relative;
    background-position: center center;
    background-size: cover;
    margin-top: 30px;
    border-radius: 4px;
}

.n-job-listing5 .nth-listing-qa .nth-listing-content {
    position: relative;
    padding: 50px 30px;
}

.n-job-listing5 .nth-listing-qa .nth-listing-content img {
    margin-bottom: 12px;
    width: 14%;
}

.n-job-listing5 .nth-listing-qa .nth-listing-content span {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.n-job-listing5 .nth-listing-qa .nth-listing-content p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    padding-top: 4px;
}

.n-job-listing5 .n-listing-candidates {
    margin-bottom: 30px;
    border: 1px solid #e9e9e9;
}

.n-job-listing5 .n-listing-candidates .n-candidates-content h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.n-job-listing5 .n-listing-candidates .n-candidates-content {
    border-bottom: 1px solid #e9e9e9;
    padding: 12px 20px;
}


.n-job-listing5 .n-listing-candidates .n-candidates-details {
    text-align: center;
    padding: 20px;
    position: relative;
    margin-right: 0;
}

.n-job-listing5 .n-listing-candidates .n-candidates-details span {
    font-size: 18px;
    color: #242424;
    font-weight: 500;
    color: #242424;
    font-family: 'Poppins', sans-serif;
}

.n-job-listing5 .n-listing-candidates .n-candidates-details p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 8px;
    color: #777;
}

.n-job-listing5 .n-listing-candidates .n-candidates-details img {
    margin: 0 auto;
    border-radius: 50px;
    width: 25%;
	height: 93px;
  	object-fit: cover;
}

.n-job-listing5 .n-listing-candidates .style-utf {
    position: absolute;
    left: 6%;
    top: 7%;
}

.n-job-listing5 .n-listing-candidates .style-utf i {
    font-size: 14px;
    color: #d50918;
}

.n-job-listing5 .n-listing-candidates {
    position: relative;
    background: #fff;
    border-radius: 4px;
}

.n-job-listing5 .n-candidates-details .features-star::before {
    transform: rotate(90deg);
}

.n-job-listing5 .n-candidates-details .features-star {
    right: 0;
    left: auto;
}

.n-job-listing5 .n-listing-candidates .n-candidate-lcation {
    text-align: center;
    padding: 10px 0;
    background: #f0f0f0;
}

.n-job-listing5 .n-listing-candidates .n-candidate-lcation a {
    font-size: 14px;
    color: #777;
}

.n-job-listing5 .n-listing-candidates .n-candidate-lcation a i {
    font-size: 12px;
    margin-right: 5px;
}

.n-job-listing5 .n-listing-candidates .n-candidates-list ul {
    list-style: none;
    margin: 0;
    bottom: 0;
}

.n-job-listing5 .n-listing-candidates .n-candidates-list ul li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.n-listing-candidates .owl-theme .owl-nav {
    margin: 0;
}



.n-job-listing5 .n-listing-candidates .n-candidates-list ul li a {
    font-size: 10px;
    border: 1px solid #ddd;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 400;
    display: inline-block;
}

.n-job-listing5 .n-listing-candidates .n-candidates-list {
    overflow: hidden;
    padding: 16px 25px;
    margin: 0 auto;
    display: table;
}

.n-job-listing5 .n-listing-candidates .n-candidates-btn {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e9e9e9;
}

.n-job-listing5 .n-listing-candidates .n-candidates-btn a {
    font-size: 14px;
    font-weight: 400;
}

.n-job-listing5 .owl-dots {
    display: none;
    margin: 0;
}

.n-job-listing5 .owl-carousel .owl-nav button.owl-next {
    background: none;
    border: none;
    position: absolute;
    right: 3%;
    top: -11%;
    background: none;
    margin: 0;
}

.n-job-listing5 .owl-carousel .owl-nav button.owl-prev {
    background: none;
    border: none;
    position: absolute;
    right: 8%;
    top: -11%;
    margin: 0;
}

.n-job-listing5 .owl-theme .owl-nav [class*="owl-"]:hover,
.n-job-listing5 .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
}

.n-job-listing5 .owl-theme .owl-nav [class*="owl-"]:hover i,
.n-job-listing5 .owl-theme .owl-nav [class*="owl-"]:hover i {
    color: #777;
}

.n-job-listing5 .owl-next i,
.n-job-listing5 .owl-prev i {
    font-size: 20px;
}

.n-job-listing5 button {
    padding: 0;
}

/*n jobs listing section end*/
/*nth hiring employers*/


.nth-hiring {
    background-color: #eff3f6;
    padding: 80px 0 50px;
}

.nth-hiring .nth-log-style {
    position: relative;
    overflow: hidden;
}

.nth-hiring .nth-hiring-content img {
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    transition: .6s;
}

.nth-hiring .nth-hiring-content img:hover {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.2);
}

.nth-hiring .nth-hiring-content {
    text-align: center;
    position: relative;
}


.heading-penel {
    text-align: center;
    margin-bottom: 45px;
}

.heading-penel h3 {
    font-size: 28px;
    margin: 0;
    font-weight: 600;
    padding-bottom: 3px;
}

.heading-penel span {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}


.heading-penel p {
    margin: 0;
    line-height: 24px;
}

.col-set.col-lg-2 {
    padding-left: 0;
}

/*nth hiring employers*/

/*nth success stories*/


.nth-success .nth-sc-content {
    background: url("../images/re.png");
    height: auto;
    padding: 30px 40px 80px;
}

.nth-success .nth-sc-content-2 {
    background: url("../images/re-1.png");
    background-position: center;
}

.nth-success .nth-sc-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.nth-success .nth-sc-content p {
    margin-top: 3px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 0;
    width: 85%;
}

.nth-success .nth-sc-content .n-btn-flat {
    background-color: #fff;
    color: #242424;
    font-size: 14px;
    margin-top: 17px;
    border: none;
}

.nth-success-products .nth-sc-box .nth-sc-profile {
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.n-padding-bottom {
    padding: 0 0 80px;
}

.nth-success-products .nth-sc-box .nth-sc-profile img {
    border-radius: 50px;
    width: 45px;
}

.nth-success-products .nth-sc-box .nth-sc-details {
    overflow: hidden;
}

.nth-success-products .nth-sc-box .nth-sc-details .nth-profile-text {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.nth-success-products .nth-sc-box .nth-sc-details p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
}

.nth-success-products .nth-sc-box {
    border: 1px solid #f2f0f0;
    padding: 20px;
    border-radius: 4px;
    transition: .6s;
    background-color: #fff;
    float: left;
    position: relative;
}

.nth-success-products .nth-sc-box:hover {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    border-color: rgba(0, 0, 0, 0.07);
}

.nth-success-products .nth-sc-box p {
    line-height: 26px;
    margin-bottom: 18px;
    color: #888;
}

.nth-success-products .nth-sc-box .nth-image-bg {
    position: absolute;
    right: 5%;
    bottom: -8%;
    opacity: 0.4;
}

.nth-success-products .owl-carousel .owl-stage::after {
    display: initial;
}

.nth-success-products .owl-nav {
    display: none;
}

.nth-success-products .owl-dots {
    display: none;
}

.owl-item.active {
    z-index: 9999;
    position: relative;
}

/*nth success stories*/
/*nth packages*/
section.nth-packages{
    padding:60px 0;
}
section.nth-success{
    padding:60px 0;
}
.nth-packages .nth-pckg-content .nth-pack-primium {
    color: #242424;
    font-size: 42px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}

.nth-packages .nth-pckg-content .nth-pack-primium .n-ex {
    font-size: 42px;
    font-weight: 600;
}

.nth-packages .nth-pckg-content .product-title {
    font-size: 18px;
    font-weight: 500;
}

.nth-packages .nth-pckg-content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 7px;
    width: 80%;
    margin-bottom: 0;
    color: #777;
}

.nth-success-products {
    padding-top: 0;
}

.nth-success-2 {
    padding-top: 80px !important;
}


.nth-packages .nth-pck-table {
    background: url("../images/ax-1.png");
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 45px 25px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.nth-packages .nth-pck-table-1 {
    background: url("../images/ax.png");
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 45px 25px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.nth-packages {
    background-color: #f9f9f9;
}

.nth-packages .nth-pck-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nth-packages .nth-pck-details ul li {
    color: #959595;
    margin-bottom: 10px;
}

.nth-packages .nth-pck-details ul li i {
    margin-right: 6px;
    color: #32c80f;
    font-size: 10px;
}

.nth-packages .nth-pck-details ul li span {
    color: #777;
    margin-left: 8px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.nth-packages .nth-pck-details ul li:last-child {
    margin-bottom: 0;
}

.nth-packages .nth-pck-details {
    text-align: left;
    border-top: 1px solid #dddd;
    padding-top: 15px;
    margin-top: 16px;
}

.nth-packages .nth-pck-details .n-btn-flat {
    font-size: 14px;
    margin-top: 20px;
}

/*nth packages*/
/*nth latest update*/

.nth-latest-update .nth-latest-content .nth-latest-in ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nth-latest-update .nth-latest-content .nth-latest-in ul li {
    float: left;
    margin-right: 25px;
    color: #777;
}

.nth-latest-update .nth-latest-content .nth-latest-in ul li:last-child {
    margin-right: 0;
}

.nth-latest-update .nth-latest-content .nth-latest-in ul li i {
    margin-right: 7px;
    font-size: 12px;
    color: #959595;
}

.nth-latest-update .nth-latest-content .nth-latest-details h4 {
    font-size: 18px;
    margin: 0;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
}

.nth-latest-update .nth-latest-content .nth-latest-details {
    margin-bottom: 13px;
}

.nth-latest-update .nth-latest-content .nth-latest-box {
    position: relative;
    overflow: hidden;
}

.nth-latest-update .nth-latest-content .nth-latest-cb {
    padding: 20px;
}

.nth-latest-update .nth-latest-content .nth-latest-box .nth-latest-in {
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.nth-latest-update .nth-latest-content {
    margin-bottom: 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}



.nth-latest-update .nth-latest-blog .nth-latest-profile img {
    width: 30px;
    border-radius: 30px;
    float: left;
    margin-right: 8px;
}

.nth-latest-update .nth-latest-blog .nth-latest-profile span {
    vertical-align: middle;
    padding-top: 5px;
    color: #777;
}

.nth-latest-update .nth-latest-blog {
    overflow: hidden;
    padding: 10px 20px;
    border-top: 1px solid #f2f0f0;
}

.n-job-listing5 .owl-prev {
    background: none;
    border: none;
    position: absolute;
    right: 6%;
    top: -12%;
}


.nth-latest-update .nth-latest-blog .nth-latest-profile {
    overflow: hidden;
    float: left;
}

.nth-latest-update .nth-latest-blog .nth-latest-jobs {
    float: right;
    margin-top: 5px;
}

.nth-latest-update .nth-latest-blog .nth-latest-jobs i {
    color: #777;
}



/*nth latest update*/
/*nth mob-app*/

.nth-mob-app {
    padding-top: 0;
}

.nth-mob-app .nth-mob-details .nth-mob-style {
    font-size: 26px;
    font-weight: 600;
    margin-top: 3px;
    line-height: 36px;
    margin-bottom: 10px;
    width: 85%;
}

.nth-mob-app .nth-mob-details .nth-mob-style .style4 {
    color: #0e4997;
    font-size: 26px;
    font-weight: 600;
}

.nth-mob-app .nth-mob-details span {
    font-size: 14px;
    font-weight: 400;
}

.nth-mob-app .nth-mob-details p {
    margin-bottom: 25px;
    color: #777;
}


.nth-mob-app .nth-mob-details {
    background: url("../images/gb-1.png");
    background-position: center center;
    background-size: cover;
    margin-top: 60px;
    overflow: hidden;
}

.nth-mob-app .nth-mob-img img {
    width: 90%;
    animation-name: float;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes float {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-20px);
    }

    100% {

        transform: translatey(0px);
    }
}

.nth-mob-app .nth-store-apps ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nth-mob-app .nth-store-apps ul li {
    float: left;
    margin-right: 20px;
}

.nth-mob-app .nth-store-apps {
    padding-top: 5px;
}

/*nth mob-app*/
/* n hero-7*/
.n-hero-7 {
    background: url("../images/id-1.png");
    height: 580px;
    background-position: right;
    background-size: cover;
    padding-top: 150px !important;
    padding: 0;
}

.n-hero7-fields {
    overflow: hidden;
    background-color: rgba(36, 36, 36, 0.8);
    border-radius: 4px;
    padding: 30px 30px;
    position: relative;
}

.n-hero-7 .n-hero7-container h1 {
    margin: 0;
    color: #fff;
    width: 70%;
    font-size: 34px;
    font-weight: 600;
    line-height: 46px;
}

.n-hero-7 .n-hero7-container {
    margin-bottom: 22px;
}

.n-hero-7 .n-hero7-fields ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.n-hero-7 .n-hero7-fields ul li {
    float: left;
    width: 33%;
}

.n-hero-7 .n-hero7-fields ul li input {
    border-radius: 0;
    background: transparent;
    border: none;
    padding: 0;
}

.n-hero-7 .n-hero7-fields ul li .form-group label {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
    opacity: 0.6;
}

.n-hero-7 .n-hero7-fields ul li .form-group {
    margin: 0;
    padding: 0;
}

.n-hero-7 .n-hero7-fields ul li input.form-control {
    height: auto;
}

.n-hero-7 .n-hero7-fields ul li input.form-control::placeholder {
    color:
        #fff;
    opacity: 1;
   font-size: 12px; 
}

.n-hero-7 .hero-submit-form i {
    color: #242424;
    background: #fff;
    padding: 15px;
    border-radius: 40px;
    font-size: 14px;
}

.n-hero-7 .hero-submit-form {
    position: absolute;
    right: 3%;
    top: 10%;
    background: none;
    border: none;
}

.n-hero-7 .n-hero7-resume span {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.n-hero-7 .n-hero7-resume .h-style {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 25px;
}

.n-hero-7 .n-hero7-resume .btn-default {
    background: rgba(36, 36, 36, 0.8);
    border: none;
    color: #fff;
    padding: 43px 50px;
    font-weight: 400;
    width: 100%;
}

.n-hero-7 input.form-control {
    color: #fff;
}


/* n hero section--7*/

section.n-keywords{
    padding: 60px 0;
}
.n-keywords .n-listing-text {
    margin-top: 50px;
    margin-bottom: 55px;
}

.n-keywords .n-listing-text p {
    margin: 0;
    font-size: 14px;
    padding-top: 2px;
}

.n-keywords .n-listing-text h2 span {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.n-keywords .n-grid-style a {
    background: #f8f8f8;
    padding: 10px 36px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
    color: #888;
    font-weight: 400;
}

.n-keywords .n-grid-style a:hover {
    background-color: #0082f8;
    color: #fff;
}

.n-keywords .n-grid-style {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.n-keywords .n-keywords-jobs-category .n-keywords-jobs {
    float: left;
    margin-right: 16px;
    margin-top: -40px;
    border: 1px solid #e9e9e9;
    transition: .6s;
    border-radius: 4px;
}

.n-keywords .n-keywords-jobs-category .n-keywords-jobs img {
    max-width: 70px;
    background-color: #FFF;
}


.n-keywords .n-categories-content:hover .n-keywords-jobs {
    margin-top: 0;
}

.n-keywords .n-keywords-jobs-category .n-keword-jobs-details {
    overflow: hidden;
}

.n-keywords .n-keywords-jobs-category .n-keword-jobs-details span a {
    color: #777;
}

.n-keywords .n-keywords-jobs-category .n-keword-jobs-details .n-jobs-title {
    color: #242424;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 3px;
}

.n-keywords .n-keywords-jobs-category .n-keword-jobs-details p i {
    color: #777;
    margin-right: 8px;
    font-size: 12px;
}

.n-keywords .n-keywords-jobs-category .n-keword-jobs-details p {
    margin: 0;
}

.n-keywords .n-keywords-jobs-category .n-keword-jobs-details p a {
    color: #777;
}

.n-keywords .n-keywords-jobs-category {
    padding: 15px 25px;
    position: relative;
}

.n-keywords .n-keywords-jobs-category .n-jobs-rating {
    position: absolute;
    right: 3%;
    top: 17%;
}

.n-keywords .n-keywords-jobs-category .n-jobs-rating i {
    color: #777;
    font-size: 14px;
}

.n-keywords .n-apply-jobs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.n-keywords .n-apply-jobs ul li {
    float: left;
    margin-right: 20px;
    color: #777;
}

.n-keywords .n-apply-jobs {
    overflow: hidden;
    background: #f0f0f0;
    padding: 15px 25px;
}

.n-keywords .n-apply-jobs ul li i {
    margin-right: 8px;
    color: #777;
}

.n-keywords .n-apply-jobs ul .style-right {
    float: right;
    margin-right: 0;
}

.n-keywords .n-apply-jobs ul .style-right a {
    color: #242424;
    font-weight: 400;
}

.n-keywords .n-categories-content {
    margin-bottom: 55px;
    border-radius: 4px;
    border: 1px solid #f2f0f0;
}

.n-keywords .n-jobs-featured {
    text-align: center;
}

.n-keywords .nav-tabs {
    position: absolute;
    right: 1%;
    top: 8%;
    border: none;
}

.n-keywords .nav-tabs>li.active a:hover {
    color: #fff;
}

.n-keywords .nav-tabs>li.active a {
    background-color: #0082f8;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 30px;
}

.n-keywords .nav-tabs>li>a {
    border: none;
    background-color: #f9f9f9;
    color: #242424;
    padding: 10px 30px;
}

.n-keywords .nav>li>a:hover {
    background-color: #0082f8;
    color: #fff;
}

/* n hero section--7*/



/* n top hiring 2*/

section.n-hiring-employ2{
    padding: 60px 0;
}
.n-hiring-employ2 {
    background: url("../images/homer.jpg");
    height: auto;
    background-position: center center;
    background-size: cover;
}

.n-hiring-employ2 .owl-nav {
    display: none;
}

.n-hiring-employ2 .owl-dots {
    display: none;
}

.n-hiring-employ2 .heading-penel h3 {
    color: #fff;
}

.n-hiring-employ2 .heading-penel p {
    color: #fff;
}

.n-hiring-employ2 .n-hiring2-bg {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}

/* n top hiring 2*/



/* n locations*/

.n-location .n-location-style {
    position: relative;
    margin-bottom: 30px;
    display: inline-grid;
    transition: .6s;
}

.n-location .n-location-style img {
    border-radius: 15px;
}

.n-location .n-location-style::before {
    content: "";
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(140, 124, 124, 0.1), #000);
    border-radius: 15px;
    transition: .6s;
}

.n-location .n-location-style:hover::before {
    top: 0%;
}


.n-location .n-city-location ul {
    list-style: none;
    padding: 0;
}

.n-location .n-city-location ul li {
    float: left;
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}

.n-location .n-city-location ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.n-location .n-city-location {
    margin-top: -45px;
    padding: 0 20px;
}

.n-location .n-city-location .n-style2 {
    float: right;
}

.n-location .n-city-location ul li .badge {
    background: transparent;
    border: 1px solid#fff;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 12px;
    text-transform: capitalize;
    border-radius: 20px;
}

.space2 {
    padding: 80px 0 50px;
}


/* n locations*/


/* n resources*/
section.n-resouces2{
    padding: 60px 0;
}
.n-resouces2 .n-res-style1 {
    background: url("../images/m1.jpg");
    position: absolute;
    width: 48%;
    background-position: top left;
    height: 390px;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}


.n-resouces2 .n-res-style1::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 130, 248, 0.7);
}

.n-resouces2 .n-res-details {
    position: relative;
    z-index: 9;
}

.n-resouces2 .n-res-details .n-btn-flat {
    background-color: #fff;
    color: #242424;
    font-weight: 600;
    border: 1px solid #fff;
}

.n-resouces2 .n-res-details span {
    color: #fff;
}

.n-resouces2 .n-res-style2 {
    background: url("../images/m2.jpg");
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 390px;
}

.n-resouces2 .n-res-style2::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
}

.n-resouces2 .n-res-details2 {
    text-align: right;
    position: relative;
    z-index: 9;
}

.n-resouces2 .n-res-details h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
}

.n-resouces2 .n-res-details p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    width: 95%;
    margin-bottom: 18px;
}

.n-resouces2 {
    overflow: hidden;
    position: relative;
}

.n-resouces2 .n-res-details2 h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
}

.n-resouces2 .n-res-details2 p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 18px;
}

.n-resouces2 .n-res-details2 .n-btn-flat {
    font-weight: 600;
}

.n-resouces2 .n-res-details2 span {
    color: #fff;
}

.n-resouces2 .n-res-details2 {
    position: relative;
    z-index: 9;
}

/* n resources*/

/* n featured candidates*/

.n-fetured-candidates3 .n-featured-candidates3-content img {
    width: 15%;
}

.n-fetured-candidates3 .n-featured-candidates3-content .feature-style4 {
    color: #242424;
    font-weight: 600;
    font-size: 18px;
    margin-top: 8px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 2px;
}

.n-fetured-candidates3 .n-featured-candidates3-content p {
    margin: 0;
    color: #888;
    line-height: 26px;
    padding-top: 3px;
}

.n-fetured-candidates3 .n-featured-candidates3-content p i {
    font-size: 12px;
    margin-right: 7px;
    color: #777;
}

.n-fetured-candidates3 .n-featured-candidates3-content span {
    color: #777;
}

.n-fetured-candidates3 .n-featured-candidates3-content {
    border: 1px solid #f2f0f0;
    padding: 25px;
    position: relative;
    border-radius: 7px;
    margin-bottom: 30px;
    transition: .6s;
    border-radius: 4px;
    overflow: hidden;
}

.n-fetured-candidates3 .n-featured-candidates3-content:hover {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(233, 233, 233, 0.7);
}

.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile ul {
    list-style: none;
    padding: 0;
    color: #242424;
    font-weight: 400;
}

.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile ul li {
    float: left;
    margin-right: 10px;
}

.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile ul li .btn {
    font-size: 12px;
    font-weight: 600;
}

.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile {
    overflow: hidden;
    margin-top: 15px;
}

.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile ul .n-active {
    float: right;
    margin-top: 11px;
}

.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile ul li:last-child {
    margin-right: 0;
}

.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-2 {
    position: absolute;
    right: 5%;
    top: 7%;
}

.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-2 i {
    color: #777;
    font-size: 15px;
}

.n-fetured-candidates3 .n-featured-candidates3-content .features-star::before {
    border-width: 20px;
}

.n-fetured-candidates3 .n-featured-candidates3-content .features-star i {
    font-size: 12px;
}

/* n featured candidates*/


/* n footer 5*/
.n-footer-5 {
    background: #fafafa;
    height: auto;
    background-position: center center;
    background-size: cover;
    padding: 0;
    position: relative;
}

.n-footer-5 .n-footer-links ul {
    padding: 0;
    list-style: none;
    columns: 2;
}

.n-footer-5 .n-footer-links h4 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 18px;
}

.n-footer-5 .n-footer-links ul li {
    margin-bottom: 12px;
}

.n-footer-5 .n-footer-links .n-footer-container {
    margin-top: 38px;
}

.n-footer-5 .n-footer-details ul li i:hover {
    background-color: #0082f8;
    color: #fff;
}

.n-footer-5 .n-footer-details ul li {
    float: left;
    margin-right: 10px;
}

.n-footer-5 .n-footer-details ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background-color: #242424;
    color: #fff;
}

.n-footer-5 .n-footer-bar {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    background-color: #fff;
}

.n-footer-5 .n-footer-bar p {
    margin: 0;
    font-size: 14px;
}

.n-footer-5 .n-footer-bar p a {
    color: #242424;
}

.n-footer-5 .n-footer-details ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.n-footer-5 .n-footer-details p {
    color: #242424;
    line-height: 26px;
    margin-bottom: 16px;
    font-size: 14px;
}

.n-footer-5 .n-footer-details {
    text-align: center;
    padding: 0 10px;
}

.n-footer-5 .n-footer-details img {
    margin: 0 auto;
    padding-bottom: 20px;
}

.n-newsleter-content2 .n-newsleter-content {
    margin-top: 60px;
}

.n-newsleter-content {
    background: #fff;
    border-radius: 15px;
    padding: 40px 15px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    position: relative;
    margin-top: -90px;
    overflow: hidden;
}

.n-newsleter-content.n-newsleter-content2 {
    margin-top: 0;
}


.gta {
    padding: 60px 0;
}

.custom-adjustment {
    padding: 0 0 140px;
}

.custom-adjustment-2 {
    padding-top: 80px;
}

.n-newsleter-content .input-group .n-btn-flat {
    border-radius: 0 4px 4px 0 !important;
    display: inline-block;
    height: 49px;
}

.n-newsleter-content .n-newletter .n-ltr-style {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.n-newsleter-content .n-newletter p {
    margin: 0;
    line-height: 26px;
    font-size: 16px;
}

.n-newsleter-content .input-group {
    margin-top: 10px;
}

.n-newsleter-content .input-group input {
    height: 49px;
    border-radius: 4px !important;
}

.mt80 {
    margin-top: 80px;
}

.n-h6-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}

/* n footer 5*/





@media (min-width: 320px) and (max-width: 767.98px) {

.about-job-detail .job-detail-box .job-detail-list ul li {
    
    /*display: block !important;*/
     width: 100% !important;/* Adjust the width as desired */
}
    .n-keywords .n-listing-text p {
        font-size: 13px;
        line-height: 24px;
    }

    .nth-packages .nth-pckg-content .nth-pack-primium {
        font-size: 34px;
    }

    .n-hero-6 .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
    }

    .nth-packages .nth-pck-table {
        background-size: cover !important;
        margin-bottom: 30px;
    }

    .nth-packages .nth-pckg-content p {
        font-size: 13px;
        line-height: 22px;
    }

    .nth-packages .nth-pck-details ul li span {
        font-size: 13px;
    }

    .nth-packages .nth-pckg-content span {
        font-size: 16px;
    }

    .n-job-listing5 .n-listing-content .n-listing-usr-information .absolute-position {
        margin-top: 10px;
        font-size: 10px;
        float: left;
    }

    .n-job-listing5 .n-listing-candidates .n-candidate-lcation a {
        font-size: 13px;
    }

    .n-job-listing5 .n-listing-categories ul li span {
        font-size: 13px;
    }

    .n-job-listing5 .n-listing-categories ul li .n-listing-top span {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidates-list ul li a {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidates-details span {
        font-size: 16px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidates-details p {
        font-size: 13px;
    }

    .n-job-listing5 .n-listing-content .n-listing-usr-information ul li a {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-content .n-listing-wp i {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-content .n-listing-user-detail ul {
        margin-bottom: 3px;
    }

    .n-job-listing5 .n-listing-content .n-listing-img img {
        width: 20%;
        margin-right: 10px;
    }

    .n-job-listing5 .n-listing-content .n-listing-user-detail ul li a {
        font-size: 10px;
    }

    .n-job-listing5 .n-listing-content .n-listing-user-detail p {
        font-size: 10px;
        margin-top: 0;
    }

    .n-job-listing5 .n-listing-content .n-listing-user-detail .list-h6-style {
        font-weight: 600;
        font-size: 15px;
    }

    .n-job-listing5 .nav-tabs>li.active>a {
        font-size: 13px;
    }

    .n-listing-text p {
        font-size: 13px;
        line-height: 24px;
    }

    .n-job-listing5 .nav-tabs {
        position: relative;
        right: inherit;
        top: inherit;
        margin-bottom: 20px;
    }


    .n-hero-6 .n-jobs-h6 p {
        padding-top: 8px;
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 12px;
    }


    .n-hero-6 .n-h6-content {
        margin-top: 100px;
    }

    .n-hero-6 .n-h6-profile {
        margin-top: 60px;
    }

    .n-profile-btn {
        float: none;
        overflow: hidden;
    }

    .n-hero-6 .n-jobs-h6 .h6-product {
        font-size: 16px;
    }


    .n-hero-6 .n-hero-list ul li {
        margin-right: 12px;
        margin-bottom: 10px;

    }

    .n-hero-6 .n-h6-content .h6-style {
        font-size: 16px;
    }

    .n-hero-6 .n-h6-form ul li .form-group input {
        font-size: 12px;
    }

    .n-hero-6 .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
    }

    .n-hero-6 .n-h6-form ul li:first-child {
        width: 100%;
    }

    .n-hero-6 .n-h6-content h1 {
        font-size: 24px;
    }

    .n-hero-6 .n-h6-form ul li .n-btn-flat {
        width: 100%;
    }

    .n-hero-6 .n-h6-form ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 25px;
    }


    .n-newsleter-content .form-group {
        width: 70%;
    }

    .n-location .n-city-location ul li {
        font-size: 16px;
    }

    .n-keywords .n-apply-jobs ul .style-right a {
        font-size: 12px;
    }

    .n-keywords .n-apply-jobs ul li {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .heading-penel h3 {
        font-size: 20px;
    }

    .heading-penel p {
        line-height: 24px;
        font-size: 13px;
    }

    .n-hero-7 .n-hero7-fields ul li .form-group label {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .n-hero-7 .n-hero7-fields ul li .form-group label {
        font-size: 13px;
    }

    .n-resouces2 .n-res-details p {
        font-size: 14px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 18px;
    }

    .n-resouces2 .n-res-details h3 {
        font-size: 24px;
    }

    .n-resouces2 .n-res-details2 p {
        font-size: 14px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 18px;
    }

    .n-resouces2 .n-res-details2 h3 {
        font-size: 24px;
    }

    .n-resouces2 .n-res-details {
        padding: 65px 0;
        margin-bottom: 75px;
    }

    .n-resouces2 .n-res-style1 {
        width: 100% !important;
        top: inherit !important;
        bottom: 0;
    }

    .n-resouces2 .n-res-style2 {
        width: 100% !important;
    }

    .n-resouces2 .n-res-details2 {
        padding: 65px 0;
    }


    .n-resouces2 .n-res-style2 {
        top: auto;
        bottom: 0;
    }

    .n-hero-7 .hero-submit-form {
        right: 8%;
    }

    .n-footer-5 .n-footer-links h4 {
        font-size: 18px;
    }

    .n-hero-7 .n-hero7-resume .h-style {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .n-hero-7 .n-hero7-resume span {
        font-size: 14px;
    }

    .n-hero-7 .hero-submit-form i {
        padding: 10px 11px;
        font-size: 13px;
    }


    .n-hero-7 .n-hero7-container h1 {
        font-size: 22px;
        width: 100%;
        line-height: 34px;
    }

    .n-hero-7 .n-hero7-fields ul li {
        float: none;
        width: 100%;
        padding: 8px 16px;
        margin-bottom: 20px;
    }

    .n-hero-7 {
        padding: 60px 0 !important;
        height: auto;
    }

    .n-hero-7 .n-hero7-resume .btn-default {
        padding: 20px 45px;
        width: 100%;
    }

    .n-keywords .n-grid-style {
        width: 100%;
        margin: 0 auto;
    }

    .n-keywords .n-grid-style a {
        width: auto;
        margin-right: 0;
        text-align: center;
        font-size: 12px;
        padding: 5px 15px;
    }

    .n-keywords .n-listing-text {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .n-keywords .nav-tabs {
        position: relative;
        right: auto;
        top: auto;
        border: none;
        margin: 0 auto;
        display: table;
        padding-bottom: 60px;
        padding-top: 15px;
    }

    .n-keywords .n-apply-jobs ul .style-right {
        float: left;
        font-size: 13px;
    }

    .n-keywords .n-keywords-jobs-category .n-keword-jobs-details .n-jobs-title {
        font-size: 15px;
    }

    .n-hiring-employ2 .n-hiring2-bg {
        margin: 0 auto;
        display: table;
    }

    .n-listing-text h2 {
        font-size: 18px;
    }

    .n-location .n-location-style {
        margin-bottom: 30px;
        display: grid;
    }

    .n-location .n-location-style img {
        border-radius: 15px;
        width: 100%;
    }

    .col-lg-6.no-padding {
        padding-left: 0 !important;
        padding-right: 0;
    }

    .col-lg-6.no-padding2 {
        padding-left: 0 !important;
        padding-right: 0;
    }

    .n-parallel .n-parallel-container {
        margin-bottom: 30px;
        margin-left: 5%;
    }

    .n-fetured-candidates3 .n-featured-candidates3-content .feature-style4 {
        font-size: 15px;
    }

    .n-parallel .n-parallel-container .n-parallel-style {
        font-size: 22px;
    }

    .n-parallel .n-parallel-container .n-parallel-style span {
        font-size: 22px;
    }

    .n-parallel .n-parallel-content-2 .n-parallel-container {
        margin-right: 5%;
    }

    .n-newsleter-content .n-newletter .n-ltr-style {
        font-size: 20px;
    }

    .n-newsleter-content .n-newletter p {
        font-size: 13px;
    }

    .n-newsleter-content {
        padding: 40px 0;
        overflow: hidden;
        position: relative;
        margin-top: 0;
    }

    .n-footer-5 .n-footer-details {
        text-align: inherit;
        margin-bottom: 25px;
        margin-top: 20px;
    }

    .n-footer-5 .n-footer-details img {
        margin: initial;
        padding-bottom: 15px;
    }

    .n-footer-5 .n-footer-details ul {
        margin: inherit;
        margin: initial;
    }

    .n-footer-5 .n-footer-links .n-footer-container {
        margin-top: 30px;
    }

    .n-footer-5 .n-footer-details p {
        margin: 0;
        padding-bottom: 12px;
    }

    .n-footer-5 .n-footer-details {
        margin-bottom: 35px;
    }

    .n-keywords .nav-tabs>li a {
        font-size: 11px;
        padding: 9px 28px;
    }
}

@media (min-width: 1300px) {
    .n-mobile-app-new .n-mobile-app-new-img img {
        right: 8%;
        padding-bottom: 60px;
    }
}
@media (min-width: 1600px) {
    .n-mobile-app-new .n-mobile-app-new-img img {
        right: 10%;
        padding-bottom: 60px;
    }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {

    .n-job-listing5 .n-listing-candidates .n-candidates-details span {
        font-size: 16px;
    }

    .nth-mob-app .nth-mob-details .nth-mob-style {
        font-size: 24px;
        line-height: 34px;
    }

    .nth-mob-app .nth-mob-details p {
        font-size: 13px;
        white-space: 95%;
        line-height: 24px;
    }

    .nth-latest-update .nth-latest-content .nth-latest-details h4 {
        font-size: 16px;
        line-height: 23px;
    }

    .nth-latest-update .nth-latest-content .nth-latest-details {
        margin-bottom: 15px;
    }

    .nth-latest-update .nth-latest-content .nth-latest-in ul li span {
        font-size: 12px;
    }

    .nth-latest-update .nth-latest-blog .nth-latest-profile span {
        font-size: 12px;
    }

    .nth-latest-update .nth-latest-blog .nth-latest-jobs i {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidates-details p {
        font-size: 12px;
        line-height: 20px;
    }

    .nth-packages .nth-pckg-content p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 4px;
    }

    .nth-success-products .nth-sc-box .nth-sc-details .nth-profile-text {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .nth-success-products .nth-sc-box .nth-sc-details p {
        margin: 0;
        font-size: 12px;
        line-height: 16px;
    }

    .nth-success-products .nth-sc-box p {
        font-size: 13px;
        line-height: 24px;
    }

    .nth-packages .nth-pck-details ul li span {
        font-size: 13px;
    }

    .n-job-listing5 .nth-listing-qa .nth-listing-content span {
        font-size: 20px;
    }

    .n-hero-6 .n-h6-content h1 {
        font-size: 36px;
    }

    .nth-packages .nth-pck-table {
        background-size: cover !important;
    }

    .n-hero-6 .n-h6-content .h6-style {
        font-size: 16px;
    }

    .nth-packages .nth-pckg-content .nth-pack-primium {
        font-size: 38px;
        margin-bottom: 3px;
    }

    .nth-packages .nth-pckg-content span {
        font-size: 16px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidate-lcation a {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidates-list ul li a {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidates-btn a {
        font-size: 12px;
    }

    .n-job-listing5 .nav-tabs>li>a {
        font-size: 12px !important;
    }

    .n-keywords .n-listing-text p {
        font-size: 13px;
        padding-top: 0px;
    }

    .n-job-listing5 .n-listing-categories ul li {
        padding: 10px 12px;
    }

    .n-job-listing5 .n-listing-categories ul li img {
        margin-top: 3px;
    }

    .n-job-listing5 .n-listing-categories ul li .n-listing-top span {
        font-size: 11px;
    }

    .n-job-listing5 .n-listing-content .n-listing-user-detail p {
        font-size: 12px;
        margin-top: 0;
        line-height: 26px;
    }

    .n-job-listing5 .n-listing-categories ul li span {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-categories ul li .n-listing-top span {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-content .n-listing-usr-information ul li a i {
        font-size: 12px;
        margin-right: 6px;
    }

    .n-job-listing5 .n-listing-content .n-listing-usr-information .absolute-position {
        font-size: 10px;
    }

    .n-job-listing5 .n-listing-content .n-listing-usr-information ul li a {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-content .n-listing-wp i {
        font-size: 14px;
    }

    .n-job-listing5 .n-listing-content .n-listing-user-detail ul {
        margin-bottom: 2px;
    }

    .n-job-listing5 .n-listing-content .n-listing-user-detail ul li a {
        font-size: 10px;
        font-weight: 400;
        color: #777;
    }

    .n-job-listing5 .n-listing-content .n-listing-user-detail .list-h6-style {
        font-size: 15px;
    }

    .n-job-listing5 .n-listing-content .n-listing-user-detail p {
        font-size: 13px;
    }

    .n-listing-text h2 {
        font-size: 20px;
    }

    .n-listing-text p {
        font-size: 13px;
    }

    .n-keywords .nav-tabs>li.active a {
        font-size: 13px;
    }

    .n-resouces2 .n-res-details2 h3 {
        font-size: 28px;
    }

    .n-newsleter-content {
        overflow: hidden;
    }

    .n-keywords .n-grid-style a {
        font-size: 13px;
    }

    .n-8-serch-field .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px;
        right: 7px;

    }

    .n-resouces2 .n-res-details h3 {
        font-size: 26px;
    }

    .n-resouces2 .n-res-details p {
        line-height: 28px;
    }


    .n-resouces2 .n-res-details2 p {
        line-height: 28px;
    }


    .n-keywords .n-keywords-jobs-category .n-keword-jobs-details .n-jobs-title {
        font-size: 16px;
    }

    .n-fetured-candidates3 .n-featured-candidates3-content .feature-style4 {
        font-size: 16px;
    }

    .n-footer-5 .n-footer-details p {
        font-size: 12px;
        line-height: 22px;
    }

    .n-footer-5 .n-footer-details img {
        margin: 0 auto;
        padding-bottom: 16px;
    }

    .n-footer-5 .n-footer-links ul li {
        margin-bottom: 8px;
    }

    .n-footer-5 .n-footer-links h4 {
        font-size: 18px;
    }

    .n-footer-5 .n-footer-links ul li a {
        font-size: 12px;
    }

    .n-parallel .n-parallel-container {
        margin-left: 8.5%;
    }

    .n-parallel .n-parallel-content-2 .n-parallel-container {
        margin-right: 8.5%;
    }

    .n-parallel .n-parallel-container .n-parallel-style {
        font-size: 24px;
    }

    .n-parallel .n-parallel-container .n-parallel-style span {
        font-size: 24px;
    }

    .n-hero-7 .n-hero7-container h1 {
        margin: 0;
        width: 70%;
        font-size: 26px;
        line-height: 40px;
    }

    .n-hero-7 .n-hero7-resume .h-style {
        font-size: 21px;
    }

    .n-hero-7 .n-hero7-resume .btn-default {
        padding: 38px 30px;
    }

    .n-hero-7 .n-hero7-fields ul li .form-group label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .n-hero-7 .n-hero7-resume {
        margin-top: 20px;
    }

    .n-newsleter-content .n-newletter .n-ltr-style {
        font-size: 20px;
    }

    .n-hero-7 .hero-submit-form i {
        padding: 11px 14px;
    }

    .n-hero-7 .hero-submit-form {
        bottom: 13%;
    }

    .n-newsleter-content .n-newletter p {
        font-size: 13px;
        line-height: 24px;
    }


}


@media (min-width: 768px) and (max-width: 1023.98px) {

    .n-hero-8 form .form-group {
        padding: 0 15px;
    }
    .n-grid-box .n-grid-details h3 {
        font-size: 16px;
    }

    .n-grid-box .n-grid-details p {
        font-size: 12px;
    }

    .n-grid-box .n-grid-details p i {
        font-size: 16px;
    }

    .n-grid-box .n-grid-details span i {
        font-size: 12px;
    }

    .n-grid-img .n-grid-icons i {
        padding: 6px;
        font-size: 14px;
    }


    .n-details-groups.n_socials.n_custom {
        margin-left: 0;
    }

    .n-details-employers .n-details-box-text h3 {
        margin: 0;
    }

    .n-details-employers3 .tab-content {
        margin-top: 20px;
    }

    .n-details-employers .n-details-box-text p {
        margin: 0;
    }

    .n-details-list ul {
        flex-direction: column !important;
    }

    .n-details-list .n-list-employ-text h3 {
        font-size: 16px !important;
    }


    .n-details-list ul li {
        margin-bottom: 12px;
    }

    .n-details-list .n-list-employs-img {
        margin-right: 5px;
    }


    .n-hero-6 .n-h6-content .h6-style {
        font-size: 16px;
    }

    .n-listing-text p {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-categories ul li h2 {
        font-size: 14px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidates-content h2 {
        font-size: 14px;
    }

    .nth-packages .nth-pckg-content p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 5px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidates-list ul li {
        margin-right: 2px;
    }

    .n-job-listing5 .n-listing-categories ul li .n-listing-top span {
        font-size: 12px;
    }

    .nth-packages .nth-pck-table {
        background-size: cover !important;
    }

    .nth-packages .nth-pckg-content .nth-pack-primium {
        font-size: 32px;
        margin-bottom: 4px;
    }

    .n-job-listing5 .n-listing-categories ul li img {
        float: none;
        margin-right: 0;
        width: 30%;
    }

    .n-job-listing5 .n-listing-categories ul li span {
        font-size: 14px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidates-details span {
        font-size: 15px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidates-details p {
        font-size: 12px;
        line-height: 20px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidate-lcation a {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidates-list ul li a {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-candidates .n-candidates-btn a {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-content .n-listing-user-detail .list-h6-style {
        font-size: 15px;
    }

    .n-job-listing5 .n-listing-content .n-listing-wp i {
        font-size: 14px;
    }

    .n-job-listing5 .n-listing-content .n-listing-img img {
        margin-right: 18px;
        width: 15%;
    }

    .n-job-listing5 .nth-listing-qa .nth-listing-content {
        padding: 30px 15px;
    }

    .n-job-listing5 .nth-listing-qa .nth-listing-content span {
        font-size: 20px;
    }

    .n-job-listing5 .nth-listing-qa .nth-listing-content p {
        font-size: 13px;
        line-height: 24px;
    }

    .n-job-listing5 .nth-listing-qa .nth-listing-content img {
        margin-bottom: 10px;
    }

    .n-job-listing5 .n-listing-content .n-listing-usr-information ul li a {
        font-size: 12px;
    }

    .n-job-listing5 .n-listing-content .n-listing-usr-information .absolute-position {
        font-size: 10px;
    }

    .n-job-listing5 .n-listing-content .n-listing-usr-information ul li a i {
        font-size: 12px;
        margin-right: 6px;
    }

    .n-job-listing5 .n-listing-content .n-listing-user-detail p {
        font-size: 12px;
        line-height: 26px;
        margin-top: 0;
    }

    .n-job-listing5 .n-listing-content .n-listing-user-detail ul li a {
        font-size: 10px;
        font-weight: 400;
    }

    .n-hero-6 .n-h6-form ul li {
        width: 25%;
    }

    .n-hero-6 .n-jobs-h6 p {
        padding-top: 7px;
        font-size: 13px;
        line-height: 20px;
    }

    .n-job-listing5 .nav-tabs>li>a {
        padding: 6px 20px !important;
        font-size: 12px;

    }

    .n-job-listing5 .nav-tabs {
        position: absolute;
        right: 0;
        top: -1%;

    }

    .n-hero-6 .n-hero-list ul li a {
        font-size: 12px;
    }

    .n-hero-6 .n-hero-list ul li {
        font-size: 15px;
    }

    .n-hero-6 .n-h6-content h1 {
        font-size: 32px;
    }

    .n-hero-7 .hero-submit-form i {
        padding: 12px 13px;
    }

    .n-hero7-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
    }

    .n-hero-7 .hero-submit-form {
        position: absolute;
        right: 5%;
        bottom: 11%;
    }

    .n-keywords .nav-tabs {
        right: 4%;
        top: 3%;
    }

    .n-hero-7 .n-hero7-resume .btn-default {
        padding: 30px;
    }

    .n-newsleter-content {
        overflow: hidden;
    }

    .n-newsleter-content .form-group {
        width: 70%;
    }

    .n-hero-7 .n-hero7-fields ul li {
        padding: 20px 15px;
    }

    .n-location .n-city-location ul li {
        font-size: 16px;
    }

    n-hero-7 .hero-submit-form i {
        padding: 13px 14px;
        font-size: 14px;
    }

    .n-hero-7 .n-hero7-fields ul li .form-group label {
        font-size: 11px;
        margin-bottom: 2px;
    }

section.n-hero-7{
    padding: 60px 0;
}
    .n-hero-7 {
        padding: 150px 0;
        height: auto;
    }

    .nth-mob-app .nth-mob-details .nth-mob-style {
        font-size: 22px;
        line-height: 32px;
    }

    .n-resouces2 .n-res-details2 h3 {
        font-size: 24px;
    }

    .n-resouces2 .n-res-details2 p {
        font-size: 13px;
        line-height: 28px;
    }

    .n-resouces2 .n-res-details h3 {
        font-size: 24px;
    }

    .n-resouces2 .n-res-details p {
        font-size: 13px;
        line-height: 28px;
    }

    .n-footer-5 .n-footer-links h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .n-parallel .n-parallel-container {
        margin-left: 14%;
    }

    .n-parallel .n-parallel-content-2 .n-parallel-container {
        margin-right: 14%;
    }

    .n-keywords .n-keywords-jobs-category .n-keword-jobs-details .n-jobs-title {
        font-size: 16px;
    }

    .heading-penel h3 {
        font-size: 26px;
    }

    .heading-penel p {
        font-size: 13px;
    }

    .n-top-bar2 .n-top-detail ul li a {
        font-size: 13px;
    }

    .n-top-bar2 .n-top-detail ul li {
        line-height: 22px;
    }

    .n-top-bar2 .n-jobs-details ul li a {
        font-size: 13px;
    }

    .n-top-bar2 .n-jobs-details ul li {
        line-height: 23px;
    }

    .n-parallel .n-parallel-container .n-parallel-style {
        font-size: 22px;
    }

    .n-parallel .n-parallel-container .n-parallel-style span {
        font-size: 22px;
    }

    .n-listing-text h2 {
        font-size: 18px;
    }

    .n-keywords .n-listing-text p {
        font-size: 13px;
        padding-top: 0px;
    }

    .n-hero-7 .n-hero7-container h1 {
        width: 70%;
        font-size: 26px;
        font-weight: 600;
        line-height: 38px;
    }


    .n-fetured-candidates3 .n-featured-candidates3-content .feature-style4 {
        font-size: 15px;
    }

    .n-newsleter-content .n-newletter .n-ltr-style {
        font-size: 20px;
    }

    .n-footer-5 .n-footer-details {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .n-footer-5 .n-footer-details img {
        margin: 0;
        padding-bottom: 10px;
    }

    .n-footer-5 .n-footer-details ul {
        margin: 0;
    }

    .n-footer-5 .n-footer-details {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .n-footer-5 .n-footer-details p {
        margin-top: 0px;
        margin-bottom: 10px;

    }

}

/*button[name="update_cart"] {
    display: none !important;
}*/
/* hero section 8 */

.n-hero-8 {
    background: url("../images/clouds.png");
    height: auto;
    position: relative;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
    padding: 0;
}

.n-hero-8 .n-8-container .n-8-product ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.n-hero-8 .n-8-container .n-8-product ul li {
    float: left;
    margin-right: 30px;
}

.n-hero-8 .n-8-container {
    text-align: center;
    overflow: hidden;
    padding-top: 160px;
    padding-bottom: 50px;
}

.n-hero-8 .n-8-container .n-8-product {
    margin: 0 auto;
    display: table;
}

.n-hero-8 .n-8-container .n-8-content h1 span {
    color: #5e2eb5;
    font-size: 50px;
    padding: 0 10px;
}

.n-hero-8 .n-8-container .n-8-content h1 {
    margin: 0;
    font-weight: 600;
    font-size: 36px;
}

.n-hero-8 .n-8-container .n-8-content {
    width: 75%;
    margin: 0 auto;
}

.n-hero-8 .n-8-container .n-8-content p {
    color: #242424;
    font-size: 18px;
    line-height: 32px;
    margin-top: 7px;
    margin-bottom: 22px;
}

.n-hero-8 .n-8-container .n-8-product ul li i {
    color: #fff;

    border-radius: 40px;
    padding: 14px 16px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 0px 4px 2px rgba(36, 36, 36, 0.5);


}

.n-hero-8 .n-8-employs {
    margin: 0 auto;
    display: table;
}

.n-hero-8 .n-8-container .n-8-product ul li span {
    margin-left: 7px;
}

.n-hero-8 .n-8-container .n-8-product ul li .btn {
    font-size: 14px;
}

.n-8-serch-field ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.n-8-serch-field ul li {
    float: left;
    margin-right: 10px;
    width: 27%;
}

.n-8-serch-field ul li:first-child {
    width: 30%;
}


.n-8-serch-field ul li:last-child {
    width: 12%;
    float: right;
    margin-top: 36px;
}

.n-8-serch-field {
    background-color: #5e2eb5;
    overflow: hidden;
    position: relative;
    border-radius: 50px 0px 50px 0px;
    margin-top: -50px;
    padding: 30px 40px;
    border: 5px solid rgb(211, 188, 252, 0.9);
}

.n-8-serch-field ul li .btn {
    background: #fff;
    color: #242424;
    width: 100%;
    padding: 14px 28px;
    border: 1px solid #fff;
}


.n-8-serch-field ul li:last-child {
    margin-right: 0;
    margin-top: 35px;
}

.n-8-serch-field ul li .form-group {
    margin-bottom: 0;
}


.n-8-serch-field .select2-container--default .select2-selection--single {
    height: 50px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}


.n-8-serch-field .form-control {
    height: 50px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);

}

.n-8-serch-field ul li .form-group label {
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 15px;
}

.n-8-serch-field ul li .form-group .form-control::placeholder {
    color: #fff;
}


.n-8-serch-field ul li .form-group .form-control {
    color: #fff;
}

.n-8-serch-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 28px;
}

.n-8-serch-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
    line-height: 28px;
}

.n-8-serch-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 46%;
    top: 36%;
}

.n-8-serch-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 8px;

}

.n-8-serch-field .form-control:focus {
    border: 1px solid rgba(255, 255, 255, 0.2);

}


/* hero section 8 */



/* home 3 recomended jobs */


.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories img {
    float: left;
    margin-right: 15px;
    border: 1px solid #f2f0f0;
    padding: 2px;
    width: 20%;
    border-radius: 4px;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories span a {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .jobs3-style {
    color: #242424;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 1px;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p i {
    font-size: 13px;
    margin-right: 10px;
    color: #777;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p {
    color: #888;
    margin: 0;
    font-size: 13px;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p i {
    font-size: 13px;
    margin-right: 10px;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content {
    border-top: 1px solid #f2f0f0;
    padding: 8px 20px;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p {
    margin: 0;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p a {
    color: #777;
}


.n-jobs-recomend3 .n-jobs3-container {
    border: 1px solid #f2f0f0;
    border-radius: 7px 7px 0 0;
    margin-bottom: 30px;
    transition: .6s;
}

.n-jobs-recomend3 .n-jobs3-container:hover {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}



.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories {
    padding: 20px 16px;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .n-jobs3-categories-2 {
    overflow: hidden;
}

.n-jobs-recomend3 .n-listing-text {
    margin-bottom: 35px;
}

.n-jobs-recomend3 .n-listing-text h2 {
    margin-bottom: 3px;
    font-size: 24px;
}

.n-jobs-recomend3 .n-jobs3-product {
    text-align: center;
    margin-top: 20px;
}




.n-jobs-recomend3 .nav-tabs {
    border: none;
    position: absolute;
    right: 2.5%;
    top: 0;
}

.n-jobs-recomend3 .nav-tabs>li>a {
    border: none;
    background-color: #f9f9f9;
    color: #242424;
    padding: 10px 30px;
    margin-right: 0;
}

.n-jobs-recomend3 .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
}

.n-jobs-recomend3 .nav>li>a:hover,
.nav>li>a:focus {
    background-color: #f9f9f9;
}

.n-jobs-recomend3 .nav-tabs>li.active a {
    border: none;
    border-radius: 4px;
    padding: 10px 30px;
    transition: .6s;
    color: #fff;
}




/* home 3 recomended jobs */


/* home 3 call to action */

.n-callto-action-8 {
    background: url("../images/sr.png");
    height: auto;
    background-position: center;
    background-size: cover;
    position: relative;
}

.n-callto-action-8 .n-8-img {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
}

.n-callto-action-8 .n-callto-details h3 {
    margin-top: 0;
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 12px;
}

.n-callto-action-8 .n-callto-details span {
    color: #fff;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.n-callto-action-8 .n-callto-details p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
}

.n-callto-action-8 ul {
    list-style: none;
}

.n-callto-action-8 ul li {
    float: left;
    margin-right: 80px;
}

.n-callto-action-8 ul li:last-child {
    margin-right: 0;
}


.n-callto-action-8 ul li .counter-js span {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}

.n-callto-action-8 ul li .counter-js p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-weight: 400;
}


/* home 3 call to action */


/* home 3 feature candidtates 4*/


.n-f-candidates4 .n-f-canidates-content img {
    width: 20%;
    margin: 0 auto;
	height: 74px;
  	object-fit: cover;
}

.n-f-candidates4 .n-f-canidates-content {
    text-align: center;
    border: 1px solid #e9e9e9;
    padding: 50px 20px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.n-f-candidates4 .n-f-canidates-content .n-f-style {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 10px;
}

.n-f-candidates4 .n-f-canidates-content p {
    color: #888;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
}

.n-f-candidates4 .n-f-canidates-content .btn {
    background: transparent;
    color: #242424;
    border: 1px solid #e9e9e9;
    font-size: 13px;
    font-weight: 400;
}

.n-f-candidates4 .n-f-canidates-content .n-candidates-style {
    position: absolute;
    top: 8%;
}

.n-f-candidates4 .n-f-canidates-content .n-candidates-style i {
    font-size: 20px;
    color: #888;
    cursor: pointer;
}

.n-f-candidates4 .n-f-canidates-content .n-candidates-style.features-star::before {
    border-width: 30px;
}

.n-f-candidates4 .n-f-canidates-content .features-star {
    right: 0;
    left: auto;
    text-align: inherit;
    transform: rotate(90deg);
}

.n-f-candidates4 .n-f-canidates-content .features-star i {
    position: absolute;
    top: 0;
    overflow: hidden;
    right: 60%;
}

.n-f-candidates4 .n-f-canidates-content {
    margin-bottom: 30px;
    transition: .6s;
}

.n-f-candidates4 .n-f-canidates-content:hover {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    margin-top: -2px
}

.n-f-candidates4 .n-f-canidates-content:hover .btn {
    background-color: #5e2eb5;
    color: #fff;
}

.nth-success-2 {
    background: url("../images/clouds.png");
    height: auto;
    background-position: center;
    background-size: cover;
}

.nth-success-2 .nth-sc-box {
    background-color: #fff;
}

.n-footer-style {
    background: url("../images/clouds.png");
    height: auto;
    background-size: cover !important;
    background-position: center center !important;
}

.n-footer-style .nth-footer-text p {
}

.n-footer-style .nth-footer-content .nth-footer-theme p {
}


.n-footer-style .nth-footer-content {
    border: 1px solid #ddd;
}

.n-footer-style .input-style .n-btn-flat {
    border-left: 1px solid #e9e9e9 !important;
}

.nth-success-2 .nth-sc-box {
    border: none !important;
}

.nth-success-2 .nth-sc-box {
    background-color: #fff;
}

.nth-success-2 .owl-item.active {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07) !important;
}

.nth-footer-content .form-group {
    margin-bottom: 0;

}
.nth-footer-content .input-group-btn{
    position:absolute;
    right: 0px;
    top: 0px;
}

.mob-apps {
    padding-bottom: 0 !important;
}







/* home 3 feature candidtates 4*/


@media (min-width: 320px) and (max-width: 767.98px) {

    .n-hero-8 .n-8-container {
        padding-top: 0;
    }

    .nth-mob-app .nth-mob-details .nth-mob-style {
        font-size: 24px;
        line-height: 34px;
    }

    .n-footer-style .nth-footer-text p {
        font-size: 13px;
    }

    .nth-success-products .nth-sc-box .nth-sc-details .nth-profile-text {
        font-size: 14px;
        font-weight: 400;
    }

    .nth-success .nth-sc-content h3 {
        font-size: 26px;
    }

    .nth-success .nth-sc-content {
        padding: 30px 25px;
    }

    .nth-footer-4 .nth-logo-footer {
        float: none;
        overflow: hidden;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .nth-footer-4 .input-style input.form-control {
        width: 65%;
    }

    .n-footer-style .nth-footer-content .nth-footer-theme p {
        font-size: 13px;
        line-height: 26px;
    }

    .nth-footer-4 .nth-social-icons {
        float: left;
        padding-bottom: 15px;
    }

    .nth-footer-4 .nth-footer-content .nth-footer-theme {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .nth-success .nth-sc-content {
        margin-bottom: 30px;
    }

    .nth-mob-app .nth-mob-details {
        margin-top: 0 !important;
        margin-bottom: 30px;
    }

    .nth-mob-app .nth-mob-details .nth-mob-style {
        font-size: 22px;
        line-height: 36px;
    }

    .n-hero-8 {
        padding: 60px 0;
    }

    .n-callto-action-8 ul li .counter-js span {
        font-size: 24px;
    }

    .n-hero-8 .n-8-container .n-8-content h1 {
        font-size: 20px;
    }

    .n-hero-8 .n-8-container .n-8-content p {
        line-height: 26px;
        font-size: 14px;
    }

    .n-hero-8 .n-8-container .n-8-product ul li .btn {
        font-size: 13px;
        padding: 10px 28px;
    }

    .n-hero-8 .n-8-container .n-8-content {
        width: 100%;
        margin: inherit;
    }

    .n-8-serch-field ul li:first-child {
        width: 100%;
    }

    .n-8-serch-field ul li {
        float: inherit;
        margin-right: 0;
        width: 100%;
        margin-bottom: 25px;
    }

    .n-8-serch-field ul li .form-group label {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .n-8-serch-field ul li:last-child {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
    }

    .n-8-serch-field {
        margin-top: -10px;
        padding: 30px 25px;
        border-radius: inherit;
    }

    .n-8-serch-field .form-control {
        height: 45px;
        font-size: 13px;
    }

    .n-hero-8 .n-8-container .n-8-product ul li i {
        padding: 12px 14px;
        font-size: 13px;
    }

    .n-hero-8 .n-8-container .n-8-product ul li span {
        font-size: 13px;
    }

    .n-jobs-recomend3 .nav-tabs {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 30px;
    }

    .n-jobs-recomend3 .nav-tabs>li.active a {
        font-size: 13px;
    }

    .n-jobs-recomend3 .n-listing-text h2 {
        font-size: 18px;
        margin: 0;
    }

    .n-jobs-recomend3 .n-listing-text {
        margin-bottom: 25px;
        margin-top: 35px;
    }

    .n-jobs-recomend3 .nav-tabs>li.active a {
        padding: 8px 24px;
    }

    .n-jobs-recomend3 .nav-tabs>li>a {
        padding: 8px 22px;
    }

    .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .jobs3-style {
        font-size: 14px;
    }

    .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories span {
        font-size: 12px;
    }

    .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p {
        font-size: 12px;
    }

    .n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p {
        font-size: 12px;
    }

    .n-callto-action-8 .n-8-img {
        display: none;
    }

    .n-callto-action-8 .n-callto-details span {
        font-size: 24px;
    }

    .n-callto-action-8 .n-callto-details h3 {
        font-size: 20px;
    }

    .n-callto-action-8 {
        background-position: left !important;
    }

    .n-callto-action-8 .n-callto-details p {
        font-size: 13px;
        line-height: 26px;
    }

    .n-callto-action-8 ul li {
        margin-right: 15px;
        margin-bottom: 30px;
    }

    .n-callto-action-8 ul li .counter-js p {
        font-size: 13px;
        font-weight: 400;
    }

    .n-f-candidates4 .n-f-canidates-content .n-f-style {
        font-size: 14px;
    }

    .n-f-candidates4 .n-f-canidates-content p {
        line-height: 22px;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .n-f-candidates4 .n-f-canidates-content .btn {
        font-size: 12px;
        font-weight: 400;
        padding: 6px 22px;
    }

    .n-f-candidates4 .n-f-canidates-content .n-candidates-style i {
        font-size: 13px;
    }

    .nth-footer-content {
        margin-top: 0 !important;
    }

    .nth-footer-4 .nth-footer-text {
        margin-bottom: 15px;
    }

    .n-menu-5.mega-menu .menu-button li {
        margin-right: 10px;
    }

    .n-f-candidates4 .n-f-canidates-content {
        padding: 20px 5px;
    }


}

@media (min-width: 768px) and (max-width: 1023.98px) {




    .n-hero-8 .n-8-container .n-8-content {
        width: 100%;
        margin: inherit;
    }

    .n-hero-8 .n-8-container {
        padding-top: 130px;
    }

    .n-jobs-recomend3 .nav-tabs {
        top: 0;
    }

    .n-footer-style .nth-footer-text p {
        font-size: 13px;
    }

    .nth-success-products .nth-sc-box p {
        font-size: 13px;
        line-height: 26px;
    }

    .nth-footer-4 .nth-social-icons ul li {
        margin-right: 4px;
        margin-bottom: 12px;
    }

    .nth-success-products .nth-sc-box .nth-sc-details p {
        font-size: 12px;
    }

    .nth-success-products .nth-sc-box .nth-sc-details .nth-profile-text {
        font-size: 14px;
        font-weight: 400;
    }

    .n-hero-8 .n-8-container .n-8-content h1 {
        font-size: 30px;
    }

    .n-8-serch-field ul li {
        margin-right: 0;
        width: 50%;
        margin-bottom: 25px;
    }

    .n-8-serch-field ul li:first-child {
        width: 50%;
    }

    .n-hero-8 .n-8-container .n-8-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .n-hero-8 .n-8-container .n-8-product ul li .btn {
        font-size: 12px;
        padding: 10px 30px;
    }

    .n-hero-8 .n-8-container .n-8-product ul li i {
        padding: 10px 12px;
        font-size: 12px;
    }

    .n-hero-8 .n-8-container .n-8-product ul li span {
        font-size: 12px;
    }

    .n-8-serch-field ul li:first-child {
        width: 100%;
    }

    .n-8-serch-field ul li .form-group label {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .n-8-serch-field ul li:last-child {
        width: 100%;
        float: left;
        margin-top: 15px !important;
    }

    .n-8-serch-field .form-control {
        height: 45px;
    }

    .n-8-serch-field .select2-container--default .select2-selection--single {
        height: 45px;
        padding: 7px;
    }

    .n-8-serch-field {
        padding: 20px 30px;
        margin-bottom: 30px;
    }

    .n-jobs-recomend3 .n-listing-text h2 {
        margin-bottom: 1px;
        font-size: 22px;
    }

    .n-jobs-recomend3 .nav-tabs>li>a {
        font-size: 13px;
    }

    .n-jobs-recomend3 .nav-tabs>li.active>a {
        font-size: 13px;
    }

    .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .jobs3-style {
        font-size: 14px;
        margin: 0;
    }

    .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories span {
        font-size: 12px;
    }

    .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p {
        font-size: 12px;
    }

    .n-callto-action-8 .n-8-img {
        width: 60%;
        right: -10%;
    }

    .n-callto-action-8 {
        background-position: left;
    }

    .n-callto-action-8 .n-callto-details span {
        font-size: 24px;
    }

    .n-callto-action-8 .n-callto-details h3 {
        font-size: 28px;
    }

    .n-callto-action-8 .n-callto-details p {
        font-size: 13px;
        line-height: 28px;
        width: 50%;
    }

    .n-callto-action-8 ul li {
        margin-right: 20px;
    }

    .n-callto-action-8 ul li .counter-js span {
        font-size: 22px;
    }

    .n-callto-action-8 ul li .counter-js p {
        font-size: 13px;
    }

    .n-f-candidates4 .n-f-canidates-content .n-f-style {
        font-size: 16px;
    }

    .n-f-candidates4 .n-f-canidates-content p {
        font-size: 12px;
        line-height: 22px;
    }

    .n-f-candidates4 .n-f-canidates-content .btn {
        font-size: 12px;
        font-weight: 400;
        padding: 8px 24px;
    }

    .n-f-candidates4 .n-f-canidates-content .n-candidates-style i {
        font-size: 14px;
    }

    .nth-footer-4 .nth-footer-content .nth-footer-theme p {
        line-height: 26px;
    }




}


@media (min-width: 1024px) and (max-width: 1279.98px) {



    .n-grid-img .n-grid-icons i {
        padding: 6px;
        font-size: 14px;
    }

    .n-grid-box .n-grid-details h3 {
        font-size: 16px;
    }

    .n-grid-box .n-grid-details p {
        font-size: 12px;
    }

    .n-grid-box .n-grid-details p i {
        font-size: 16px;
    }

    .n-grid-box .n-grid-details span i {
        font-size: 12px;
    }

    .n-hero-8 .n-8-container .n-8-content h1 {
        font-size: 30px;
    }

    .n-location .n-city-location ul li {
        font-size: 15px;
    }

    .heading-penel h3 {
        font-size: 28px;
        margin-bottom: 2px;
    }

    .n-8-serch-field ul li:last-child {
        margin-top: 33px;
    }

    .n-hero-8 .n-8-container .n-8-content p {
        font-size: 16px;
        line-height: 29px;
    }

    .n-hero-8 .n-8-container .n-8-product ul li .btn {
        font-size: 13px;
        padding: 8px 26px;
    }

    .n-hero-8 .n-8-container .n-8-product ul li i {
        font-size: 16px;
        padding: 10px 12px;
    }

    .n-8-serch-field ul li {
        margin-right: 10px;
    }

    .n-8-serch-field ul li .btn {
        padding: 12px;
    }

    .n-8-serch-field .form-control {
        height: 45px;
    }

    .n-8-serch-field .select2-container--default .select2-selection--single {
        height: 45px;
    }

    .n-8-serch-field ul li .form-group label {
        margin-bottom: 13px;
        font-size: 13px;
    }

    .n-jobs-recomend3 .n-listing-text h2 {
        margin-bottom: 0px;
        font-size: 22px;
    }

    .n-jobs-recomend3 .nav-tabs>li.active a {
        font-size: 13px;
    }

    .n-jobs-recomend3 .nav-tabs>li>a {
        font-size: 13px;
    }

    .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .jobs3-style {
        font-size: 14px;
        margin-bottom: 0;
    }

    .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories span {
        font-size: 12px;
    }

    .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p {
        font-size: 12px;
    }

    .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p i {
        font-size: 12px;
        margin-right: 8px;
    }

    .n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p {
        font-size: 12px;
    }

    .n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p i {
        font-size: 12px;
        margin-right: 8px;
    }

    .n-jobs-recomend3 .n-jobs3-product .btn {
        font-size: 13px;
    }

    .n-callto-action-8 .n-callto-details span {
        font-size: 24px;
    }

    .n-callto-action-8 .n-callto-details h3 {
        font-size: 26px;
    }

    .n-callto-action-8 .n-callto-details p {
        font-size: 13px;
        line-height: 28px;
    }

    .nth-success .nth-sc-content h3 {
        font-size: 26px;
    }

    .nth-success .nth-sc-content p {
        font-size: 13px;
    }

    .n-callto-action-8 {
        background-position: left;
    }

    .n-callto-action-8 .n-8-img {
        position: absolute;
        right: -47%;
        top: auto;
        bottom: 0;
    }

    .n-callto-action-8 .n-8-img img {
        width: 53%;
    }


    .n-callto-action-8 ul li {
        margin-right: 35px;
    }

    .n-callto-action-8 ul li .counter-js p {
        font-size: 12px;
        line-height: 18px;
    }

    .n-f-candidates4 .n-f-canidates-content .n-f-style {
        font-size: 16px;
    }

    .n-f-candidates4 .n-f-canidates-content p {
        font-size: 12px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .n-f-candidates4 .n-f-canidates-content .btn {
        font-size: 12px;
        padding: 8px 28px;
    }

    .n-f-candidates4 .n-f-canidates-content .n-candidates-style i {
        font-size: 16px;
    }

}

.dropup.ad-language {
    position: fixed;
    top: auto;
    right: 17%;
    z-index: 999;
    bottom: 0;
}

.ad-language .btn-default {
    border: none;
    border-radius: 4px 0 0 4px;
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}

.ad-language .btn-default:hover,
.ad-language .btn-default:focus {
    background-color: #FFF;
}

.ad-language .btn-default:active,
.ad-language .btn-default.active,
.ad-language.open>.dropdown-toggle.btn-default {
    background-color: #FFF !important;
}

.ad-language .dropdown-menu {
    padding: 0;
    border: none;
}

.ad-language .dropdown-menu>li {
    position: relative;
    width: 100%;
    display: inline-block;
}

.ad-language .dropdown-menu>li>a {
    padding: 10px 20px;
}

.ad-language .dropdown-menu>li>a img {
    margin-right: 5px;
    vertical-align: middle;
}

.ad-language .dropdown-menu>li>a:hover {
    color: #000;
    width: 100%;
}

.rtl .dropdown.ad-language {
    position: fixed;
    top: 15%;
    left: 0;
    right: auto;
    z-index: 999;
}

.rtl .ad-language .dropdown-menu>li>a img {
    margin-right: 0;
    margin-left: 5px;
    vertical-align: middle;
}

.rtl .ad-language .dropdown-menu {
    left: 0;
    right: auto;

}

.rtl .ad-language .dropdown-menu {
    left: auto;
    right: 0;
}

.rtl .ad-language .btn-default {
    border-radius: 0 4px 4px 0;
}

.rtl .ad-language .dropdown-menu::before {
    left: -12px;
    top: 20px;
    right: auto;
    transform: rotate(-90deg);
}

.ad-language .dropdown-toggle.btn-default:hover {
    background-color: #fff !important;
}

.n-hero7-fields .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}

.sb-wpml .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none;
}

.sb-wpml .wpml-ls-legacy-list-horizontal>ul {
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

.sb-wpml .wpml-ls-legacy-list-horizontal a {
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    float: none;
    width: 100%;
    color: #242424;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px;
    position: relative;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.transparent-header-1 .sb-wpml .wpml-ls-legacy-list-horizontal a {
    color: #FFF;
}

.dropzone.dz-clickable {
    z-index: 1;
}

.n-search-main .n-search-listing h3 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 30px;
}

.new-sidebar .filter-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.new-sidebar #panel_acordian.collapsed::before {
    font-family: 'FontAwesome';
    content: "\f067";
}

.new-sidebar #panel_acordian::before {
    font-family: 'FontAwesome';
    content: "\f068";
    color: #999;
    right: 25px;
    position: absolute;
    transition: all 0.3s ease 0s;
    top: 60px;
}

.emp_dashboard .dashboard-job-filters {
    padding-bottom: 0;
}

.dashboard-new.emp_dashboard .main-body {
    margin-top: 0;
}

.emp_dashboard .dashboard-job-filters table {
    background-color: #f5f5f5;
    width: 100%;
    text-align: center;
}

.emp_dashboard .dashboard-job-filters table td {
    text-align: center;
}

.emp_dashboard .dashboard-job-filters table td.counter-active {
    background-color: #242424;
    color: #FFF;
    padding: 15px 30px;
}

.emp_dashboard .dashboard-job-filters table td.counter-active a {
    color: #FFF !important;
}

.hide-upload-resume {
    display: none;
}

#my_cv_upload_custom {

    display: none;
}

.loader_img {
    margin-bottom: 30px;
    border-radius: 20px;
}

.generate_resume img {
    display: inline !important;
}

.rotator {
    animation: fa-spin .5s infinite linear;
}

.skills_tags {
    border: 1px solid #EEE;
    background-color: #FFF;
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 10px;
    margin-right: 3px;
    padding: 5px 15px;
    border-radius: 4px;
}

.n-job-title-box .company-name {
    text-transform: uppercase;
}

#progress_loader {
    display: none;
}

#image_rotator {
    margin-top: -30px;
    margin-bottom: 20px;
}

.cropper-img,
.img-preview {
    background-color: #f7f7f7;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 344px;
}

.woocommerce-table__line-item .wc-item-meta {

    display: none;
}

.n-search-page.horizontal {

    padding-top: 50px;
    background: #fff;
}

.horizontal_search {

    padding-bottom: 0;
}

.horizontal_search .jobs-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.horizontal_search .jobs-form ul li {
    float: left;
    width: 23.6%;
    margin-right: 20px;
    margin-bottom: 30px;
}

.horizontal_search .jobs-form {
    overflow: hidden;
    position: relative;
    border: 1px solid #DDD;
    padding: 30px;
    border-radius: 4px;
    padding-bottom: 10px;
}

.horizontal_search .jobs-form ul li:nth-child(4n) {
    margin-right: 0 !important;
}

.horizontal_search .jobs-form ul li:nth-child(4n) {
    margin-right: 0 !important;
}

.horizontal_search .jobs-form ul li:last-child {
    margin-right: 0;
}

.horizontal_search .jobs-form .select2-container {
    width: 100% !important;
}

.form-control::-moz-placeholder {
    color: #444;
}

/* Mozilla Firefox 19+ */

.horizontal_search .jobs-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 5px;
}

.horizontal_search .jobs-form ul li label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.horizontal_search .jobs-form .form-group {
    margin-bottom: 0;
}

.res-toggle {
    display: none;
}

@media (max-width: 575.98px) {
    .jobs-form ul li {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
    #intro-hero .conter-grid {
        display: flex;
        flex-direction: column;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .jobs-form ul li {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;

    }
    .n-search-page .sp-2-job-slide {
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .jobs-form ul li {

        width: 45% !important;
        margin-right: 12px !important;
    }
    .n-hero-section .n-saech-form form .sub-btn {
        padding: 13px 17px;
    }
    .n-search-page .sp-2-layout {
        margin-top: 30px;
    }
    .n-footer-transparent.footer-two .n-footer-block .n-app-btn {
        width: 71% !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .jobs-form ul li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .n-footer-transparent.footer-two .n-footer-block .n-app-btn {
        width: 33% !important;
    }

}

.btn-filter-search {
    margin-bottom: 0px;
    margin-top: 30px;
}

#edit-profile-modal .file-caption {
    padding: 0 10px;
    height: 50px;
}

#edit-profile-modal .file-caption-main .btn-file {
    background-color: #242424;
    border: 1px solid #242424;
    height: 50px;
}

.expire_alert {

    text-decoration: line-through;
}

.pac-container {

    z-index: 9999999999;
}

.recently-added-img {
    float: left;
    width: 30%;
    position: relative;
}

.recently-added-desc {
    float: left;
    width: 70%;
    padding: 0 0 0 15px;
}

.recently-added-desc h4 {
    text-align: left;
    font-size: 16px;
    padding-bottom: 2px;
    margin-top: 0;
}

.widget-inner-container {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.widget-inner-container.recently-added li {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    position: relative;
    padding-bottom: 15px;
}

.panel-default .list-group-item {
    margin-right: 3px;
    padding: 12px 0;
    padding-top: 12px;
    padding-top: 12px;
    box-shadow: none;
    display: flex;
    border-top: 0;
}

.panel-default .avatar {
    position: relative;
    width: 80px;
	height: 80px;
}
.panel-default .avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.panel-default .list-body {
    align-self: center;
    flex: 1;
    margin-left: 10px;

}

.list-body h4 {
    font-size: 16px;

}

.list-meta ul {
    list-style: none;
    padding-left: 0;
}

.list-meta ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
}

.submit-listing-section .form-group {
    position: relative;
    float: left;
    /*width: 100%;*/
    margin-bottom: 15px;
}

.submit-listing-section .form-group.has-success label {
    color: #242424;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-item:hover {

    border: 1px solid #0073ea;
    background: #0073ea;
    font-weight: 400;
    color: #fff;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.typeahead__cancel-button {

    margin-top: 10px;
}

.mt45 {

    margin-top: 45px;
}

.s-timezone {
    margin-top: 10px;
    font-size: 16px;
}

.opening-hours-title span {
    font-size: 16px;
    margin-left: 10px;
}

.days_list li .day-name {
    float: left;
    text-transform: capitalize;
    font-weight: 400;
}

.days_list li .day-timing {
    float: right;
    text-transform: capitalize;
}

.days_list li.current_day span {
    color: #48d17e !important;
}

.days_list li {
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
    font-size: 15px;
}

.days_list li.closed .day-timing {
    color: #e52d27;
}

.n-candidate-info2 {
    padding: 17px;
    background-color: #FFF;
    border: 1px solid #EEE;
    margin-bottom: 30px;
    border-radius: 4px;
}

.n-candidate-info2 .days_list li {
    font-size: 14px;
}

.n-candidate-info2 .days_list li:last-child {
    border: none;
}

.n-candidate-info2 .s-timezone {
    font-size: 14px;
}

.n-candidate-info2 .opening-hours-title span {
    font-size: 14px
}

.recently-added-desc .distance_clr {
    color: #fb236a;
}

.nearby_jobs {
    margin-top: 30px;
}

.sb_ver_ph_code_div .float-end {
    padding-top: 10px;
    font-size: 14px;
}

#sb_login_verification_form .form-group {

    margin-bottom: 20px;
}

#sb_login_verification_form .parsley-errors-list.filled {

    position: static;
}

.anchor_disable {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.n-resume-box-details {
    padding: 40px 25px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.n-sidebar-style {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}

.n-candidate-detail .resume-3-detail .n-4-resume {
    border: none !important;
    padding: 0 !important;
}

.n-candidates-detail-2 {
    overflow: hidden;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
}

.n-candidates-detail-2 ul {
    display: flex;
    margin: auto;
    overflow: hidden;
    flex-direction: row;
    justify-content: center;
}

.n-candidates-detail-2 img {
    margin: 0 auto;
    max-width: 170px;
    max-height: 170px;
    border-radius: 100px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-custom-style li {
    padding: 0 !important;
}

.n-details-employers3 {
    background-color: #fff;
    overflow: hidden;
}

.n-details-employers::before {
    content: '';
    border-width: 40px;
    border-style: solid;
    border-color: #233d7b transparent transparent #233d7b;
    position: absolute;
    top: 0;
    left: 0;
}

.n-details-employers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 35px;
}

.n-details-employers .n-details-box-employers {
    display: flex;
}

.n-details-employers .n-details-box-employers .n-details-box-img {
    margin-right: 15px;
    z-index: 9;
    border-radius: 100px;
    max-width: 100px;
    max-height: 170px;
    padding: 10px;
    background-color: #fff;

}

.n-details-employers .n-details-box-text {
    align-self: center;
}

.n-details-employers .n-details-groups {
    align-self: center;
    display: flex;
    list-style-type: none;
}

.n-details-employers .n-details-groups i {
    font-size: 22px;
    background-color: #eff3f6 !important;
    padding: 8px;
    align-self: center;
    margin-right: 12px;
    border-radius: 4px;
}

#n-nk-theme-spinner {
    font-size: 22px;
    background-color: unset !important;
    color: #fff;
    padding: 0px;
    align-self: center;
    margin-right: 12px;
    border-radius: 4px;
}

.n-employers-details-w {
    padding: 35px 20px;
    padding-top: 15px;
}

.n-details-employers3 .nav-tabs {
    border: 1px solid #e9e9e9;
    border-radius: 30px;
}

.n-details-employers3 .nav-tabs {
    text-align: center;
    margin: 0 auto;
    display: flex;
    width: 524px;
    justify-content: center;
}

.n-employers-details-w .n-details-employers3 .nav-tabs>li.active .cuatom-link {
    background-color: #233d7b!important;
    color: #fff;
}

.n-details-employers3 .nav-tabs>li  .custom-link {
    padding: 10px 40px;
    margin-right: 0;
    border: none;
    border-radius: 0;
    color:black;
}

.n-details-employers3 .tab-content {
    margin-top: 5%;
    padding: 0 20px;
}

.n-details-employers3 .tab-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
}

.n-details-employers3 .tab-content p {
    margin-bottom: 35px;
}

.n-details-list {
    margin-bottom: 50px;
}

.n-details-list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
}

.n-details-list .n-list-employs-img {
    align-self: center;
    margin-right: 10px;
}

.n-details-list .n-list-employs-img i {
    font-size: 32px;
    color: #233d7b;
}

.n-details-list .n-list-employ-text {
    align-self: center;
}

.n-details-list .n-list-employ-text h3 {
    font-size: 16px !important;
    margin-bottom: 0;
}

.n-details-list .n-list-employ-text p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px;
}

.ms-botom {
    margin-bottom: 20px !important;
    /* margin-left: 2%; */
}

.n-details-employers3 .n-img-p {
    margin-bottom: 25px;
}

.ms-top {
    margin-top: 25px;
}

.n-details-employers3 .n-submit {
    float: right;
    margin-top: 20px;
}

.n-candidate-info.no_border {
    border: none !important;
}

.n-details-employers .n-details-groups {
    align-self: center;
    display: flex;
}

.resume-3-sidebar .widget h4.widget-heading::before {
    background-color: #233d7b;
}

.resume-3-sidebar.n_widget {
    background: white;
}

.n-details-groups.n_socials {
    max-width: 15%;
}

.n-details-groups.n_socials li {
    margin-right: 10px;
}

.n-details-groups.n_socials.n_custom {

    margin-left: 40%;
}

.n-details-groups.n_socials.n_custom.iconss {
    position: absolute;
    right: 190px;
}

.n-detail-jobs-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}

.n-detail-jobs-content .n-detail-job-title {
    position: relative;
}

.n-detail-jobs-content .n-detail-job-title ul {
    display: flex;
    list-style: none;
}

.n-detail-jobs-content .n-detail-job-title ul li {
    margin-right: 30px;
    position: relative;
}

.n-detail-jobs-content .n-detail-job-title ul li.n-selector::before {
    border-right: none;
}

.n-detail-jobs-content .n-detail-job-title ul li p {
    margin: 0;
    font-size: 13px;
}

.n-detail-jobs-content .n-detail-job-title ul li p i {
    margin-right: 8px;
    color: #ffc420;
}

.n-detail-jobs-content .n-detail-social-icons {
    align-self: center;
}

.n-detail-jobs-content .n-detail-social-icons ul {
    list-style: none;
    padding: 0;
    list-style: none;
    display: flex;
}

.n-detail-jobs-content .n-detail-social-icons ul li {
    margin-right: 13px;
    align-self: center;
    border-radius: 6px;
}

.i-style-1 {
    background-color: #ddd;
    color: #fff;
}

.n-details-list ul li {
    display: flex;
}

.n-details-employers .n-details-box-employers .n-details-box-img img {
    border-radius: 60px;
    max-width: 90px;
}

.review-form {
    margin-bottom: 20px;
}

.n-details-employers .n-details-box-text h3 {
    margin: 0;
}

.n-details-employers .n-details-box-text p {
    margin: 0;
}

.n-detail-jobs-content .n-detail-job-title h3 {
    font-size: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.n-grid-icon-list0 {
    position: absolute;
    right: 10%;
    bottom: 33%;
    display: none;
}

.n-grid-overlay img {
    height: 230px;
    width: 100%;
}

.n-grid-icon-list0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.n-grid-icon-list0 ul li {
    margin-bottom: 10px;
}

.n-grid-overlay {
    position: relative;
}

.n-grid-overlay::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 7px 7px 0 0;
}

.n-grid-box .n-grid-details span {
    float: right;
}

.n-grid-icon-list0 ul li img {
    max-width: 30px;
}

.n-grid-box .n-grid-details span i {
    cursor: pointer;
    color: dimgray;
    font-size: 18px;
}

.n-grid-box .n-grid-details {
    background-color: #fff;
    padding: 28px 20px 18px;
    overflow: hidden;
}

.n-grid-box .n-grid-details h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    float: left;
}

.n-grid-box {
    margin-top: 20px;
}

.n-grid-box .n-grid-details p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.n-grid-box .n-grid-details p i {
    margin-right: 10px;
    color: red;
    font-size: 18px;
    vertical-align: middle;
}

.n-grid-box .n-grid-img img {
    border-radius: 7px 7px 0 0;
}

.n-grid-box .n-grid-img {
    position: relative;
}

.n-grid-style-background {
    background-image: url(../images/ping.png);
    background-size: auto;
    height: auto;
    background-position: top;
    background-size: cover;
    width: 170px;
    text-align: center;
    position: absolute;
    bottom: -22px;
}

.n-grid-style-background img {
    margin: 0 auto;
    margin-top: 2px;
    max-width: 80px;
    border-radius: 50px !important;
    height: auto;
    width: auto;
}

.n-grid-img .n-grid-icons {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    float: right;
}

.n-grid-img .n-grid-icons i {
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}

.n-grid-box .features-star {
    z-index: 9;
}

#custom_collapse_btn {
    width: 100%;
}

.n_advertise {
    margin-left: 5%;
    margin-bottom: 5%;
}

.n-advert-display {
    margin-bottom: 3%;
}

.n-advert-display-grid {
    /* margin-bottom: 3%; */
    /* margin-left: 2%; */
}

.n-advert-display-grid-style {
    margin-bottom: 1%;
    margin-left: 2%;
    margin-top: 3%;
}

.n-adverts-custom {
    margin-bottom: 3%;
    margin-left: 2%;
    margin-top: 3%;
}

.n-job-single.n-jooble-single {
    z-index: 9;
}

.nokri-members-acc-allow {
    list-style: none;
}

.icheckbox_square.n_memb_check_permissions {
    margin-right: 5%;
    margin-left: 5%;
}

/* my new changes start */

.n-candidate-detail .n-candidate-meta .timeline-box ul li,
.n-candidate-detail .n-candidate-meta .timeline-box ol li {
    color: unset;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li span {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li>span::before {
    left: -35px;
    top: 16px;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .info ol li,
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .info ul li {
    padding-bottom: 0px !important;
    display: list-item !important;
    margin-left: 0;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .info ol li span::before,
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .info ul li span::before {
    content: none;
}

/* my new changes end */

/* nokri-black-header-start */
.nokri-black-header .mega-menu.n-header-trabsparent {
    position: relative;
    min-height: unset;
}

.nokri-black-header .mega-menu>section.menu-list-items {
    min-height: 90px;
    background-color: #000;
}

.nokri-black-header .mega-menu .menu-logo img {
    margin-top: 0;
}

.nokri-black-header .mega-menu.n-header-trabsparent .menu-button a.n-btn-flat {
    padding: 11px 45px;
    background-color: #233d7b;
    border: 1px solid #233d7b;
}

.nokri-black-header .mega-menu .menu-links>li {
    line-height: 40px;
}

.nokri-black-header .mega-menu.n-header-trabsparent .menu-links>li>a {
    line-height: 30px;
    padding: 10px 20px;
    position: relative;
    transition: 0.5s ease-in-out;
}

.nokri-black-header .mega-menu.n-header-trabsparent .menu-links>li>a::before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 16px;
    width: 0;
    height: 3px;
    border-bottom: 3px solid #233d7b;
    transition: 0.5s ease-in-out;
}

.nokri-black-header .mega-menu.n-header-trabsparent .menu-links>li>a:hover::before {
    width: 73%;
}

.nokri-black-header .mega-menu .menu-button li a i {
    margin-right: 5px;

}

.nokri-black-header .mega-menu .menu-button li .n-login-header.left {
    padding-right: 15px;
    position: relative;
}

.nokri-black-header .mega-menu .menu-button li .n-login-header.left::before {
    content: "";
    border-right: 1px solid #ffff;
    width: 1px;
    height: 40px;
    position: absolute;
    top: -12px;
    right: 0;
}

.nokri-black-header .mega-menu .menu-button li .n-login-header.right {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.nokri-black-header .mega-menu .menu-button li .n-login-header.right::before {
    content: "";
    border-left: 1px solid #ffff;
    width: 1px;
    height: 40px;
    position: absolute;
    top: -12px;
    right: 0;
}

.nokri-black-header .mega-menu .drop-down h4 {
    color: #233d7b;
}

.nokri-black-header .mega-menu .drop-down a:hover,
.nokri-black-header .mega-menu .drop-down-multilevel li:hover>a {
    color: #233d7b;
}

/* nokri-black-header-end */
/* new-nokri-hero-start */
.new-nokri-hero {
    padding: 180px 0 250px 0;
    background-image: url(../images/hero-bg.png);
    background-size: cover;
    background-position: center center;
}

.new-nokri-hero .main-content {
    position: relative;
    z-index: 1;
}

.new-nokri-hero .main-content .title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.new-nokri-hero .main-content .heading {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.new-nokri-hero .main-content .txt {
    width: 470px;
    line-height: 30px;
    font-size: 16px;
    color: #3e3e3e;
}

.new-nokri-hero .main-content .search-bar {
    margin-top: 30px;
    display: flex;
    width: 578px;
    padding: 15px;
    border-radius: 5px;
    background-color: #ffff;
    box-shadow: 0px 0px 15px 7px rgba(0, 34, 43, 0.06);
}

.new-nokri-hero .main-content .search-bar .n-search-bar-form {
    display: flex;

}

.new-nokri-hero .main-content .search-bar .n-search-bar-form .freelance-category {
    margin-bottom: 0;
}

.new-nokri-hero .main-content .search-bar input {
    padding: 10px 20px 10px 20px;
    background-color: #fafbfb;
    line-height: 30px;
    border: none;
    width: 190px;
}

.new-nokri-hero .main-content .search-bar input:focus-visible {
    outline: none;
}

.demand-slt-2-bg .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #233d7b;
}

.new-nokri-hero .main-content .search-bar .select2-container {
    width: 200px !important;
    margin: 0 10px;
}

.new-nokri-hero .main-content .search-bar .select2-container .select2-selection--single {
    height: 50px;
    background-color: #fafbfb;
    border: none;
    border-radius: 0;
}

.new-nokri-hero .main-content .search-bar .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px 20px 0px 20px;
    line-height: 48px !important;
}

.new-nokri-hero .main-content .search-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px;
    right: 12px;
}

.new-nokri-hero .main-content .search-bar .srh-btn {
    background-color: #233d7b;
    border: 1px solid #233d7b;
    color: #ffff;
    font-size: 16px;
    padding: 12px 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.new-nokri-hero .main-content .circle-img {
    position: absolute;
    top: -110px;
    left: -218px;
    z-index: -1;
}

.new-nokri-hero .main-img-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.new-nokri-hero .main-img-box .main-img {
    position: absolute;
    top: -130px;
    right: -80px;
    max-width: unset;
}

.new-nokri-hero .main-content .srh-categories {
    margin-top: 20px;
}

.new-nokri-hero .main-content .srh-categories ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.new-nokri-hero .main-content .srh-categories ul li h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.new-nokri-hero .main-content .srh-categories ul li a {
    font-size: 12px;
    color: #3e3e3e;
}

.new-nokri-hero .main-content .srh-categories ul li:first-child {
    margin-right: 10px;
}

/* new-nokri-hero-end */
/* nokri-browse-categories-start */
.nokri-browse-categories {
    padding: 80px 0;
    background-color: #f3f5f4;
}

.nokri-main-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.nokri-main-meta .main-heading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
}

.nokri-main-meta .main-txt {
    font-size: 16px;
    color: #3e3e3e;
    margin-bottom: 0;
    width: 600px;
    text-align: center;
}

.nokri-browse-categories .category-box-grid .col-12 {
    padding: 0;
}

.nokri-browse-categories .category-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background-color: #ffff;
    border-right: 1px solid transparent;
    border-image: url(../images/line-shape.png) 30 round;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.nokri-browse-categories .category-box-grid .col-12:last-child .category-box {
    border-image: none;
}

.nokri-browse-categories .category-box::before {
    content: "";
    background-color: #233d7b;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}

.nokri-browse-categories .category-box:hover::before {
    height: 100%;

}

.nokri-browse-categories .category-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid transparent;
    width: 100%;
    border-image: url(../images/line2-shape.png) 0.5 round;
}

.nokri-browse-categories .col-12:nth-last-child(1) .category-box::after,
.nokri-browse-categories .col-12:nth-last-child(2) .category-box::after,
.nokri-browse-categories .col-12:nth-last-child(3) .category-box::after,
.nokri-browse-categories .col-12:nth-last-child(4) .category-box::after {
    content: none;
}

.nokri-browse-categories .col-12:nth-child(4n+0) .category-box {
    border-right: none;
}

.nokri-browse-categories .category-box .heading {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    transition: 0.5s ease-in-out;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.nokri-browse-categories .category-box:hover .heading {
    color: #ffff;
}

.nokri-browse-categories .category-box span {
    font-size: 16px;
    color: #777;
    transition: 0.5s ease-in-out;
}

.nokri-browse-categories .category-box:hover span {
    color: #ffff;
}

.nokri-browse-categories .category-box .category-img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.nokri-browse-categories .category-box .category-img img {
    width: 100%;
}

.nokri-browse-categories .category-box .dot-img {
    position: absolute;
    top: -20px;
    right: -90px;
    display: none;
}

.nokri-browse-categories .category-box .dot-circle-img {
    position: absolute;
    bottom: -30px;
    left: -30px;
    display: none;
}

.nokri-browse-categories .category-box:hover .dot-img,
.nokri-browse-categories .category-box:hover .dot-circle-img {
    display: block;
}

/* nokri-browse-categories-end */
/* features-jobs-start */
.features-jobs {
    padding: 80px 0;
}

.features-jobs .ftrd-job-box {
    padding: 30px;
    border: 1px solid #c6c7c8;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}

.features-jobs .ftrd-job-box:hover {
    border: 1px solid #ffff;
    box-shadow: 0px 0px 15px 7px rgba(0, 34, 43, 0.06);
}

.features-jobs .ftrd-job-box .job-profile {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.features-jobs .ftrd-job-box .job-img {
    max-width: 50px;
    margin-right: 15px;
}

.features-jobs .ftrd-job-box .job-field span {
    font-size: 16px;
}

.features-jobs .ftrd-job-box .job-field h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.features-jobs .ftrd-job-box .title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.features-jobs .ftrd-job-box .job-type {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
    margin: 5px 0 12px 0;
}

.features-jobs .ftrd-job-box .location {
    font-size: 15px;
}

.features-jobs .ftrd-job-box .location span {
    margin-right: 5px;
}

.features-jobs .ftrd-job-box .bottom-box {
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.features-jobs .ftrd-job-box .bottom-box h5 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
}

.features-jobs .ftrd-job-box .bottom-box h5 span {
    font-size: 14px;
    font-weight: 400;
}

.features-jobs .ftrd-job-box .bottom-box .apply-btn {
    font-size: 16px;
    color: #233d7b;
    background-color: #ffff;
    border: 1px solid #233d7b;
    padding: 12px 32px;
    border-radius: 5px;
    text-align: center;
    display: block;
    margin-top: 15px;
    transition: 0.5s ease-in-out;
}

.features-jobs .ftrd-job-box:hover .bottom-box .apply-btn {
    color: #ffff;
    background-color: #233d7b;
    border: 1px solid #233d7b;
}

.features-jobs .ftrd-job-box .job-field h5 span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
}

.features-jobs .explore-more {
    text-align: center;
    margin: 12px 0;
}

.features-jobs .explore-more .more-btn {
    color: #ffff;
    font-size: 16px;
    background-color: #233d7b;
    border: 1px solid #233d7b;
    padding: 15px 30px;
}

.features-jobs .ftrd-job-box .rate-box {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    background-color: #e52d27;
    transform: rotate(45deg);
}

.features-jobs .ftrd-job-box .rate-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #ffff;
}

/* features-jobs-end */
/* top-hiring-companies-start */
.top-hiring-companies {
    padding: 80px 0 50px;
    background-image: url(../images/top-companies-bg.png);
    background-position: center center;
    background-size: cover;
}

.top-hiring-companies .company-brand-grid {
    text-align: center;
}

.top-hiring-companies .company-brand-grid ul li {
    width: 16.3%;
    display: inline-block;
}

.top-hiring-companies .company-brand-grid ul li .company-brand {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.top-hiring-companies .nokri-main-meta span {
    font-size: 30px;
    color: #ffff;
    font-weight: 600;
    line-height: 30px;
}

.top-hiring-companies .nokri-main-meta .main-heading {
    color: #ffff;
}

/* top-hiring-companies-end */
/* featured-candidates-start */
.featured-candidates {
    padding: 80px 0 50px;
}

.featured-candidates .profile-card {
    border-radius: 5px;
    box-shadow: 0px 0px 15px 7px rgba(0, 34, 43, 0.06);
    margin-bottom: 30px;
}

.featured-candidates .profile-card .prf-meta {
    padding: 25px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.featured-candidates .profile-card .prf-meta .prf-meta-image {
    width: 130px;
}

.featured-candidates .profile-card .prf-meta .rating {
    margin: 15px 0;
}

.featured-candidates .profile-card .prf-meta .rating .fill {
    color: #ffcc00;
}

.featured-candidates .profile-card .prf-meta .rating .unfill {
    color: #dadada;
}

.featured-candidates .profile-card .prf-meta .name {
    font-size: 20px;
    color: #000;
    line-height: 20px;
}

.featured-candidates .profile-card .prf-meta .skill {
    color: #3e3e3e;
}

.featured-candidates .profile-card .prf-meta .location {
    margin: 10px 0;
    color: #3e3e3e;
}

.featured-candidates .profile-card .prf-meta ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}

.featured-candidates .profile-card .prf-meta ul li {
    width: 32%;
    margin: 0 5px;
}

.featured-candidates .profile-card .prf-meta ul li a {
    padding: 8px;
    font-size: 13px;
    background-color: #233d7b;
    color: #ffff;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-candidates .profile-card .prf-meta .favrt-outer {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50%;
    background-color: #f3f4f5;
}

.featured-candidates .profile-card .prf-meta .favrt-outer i {
    color: #e52d27;
    padding: 10px;
}

.featured-candidates .profile-card .prf-meta .rate-box {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    background-color: #e52d27;
    transform: rotate(45deg);
}

.featured-candidates .profile-card .prf-meta .rate-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #ffff;
}

.featured-candidates .profile-card .prf-btn {
    margin-top: 15px;
}

.featured-candidates .profile-card .prf-btn .view-prf {
    display: block;
    background-color: #233d7b;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffff;
    padding: 10px 20px;
    text-align: center;
}

/* featured-candidates-end */
/* our-resources-start */
.our-resources {
    padding: 80px 0;
    background-color: #f3f5f4;
    position: relative;
    overflow: hidden;
}

.our-resources::before {
    content: "";
    background-image: url(../images/resource-bg.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    animation: MoveUpDown 10s linear infinite;
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 0;
    }

    50% {
        top: 50px;
    }
}

.our-resources .left-cont {
    padding: 79px 0;
}

.our-resources .left-cont .title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.our-resources .left-cont .txt {
    font-size: 16px;
    margin-bottom: 10px;
}

.our-resources .left-cont .resource-btn {
    background-color: #233d7b;
    border: 1px solid #233d7b
}

.our-resources .left-cont .main-btn .resource-btn {
    margin-top: 10px;
}

/* our-resources-end */
/* our-free-app-start */
.our-free-app {
    padding: 80px 0;
}

.our-free-app .right-meta {
    padding: 137px 0;
}

.our-free-app .right-meta small {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.our-free-app .right-meta .heading {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 50px;
    margin-bottom: 12px;
}

.our-free-app .right-meta .txt {
    font-size: 16px;
}

.our-free-app .right-meta ul {
    margin-top: 30px;
}

.our-free-app .right-meta ul li {
    display: inline-block;
    margin-right: 20px;
}

/* our-free-app-end */
/* customer-testimonial-start */
.customer-testimonial {
    padding: 80px 0;
    background-color: #f3f5f4;
}

.customer-testimonial .comment-box {
    display: flex;
}

.customer-testimonial .comment-box .left-img .img-box {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.customer-testimonial .comment-box .right-meta {
    padding: 20px;
    background-color: #ffff;
    border-radius: 5px;
    border-left: 3px solid #233d7b;
    position: relative;
}

.customer-testimonial .comment-box .right-meta .heading {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 40px;
}

.customer-testimonial .comment-box .right-meta .title {
    font-size: 18px;
    margin-bottom: 20px;
}

.customer-testimonial .comment-box .right-meta .txt {
    margin-top: 15px;
    font-size: 16px;
}

.customer-testimonial .comment-box .right-meta .shape-img {
    position: absolute;
    top: 40px;
    right: 110px;
    width: auto;
}

.customer-testimonial .nokri-client-testimonial .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.customer-testimonial .nokri-client-testimonial.owl-theme .owl-dots button.owl-dot span {
    background-color: #959595;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 10px;
}

.customer-testimonial .nokri-client-testimonial.owl-theme .owl-dots button.owl-dot.active span {
    width: 26px;
    background-color: #233d7b;
    border-radius: 25px;
}

/* customer-testimonial-end */
/* our-latest-news-start */
.our-latest-news {
    padding: 80px 0;
}

.our-latest-news .news-card {
    margin-bottom: 30px;
}

.our-latest-news .news-card .img-box {
    position: relative;
}

.our-latest-news .news-card .img-box .issue-date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #ffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 20px;
}

.our-latest-news .news-card .gallery-bar {
    background-color: #233d7b;
    padding: 5px 20px;
    font-size: 12px;
}

.our-latest-news .news-card .gallery-bar a {
    color: #ffff;
}

.our-latest-news .news-card .gallery-bar i {
    margin-right: 5px;
}

.our-latest-news .news-card .card-meta {
    padding: 20px;
    background-color: #f3f4f5;
}

.our-latest-news .news-card .card-meta .title {
    font-size: 18px;
    color: #000;
}

.our-latest-news .news-card .card-meta .txt {
    font-size: 16px;
}

.our-latest-news .news-card .card-meta .news-btn {
    background-color: #233d7b;
    border: 1px solid #233d7b;
    padding: 8px 15px;
}

/* our-latest-news-end */
/* nokri-demand-change-start */
.nokri-demand-change {
    margin-top: 80px;
}

.nokri-demand-change .n-newsleter-content {
    padding: 40px 25px 40px 30px;
}

.nokri-demand-change .n-newsleter-content .input-group input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none;
}

.nokri-demand-change .n-newsleter-content .input-group .n-btn-flat {
    background-color: #233d7b;
    border: 1px solid #233d7b;
}

.n-footer-5.nokri-demand-change .n-footer-links ul li a:hover {
    color: #233d7b;
}

/* nokri-demand-change-end */
/* breadcrumb-section-start */
.breadcrumb-section {
    background-image: url(../imgs/breadcrumb-bg.png);
    background-position: center center;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}

.breadcrumb-section::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/* breadcrumb-section-end */
/* about-company-prf-dtl-start */
.about-company-prf-dtl {
    background-color: #f8faff;
    padding-top: 0;
    padding-bottom: 160px;
}

.about-company-prf-dtl .abt-cmpy-prf-dtl {
    background-color: #ffff;
    border-radius: 15px;
    box-shadow: 0px 0px 30px 15px rgba(0, 34, 43, 0.09);
    background-image: url(../imgs/profile-bg.png);
    background-size: cover;
    background-position: center center;
    margin-top: -170px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.about-company-prf-dtl .abt-cmpy-prf-dtl .profile {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.about-company-prf-dtl .abt-cmpy-prf-dtl .profile .left-meta {
    display: flex;
    align-items: center;
}

.about-company-prf-dtl .abt-cmpy-prf-dtl .profile .left-meta .prf-cont small {
    font-size: 14px;
}

.about-company-prf-dtl .profile .left-meta .logo {
    margin-right: 30px;
    width: 150px;
    height: 150px;
}

.about-company-prf-dtl .profile .left-meta .prf-cont h1 {
    margin: 5px 0;
}

.about-company-prf-dtl .profile .rightmeta {
    text-align: right;
}

.about-company-prf-dtl .profile .rightmeta h5 {
    font-size: 18px;
    font-weight: 600;
    margin-right: 33px;
    margin-bottom: 0;
}

.about-company-prf-dtl .profile .rightmeta .rating {
    margin-top: 2px;
}

.about-company-prf-dtl .profile .rightmeta .rating .fill {
    color: #ffc107;
}

.about-company-prf-dtl .profile .rightmeta .rating .unfill {
    color: #cbcbcb;
}

.about-company-prf-dtl .profile .rightmeta .follow-us {
    margin-top: 25px;
}

.about-company-prf-dtl .profile .rightmeta .follow-us .follow-btn {
    padding: 10px 15px;
    background-color: #233d7b;
    border: 1px solid #233d7b;
}

.about-company-prf-dtl .profile .rightmeta .follow-us .follow-btn i {
    margin-left: 30px;
    font-size: 20px;
}

.about-company-prf-dtl .botm-counters {
    border-top: 1px solid #dcdcdc;
}

.about-company-prf-dtl .botm-counters ul li {
    display: inline-block;
    border-right: 1px solid #dcdcdc;
}

.about-company-prf-dtl .botm-counters ul li:first-child span {
    color: #007cff;
}

.about-company-prf-dtl .botm-counters ul li:nth-child(2) span {
    color: #ff9600;
}

.about-company-prf-dtl .botm-counters ul li:nth-child(3) span {
    color: #ff371c;
}

.about-company-prf-dtl .botm-counters ul li:nth-child(4) span {
    color: #ff698c;
}

.about-company-prf-dtl .botm-counters ul li:last-child span {
    color: #ff6000;
}

.about-company-prf-dtl .botm-counters ul li:last-child {
    border-right: none;
}

.about-company-prf-dtl .botm-counters ul li .item {
    padding: 10px 72px;
}

.about-company-prf-dtl .botm-counters ul li .item small {
    font-size: 18px;
}

.about-company-prf-dtl .botm-counters ul li .item span {
    font-size: 22px;
    font-weight: 600;
}

.about-company-prf-dtl .prf-description {
    background-color: #ffff;
    border-radius: 10px;
    padding: 30px;
}

.about-company-prf-dtl .prf-description .about-company {
    margin-bottom: 30px;
}

.about-company-prf-dtl .prf-description h3 {
    line-height: 22px;
    margin-bottom: 25px;
}

.about-company-prf-dtl .prf-description p {
    margin-bottom: 6px;
}

.about-company-prf-dtl .prf-description .responsibilities {
    margin-bottom: 20px;
}

.about-company-prf-dtl .prf-description .responsibilities ul li .list {
    display: flex;
    align-items: baseline;
}

.about-company-prf-dtl .prf-description .responsibilities ul li .list span i {
    margin-right: 10px;
    color: #16ab0a;
}

.about-company-prf-dtl .prf-description .responsibilities ul li .list p {
    margin-bottom: 0;
}

.about-company-prf-dtl .prf-description .location {
    margin-bottom: 30px;
}

.about-company-prf-dtl .prf-description .reviews .review-card {
    margin-bottom: 20px;
}

.about-company-prf-dtl .prf-description .reviews .review-card .prf-img {
    float: left;
    height: 120px;
    margin-right: 20px;
}

.about-company-prf-dtl .prf-description .reviews .review-card .prf-meta .prf {
    display: flex;
    justify-content: space-between;
}

.about-company-prf-dtl .prf-description .reviews .review-card .prf-meta .prf h6 {
    font-weight: 600;
}

.about-company-prf-dtl .prf-description .reviews .review-card .prf-meta .rating .fill {
    color: #ffc107;
}

.about-company-prf-dtl .prf-description .reviews .review-card .prf-meta .rating .unfill {
    color: #cbcbcb;
}

.about-company-prf-dtl .prf-description .write-review .rating h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.about-company-prf-dtl .prf-description .write-review .rating .fill {
    color: #ffc107;
}

.about-company-prf-dtl .prf-description .write-review .form {
    margin-top: 30px;
}

.about-company-prf-dtl .prf-description .write-review .form ul {
    display: flex;
}

.about-company-prf-dtl .prf-description .write-review .form ul li {
    width: 49%;
}

.about-company-prf-dtl .prf-description .write-review .form ul li input {
    height: 50px;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    background-color: #fbfbfb;
    width: 100%;
}

.about-company-prf-dtl .prf-description .write-review .form ul li:first-child {
    margin-right: 20px;
}

.about-company-prf-dtl .prf-description .write-review .form textarea {
    margin-top: 20px;
    width: 100%;
    background-color: #fbfbfb;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    resize: none;
}

.about-company-prf-dtl .prf-description .write-review .form ul li input:focus-visible,
.about-company-prf-dtl .prf-description .write-review .form textarea:focus-visible {
    outline: none;
}

.about-company-prf-dtl .prf-description .write-review .form .botm-btn {
    margin-top: 25px;
}

.about-company-prf-dtl .prf-description .write-review .form .botm-btn .submit-btn {
    padding: 15px 30px;
    background-color: #233d7b;
    border: 1px solid #233d7b;
}

.about-company-prf-dtl .contact-us {
    padding: 30px;
    border-radius: 10px;
    background-color: #ffff;
    margin-bottom: 30px;
}

.about-company-prf-dtl .contact-us .title {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}

.about-company-prf-dtl .custom-detail .n-single-meta-detail li {
    margin-bottom: 20px;
}

.about-company-prf-dtl .custom-detail .n-single-meta-detail li:last-child {
    margin-bottom: 0px;
}

.about-company-prf-dtl .custom-detail .n-single-meta-detail li:before {
    top: -5px;
}

.about-company-prf-dtl .contact-us ul li:first-child .item i {
    color: #77f4a3;
}

.about-company-prf-dtl .contact-us ul li:nth-child(2) .item i {
    color: #233d7b;
}

.about-company-prf-dtl .contact-us ul li:nth-child(3) .item i {
    color: #ffb362;
}

.about-company-prf-dtl .contact-us ul li:nth-child(4) .item i {
    color: #007cff;
}

.about-company-prf-dtl .contact-us ul li:last-child .item i {
    color: #16ab0a;
}

.about-company-prf-dtl .contact-us ul li .item {
    display: flex;
    align-items: baseline;
}

.about-company-prf-dtl .contact-us ul li .item i {
    margin-right: 10px;
}

.about-company-prf-dtl .contact-us ul li .item p span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
}

.about-company-prf-dtl .right-side-banner {
    margin-top: 30px;
}

.about-company-prf-dtl .social-box {
    margin-top: 30px;
    padding: 30px;
    background-color: #ffff;
    border-radius: 10px;
}

.about-company-prf-dtl .social-box .title {
    line-height: 20px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.about-company-prf-dtl .social-box ul {
    display: flex;
    justify-content: center;
}

.about-company-prf-dtl .social-box ul li {
    margin-right: 20px;
}

.about-company-prf-dtl .social-box ul li a img {
    width: 40px;
    height: 40px;
}

.about-company-prf-dtl .social-box ul li:last-child {
    margin-right: 0px;
}

.about-company-prf-dtl .fr-ads-list .fr-ads-box {
    margin-top: 30px;
    padding: 20px;
    background-color: #ffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.about-company-prf-dtl .fr-ads-list .fr-ads-box .left-cont {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.about-company-prf-dtl .fr-ads-list .fr-ads-box .left-cont img {
    border-radius: 50%;
}

.about-company-prf-dtl .fr-ads-list .fr-ads-box .right-cont h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
}

.about-company-prf-dtl .fr-ads-list .fr-ads-box .right-cont h6 {
    font-size: 16px;
    color: #3e3e3e;
    margin-bottom: 3px;
}

.about-company-prf-dtl .fr-ads-list .fr-ads-box .right-cont small {
    font-size: 14px;
    color: #3e3e3e;
}

.about-company-prf-dtl .prf-description .portfolio .portfolio-img {
    margin-bottom: 30px;
}

.about-company-prf-dtl .prf-description .portfolio .portfolio-img.overlay {
    position: relative;
}

.about-company-prf-dtl .prf-description .portfolio .portfolio-img.overlay::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-company-prf-dtl .prf-description .portfolio .portfolio-img.overlay .plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2px 8px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffff;
}

.about-company-prf-dtl .prf-description .portfolio .portfolio-img img {
    width: 100%;
}

.about-company-prf-dtl .prf-description .portfolio-video .video-img {
    position: relative;
    border-radius: 10px;
}

.about-company-prf-dtl .prf-description .portfolio-video .video-img.overlay::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.about-company-prf-dtl .prf-description .portfolio-video .video-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 12px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffff;
    font-size: 30px;
    border-radius: 50%;
}

.about-company-prf-dtl .prf-description .portfolio-video .video-img .play-btn i {
    padding-left: 5px;
}

.about-company-prf-dtl .specialization {
    background-color: #ffff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}

.about-company-prf-dtl .specialization h3 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 0;
}

.about-company-prf-dtl .specialization ul li {
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 15px;
}

.about-company-prf-dtl .specialization ul li a {
    font-size: 14px;
    padding: 3px 20px;
    border: 1px solid #e4e4e5;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
}

.about-company-prf-dtl .specialization ul li a:hover {
    background-color: #233d7b;
    border: 1px solid #233d7b;
    color: #ffff;
}

.about-company-prf-dtl .right-side-banner {
    margin-bottom: 30px;
}

.about-company-prf-dtl .location {
    padding: 30px;
    background-color: #ffff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.about-company-prf-dtl .location h3 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}

.about-company-prf-dtl .form-box {
    padding: 30px;
    background-color: #ffff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.about-company-prf-dtl .form-box h3 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}

.about-company-prf-dtl .form-box input {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background-color: #f4f4f5;
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
}

.about-company-prf-dtl .form-box input:focus-visible {
    outline: none;
}

.about-company-prf-dtl .form-box textarea {
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    background-color: #f4f4f5;
    width: 100%;
    resize: none;
    margin-bottom: 20px;
}

.about-company-prf-dtl .form-box textarea:focus-visible {
    outline: none;
}

.about-company-prf-dtl .form-box .message-btn {
    padding: 10px 15px;
    background-color: #233d7b;
    border: 1px solid #233d7b;
}

.about-company-prf-dtl .specialization ul li {
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 15px;
}

.about-company-prf-dtl .prf-description .prf-member-box {
    box-shadow: 0px 0px 8px -1px rgb(0 34 43 / 9%);
    margin-bottom: 30px;
}

/* map leaflet css */
#mapid .leaflet-top {
    top: 130px;
}
/* #mapid .leaflet-top .fullscreen-icon {
    background-size: 16px 28px;
    background-position: 7px 2px;
}


#mapid .leaflet-top .fullscreen-icon.leaflet-fullscreen-on {
    background-size: 18px 25px;
}
#mapid .leaflet-top .fullscreen-icon.leaflet-fullscreen-on {
  background-position: 6px 2px;
}


#mapid .leaflet-top .fullscreen-icon.leaflet-fullscreen-on{
 
} */

/* about-company-prf-dtl-end */
@media (min-width: 768px) and (max-width: 1279.98px) {
    .nokri-black-header .mega-menu>section.menu-list-items {
        min-height: 150px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    /* new-nokri-hero-start */
    .new-nokri-hero .main-content .heading {
        font-size: 34px;
    }

    /* new-nokri-hero-end */
    /* features-jobs-start */
    .features-jobs .ftrd-job-box .job-field span,
    .features-jobs .ftrd-job-box .job-field h5,
    .features-jobs .ftrd-job-box .job-field h5 span {
        font-size: 14px;
    }

    .features-jobs .ftrd-job-box .title {
        font-size: 17px;
    }

    .features-jobs .ftrd-job-box .job-type {
        font-size: 16px;
    }

    .features-jobs .ftrd-job-box .location {
        font-size: 12px;
    }

    .features-jobs .ftrd-job-box .bottom-box h5 {
        font-size: 20px;
    }

    .features-jobs .ftrd-job-box .bottom-box .apply-btn {
        font-size: 14px;
        padding: 8px 12px;
    }

    /* features-jobs-start */
    /* featured-candidates-start */
    .featured-candidates .profile-card .prf-meta ul li a {
        font-size: 11px;
        padding: 8px 4px;
    }

    /* featured-candidates-end */
    /* our-resources-start */
    .our-resources .left-cont {
        padding: 0;
    }

    .our-resources .left-cont .title {
        font-size: 34px;
    }

    /* our-resources-end */
    /* our-free-app-start */
    .our-free-app .right-meta {
        padding: 71px 0;
    }

    .our-free-app .right-meta .heading {
        font-size: 36px;
    }

    /* our-free-app-end */
    /* customer-testimonial-start */
    .customer-testimonial .comment-box .left-img .img-box {
        width: 70px;
        height: 70px;
    }

    .customer-testimonial .comment-box .right-meta .txt {
        font-size: 14px;
    }

    .customer-testimonial .comment-box .right-meta .shape-img {
        right: 80px;
    }

    /* customer-testimonial-end */
    /* our-latest-news-start */
    .our-latest-news .news-card .card-meta .title {
        font-size: 16px;
    }

    .our-latest-news .news-card .card-meta .txt {
        font-size: 14px;
    }

    /* our-latest-news-end */
    /* about-company-prf-dtl-start */
    .about-company-prf-dtl .botm-counters ul li .item {
        padding: 10px 19px;
    }

    .about-company-prf-dtl .botm-counters ul li .item small {
        font-size: 16px;
    }

    .about-company-prf-dtl .botm-counters ul li .item span {
        font-size: 18px;
        font-weight: 600;
    }

    .about-company-prf-dtl .contact-us ul li .item span {
        font-size: 14px;
    }

    /* about-company-prf-dtl-end */
}

@media (min-width: 320px) and (max-width: 991.98px) {

    /* new-nokri-hero-start */
    .new-nokri-hero {
        padding: 80px 0;
    }

    .new-nokri-hero .main-img-box {
        margin-top: 50px;
    }

    .new-nokri-hero .main-img-box .main-img {
        position: unset;
        width: 100%;
    }

    /* new-nokri-hero-end */
    /* nokri-main-meta-start */
    .nokri-main-meta .main-txt {
        width: 100%;
    }

    /* nokri-main-meta-end */
    /* our-resources-start */
    .our-resources::before {
        content: none;
    }

    .our-resources .left-cont {
        padding: 0px 0 40px 0;
    }

    .our-resources .main-img {
        text-align: center;
    }

    /* our-resources-end */
    /* our-free-app-start */
    .our-free-app .left-img {
        text-align: center;
    }

    .our-free-app .right-meta {
        padding: 30px 0 0 0;
    }

    /* our-free-app-end */
    /* customer-testimonial-start */
    .customer-testimonial .comment-box.first {
        margin-bottom: 30px;
    }

    .customer-testimonial .nokri-main-meta .main-heading {
        text-align: center;
        line-height: 50px;
    }

    /* customer-testimonial-end */
    /* our-latest-news-start */
    .our-latest-news {
        padding: 80px 0 50px 0;
    }

    .our-latest-news .news-card {
        margin-bottom: 30px;
    }
   
    /* our-latest-news-end */
}

@media (min-width: 768px) and (max-width: 991.98px) {

    /* nokri-browse-categories-start */
    .nokri-browse-categories .category-box {
        border-right: none;
        border-image: none;
    }

    .nokri-browse-categories .col-12:nth-child(odd) .category-box {
        border-right: 1px solid transparent;
        border-image: url(../images/line-shape.png) 30 round;
    }

    .nokri-browse-categories .col-12:nth-child(5) .category-box::after,
    .nokri-browse-categories .col-12:nth-child(6) .category-box::after {
        content: "";
        position: absolute;
        bottom: 0;
        border-bottom: 1px solid transparent;
        width: 100%;
        border-image: url(../images/line2-shape.png) 0.5 round;
    }

    /* nokri-browse-categories-end */
    /* features-jobs-start */
    .features-jobs .ftrd-job-box .title {
        font-size: 20px;
    }

    .features-jobs .ftrd-job-box .location {
        font-size: 14px;
    }

    /* features-jobs-end */
    /* featured-candidates-start */
    .featured-candidates .profile-card .prf-meta ul li a {
        padding: 8px 6px;
        font-size: 12px;
    }

    /* featured-candidates-end */
    /* about-company-prf-dtl-start */
    .about-company-prf-dtl .abt-cmpy-prf-dtl .profile {
        flex-direction: column;
    }

    .about-company-prf-dtl .profile .rightmeta {
        text-align: left;
        margin-top: 20px;
    }

    .about-company-prf-dtl .profile .rightmeta h5 {
        margin-left: 33px;
    }

    .about-company-prf-dtl .botm-counters ul li .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 22px;
    }

    .about-company-prf-dtl .botm-counters ul li .item small {
        font-size: 16px;
    }

    .about-company-prf-dtl .botm-counters ul li .item span {
        font-size: 18px;
    }

    .about-company-prf-dtl .profile .rightmeta {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .about-company-prf-dtl .profile .rightmeta .follow-us {
        margin-top: 0px;
    }

    .about-company-prf-dtl .contact-us {
        margin-top: 30px;
    }

    .about-company-prf-dtl .right-side-banner img {
        width: 100%;
    }
    .n-footer-transparent.footer-two .n-footer-block .n-app-btn {
        width: 25% !important;
    }

    /* about-company-prf-dtl-end */
}

@media (min-width: 576px) and (max-width: 767.98px) {

    /* nokri-black-header-start */
    .nokri-black-header .mega-menu.n-header-trabsparent {
        position: absolute;
        background: #000 !important;
    }

    .nokri-black-header .mega-menu .menu-button {
        margin-bottom: 10px;
    }

    .nokri-black-header .mega-menu.n-header-trabsparent .menu-button .n-login-header {
        color: #ffff;
    }

    .nokri-black-header .mega-menu .menu-mobile-collapse-trigger::before,
    .nokri-black-header .mega-menu .menu-mobile-collapse-trigger::after,
    .nokri-black-header .mega-menu .menu-mobile-collapse-trigger span {
        background: #ffff;
    }

    .nokri-black-header .mega-menu .menu-links>li>a {
        display: block;
    }

    .nokri-black-header .mega-menu.n-header-trabsparent .menu-links>li>a:hover::before {
        width: 0%;
    }

    .nokri-black-header .mega-menu .menu-links>li.activeTriggerMobile {
        background-color: #233d7b;
    }

    .nokri-black-header .mega-menu.n-header-trabsparent .menu-links>li.activeTriggerMobile>a {
        color: #ffff;
    }

    .nokri-black-header .mega-menu .drop-down-multilevel li:hover>a {
        color: #233d7b;
    }

    .nokri-black-header .mega-menu .menu-links li .drop-down.offset-2 {
        margin-left: 0;
    }

    .nokri-black-header .mega-menu .drop-down h4 {
        color: #233d7b;
    }

    .nokri-black-header .mega-menu .drop-down a:hover {
        color: #233d7b;
    }

    /* nokri-black-header-end */
    /* new-nokri-hero-start */
    .new-nokri-hero {
        padding: 220px 0 80px 0;
    }

    .new-nokri-hero .main-content .search-bar {
        width: 100%;
    }

    .new-nokri-hero .main-content .search-bar input {
        width: 174px;
    }

    .new-nokri-hero .main-content .search-bar .select2-container {
        width: 174px !important;
    }

    .new-nokri-hero .main-content .search-bar .srh-btn {
        padding: 12px 30px;
    }

    .new-nokri-hero .main-content .search-bar input,
    .new-nokri-hero .main-content .search-bar .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 10px;
    }

    .new-nokri-hero .main-content .search-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 5px;
    }

    /* new-nokri-hero-end */
    /* nokri-browse-categories-start */
    .nokri-browse-categories .category-box {
        border-right: none;
        border-image: none;
    }

    .nokri-browse-categories .col-12:nth-child(odd) .category-box {
        border-right: 1px solid transparent;
        border-image: url(../images/line-shape.png) 30 round;
    }

    .nokri-browse-categories .col-12:nth-child(5) .category-box::after,
    .nokri-browse-categories .col-12:nth-child(6) .category-box::after {
        content: "";
        position: absolute;
        bottom: 0;
        border-bottom: 1px solid transparent;
        width: 100%;
        border-image: url(../images/line2-shape.png) 0.5 round;
    }

    /* nokri-browse-categories-end */
    /* featured-candidates-start */
    .featured-candidates .profile-card .prf-meta ul li a {
        padding: 10px 35px;
    }

    /* featured-candidates-end */
    /* our-latest-news-start */
    .our-latest-news .news-card .img-box img {
        width: 100%;
    }

    /* our-latest-news-end */
    /* nokri-demand-change-start */
    .nokri-demand-change {
        margin-top: 0px;
    }

    /* nokri-demand-change-end */
    /* about-company-prf-dtl-start */
    .about-company-prf-dtl {
        padding-bottom: 80px;
    }

    .about-company-prf-dtl .abt-cmpy-prf-dtl {
        margin-top: -100px;
    }

    .about-company-prf-dtl .abt-cmpy-prf-dtl .profile {
        flex-direction: column;
        padding: 20px;
    }

    .about-company-prf-dtl .profile .left-meta .logo {
        margin-right: 20px;
    }

    .about-company-prf-dtl .profile .rightmeta {
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .about-company-prf-dtl .profile .rightmeta .follow-us {
        margin-top: 0px;
    }

    .about-company-prf-dtl .profile .rightmeta h5 {
        margin-right: 0;
        margin-left: 33px;
    }

    .about-company-prf-dtl .botm-counters ul li {
        display: block;
        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }

    .about-company-prf-dtl .botm-counters ul li:last-child {
        border-bottom: none;
    }

    .about-company-prf-dtl .botm-counters ul li .item {
        padding: 10px 20px;
    }

    .about-company-prf-dtl .prf-description {
        padding: 20px;
    }

    .about-company-prf-dtl .prf-description .reviews .review-card .prf-img {
        height: 140px;
    }

    .about-company-prf-dtl .contact-us {
        margin-top: 30px;
        padding: 20px;
    }

    .about-company-prf-dtl .right-side-banner img {
        width: 100%;
    }

    .about-company-prf-dtl .specialization,
    .about-company-prf-dtl .location,
    .about-company-prf-dtl .form-box {
        padding: 20px;
    }

    /* about-company-prf-dtl-end */
}

@media (min-width: 320px) and (max-width: 575.98px) {

    /* nokri-black-header-start */
    .nokri-black-header .mega-menu.n-header-trabsparent {
        position: absolute;
        background: #000 !important;
    }

    .nokri-black-header .mega-menu .menu-button {
        margin-bottom: 10px;
    }

    .nokri-black-header .mega-menu.n-header-trabsparent .menu-button .n-login-header {
        color: #ffff;
    }

    .nokri-black-header .mega-menu .menu-mobile-collapse-trigger::before,
    .nokri-black-header .mega-menu .menu-mobile-collapse-trigger::after,
    .nokri-black-header .mega-menu .menu-mobile-collapse-trigger span {
        background: #ffff;
    }

    .nokri-black-header .mega-menu .menu-links>li>a {
        display: block;
    }

    .nokri-black-header .mega-menu.n-header-trabsparent .menu-links>li>a:hover::before {
        width: 0%;
    }

    .nokri-black-header .mega-menu .menu-links>li.activeTriggerMobile {
        background-color: #233d7b;
    }

    .nokri-black-header .mega-menu.n-header-trabsparent .menu-links>li.activeTriggerMobile>a {
        color: #ffff;
    }

    .nokri-black-header .mega-menu .drop-down-multilevel li:hover>a {
        color: #233d7b;
    }

    .nokri-black-header .mega-menu .menu-links li .drop-down.offset-2 {
        margin-left: 0;
    }

    .nokri-black-header .mega-menu .drop-down h4 {
        color: #233d7b;
    }

    .nokri-black-header .mega-menu .drop-down a:hover {
        color: #233d7b;
    }

    /* nokri-black-header-end */
    /* new-nokri-hero-start */
    .new-nokri-hero {
        padding: 180px 0 40px 0;
    }

    .new-nokri-hero .main-content .title {
        font-size: 16px;
    }

    .new-nokri-hero .main-content .heading {
        font-size: 28px;
    }

    .new-nokri-hero .main-content .txt {
        width: 100%;
    }

    .new-nokri-hero .main-content .search-bar {
        flex-direction: column;
    }

    .new-nokri-hero .main-content .search-bar,
    .new-nokri-hero .main-content .search-bar input,
    .new-nokri-hero .main-content .search-bar .select2-container,
    .new-nokri-hero .main-content .search-bar .srh-btn {
        width: 100% !important;
        margin: 0;
    }

    .new-nokri-hero .main-content .search-bar input,
    .new-nokri-hero .main-content .search-bar .select2-container {
        margin-bottom: 10px;
    }

    .new-nokri-hero .main-content .search-bar .srh-btn {
        text-align: center;
    }

    .new-nokri-hero .main-img-box {
        margin-top: 30px;
    }

    /* new-nokri-hero-end */
    /* nokri-browse-categories-start */
    .nokri-browse-categories {
        padding: 40px 0;
    }

    .nokri-browse-categories .category-box {
        border-right: none;
        border-image: none;
    }

    .nokri-browse-categories .col-12:nth-child(5) .category-box::after,
    .nokri-browse-categories .col-12:nth-child(6) .category-box::after,
    .nokri-browse-categories .col-12:nth-child(7) .category-box::after {
        content: "";
        position: absolute;
        bottom: 0;
        border-bottom: 1px solid transparent;
        width: 100%;
        border-image: url(../images/line2-shape.png) 0.5 round;
    }

    .nokri-browse-categories .category-box-grid .col-12 {
        padding: 0 15px;
    }

    /* nokri-browse-categories-end */
    /* features-jobs-start */
    .features-jobs {
        padding: 40px 0;
    }

    /* features-jobs-end */
    /* top-hiring-companies-start */
    .top-hiring-companies {
        padding: 40px 0 10px 0;
    }

    .top-hiring-companies .nokri-main-meta .main-heading {
        font-size: 34px;
    }

    .top-hiring-companies .company-brand {
        text-align: center;
    }

    /* top-hiring-companies-end */
    /* featured-candidates-start */
    .featured-candidates {
        padding: 40px 0 10px 0;
    }

    .featured-candidates .nokri-main-meta .main-heading {
        font-size: 36px;
    }

    .featured-candidates .profile-card .prf-meta ul li {
        width: 30%;
    }

    .featured-candidates .profile-card .prf-meta ul li a {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 12px 8px;
        font-size: 12px;
    }

    /* featured-candidates-end */
    /* our-resources-start */
    .our-resources {
        padding: 40px 0;
    }

    .our-resources .left-cont .title {
        font-size: 28px;
    }

    .our-resources .left-cont .txt {
        font-size: 14px;
    }

    /* our-resources-end */
    /* our-free-app-start */
    .our-free-app {
        padding: 40px 0;
    }

    .our-free-app .right-meta .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .our-free-app .right-meta .txt {
        font-size: 14px;
    }

    .our-free-app .right-meta ul li {
        margin-right: 5px;
    }

    /* our-free-app-end */
    /* customer-testimonial-start */
    .customer-testimonial {
        padding: 40px 0;
    }

    .customer-testimonial .comment-box {
        flex-direction: column;
    }

    .customer-testimonial .comment-box .left-img .img-box {
        margin-bottom: 10px;
    }

    /* customer-testimonial-end */
    /* our-latest-news-start */
    .our-latest-news {
        padding: 40px 0 10px 0;
    }

    .our-latest-news .news-card .img-box img {
        width: 100%;
    }

    /* our-latest-news-end */
    /* nokri-demand-change-start */
    .nokri-demand-change {
        margin-top: 0px;
    }

    /* nokri-demand-change-end */
    /* about-company-prf-dtl-start */
    .about-company-prf-dtl {
        padding-bottom: 80px;
    }

    .about-company-prf-dtl .abt-cmpy-prf-dtl {
        margin-top: -70px;
    }

    .about-company-prf-dtl .abt-cmpy-prf-dtl .profile {
        flex-direction: column;
        padding: 20px;
    }

    .about-company-prf-dtl .profile .left-meta .logo {
        margin-right: 20px;
    }

    .about-company-prf-dtl .abt-cmpy-prf-dtl .profile .left-meta .prf-cont h1 {
        font-size: 24px;
    }

    .about-company-prf-dtl .abt-cmpy-prf-dtl .profile .left-meta .prf-cont span {
        font-size: 14px;
    }

    .about-company-prf-dtl .profile .rightmeta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        margin-top: 20px;
    }

    .about-company-prf-dtl .profile .rightmeta h5 {
        margin-right: 0;
        margin-left: 33px;
    }

    .about-company-prf-dtl .profile .rightmeta .follow-us {
        margin-top: 0;
    }

    .about-company-prf-dtl .botm-counters ul li {
        display: block;
        border-bottom: 1px solid #dcdcdc;
        border-right: none;
    }

    .about-company-prf-dtl .botm-counters ul li:last-child {
        border-bottom: none;
    }

    .about-company-prf-dtl .contact-us {
        margin-top: 30px;
        padding: 20px;
    }

    .about-company-prf-dtl .social-box {
        padding: 20px;
    }

    .about-company-prf-dtl .right-side-banner img {
        width: 100%;
    }

    .about-company-prf-dtl .prf-description .reviews .review-card .prf-img {
        height: unset;
        float: unset;
    }

    .about-company-prf-dtl .prf-description .reviews .review-card .prf-img img {
        max-width: 76px;
        height: 76px;
    }

    .about-company-prf-dtl .botm-counters ul li .item {
        padding: 10px 20px;
    }

    .about-company-prf-dtl .prf-description {
        padding: 20px;
    }

    .about-company-prf-dtl .prf-description .write-review .form ul {
        flex-direction: column;
    }

    .about-company-prf-dtl .prf-description .write-review .form ul li {
        width: 100%;
    }

    .about-company-prf-dtl .prf-description .write-review .form ul li:first-child {
        margin-bottom: 20px;
    }

    .about-company-prf-dtl .prf-description .reviews .review-card {
        display: flex;
    }

    .about-company-prf-dtl .specialization,
    .about-company-prf-dtl .location,
    .about-company-prf-dtl .form-box {
        padding: 20px;
    }

    .about-company-prf-dtl .prf-description .portfolio-video .video-img .play-btn {
        padding: 5px 10px;
        font-size: 20px;
    }

    .about-company-prf-dtl .prf-description .portfolio-video .video-img .play-btn i {
        padding-left: 3px;
    }
    .n-footer-transparent.footer-two .n-footer-block .n-app-btn {
        width: 33% !important;
    }
    /* about-company-prf-dtl-end */
}


@media (max-width: 400px) {

    /* nokri-black-header-start */
    .nokri-black-header .mega-menu .menu-button li {
        float: none;
        display: inline-block;
    }

    .nokri-black-header .mega-menu .menu-button li .n-login-header.right::before {
        border-left: none;
    }

    /* nokri-black-header-end */
    /* new-nokri-hero-start */
    .new-nokri-hero {
        padding: 220px 0 40px 0;
    }

    .new-nokri-hero .main-content .title {
        font-size: 14px;
    }

    .new-nokri-hero .main-content .heading {
        font-size: 23px;
    }

    .new-nokri-hero .main-content .txt {
        font-size: 14px;
    }

    /* new-nokri-hero-end */
    /* nokri-main-meta-start */
    .nokri-main-meta .main-heading {
        font-size: 30px;
    }

    .nokri-main-meta .main-txt {
        font-size: 14px;
    }

    /* nokri-main-meta-end */
    /* features-jobs-start */
    .features-jobs .ftrd-job-box {
        padding: 20px;
    }

    .features-jobs .ftrd-job-box .job-field {
        right: 20px;
    }

    .features-jobs .ftrd-job-box .job-field span,
    .features-jobs .ftrd-job-box .job-field h5,
    .features-jobs .ftrd-job-box .job-field h5 span {
        font-size: 14px;
    }

    .features-jobs .ftrd-job-box .title {
        font-size: 18px;
    }

    .features-jobs .ftrd-job-box .location {
        font-size: 13px;
    }

    .features-jobs .ftrd-job-box .bottom-box h5 {
        font-size: 20px;
    }

    .features-jobs .ftrd-job-box .bottom-box .apply-btn {
        padding: 10px 24px;
    }

    /* features-jobs-end */
    /* top-hiring-companies-start */
    .top-hiring-companies .nokri-main-meta .main-heading {
        font-size: 26px;
    }

    .top-hiring-companies .nokri-main-meta span {
        font-size: 22px;
    }

    /* top-hiring-companies-end */
    /* featured-candidates-start */
    .featured-candidates .nokri-main-meta .main-heading {
        font-size: 28px;
    }

    .featured-candidates .profile-card .prf-meta ul li {
        width: 32%;
    }

    .featured-candidates .profile-card .prf-meta ul li a {
        padding: 8px 4px;
        font-size: 11px;
    }

    /* featured-candidates-end */
    /* our-resources-start */
    .our-resources .left-cont .title {
        font-size: 22px;
    }

    /* our-resources-end */
    /* our-free-app-start */
    .our-free-app .right-meta .heading {
        font-size: 24px;
        line-height: 30px;
    }

    .our-free-app .right-meta ul li {
        display: block;
    }

    .our-free-app .right-meta ul li:first-child {
        margin-bottom: 10px;
    }

    /* our-free-app-end */
    /* customer-testimonial-start */
    .customer-testimonial .nokri-main-meta .main-heading {
        line-height: 40px;
    }

    .customer-testimonial .comment-box .right-meta .shape-img {
        right: 20px;
    }

    /* customer-testimonial-end */
    /* our-latest-news-start */
    .our-latest-news .news-card .card-meta .title {
        font-size: 16px;
    }

    .our-latest-news .news-card .card-meta .txt {
        font-size: 14px;
    }

    /* our-latest-news-end */
    /* nokri-demand-change-start */
    .nokri-demand-change .n-newsleter-content {
        padding: 30px 15px 30px 15px;
    }

    /* nokri-demand-change-end */
    /* about-company-prf-dtl-start */
    .about-company-prf-dtl .abt-cmpy-prf-dtl .profile .left-meta {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .about-company-prf-dtl .profile .left-meta .logo {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .about-company-prf-dtl .botm-counters ul li .item {
        text-align: center;
    }

    .about-company-prf-dtl .prf-description .reviews .review-card .prf-img {
        float: unset;
        height: unset;
        margin-bottom: 10px;
    }

    .about-company-prf-dtl .prf-description .reviews .review-card {
        display: block;
    }

    .about-company-prf-dtl .prf-description .reviews .review-card .prf-img img {
        max-width: unset;
        height: unset;
    }

    
    /* about-company-prf-dtl-end */
}

/* nokri-white-header-start */
.nokri-black-header.nokri-white-header .mega-menu>section.menu-list-items {
    background-color: #ffff;
}

.nokri-white-header .mega-menu.n-header-trabsparent .menu-links>li>a,
.nokri-white-header .mega-menu.n-header-trabsparent .menu-button .n-login-header {
    color: #000;
}

.nokri-black-header.nokri-white-header .mega-menu .menu-button li .n-login-header.left::before {
    border-right: 1px solid #c3c4c5;
}

.nokri-black-header.nokri-white-header .mega-menu .menu-button li .n-login-header.right::before {
    border-left: 1px solid #c3c4c5;
}

/* nokri-white-header-end */
/* job-breadcrumb-start */
.job-breadcrumb {
    padding: 10px 0;
    background-color: #000;
}

.job-breadcrumb .breadcrumb {
    margin-bottom: 0;
}

.job-breadcrumb .breadcrumb .breadcrumb-item a,
.job-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #ffff;
}

/* job-breadcrumb-end */
/* about-job-detail-start */
.about-job-detail {
    padding-top: 60px;
}

.about-job-detail .job-detail-box {
    background-color: #ffff;
    padding: 30px;
    border-radius: 10px;
    border-left: 8px solid #233D7B;
    margin-bottom: 30px;
    box-shadow: 10px 15px 10px rgba(70, 69, 98, 0.05);
}

.about-job-detail .job-detail-box .job-type {
    display: flex;
    justify-content: space-between;
}

.about-job-detail .job-detail-box .job-type .job-name small {
    font-size: 12px;
    background: #FFEBEB;
    border-radius: 2px;
    padding: 2px 8px;
}

.about-job-detail .job-detail-box .job-type .job-name h1 {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #171717;
    margin: 10px 0;
}

.about-job-detail .job-detail-box .job-type .direct-link {
    display: flex;
    align-items: flex-start;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a.nk-report {
    background-color: #fff8f8;
    border: 2px solid #ffd0d0;
    border-radius: 3px;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a.nk-report i {
    font-size: 19px;
    color: #e74848;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a.nk-save-job {
    background-color: #e7fcee;
    border: 2px solid #93cda6;
    border-radius: 3px;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a.nk-save-job i {
    font-size: 19px;
    color: #0cbd47;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a.nk-message {
    background-color: #ebeff9;
    border: 2px solid #8aadff;
    border-radius: 3px;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a.nk-message i {
    font-size: 19px;
    color: #233D7B;
}

.about-job-detail .prf-description .responsibilities ul li .list {
    display: flex;
    align-items: flex-start;
}

.about-job-detail .prf-description .responsibilities ul li .list span {
    margin-top: 1px;
}

.about-job-detail .prf-description .responsibilities ul li .list span i {
    color: #c4c4c4;
    font-size: 10px;
}

.about-job-detail .job-detail-box .job-detail-list ul li {
    display: inline-block;
    width: 32%;
}

.about-job-detail .job-detail-box .job-detail-list ul li .list-item {
    display: flex;
    align-items: baseline;
}

.about-job-detail .job-detail-box .job-detail-list ul li .list-item h5 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.about-job-detail .job-detail-box .job-detail-list ul li .list-item span {
    font-size: 14px;
    line-height: 30px;
    color: #3e3e3e;
    margin-left: 5px;
}

.about-job-detail .job-detail-sidebar {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.about-job-detail .job-detail-sidebar .top-button a {
    width: 100%;
    padding: 13px 18px;
    border-radius: 0;
    margin-bottom: 10px;
}

.about-job-detail .job-detail-sidebar .top-button a:first-child {
    background-color: #233d7b;
    border: 1px solid #233d7b;
}

.about-job-detail .job-detail-sidebar .top-button a:last-child {
    background-color: #0077b5;
    border: 1px solid #0077b5;
}

.about-job-detail .job-detail-sidebar .deadline-box {
    padding: 20px 12px;
    background-color: #ffff;
    display: flex;
    align-items: center;
    position: relative;
}

.about-job-detail .job-detail-sidebar .deadline-box .icon {
    margin-right: 20px;
}

.about-job-detail .job-detail-sidebar .deadline-box .meta h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
}

.about-job-detail .job-detail-sidebar .deadline-box .side-clock {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-job-detail .job-detail-sidebar .white-space {
    height: 100px;
    background: #D1DFFF;
    opacity: 0.3;
}

.about-job-detail .job-detail-sidebar .company-dtl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffff;
    padding: 30px;
}

.about-job-detail .job-detail-sidebar .company-dtl .company-logo {
    padding: 6px;
    border-radius: 50%;
    background-color: #0077b5;
    margin-top: -90px;
    margin-bottom: 25px;
    z-index: 1;
}

.about-job-detail .job-detail-sidebar .company-dtl .company-logo img {
    width: 120px;
    height: 100%;
}

.about-job-detail .job-detail-sidebar .company-dtl .rating i {
    margin-left: 5px;
}

.about-job-detail .job-detail-sidebar .company-dtl .rating .fill {
    color: #ffc107;
}

.about-job-detail .job-detail-sidebar .company-dtl .rating .unfill {
    color: #d6d7d6;
}

.about-job-detail .job-detail-sidebar .company-dtl .rating-ratio {
    font-size: 14px;
    margin: 10px 0;
}

.about-job-detail .job-detail-sidebar .company-dtl .cmpy-name {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.about-job-detail .job-detail-sidebar .company-dtl .txt {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    text-align: center;
}

.about-job-detail .job-detail-sidebar .form-box {
    padding: 30px;
    background-color: #ffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 0;
}

.about-job-detail .job-detail-sidebar .form-box .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.about-job-detail .job-detail-sidebar .form-box .sub-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.about-job-detail .job-detail-sidebar .form-box input {
    background: #F8FAFF;
    opacity: 0.8;
    border-radius: 5px;
    border: none;
    height: 50px;
    margin-bottom: 20px;
}

.about-job-detail .job-detail-sidebar .form-box textarea {
    background: #F8FAFF;
    opacity: 0.8;
}

.about-job-detail .job-detail-sidebar .form-box .submit-btn {
    display: block;
    background-color: #233d7b;
    border: 1px solid #233d7b;
}

/* about-job-detail-end */




/* new css */
.about-company-prf-dtl .prf-description .special-tags {
    margin-bottom: 10px;
}

.about-company-prf-dtl .prf-description .special-tags ul li {
    display: inline-block;
    margin-bottom: 20px;
}

.about-company-prf-dtl .prf-description .special-tags ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #3E3E3E;
    padding: 5px 15px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-right: 10px;
}

.about-company-prf-dtl .advrimg {
    margin: 30px 0;
}

.about-company-prf-dtl .advrimg img {
    width: 100%;
}

.about-company-prf-dtl .job-alert-box {
    background-color: #FFF;
    padding: 20px 30px;
    border-radius: 10px;
    border-left: 5px solid #233d7b;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-company-prf-dtl .job-alert-box .left-meta {
    width: 75%;
}

.about-company-prf-dtl .job-alert-box .left-meta h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-company-prf-dtl .job-alert-box .left-meta h5 i {
    color: #f15d5e;
}

.about-company-prf-dtl .job-alert-box .left-meta p {
    margin-bottom: 0;
    line-height: 20px;
}

.about-company-prf-dtl .job-alert-box .right-meta {
    width: 25%;
    text-align: right;
}

.about-company-prf-dtl .job-alert-box .right-meta a {
    background-color: #233d7b;
    border: 1px solid #233d7b;
}

.candidate-dashboard .main-body .skills-gen {
    margin-bottom: 50px;

}

@media (min-width: 320px) and (max-width: 767.98px) {
    .n-details-employers3 .nav-tabs {
        border-radius: 4px;
        width: unset;
    }
    .n-employers-details-w ul li:first-child a {
        border-radius: 4px 4px 0 0 !important;
    }
    .n-employers-details-w ul li:last-child a {
        border-radius: 0 0 4px 4px !important;
    }
    .transparent-header-1 nav .menu-list-items .menu-links li a {
        color: #999 !important;
    }
    .n-hero-section form {
        padding: 12px;
    }
    .about-company-prf-dtl .job-alert-box {
        flex-direction: column;
        padding: 20px;
    }

    .about-company-prf-dtl .job-alert-box .left-meta {
        margin-bottom: 10px;
    }

    .about-company-prf-dtl .job-alert-box .left-meta,
    .about-company-prf-dtl .job-alert-box .right-meta {
        width: 100%;
        text-align: left;
    }
    .cat-tabs.bg-white .n-featured-job-boxes .n-job-single .n-job-detail .list-inline {
        flex-direction: column;
    }
    .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail .list-inline {
        flex-direction: column;
    }
    .n-single-job.n-single-job-transparent .n-single-sidebar .btn.btn-linkedIn.btn-block {
        width: 100%;
    }
}

/* custom css */
.theiaStickySidebar{
    top: 0px !important;
}
.mega-menu{
/*     position:static!important; */
}
.form-select:focus{
    box-shadow: none;
}

.nav-pills .nav-link.active{
    background-color: #233d7b;
}
.n-keywords .nav>li>a:hover{
    background-color: #233d7b;
}
.n-jobs-recomend3{
/*     padding: 80px 0px; */
}
.custom-nav .nav-link {
    background-color: #233d7b;
    border-color: #233d7b;
    color: #fff; 
}

.custom-nav .nav-link.active {
    background-color: #1a2a5a; 
    border-color: #1a2a5a; 
    color:#fff;
}
#menu-1{
    height: 90px;
}
.accordion-button::after {
    content: none;
}
.accordion-button {
    display:flex;
    justify-content: space-between;
    align-items: center;
    color:#242424!important;
    background-color: #fff!important;
}
.accordion-button:focus {
    border-color:none;
}


.custom-icon {
    display: inline-block; /* Ensure it's displayed inline */
    margin-right: 5px; /* Space between the radio and text */
}

.btn input[type="radio"] {
    display: none;
}

.btn input[type="radio"]:checked {
    
    display: none;
}

#input-b1{
    height: 50px;
}
.btn-file {
    background-color: #f5f5f5!important;
    color: #242424;
    border-color: #ddd!important;
}
.file-caption-name{
    background-color: #fff!important;
    height: 49px!important;
}

/* You can also define a custom button style */
.btn-custom {
    color: #000!important;
    background-color: #f0f0f0!important;
    border: none;
}

@media (min-width:1200px) and (max-width: 1399.98px) {
    .user-resume-3 .n-candidate-info::before {
        left: -12%;
    }
}
@media (min-width: 1400px) {
    .n-pricing-plan .n-price-single .n-price-top .n-price-top-text {
        height: 220px;
    }
	.n-pricing-plan.white-bg .n-price-single .n-price-top .n-price-top-text {
        height: 186px;
    }
}
@media (min-width:992px) and (max-width: 1399.98px) {
    .n-single-job.n-single-job-transparent .n-single-sidebar .apply-buttons a {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .n-single-job.n-single-job-transparent .n-single-sidebar .apply-buttons a:first-child{
        margin: 0;
    }
    .n-single-job.n-single-job-transparent .apply-buttons .btn.btn-linkedIn.btn-block {
        padding: 0 !important;
    }
    aside.n-single-sidebar .apply-buttons .btn-linkedIn span {
        padding: 12px 9px;
    }
    aside.n-single-sidebar .apply-buttons .btn-linkedIn i {
        padding: 0 8px;
    }
    .n-single-job.n-single-job-transparent .apply-buttons .btn.btn-linkedIn.btn-block {
        display: flex;
        flex-direction: row;
    }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
    .user-resume-3 .n-candidate-info::before {
        left: -8%;
    }
}
/* @media (min-width: 992px) and (max-width: 1023.98px) {
    .n-callto-action-8 .n-8-img img {
      width: 53%;
    }
  } */
@media (min-width: 992px) and  (max-width: 1023.98px) {
    .user-resume-3 .n-candidate-info::before {
        left: -20%;
    }
}
@media (min-width: 992px) {
    .n-hero-section .sch-key {
        position: absolute;
        left: 4px;
        width: calc(33% - 0px);
    }
    .n-hero-section .sub-btn {
        position: absolute;
        right: 6px;
        width: calc(16% - 0px) !important;
    }
    .n-footer-block .n-app-btn {
        width: 86%;
    }
}
@media  (min-width: 768px) and (max-width: 991.98px) {
    .user-resume-3 .n-candidate-info::before {
        left: -11.2%;
    }
    .n-hero-section .n-saech-form .form-group .srch-key-wrd {
        /* left: 12px; */
        left: 0;
        position: relative;
        width: 100%;
    }
    .n-hero-section .n-saech-form .col-lg-3.col-md-6.col-sm-12.col-xs-12 {
        padding: 0;
        margin-bottom: 15px;
    }
    .n-hero-section .n-saech-form .sel-cat-op .select2-selection {
        left: 13px;
        position: absolute;
        border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
        width: calc(100% - 12px);
        top: -14px;
    }
    .n-hero-section .n-saech-form .sel-cat-loc .select2-selection {
        border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
        right: 12px;
        position: absolute;
        left: 0;
        top: -14px;
        width: calc(100% - 12px);
    }
    .n-hero-section .n-saech-form form .sub-btn {
        /* margin-top: 30px; */
        padding: 13px 6px;
    }
    .n-hero-section .sch-key {
        position: absolute;
        left: 0px;
        width: calc(33% - 0px);
    }
    .n-hero-section .sub-btn {
        position: absolute;
        right: 0px;
        width: calc(15.5% - 0px) !important;
    }
    .n-footer-block .n-app-btn {
        width: 55%;
    }
}
/* (min-width: 992px) and */
/* @media (max-width: 484px) {
    .user-resume-3 .n-candidate-info::before {
        left: 10%;
        width: 78%;
        top: -3%;
    }
} */
@media (max-width: 991.98px) {
    .cat-tabs.bg-white .col-lg-4.col-md-12.col-sm-12.col-xs-12 {
        /* margin-top: 85px; */
    }
    .cat-tabs.bg-white .featured-job-slider-sidebar {
        margin-top: 30px;
    }
}
@media (max-width: 767.98px) {
    .about-us .row:first-child .col-md-12.col-sm-12.col-xs-12.nopadding {
        /* display: flex; */
        flex-direction: column;
    }
    .how-it-works.style-2 .n-call-to-box.mt40 {
        /* display: flex; */
        flex-direction: column;
    }
    #hero-cat-parralex .n-category-box {
        /* display: flex; */
        flex-direction: column;
    }
    .n-hero-section-two form {
        flex-direction: column;
    }
    .n-hero-section-two .n-saech-two-form .col-lg-6.col-md-6.col-sm-12.col-xs-12, .col-lg-5.col-md-5.col-sm-12.col-xs-12, .col-lg-1.col-md-1.col-sm-12.col-xs-12 {
        padding: 0 15px;
    }
    .n-search-page .n-job-detail .list-inline {
        flex-direction: column;
    }
    .n-job-listing5 .n-listing-candidates {
        margin-top: 30px;
    }
    .n-hero-section .n-saech-form form .col-lg-4.col-md-4.col-sm-12.col-xs-12, .n-hero-section .n-saech-form form .col-lg-3.col-md-3.col-sm-12.col-xs-12, .n-hero-section .n-saech-form form .col-lg-2.col-md-2.col-sm-12.col-xs-12 {
        float: unset;
    }
    .n-keywords .nav.nav-tabs {
        display: flex;
    }
    .n-hero-section .n-saech-form .form-group .srch-key-wrd {
        position: relative;
        width: 100%;
    }
    .n-hero-section .n-saech-form form .col-lg-4.col-md-12.col-sm-12.col-xs-12, .n-hero-section .n-saech-form form .col-lg-3.col-md-6.col-sm-12.col-xs-12, .n-hero-section .n-saech-form form .col-lg-2.col-md-12.col-sm-12.col-xs-12 {
        padding: 0 15px;
    }
    .n-hero-section .n-saech-form .form-group .srch-key-wrd { 
        left: unset;
    }
}
@media (min-width: 320px) and (max-width: 484.98px) {
    .user-resume-3 .n-candidate-info::before {
        left: 0;
        width: 100%;
        top: 2%;
    }
   
    .user-resume-3 .n-candidate-img-box img {
        position: relative;
        top: 12%;
        left: 3%;
        border-radius: 50%;
        max-width: 130px;
        min-width: 130px;
        max-height: 130px;
        min-height: 130px;
    }
    .nth-mob-app .nth-store-apps ul li {
        margin-top: 10px;
    }
    .n-hero-8 .n-8-product ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .n-hero-8 .n-8-product ul li {
        margin-top: 12px;
        margin-right: 0;
    }
}
@media (min-width: 320px) and (max-width: 328.98px) { 
    aside.n-single-sidebar .apply-buttons .btn-linkedIn span {
        padding: 12px 9px;
    }
    aside.n-single-sidebar .apply-buttons .btn-linkedIn i {
        padding: 0 8px;
    }
    .n-single-job.n-single-job-transparent .apply-buttons .btn.btn-linkedIn.btn-block {
        display: flex;
        flex-direction: row;
    }
}
@media (min-width: 320px) and (max-width: 388.98px) { 
    .n-footer-block .n-app-btn {
        width: 63%;
    }
}
@media (min-width: 320px) and (max-width: 465.98px) { 
    .n-footer-transparent.footer-two .n-footer-block .n-app-btn {
        width: 60% !important;
    }
}