@charset "utf-8";
.select2-container--default .select2-selection--single {
height: 45px;
border-radius: 4px;
border-color:#eee;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #828282;
line-height: 45px;
border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 45px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
height:55px;
border:1px solid #ccc;	
}
.select2-container--default .select2-selection--multiple {
height:55px;
border:1px solid #ccc;	
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
line-height:35px;
height:50px;
}
.dashboard-new .label-warning {
background-color:#fbf6dd;
color:#a18d29;	
}
.dashboard-new .label-success {
background-color:#e0f5d7;
color:#449626;
}
.dashboard-new .label-danger {
background-color:#ffe6e6;
color:#ea5252	
}
.dashboard-new .label-default {
background-color:#d6d6d6;
color:#777;
}
.dashboard-new .label-primary {
background-color:#c1d7e9;
color:#337ab7;
}
.admin-footer p {
padding-bottom:20px;	
font-size:16px;
margin-bottom:0;
}
.pagination {
margin-top:30px;
position:relative;
overflow:hide
;	
}
.mega-menu.n-admin-header {
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
z-index:0;	
}
.mega-menu.n-admin-header .menu-logo {
min-width:250px;	
}
.dashboard-new .select2-container .select2-search--inline .select2-search__field {
margin-top:0;	
}
.dashboard-new {
padding: 0;
position: relative;
background-color: #eff3f6;
padding-top:129px;
}
.dashboard-new.no-topbar {
padding-top:102px;	
}
.dashboard-new .menu-avtr-box {
padding:15px;
position:relative;
overflow:hidden;
}
.dashboard-new .menu-avtr-box .user-img {
float: left;
margin-right: 10px;
border-radius: 50%;
position: relative;
overflow: hidden;
max-width: 70px;
max-height: 70px;
background-color: #FFF;
border:3px solid #FFF;	
}
.dashboard-new .menu-avtr-box .user-text {
position:relative;	
padding-top:10px;
}
.dashboard-new .menu-avtr-box .user-text h4 {
margin:0;
color:#FFF;
font-weight:500;	
}
.dashboard-new .menu-avtr-box .user-text p {
margin-bottom:0;
color:#FFF;
line-height:20px;	
}
.dashboard-new ul {
list-style:none;
padding:0;	
}
.dashboard-new .profile-menu {
height: 100vh;
min-height: 100vh;
background-color: #FFF;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
width: 220px;
position: fixed;
}
.dashboard-new .profile-menu .accordion {
width: 100%;
max-width: 768px;
background: #FFF;
margin-bottom: 0;
margin-top:10px;
height: 500px;
}
.dashboard-new .profile-menu .accordion .profile-menu-link {
width: 100%;
cursor: pointer;
display: inline-block;
padding: 15px 15px 15px 20px;
position: relative;
font-family: 'Poppins', sans-serif;
font-size:14px;
color:#777;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.dashboard-new .profile-menu .accordion li a {
display: block;
text-decoration: none;
padding: 15px;
padding-left: 20px;
-webkit-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
font-family: 'Poppins', sans-serif;
font-size:14px;
color:#777;
}
.dashboard-new .profile-menu .accordion li i {
position: absolute;
top: 16px;
left: 12px;
font-size: 18px;
color: #595959;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.dashboard-new .profile-menu .accordion li i.fa-angle-down {
right: 12px;
left: auto;
font-size: 20px;
color:#777;
}
.dashboard-new .profile-menu .accordion li.open i.fa-angle-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.dashboard-new .profile-menu .accordion li span {
margin-right: 5px;
font-size:16px;
} .dashboard-new .profile-menu .submenu {
display: none;
background: #fff;
font-size: 14px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.dashboard-new .profile-menu .submenu li {
border-bottom: 1px solid #f1f1f1;
background-color: #fafafa;
}
.dashboard-new .profile-menu .submenu li:last-child {
border-bottom: 1px solid #fff;
}
.dashboard-new .profile-menu .accordion li .submenu a {
display: block;
text-decoration: none;
color: #777;
padding: 12px;
padding-left: 35px;
-webkit-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.dashboard-new .profile-menu .submenu a:hover {
background: #f5f5f5;
} .dashboard-new .main-profile-card {
background-color: #fff;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.dashboard-new .contact-box {
position: relative;
padding: 30px 20px;
}
.dashboard-new .contact-box .top-box {
width: 100%;
display: inline-block;
padding: 7px 20px;
position: relative;
}
.dashboard-new .contact-box .top-box i {
width: 40px;
height: 40px;
font-size: 17px;
border-radius: 50%;
background: rgba(3, 169, 244,0.1);
color: #03A9F4;
text-align: center;
line-height: 35px;
}
.dashboard-new .contact-box .contact-action {
display: inline-block;
float: right;
}
.dashboard-new .contact-box .contact-img {
max-width: 100px;
display: table;
margin: 0 auto;
position: relative;
}
.dashboard-new .contact-box .contact-img img {
width: 100px;
height: 100px;
border: 5px solid rgba(255,255,255,0.8);
background-color: #FFF;
border-radius: 10px;
}
.dashboard-new .contact-box .contact-caption {
text-align: center;
padding-bottom: 0;
}
.dashboard-new .contact-box .contact-caption h4 {
margin-bottom: 5px;
font-weight: 500;
font-size:16px;
text-transform:uppercase;
}
.dashboard-new .contact-box .contact-caption span {
display: block;
margin-bottom: 10px;
color:#777;
font-size:16px;
}
.dashboard-new .contact-box .contact-caption span i {
font-size: 16px;
margin-right: 5px;
}
.dashboard-new .contact-box .contact-caption span.follow-user a {
color: #FFF;
}
.dashboard-new .main-profile-card .social-links {
text-align: center;
margin-bottom: 20px;
}
.dashboard-new .main-profile-card .social-links li a img {
width:30px;
}
.progress-bar {
position: relative;
width: 100%;
background-color: transparent;
-webkit-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.05);
-ms-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.05);
-o-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.05);
box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.05);
}
.progress-bar> span {
display: block;
height: 100%;
width: 0;
background: #1684c0;
}
.progress-bar> span.profile10 {
background-color: #FF0000;
}
.progress-bar> span.profile33 {
background-color: #FFCC4D;
}
.progress-bar> span.profile66 {
background-color: #1684c0;
}
.progress-bar> span.profile100 {
background-color: #58B95A;
}
.progress-bar-review .progress-title {
display: table-cell;
}
.progress {
border-radius: 4px;
background-color: #e1e1e1;
height: 8px;
margin: 20px 0 0;
}
@media (max-width: 992px) {
.progress {
margin: 0;
}
}
.progress .progress-bar {
border-radius: 4px;
}
.progress-bar-section .progress-bar-title {
position: relative;
overflow: hidden;
padding-top: 20px;
color:#777;
}
.progress-bar-section .progress-bar-title h5 {
text-align: left;
float: left;
margin: 0;
}
.progress-bar-section .progress-bar-title .progress-percentage {
text-align: right;
float: right;
}
.candidate-dashboard .main-profile-card .resume-detail h4 {
text-transform:capitalize;
font-weight:500;
margin-top:0;	
}
.candidate-dashboard .main-profile-card .resume-detail {
padding:30px 20px;
padding-top:0;	
}
.candidate-dashboard .main-profile-card .resume-detail ul {
margin-bottom:0;	
}
.candidate-dashboard .main-profile-card .resume-detail ul li {
padding:15px 0;
border-bottom:1px solid #f5f5f5;	
}
.candidate-dashboard .main-profile-card .resume-detail ul li:last-child {
padding-bottom:0;
border-bottom:none;	
}
.candidate-dashboard .main-profile-card .resume-detail ul li i {
margin-right:10px;	
}
.candidate-dashboard .candidate-resume-page .main-body .resume-box {
background-color: #FFF;
box-shadow: none;
padding: 10px;
margin-bottom: 30px;
}
.notification-area {
position: relative;
padding: 20px;
padding-top: 0;
}
.notification-area h4 {
margin-top: 0;
font-weight: 500;
font-size:16px;
}
.notification-area .notif-box {
position: relative;
overflow: hidden;
}
.notification-area .notif-box ul {
margin-bottom: 0;
}
.notification-area .notif-box li:last-child {
padding-bottom: 0;
border-bottom: none;
}
.notification-area .notif-box li {
border-bottom: 1px solid #f5f5f5;
padding: 20px 0;
color:#777;
}
.notification-area .notif-box li .notif-single {
margin-bottom: 10px;
}
.notification-area .notif-box li .notif-single a {
font-weight: 500;
}
.notification-area .notif-box li .notif-timing i {
margin-right: 5px;
} .notification-box {
text-align: center;
position: relative;
overflow: hidden;
padding: 30px;
padding-top:80px;
}
.dashboard-new .main-body .notification-box span {
font-size: 30px;
color: #FFF;
line-height: 70px;
}
.dashboard-new .main-body .notification-box h4 {
margin-top: 20px;
font-size: 16px;
color: #242424;
font-weight:400;
}
.dashboard-new .main-body .notification-box .btn-default {
float: none;
} .dashboard-new .main-body {
background-color: #FFF;
margin-top: 20px;
padding: 30px;
margin-bottom: 20px;
position: relative;
overflow: hidden;
min-height:450px;
}
.dashboard-new .main-body .dashboard-edit-profile {
position:relative;
overflow:hidden;	
}
.dashboard-new .main-body .dashboard-edit-profile:nth-child(2) {
margin-top:20px;
}
.dashboard-new.candidate-dashboard .main-body.n-candidate-detail .n-candidate-meta {
box-shadow:none;
padding:0;
}
.dashboard-new .dashboard-stats {
position: relative;
overflow: hidden;
}
.dashboard-new .dashboard-stats .stat-box {
margin-bottom: 30px;
position: relative;
background-color: #32ac79;
background-repeat: no-repeat;
background-size: cover;
background-position: center center; padding: 20px;
border-radius: 4px;
overflow: hidden;
}
.dashboard-new .dashboard-stats .stat-box.blue {
background-color:#8675ff;	
}
.dashboard-new .dashboard-stats .stat-box-meta {
position: relative;
overflow: hidden;
}
.dashboard-new .dashboard-stats .stat-box-meta .stat-box-meta-text {
width: 80%;
float: left;
}
.dashboard-new .dashboard-stats .stat-box-meta .stat-box-meta-text h4 {
color: #FFF;
margin: 0;
font-weight: 500;
}
.dashboard-new .dashboard-stats .stat-box-meta .stat-box-meta-text h3 {
color: #FFF;
margin: 0;
}
.dashboard-new .dashboard-stats .stat-box p {
margin-bottom: 0;
color: #FFF;
position: relative;
}
.dashboard-new .dashboard-stats .stat-box p a {
color: #FFF;
}
.dashboard-new .dashboard-stats .stat-box-meta .stat-box-meta-icon {
width: 20%;
float: left;
}
.dashboard-new .dashboard-job-stats h4 {
font-weight:500;
font-size:20px;
margin-top:0;
margin-bottom:20px;
}
.dashboard-new .main-body .label {
font-weight: 500;
font-size: 12px;
padding: 5px;
border-radius:0;	
}
.dashboard-new .dashboard-job-filters label, .modal-popup .modal-content label {
font-weight: 500;
font-size: 14px;
}
.dashboard-new .dashboard-job-stats-table tr td {
padding: 15px 10px;
border: none;
color:#777;
font-weight: 500;
}
.dashboard-new .dashboard-job-stats-table tr th {
border-top: none;
border-bottom: 1px solid #EEE;
font-size:16px;
font-weight:500;
}
.dashboard-new .dashboard-job-stats-table tr:first-child {
background-color: transparent;
}
.dashboard-new .dashboard-job-stats-table tr td:first-child {
width: 500px;
font-weight: 500;
}
.dashboard-new .dashboard-job-stats-table tr td:first-child a {
font-size:16px;
}
.dashboard-new .main-body .dashboard-heading {
margin-top: 0;
margin-bottom: 30px;
font-weight: 500;
font-size:20px;
}
.dashboard-new .main-body label {
font-weight: 500;
font-size: 14px;
margin-bottom:15px;
}
.dashboard-new .main-body input {
height: 50px;
}
.dashboard-new .main-body form .dashboard-heading {
margin: 20px 0 30px 0;
}
.dashboard-new .main-body form .form-group {
margin-bottom: 25px;
}
.dashboard-new .select2-container .select2-selection--multiple {
height: auto;
padding: 0 10px;
border-radius: 0;
border: 1px solid #EEE;
}
.dashboard-new .select2-container .select2-container--default .select2-search--inline .select2-search__field {
margin-top:0;	
}
.dashboard-new .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
}
.dashboard-new .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 45px;
}
.dashboard-new  form .main-body .datepicker-here-canidate.end-hide {
margin-bottom:10px;	
}
.dashboard-new  form .main-body .company-search-toggle {
position:relative;
overflow:hidden;
margin-top:20px;
margin-bottom:30px;
}
.dashboard-new  form .main-body .company-search-toggle .can-toggle {
float:right;	
}
.company-search-toggle .toggle .btn-default {
background-color:#FFF;
box-shadow:none;
padding: 5px 10px;
}
.company-search-toggle .toggle .btn-primary {
padding: 5px 10px;
}
.dashboard-new form .main-body .dashboard-social-links {
background-color: #f5f5f5;
position: relative;
overflow: hidden;
margin-bottom: 20px;
padding: 30px 0;
}
.dashboard-new form .main-body .dashboard-social-links .dashboard-heading {
margin-top: 0;
}
.dashboard-new form .main-body .input-group .form-control {
height: 45px;
padding: 0 12px;
}
.dashboard-new form .main-body .input-group .form-control:focus {
box-shadow: none;
border-color: #ddd;
}
.dashboard-new form .main-body .input-group .input-group-btn .btn {
padding: 0 10px;
height: 45px;
line-height: 45px;
margin-top: 0;
}
.dashboard-new form .main-body .input-group .file-caption-icon {
line-height: 3;
}
.dashboard-new form .main-body  .input-group .input-group-btn .btn.btn-file {
background-color: #f5f5f5;
color: #242424;
border-color: #ddd;
}
.dashboard-new form .main-body .input-group .input-group-btn .btn.btn-default {
background-color: #dc3545;
border-color: #dc3545;
color:#FFF;
float:none;
}
.dashboard-new .main-body .dashboard-edit-profile .n-btn-flat {
margin-top: 10px;
float: right;
}
.dashboard-new .main-body .dashboard-edit-profile .btn-custom {
margin-top: 10px;
float: left;
}
.dashboard-job-filters {
background-color:#fff;
padding:30px;
margin-top:20px;
padding-bottom:15px;	
} .dashboard-new .main-body .dashboard-posted-jobs .posted-job-list {
position: relative;
overflow: hidden;
padding: 30px 10px;
border-bottom: 1px solid #EEE;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list.header-title {
border-bottom: 1px solid #ddd;
padding: 15px 10px;
background-color:#242424;
color:#FFF;
}
.dashboard-new .main-body .dashboard-posted-jobs .header-title {
border-bottom: 1px solid #ddd;
padding: 15px 10px;
background-color:#242424;
color:#FFF;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list.header-title li {
font-weight: 500;
font-size: 16px;
color:#FFF !important;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.cand-resumes-access {
margin-top:10px;	
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul {
margin-bottom: 0;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title {
width: 40%;
vertical-align: middle;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title a {
font-size:18px;
font-weight:500;	
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .posted-job-title-meta a {
font-size: 16px;
font-weight:500;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .posted-job-title-meta p {
margin-bottom: 0;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .job-class {
position: relative;
overflow: hidden;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .job-class a:before {
content: '-';
position: absolute;
width: 100%;
height: 100%;
font-size: 12px;
top: 0;
left: 0;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .job-class a:first-child:before {
content: normal;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .job-class a:first-child {
padding-left: 0;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .job-class a {
padding: 0 10px;
position: relative;
font-weight: 400;
font-size: 14px;
color: #777;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-applicants {
width: 10%;
color:#777;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status {
width: 12%;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status .label {
font-weight: 400;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-expiration {
width: 15%;
color:#777;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action {
width: 20%;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action li {
padding: 0;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action li i {
font-size: 22px;
vertical-align: middle;
background-color: #eee;
padding: 5px;
border-radius: 4px;
color: #999;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label {
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label.label-warning {
background-color: transparent;
border: none;
color: #f0ad4e;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label.label-info {
background-color: transparent;
border: none;
color: #5bc0de;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label.label-success {
background-color: transparent;
border: none;
color: #5cb85c;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label.label-danger {
background-color: transparent;
border: none;
color: #d9534f;
}
.dashboard-new .main-body .pagination-box {
margin-top: 30px;
} .dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.posted-job-title {
width: 39%;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.posted-job-title .posted-job-title-img {
float: left;
margin-right: 15px;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.posted-job-title .posted-job-title-img img {
width: 50px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.resume-id {
width: 6%;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-applicants a:hover {
text-decoration: underline !important;
color: #242424;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-action .btn, .dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-expiration .btn {
border-radius: 3px;
text-transform: capitalize;
font-weight: 400;
color: #FFF;
font-size:14px;
background-color: #242424;
border: 1px solid #242424;
padding:6px 10px;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-action .btn:hover,
.dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-expiration .btn:hover, 
.dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-action .btn:focus, 
.dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-expiration .btn:focus {
background-color: #242424;
border: 1px solid #242424;
color:#FFF;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-action .btn i {
font-size: 10px;
} .resume-action-modal input {
height: 45px;
border-radius: 3px;
}
.resume-action-modal .modal-content {
border-radius: 5px;
border:none;
}
.resume-action-modal .modal-content .can-toggle {
text-align:right;	
}
.resume-action-modal .modal-header {
border-radius: 4px 4px 0 0;
padding:15px 20px;
background-color:#242424;
}
.resume-action-modal .modal-header h4 {
font-size:16px;
color:#fff;
font-weight:500;	
}
.resume-action-modal .modal-header .close {
color:#fff;
opacity:0.6	
}
.resume-action-modal .form-group {
position:relative;
overflow:hidden;
clear:both;	
}
.resume-action-modal .form-group label {
font-weight:500;
}
.resume-action-modal .form-group .toggle.btn-sm {
min-width: 80px;
min-height: 30px;
}
.resume-action-modal .form-group .select2-container {
width:100% !important;	
}
.resume-action-modal .modal-content .modal-body {
padding: 20px;
}
.resume-action-modal .modal-content .modal-body .company-search-toggle {
margin: 20px 0 10px 0;
position:relative;
overflow:hidden;
} .resume-action-modal .modal-content .modal-body textarea:focus {
box-shadow: none;
border-color: #CCC;
}
.resume-action-modal .modal-content .modal-footer .btn-default {
margin-top: 0;
}
.resume-action-modal .modal-content .modal-footer {
border-top: none;
padding: 20px;
padding-top: 0;
}
.dashboard-new .main-body .dashboard-email-templates .email-template-id {
width: 5%;
}
.dashboard-new .main-body .dashboard-job-stats.dashboard-email-templates .posted-job-list ul.list-inline li.posted-job-expiration {
width: 25%;
}
.dashboard-new .main-body .dashboard-job-stats.dashboard-email-templates .posted-job-list ul.list-inline li.posted-job-action {
width: 12%;
}
.dashboard-new .main-body .dashboard-job-stats.dashboard-email-templates .posted-job-list ul.list-inline li.posted-job-title {
width: 56%;
}
.dashboard-new .main-body .dashboard-job-stats.followers .posted-job-list ul.list-inline li.posted-job-title {
width: 55%;
}
.dashboard-new .main-body .dashboard-job-stats.followers .posted-job-list ul.list-inline li.posted-job-expiration {
width: 25%;
}
.dashboard-new .main-body .dashboard-job-stats.followers .posted-job-list ul.list-inline li.posted-job-action {
width: 10%;
}
.dashboard-table {
position: relative;
width: 100%;
}
.dashboard-table thead tr th {
color: #FFF;
width: auto !important;
font-weight: 500;
font-family: "Poppins", sans-serif;
text-transform: capitalize;
border-top: 1px solid #f5f5f5;
border-bottom: none;
padding: 20px 10px;
vertical-align: middle;
}
.dashboard-table tbody tr td {
color: #999;
width: auto !important;
font-weight: 400;
font-family: "Poppins", sans-serif;
border-top: 1px solid
#f5f5f5;
border-bottom: none;
padding: 20px 10px;
vertical-align: middle;
}
.dashboard-table tbody tr td a.job-title {
font-size:18px;
font-weight:500;	
}
.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.btn-small {
padding:6px 10px;	
} .dashboard-new .main-body .dashboard-job-stats.my-package-detail {
position: relative;
overflow: hidden;
}
.dashboard-new .main-body .dashboard-job-stats.my-package-detail .package-id {
width: 5%;
font-weight: 500;
color: #777;
}
.dashboard-new .main-body .dashboard-job-stats.my-package-detail ul.list-inline li.package-title {
width: 68%;
vertical-align: middle;
font-weight: 500;
color: #777;
}
.dashboard-new .main-body .dashboard-job-stats.my-package-detail ul.list-inline li.package-action {
width: 25%;
vertical-align: middle;
font-weight: 500;
color: #777;
} .candidate-dashboard .candidate-resume-page .main-body .resume-box {
background-color: #FFF;
box-shadow: none;
padding: 10px;
margin-bottom: 30px;
}
.candidate-dashboard .contact-box .contact-img img {
border-radius: 50%;
}
.candidate-dashboard .main-body .jobs-applied.posted-job-list ul.list-inline li.posted-job-title .posted-job-title-img {
float: left;
margin-right: 15px;
}
.candidate-dashboard .main-body .jobs-applied.posted-job-list ul.list-inline li.posted-job-title .posted-job-title-img img {
width: 50px;
height: 50px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.candidate-dashboard .main-body .jobs-applied.posted-job-list ul.list-inline li.resume-id {
width: 6%;
}
.candidate-dashboard .main-body .jobs-applied.posted-job-list ul.list-inline li.posted-job-expiration {
width: 17%;
}
.candidate-dashboard .main-body .jobs-applied.posted-job-list ul.list-inline li.posted-job-status {
width: 15%;
}
.candidate-dashboard .main-body .jobs-applied.posted-job-list ul.list-inline li.posted-job-title {
width: 60%;
} .candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-title .posted-job-title-img {
float: left;
margin-right: 15px;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-title .posted-job-title-img img {
width: 50px;
height: 50px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.resume-id {
width: 4%;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-expiration {
width: 15%;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-status {
width: 12%;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-title {
width: 50%;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-action {
width: 15%;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list .posted-job-action .btn, .dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-action .btn.unfollow_comp {
border-radius: 3px;
font-size: 14px;
text-transform: capitalize;
font-weight: 400;
border: 1px solid #777;
background-color: #242424;
padding:6px  15px;
color:#FFF;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list .posted-job-action .btn:hover, .dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-action .btn.unfollow_comp:hover {
background-color: #242424;
border: 1px solid #242424;
color:#FFF;
opacity:0.9;
} .candidate-resume-page {
position: relative;
}
.candidate-resume-page .main-profile-card {
background-color: #fff;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
margin-bottom: 30px;
border-radius:3px;
}
.candidate-resume-page .contact-box {
position: relative;
background-repeat: no-repeat;
background-size: cover;
padding: 30px 20px;
border-radius:3px;
padding-bottom:0;
}
.candidate-resume-page .contact-box .top-box {
width: 100%;
display: inline-block;
padding: 7px 20px;
position: relative;
}
.candidate-resume-page .contact-box .top-box i {
width: 40px;
height: 40px;
font-size: 17px;
border-radius: 50%;
background: rgba(3, 169, 244,0.1);
color: #03A9F4;
text-align: center;
line-height: 35px;
}
.candidate-resume-page .contact-box .contact-action {
display: inline-block;
float: right;
}
.candidate-resume-page .contact-box .contact-img {
max-width: 100px;
margin: 0 auto;
position: relative;
margin-top: -80px;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/profile-bg.png) no-repeat scroll center center / cover;
}
.candidate-resume-page .contact-box .contact-img img {
width: 100px;
padding:8px;
}
.candidate-resume-page .contact-box .contact-caption {
text-align: center;
padding-bottom: 0;
}
.candidate-resume-page .contact-box .contact-caption h4 {
margin-bottom: 5px;
font-weight: 6500;
}
.candidate-resume-page .contact-box .contact-caption span {
display: block;
margin-bottom: 10px;
}
.candidate-resume-page .contact-box .contact-caption span i {
font-size: 16px;
margin-right: 5px;
}
.candidate-resume-page .contact-box .contact-caption span.follow-user a {
color: #FFF;
}
.candidate-resume-page .main-profile-card .social-links {
text-align: center;
margin-bottom: 20px;
}
.candidate-resume-page .main-profile-card .social-links li a img {
width:30px;
}
.candidate-resume-page .contact-box a.btn-custom {
font-size: 12px;
display: table;
margin: 0 auto;
border-radius: 4px;
}
.candidate-resume-page .main-profile-card .resume-detail h4 {
text-transform: capitalize;
font-weight: 500;
margin-top: 0;
font-size:16px;
}
.candidate-resume-page .main-profile-card .resume-detail {
padding: 30px 20px;
}
.candidate-resume-page .main-profile-card .resume-detail ul {
margin-bottom: 0;
padding:0;
list-style:none;
}
.candidate-resume-page .main-profile-card .resume-detail ul li {
padding: 15px 0;
border-bottom: 1px solid #f5f5f5;
}
.candidate-resume-page .main-profile-card .resume-detail ul li i {
margin-right:5px;	
}
.candidate-resume-page .main-profile-card .resume-detail ul li:last-child {
padding-bottom: 0;
border-bottom: none;
}
.candidate-resume-page .main-profile-card .resume-detail ul li img {
margin-right: 10px;
width:35px;
float:left;
}
.candidate-resume-page .main-profile-card .resume-detail ul li .resume-detail-meta {
padding-left:50px;	
}
.candidate-resume-page .main-profile-card .resume-detail ul li .resume-detail-meta small {
display:block;
text-transform:uppercase;
color:#828282;
}
.candidate-resume-page .main-profile-card .resume-detail ul li .resume-detail-meta strong {
font-size:14px;	
}
.candidate-resume-page .candidate-contact-form {
padding: 30px 20px;
background-color: #fff;
box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.05);
margin-bottom: 30px;
position: relative;
overflow: hidden;
border-radius:3px;
}
.candidate-resume-page .candidate-contact-form h4 {
margin-top: 0;
margin-bottom: 20px;
font-weight: 500;
text-transform: capitalize;
font-size:16px;
}
.candidate-resume-page .candidate-contact-form input {
height: 45px;
border-radius: 3px
}
.candidate-resume-page .main-body {
position: relative;
background-color:#FFF;
}
.candidate-resume-page .main-body .company-detail-box {
position:relative;
overflow:hidden;
margin-bottom: 30px;
background-color:#f3f8fe;
padding-bottom: 20px;
padding:20px;
}
.candidate-resume-page .main-body .company-detail-box .company-logo {
float:left;
}
.candidate-resume-page .main-body .company-detail-box .company-logo img {
max-width:100px;
margin-right:20px;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta {
position:relative;
overflow:hidden;
min-height:100px	
}
.candidate-resume-page .main-body .company-detail-box .company-meta h1 {
font-size: 22px;
font-weight: 500;
margin-bottom: 0;
text-transform: capitalize;
margin-top: 5px;
}
.candidate-resume-page .main-body .company-detail-box .company-meta p {
margin-bottom:0;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta p i {
margin-right:5px;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta .tagline {
font-weight: 500;
margin-bottom: 0;
font-size: 16px;
}
.candidate-resume-page .main-body .company-detail-box .company-meta a.btn {
position:absolute;
top:0;
right:0;
border-radius:30px;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta a.btn i {
margin-right:5px;	
}
.candidate-resume-page .main-body .company-detail-box .social-links {
position: absolute;
right: 0;
bottom: 0;	
}
.candidate-resume-page .main-body .company-detail-box .social-links li img {
width:30px;	
}
.company-main .short-detail {
padding: 0;
list-style: none;
position: relative;
overflow: hidden;
}
.company-main .short-detail li {
color: #828282;
width: 33%;
float: left;
margin-bottom: 35px;	
}
.company-main .short-detail li small {
width:100%;
display:block;	
text-transform:uppercase;
}
.company-main .short-detail li strong {
width:100%;
display:block;
font-size:14px;
color:#242424;
}
.company-main .short-detail .short-detail-icon {
float:left;
margin-right:15px;	
}
.company-main .short-detail .short-detail-icon i {
font-size: 34px;
}
.main-body .skills {
position: relative;
overflow: hidden;
}
.main-body .skills h5 {
font-weight: 500;
margin-top: 0;
display: inline-block;
float: left;
margin-right: 20px;
text-transform: capitalize;
}
.main-body .skills h5 i {
margin-right: 5px;
}
.main-body .skills a:first-child {
margin-left: 0;
}
.main-body .skills .skills-tags a {
color: #828282;
margin-left: 10px;
}
.candidate-resume-page .main-body .resume-box {
padding: 0;
margin-bottom: 30px;
border-radius:3px;
}
.candidate-resume-page .main-body h4 {
margin: 0;
font-weight: 500;
margin-bottom: 10px;
font-size:20px;
}
.candidate-resume-page .main-body .resume-box .timeline-box img.heading-icon {
width: 25px;
float: left;
margin-right: 10px;
}
.candidate-resume-page .main-body .resume-box .timeline-box ul.skills-box {
list-style:none;
padding-left:20px;
}
.candidate-resume-page .main-body .resume-box .timeline-box .skills-box li i {
margin-right:5px;
}
.candidate-resume-page .main-body .resume-box .timeline-box .skills-box li {
width:32%;	
} .candidate-resume-page .main-body .timeline-box {
position: relative;
}
.candidate-resume-page .main-body .timeline-box ul.education {
list-style: none;
position: relative;
padding: 0 0 0 50px;
display: inline-block;
width: 100%;
padding-left:20px;
}
.candidate-resume-page .main-body .timeline-box ul.education li {
position: relative;
padding-bottom:20px;
margin-left: 50px;
background-color: #fff;
display:inline-block;
padding-top:10px;
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;
} .candidate-resume-page .main-body .timeline-box ul.education li:first-child {
margin-top:0;	
}
.candidate-resume-page .main-body .timeline-box ul.education li:last-child {
margin-bottom:0;	
}
.candidate-resume-page .main-body .timeline-box ul.education li > span {
width: 4px;
height: 100%;
background: #eee;
left: -30px;
position: absolute;
top:10px;
}
.candidate-resume-page .main-body .timeline-box ul.education li:last-child span {
background:none;	
}
.candidate-resume-page .main-body .timeline-box ul.education li > span:before {
content: "";
width: 15px;
height: 15px;
border-radius: 90%;
border: 3px solid #FFF;
position: absolute;
left: -5px;
top: 0;
box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.07);
}
.candidate-resume-page .main-body .timeline-box ul.education li .date {
font-weight: 500;	
}
.candidate-resume-page .main-body .timeline-box ul.education li .lead {
position: relative;
overflow: hidden;
margin-bottom: 10px;
font-weight: 500;
font-size: 18px;
color: #242424;
margin-top:5px;
}
.candidate-resume-page .main-body .timeline-box ul.education li .lead span {
font-size:14px;
font-weight:500;
color:#828282;
margin-left:15px;	
}
.candidate-resume-page .main-body .timeline-box div .type {
font-weight: 500;
font-size: 14px;
margin-bottom: 10px;
}
.candidate-resume-page .main-body .timeline-box div .type span {
margin-right: 30px;
font-weight: 400;
color:#242424;
}
.candidate-resume-page .main-body .timeline-box div .type span strong {
margin-right:5px;
text-transform:uppercase;	
}
.candidate-resume-page .main-body .timeline-box span.number {
height: 100%;
}
.candidate-resume-page .main-body .timeline-box p {
margin-bottom:0;
}
.candidate-resume-page .main-body .resume-box ul li, .candidate-resume-page .main-body .resume-box ol li {
color:#828282;
padding:5px 0;
}
.candidate-resume-page .main-body .timeline-box ul.education li .info {
line-height: 30px;
font-size: 14px;
color: #828282;
} .related-ads {
position: relative;
overflow: hidden;
background-color: #FFF;
padding: 30px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
margin-bottom:30px;
border-radius:3px;
}
.candidate-resume-page .related-ads {
padding:0;
box-shadow:none;	
}
.job-lists .posted-job-list {
position: relative;
overflow: hidden;
background-color: #FFF;
padding:30px 0;
border-bottom: 1px solid #f5f5f5;
}
.job-lists .posted-job-list:last-child {
padding-bottom:0;
border-bottom:none;	
}
.job-lists .posted-job-list ul {
margin: 0;
padding: 0;
list-style:none;
}
.job-lists .posted-job-list ul li.posted-job-title {
width: 78%;
vertical-align:middle;
}
.job-lists .posted-job-list ul li.posted-job-title a.job-title {
font-weight: 500;
font-size: 16px;
display: block;
}
.job-lists .posted-job-list ul li.posted-job-title .posted-job-title-img img {
width: 50px;
height: 50px;
}
.job-lists .posted-job-list ul li.posted-job-title .posted-job-title-img {
float: left;
margin-right: 15px;
}
.job-lists .posted-job-list ul li.posted-job-title .posted-job-title-meta {
margin-left: 70px;
}
.job-lists .posted-job-list ul li.posted-job-title p {
margin-bottom: 0;
display: inline;
}
.job-lists .posted-job-list ul li.posted-job-title p a {
color:#828282;	
}
.job-lists .posted-job-list ul li.posted-job-title p span {
text-transform:capitalize;
font-weight:500;	
}
.job-lists .posted-job-list ul li.posted-type {
width: 20%;
text-align:right;
}
.job-lists .label {
text-transform: uppercase;
padding: 5px 10px;
border: none;
color: #777;
line-height:30px;
}
.job-lists .label.label-full-time {
background-color: transparent;
color: #d3b940;
border: 1px solid #d3b940;
}
.job-lists .label.label-part-time {
background-color: transparent;
color: #ff5a00;
border: 1px solid #ff5a00;
}
.job-lists .label.label-internee {
background-color: transparent;
color: #9d27b3;
border: 1px solid #9d27b3;
}
.job-lists .label.label-remote {
background-color: transparent;
color: #46af4a;
border: 1px solid #46af4a;
} .all-jobs-list-box.style-2 .search-premium-job {
padding:20px;
background-color:#fff;
margin-bottom:20px;	
}
.all-jobs-list-box.style-2 .search-premium-job .job-lists:last-child {
margin-bottom:0	
}
.all-jobs-list-box.style-2 .search-premium-job .job-lists, .all-jobs-list-box.style-2 .search-premium-job .job-lists .posted-job-list, .all-jobs-list-box.style-2 .search-premium-job .job-lists .posted-job-list-meta {
background-color:#f2fcf0;	
}
.all-jobs-list-box.style-2 .search-premium-job h4 {
font-size:16px;
font-weight:500;
text-transform:capitalize;
margin-top:0;
margin-bottom:15px;	
}
.all-jobs-list-box.style-2 .job-lists {
margin-bottom:20px;
border-radius:3px;
border: 1px solid #f5f5f5;	
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul li.posted-job-title {
width:100%;
padding:0;
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul li.posted-job-title .posted-job-title-img {
float:right;
margin-left:10px;
margin-right:0;	
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul li.posted-job-title .posted-job-title-meta {
margin-left:0;	
}
.all-jobs-list-box.style-2 .job-lists .label {
border-radius:20px;	
font-weight:500;
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul li.posted-job-title a.job-title {
font-size:16px;
text-transform:none;
margin-top: 10px;	
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul.job-class-tags-2 {
margin-top:5px;
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul li.posted-job-title .posted-job-title-img img {
width: 60px;
height: 60px;
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list {
border-bottom:1px solid #f5f5f5;
margin-bottom:0;
padding:20px 25px;	
}
.all-jobs-list-box.style-2 .posted-job-list-meta {
background-color:#fff;
padding:15px 20px;	
}
.all-jobs-list-box.style-2 .posted-job-list-meta span {
color:#828282;
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title a.job-title {
margin-right:10px;
display:inline;	
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p {
display:block;	
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p.search-cat a {
color:#828282;
margin-right:5px;
position:relative;
margin: 0 14px;
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p.search-cat a:first-child {
margin-left:0;	
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p.search-cat a:last-child {
margin-right:0;	
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p.search-cat a:last-child:after {
content:"";	
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p.search-cat a::after {
color: #828282;
content: "\f105";
font-family: "FontAwesome";
position: absolute;	
right: -16px;
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p i {
margin-right:5px;	
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta .job-lists .label {
font-size:10px;	
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta span:first-child {
border-right: 1px solid #f5f5f5;
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta span {
color: #828282;
padding: 15px 20px;
float: left;
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta span {
margin-right:5px;	
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta {
position:relative;
overflow:hidden;
padding:0;	
}
.job-lists .posted-job-list ul li.posted-job-title p a i {
font-size:10px;	
}
.job-lists .posted-job-list ul li.posted-job-title p i.ti-angle-right {
font-size:10px;	
} .single-job-section-2 .single-job-detail-box {
position: relative;
margin-bottom: 30px;
padding: 30px;
background-color: #FFF;
border-radius:3px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.single-job-section-2 .single-job-detail-box .job-detail-2 {
position: relative;
overflow: hidden;
vertical-align: middle;
}
.single-job-section-2 .single-job-detail-box .job-detail-2 h2 {
font-size: 20px;
font-weight: 500;
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul {
margin-bottom: 0;
padding: 0;
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul li {
display: inline;
margin-right: 15px;
font-size: 14px;
color: #777;
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul li:last-child {
margin-right:0;	
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul li i {
margin-right: 5px;
}
.single-job-section-2 .single-job-detail-box .apply-job {
position: relative;
overflow: hidden;
margin-top: 20px;
float: right;
}
.single-job-section-2 .single-job-detail-box .apply-job a {
display: inline-block;
font-size: 12px;
padding: 10px 20px;
border-radius: 3px;
color: #FFF;
text-transform: uppercase;
font-weight: 500;
}
.single-job-section-2 .single-job-detail-box .apply-job a i {
margin: 0;
}
.single-job-section-2 .single-job-detail {
background-color: #FFF;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
padding: 30px;
margin-bottom: 30px;
border-radius:3px;
}
.single-job-section-2 h4 {
font-weight: 500;
}
.single-job-section-2 ul {
list-style: disc;
padding-left: 30px;
}
.single-job-section-2 ul li {
color: #828282;
line-height: 34px;
}
.single-job-section-2 ul li strong {
color:#242424;	
}
.single-job-section-2 ul li strong a {
}
.single-job-section-2 ul li strong a {
color:#828282;
margin-right:5px;
font-size:12px;	
position:relative;
margin: 0 14px;
}
.single-job-section-2 ol {
list-style: decimal;
padding-left: 30px;
}
.single-job-section-2 ol li {
color: #828282;
line-height: 34px;
}
.single-job-section-2 .job-detail-widget {
padding: 30px 20px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
background-color: #FFF;
margin-bottom: 30px;
border-radius:3px;
}
.single-job-section-2 .job-detail-widget h4 {
text-transform: capitalize;
font-weight: 500;
margin-top: 0;
}
.single-job-section-2 .job-detail-widget ul {
list-style: none;
padding: 0;
margin-bottom: 0;
}
.single-job-section-2 .job-detail-widget ul li {
padding: 10px 0;
border-bottom: 1px solid #f5f5f5;
}
.single-job-section-2 .job-detail-widget ul li:last-child {
padding-bottom: 0;
border-bottom: none;
}
.single-job-section-2 .contact-box {
position: relative;
background-color: #FFF;
padding: 10px 20px 30px 20px;
border-bottom: 1px solid #f5f5f5;
}
.single-job-section-2 .contact-box .contact-img {
max-width: 100px;
display: table;
margin: 0 auto;
position: relative;
}
.single-job-section-2 .contact-box .contact-img img {
width: 100px;
height: 100px;
background-color: #FFF;
}
.single-job-section-2 .contact-box .contact-caption {
text-align: center;
padding-bottom: 0;
}
.single-job-section-2 .contact-box .contact-caption h4 {
margin-bottom: 5px;
font-weight: 500;
}
.single-job-section-2 .contact-box .contact-caption span {
display: block;
margin-bottom: 10px;
}
.single-job-section-2 .main-profile-card .social-links {
text-align: center;
margin-bottom: 10px;
padding-left: 0;
}
.single-job-section-2 .contact-box a.btn-custom {
font-size: 12px;
display: table;
margin: 0 auto;
border-radius: 4px;
}
.single-job-section-2 .social-links li a img {
width:30px;
}
.single-job-section-2 .social-links {
text-align: center;
margin-bottom: 10px;
}
.job-single-style {
background-color: #FFF;
position: relative;
float:left;
width:100%;
border-radius:3px;
}
.single-job-section-2 .job-single-style .single-job-detail-box {
box-shadow: none;
margin-bottom: 0;
}
.single-job-section-2 .job-single-style .job-detail-widget {
box-shadow: none;
}
.single-job-section-2 .job-single-style .single-job-detail {
box-shadow: none;
border-right: 1px solid #f5f5f5;
padding-top: 0;
}
.single-job-section-2.job-single-style-white {
background-color: #FFF;
}
.single-job-section-2.job-single-style-white .job-detail-widget, .single-job-section-2.job-single-style-white .single-job-detail {
padding: 0;
box-shadow: none;
}
.single-job-section-2.job-single-style-white .single-job-detail-box {
box-shadow: none;
padding: 0;
padding-bottom: 30px;
border-bottom: 1px solid #f5f5f5;
}
.single-job-section-2 .contact-box {
border-radius:3px;
}
.single-job-section-2 .single-job-detail .job-details {
position:relative;
overflow:hidden;
margin-bottom:20px;
}
.single-job-section-2 .single-job-detail .job-details strong {
margin-right:10px;	
}
.single-job-section-2 .single-job-detail .job-details .nopadding {
margin:10px 0;
color:#828282;	
}
.job-filters {
padding-bottom: 30px;
background-color: #FFF;
position: relative;
overflow: hidden;
}
.job-filters .form-group {
margin-bottom: 0;
}
.categories-list-page .job-lists .posted-job-list {
padding:20px;	
}
.categories-list-page .job-lists .posted-job-list:last-child {
margin-bottom:0;	
}
.categories-list-page .job-filters {
box-shadow: none;
margin-bottom: 20px;
padding:20px;
border-radius:3px;
}
.categories-list-page .job-filters h4 {
text-transform:capitalize;
font-weight:500;
font-size:16px;	
}
.categories-list-page.light-blue .job-filters {
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
border-bottom: none;
margin-bottom: 30px;
}
.categories-list-page.light-blue .all-jobs-list-box .job-box {
padding: 30px 20px;
}
.categories-list-page.light-blue .all-jobs-list-box {
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.categories-list-page .pagination-box {
margin-top:20px;
clear:both;	
}
.categories-list-page .widget {
padding:20px;	
}
.categories-list-page .widget .form-group {
margin-bottom: 30px;
}
.categories-list-page input.form-control {
height: 40px;
}
.categories-list-page .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 40px;
}
.categories-list-page .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px;
}
.categories-list-page .select2-container--default .select2-selection--single {
height: 40px;
}
.job-filters .job-filter-selected {
padding-top: 20px;
position:relative;
overflow:hidden;
}
.job-filter-selected form {
float:left;	
}
.job-filters .job-filter-selected span {
padding: 3px 10px;
background-color: transparent;
border-radius: 3px;
margin-right: 10px;
border: 1px solid #bbb;
color: #bbb;
float:left;
font-size:12px;
}
.job-filters .job-filter-selected span i {
color: #bbb;
margin-left: 5px;
}
.job-filters .job-filter-selected h4 {
margin-top: 0;
margin-bottom: 20px;
}
.job-filters .job-filter-selected h4 a {
font-size: 12px;
padding: 5px 0;
}
.categories-list-page .alphabets {
position:relative;
text-align:center;
margin-bottom:40px;
padding-bottom:20px;
}
.categories-list-page .alphabets a {
font-size:16px;
text-transform:uppercase;
padding:10px;
background-color: #f5f5f5;
border-radius: 3px;
margin: 0 2px;
}
.categories-list-page .alphabets a.active {
background-color: transparent;
font-size: 16px;
line-height: 59px;
border-radius: 3px;
}	 
.menu-dashboard {
display: none;
}
.alert {
border-radius: 3px;
}
.alert.alert-style-1 {
padding-left: 70px;
position: relative;
border: 1px solid #5bc0de;
}
.alert.alert-style-1 i {
height: 100%;
left: 0;
margin: 0;
padding-top: 13px;
position: absolute;
text-align: center;
top: 0;
width: 50px;
color: #fff;
}
.alert.alert-style-1.alert-success i {
color: #8BC34A;
background: #f7f7f7;
}
.alert.alert-style-1.alert-info i {
color: #FFF;
background: #5bc0de;
}
.alert.alert-style-1.alert-danger i {
color: #f33923;
background: #f7f7f7;
}
.alert.alert-style-1.alert-warning i {
color: #f8b32d;
background: #f7f7f7;
}
.alert-dismissable .close, .alert-dismissible .close {
top: 0;
}
.dashboard-new .dashboard-job-filters .form-group .a-btn {
padding: 15px 20px;
position: absolute;
right: 15px;
top: 24px;
color: #FFF;
border: none;
border-radius:0 4px 4px 0;
}
.dashboard-new .dashboard-job-filters .form-group .a-btn.no-top {
top:0;
} .dashboard-new .main-body .order-invoice {
padding: 20px;
}
.dashboard-new .main-body .order-invoice .order-invoice-header {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.order-invoice-company img {
margin-bottom: 35px;
}
.order-invoice-to {
text-align: right;
}
.order-invoice-to h3 {
margin: 0;
margin-bottom: 10px;
font-weight: 500;
font-size: 40px;
color: #ccc;
}
.order-invoice-to address {
padding-left: 100px;
color: #777;
}
.order-invoice-to p {
margin-bottom: 0;
width: 100%;
}
.order-invoice-company address {
padding-right: 100px;
color: #777;
}
.order-invoice-company {
margin-bottom: 0;
width: 100%;
}
.order-invoice .order-invoice-items {
margin-bottom: 70px;
}
.order-invoice .order-invoice-items tr td {
padding: 20px 10px;
}
.order-invoice-footer {
position: relative;
overflow: hidden;
}
.order-invoice-footer .order-invoice-footer-total {
margin-top: 50px;
}
.order-invoice-footer .order-invoice-footer-total .order-invoice-footer-total-amount {
font-size: 30px;
color: #5cb85c;
line-height: 30px;
font-weight: 700;
float: right;
}
.order-invoice-footer-notes-heading {
margin-top: 0;
color: #777;
} .dashboard-new .main-body .dashboard-edit-profile .ad-more-btn {
position: absolute;
right: 18px;
bottom: 0;
width:auto;	
}
.dashboard-new .main-body .dashboard-edit-profile .remove-btn {
left: 15px;
bottom: -50px;
width: auto;
position: absolute;
}
.dashboard-new .main-body .dashboard-edit-profile .ad_more_box #professional_fields .remove-btn {
bottom: 0;
}
.dashboard-new .main-body .dashboard-edit-profile .ad_more_box .form-group {
position:relative;
overflow:hidden;	
} .dashboard-new .main-body .dashboard-edit-profile .ad-more-btn .btn, .dashboard-new .main-body .dashboard-edit-profile .remove-btn .btn {
border-radius:3px;
}
.dashboard-new .main-body .ad_more_box {
position:relative;
}
.ad-more-box-single {
margin-bottom:70px;
position:relative;
float:left;	
width:100%;
}
.ad-more-box-single:first-child {
margin-bottom:50px;	
} .how-it-works {
position:relative;
overflow:hidden;
}
.how-it-works .work-points {
position:relative;
overflow:hidden;	
}
.how-it-works .work-points .h-i-w-content-box img.main-img {
text-align:center;
margin:0 auto;
display:block;
width:36%;	
}
.how-it-works .work-points .h-i-w-content-box h3 {
margin-bottom:15px;
margin-top:30px;
font-size:16px;
text-transform:capitalize;
font-weight:500;	
}
.how-it-works .work-points .h-i-w-content-box .process-arrow {
position:absolute;
right:-50px;
top:60px;	
}
.how-it-works .work-points .h-i-w-content-box p {
margin-bottom:0;
line-height:26px;	
} .how-it-works.style-2 {
padding-bottom:60px;
text-align:left;	
}
.how-it-works.style-2 .h-i-w-box {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/how-it-works.png);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
padding: 40px 0;
width: 100%;
float: left;
}
.how-it-works.style-2 .h-i-w-content-box {
background-color:rgba(251, 251, 251, 0.8);
padding:30px;	
}
.how-it-works.style-2 .work-points .h-i-w-content-box h3 {
margin-top:20px;
margin-bottom:10px;	
}
.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;	
} .categories-list-page .all-jobs-list-box {
position:relative;
overflow:hidden;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
font-size:12px;
font-weight:500;
border-radius:3px;	
}
.jconfirm .jconfirm-box.jconfirm-type-red {
border-top: solid 2px #e74c3c;
border-radius:3px;	
}
.jconfirm .jconfirm-box.jconfirm-type-blue {
border-top: solid 2px #3498db;
border-radius:3px;	
}
.transparent-job-detial {
position:relative;
padding:240px 0 20px;	
}
.transparent-job-detial.breadcrumb-overlay::before {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.transparent-job-detial .job-detail-meta ul {
margin-bottom: 0;
padding: 0;
list-style:none;
}
.transparent-job-detial  .job-detail-meta ul li {
display: inline;
margin-right: 15px;
font-size: 14px;
color: #fff;
}
.transparent-job-detial  .job-detail-meta ul li  a {
color: #fff;
}
.transparent-job-detial  .job-detail-meta ul li i {
margin-right: 5px;
}
.transparent-job-detial .apply-job {
position: relative;
overflow: hidden;
margin-top: 20px;
float: right;
}
.transparent-job-detial .apply-job a {
display: inline-block;
font-size: 12px;
padding: 10px 20px;
border-radius: 3px;
color: #FFF;
text-transform: uppercase;
font-weight: 500;
}
.transparent-job-detial .apply-job a i {
margin: 0;
}
.transparent-job-detial .apply-job a.bookmark {
margin-bottom:0;
}
.transparent-job-detial ul.job-class-tags-2 {
margin: 0;
}
.transparent-job-detial .job-detail-2 {
margin-bottom:20px;	
}
.transparent-job-detial ul.job-class-tags-2 li a.job-class-tags-anchor {
background-color:transparent !important;
border:1px solid #fff !important;
color:#FFF !important;	
}
.single-job-cat {
position:relative;
margin-top:15px;	
}
.single-job-cat a {
color: #828282;
margin-right: 5px;
font-size: 12px;
position: relative;
margin: 0 14px;	
}
.transparent-job-detial .single-job-cat a {
color: #FFF;	
}
.single-job-cat a:first-child {
margin-left:0;	
}
.single-job-cat a:last-child {
margin-right:0;	
}
.single-job-cat a:last-child:after {
content:"";	
}
.single-job-cat a::after {
color: #828282;
content: "\f105";
font-family: "FontAwesome";
position: absolute;	
right: -16px;
font-size: 14px;
}
.transparent-job-detial .single-job-cat a::after  {
color: #FFF;
}
.o-job-detail-page {
position:relative;
padding:70px 0;
}
.o-job-detail-page .o-job-meta {
margin-bottom:30px;
padding-bottom:30px;
border-bottom:1px solid #f1f1f1;	
}
.o-job-detail-page .o-job-meta ul.job-class-tags-2 {
margin-top:0;	
}
.o-job-detail-page .o-job-title h1 {
font-size:26px;
font-weight:500;
margin-top:0;
display:inline-block;
vertical-align:middle;
margin-bottom:10px;	
}
.o-job-detail-page .o-single-job-detail h1, .o-job-detail-page .o-single-job-detail h2, .o-job-detail-page .o-single-job-detail h3, .o-job-detail-page .o-single-job-detail h4, .related-ads h4 {
font-weight:500;	
}
.o-job-detail-page .o-job-detail-meta ul {
list-style:none;
padding-left:0;	
}
.o-job-detail-page .o-job-detail-meta ul li {
color:#777;	
font-size:13px;
margin-right:10px;
}
.o-job-detail-page .o-job-detail-meta ul li a {
color:#777;	
}
.o-job-detail-page .o-job-detail-meta ul li:last-child {
margin-right:0;
}
.o-job-detail-page .o-job-detail-meta ul li i {
margin-right:5px;	
}
.o-job-detail-page .o-job-title a.label {
font-size: 12px;
font-weight: 400;
padding: 5px 10px;
border-radius: 50px;
margin-left: 10px;
text-transform: uppercase;	
}
.o-job-detail-page .o-job-title a.label.part-time {
background-color:#ff5a00;
}
.o-job-detail-page .o-single-job-detail {
background-color:#fff;
position:relative;
margin-bottom:30px;
}
.o-job-detail-page .o-single-job-detail ul, .o-job-detail-page .o-single-job-detail ol {
margin-bottom:20px;	
}
.o-job-detail-page .o-single-job-detail h3 {
margin-top:0;
font-size:20px;	
font-weight:500;
}
.o-job-detail-page .o-single-job-detail p {
font-size:14px;
color:#777;	
margin-bottom:20px;
}
.o-job-detail-page .o-single-job-detail ul li, .o-job-detail-page .o-single-job-detail ol li {
color: #777;
line-height: 34px;
}
.o-job-detail-page .o-job-single-sidebar {
position:relative;	
}
.o-job-detail-page .o-job-single-sidebar .widget {
padding:0;
margin-top:30px;	
}
.o-job-detail-page .o-job-single-sidebar .apply-buttons {
padding:20px;
box-shadow:none;
padding:0;	
}
.o-job-detail-page .o-job-single-sidebar .apply-buttons .divider {
padding:20px 0;	
position:relative;
}
.o-job-detail-page .o-job-single-sidebar .apply-buttons .divider hr {
width:100%;	
}
.o-job-detail-page .o-job-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: #777;
}
.o-single-job-short-detail {
border-radius:5px;
margin-bottom:10px;
position:relative;
overflow:hidden;
}
.o-single-job-short-detail .short-detail {
padding: 0;
list-style: none;
position: relative;
overflow: hidden;
}
.o-single-job-short-detail .short-detail li {
color: #828282;
width: 33%;
float: left;
margin-bottom: 30px;	
}
.o-single-job-short-detail .short-detail li small {
width:100%;
display:block;	
text-transform:uppercase;
}
.o-single-job-short-detail .short-detail li strong {
width:100%;
display:block;
font-size:14px;
color:#242424;
}
.o-single-job-short-detail .short-detail .short-detail-icon {
float:left;
margin-right:20px;	
}
.o-single-job-short-detail .short-detail .short-detail-icon i {
font-size: 34px;
}
.o-job-detail-page .o-single-job-detail #map-contact {
margin-top:20px;	
}
.o-job-detail-page .skills {
position: relative;
overflow: hidden;
border-top: 1px solid #f5f5f5;
padding-top: 20px;	
}
.o-job-detail-page .skills h5 {
font-weight:500;
margin-top:0;
display:inline-block;
float:left;
margin-right:20px;	
}
.o-job-detail-page .skills h5 i {
margin-right:5px;	
}
.o-job-detail-page .skills .skills-tags a {
color:#828282;
margin-left:10px;
}
.o-job-detail-page .skills a:first-child {
margin-left:0;	
}
.o-job-detail-page .related-ads {
padding: 0;
box-shadow: none;
}
aside .app-deadline {
position:relative;
padding:20px;
margin-bottom:30px;	
}
aside .app-deadline small {
width: 100%;
display: block;
color: #FFF;
}
aside .app-deadline strong {
width: 100%;
display: block;
font-size: 16px;
color:#FFF;
}
aside .apply-buttons .btn-theme {
background-color:transparent;
font-size:14px;	
}
aside .apply-buttons .btn-theme:hover {
background-color:#2088cb;
color:#FFF;	
}
aside .apply-buttons .btn-linkedIn {
background-color:#0077B5;
color:#FFF;
text-transform:capitalize;
border-radius:4px;
}
aside .apply-buttons .btn-linkedIn i {
border-right: 1px solid #2088cb;
padding: 10px 15px;
line-height: 50px;
font-size: 20px;
vertical-align:middle;	
}
aside .apply-buttons .btn-linkedIn span {
padding:10px 15px;
font-weight:500;	
}
aside .app-deadline .short-detail-icon {
float: left;
margin-right: 20px;
}
aside .app-deadline .short-detail-icon i {
font-size: 34px;
color: #FFF;
}
aside .app-deadline .ab-iocn {
position:absolute;
bottom:0;
right:0;
transform: rotate(-45deg);	
}
aside .app-deadline .ab-iocn i {
font-size: 44px;
color: #FFF;
opacity:0.2
}
aside .widget .contact-box {
text-align:center;
padding:20px 0;	
margin-top:30px;
}
aside .widget .contact-box .contact-img {
margin:0 auto;
display:table;	
}
aside .widget .contact-box .contact-img img {
width:100px; }
aside .widget .contact-box .contact-caption h4 {
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
margin-top: 20px;
}
aside .widget .contact-box .contact-caption a i {
margin-right:5px;	
}
aside .widget .contact-box .social-links img {
width:30px;
}
aside .widget .contact-box .social-links li {
border-bottom:none;
padding:0;	
}
aside .widget .contact-box .social-links {
margin:20px 0;
background-color:#f5f5f5;
padding:20px 0;	
}
aside .widget .contact-box .company-short-detail {
margin-bottom:20px;	
}
aside .widget .contact-box .view-profile {
text-transform:uppercase;
font-weight:500;	
} .dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action i {
font-size:20px;
}
#short-detail-modal .n-modal-candidate-avatar {
float:left;		
}
#short-detail-modal .n-modal-candidate-avatar img {
max-width:100px;	
}
#short-detail-modal .n-modal-candidate-detail {
margin-left:120px;
margin-bottom:30px;
}
#short-detail-modal .n-modal-candidate-detail h4 {
margin-bottom:10px;	
font-size:20px;
font-weight:600;
}
#short-detail-modal .n-modal-candidate-detail p {
margin-bottom:0;	
}
#short-detail-modal .n-modal-candidate-detail p i {
font-size:18px;
margin-right:5px;	
}
#short-detail-modal .n-modal-candidate-detail .btn {
padding:8px 15px;
background-color:#242424;
color:#fff;
margin-top:10px;
border:1px solid #242424;	
}
#short-detail-modal .n-modal-candidate-cover h5 { 
font-size:18px;
margin-top:0;
}
#short-detail-modal .modal-header {
background-color:#242424;	
}
#short-detail-modal .modal-header h4 {
color:#FFF;
}
#short-detail-modal .modal-header .close {
color:#FFf;
opacity:0.5;	
}
.dashboard-new .dashboard-job-stats h4 span {
color:#fb236a;
font-weight:600;	
}
.n-candidate-detail .locked-profile {
position:relative;	
}
.n-candidate-detail .locked-profile i {
font-size:20px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-title-img {
float: left;
margin-right: 15px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-title-img img {
width:50px;	
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-title-meta a {
font-size:18px;
font-weight:500;
text-transform:capitalize;	
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-action .label.label-success {
background-color: transparent;
border: none;
color: #5cb85c;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-action li i {
font-size: 22px;
vertical-align: middle;
background-color: #eee;
padding: 5px;
border-radius: 4px;
color: #999;
} @media (min-width: 1367px) and (max-width: 1920px) {
.dashboard-new .profile-menu {
width: 265px;
}
.dashboard-new .main-body.dashbord-height-fix {
min-height:600px;
}
.o-job-detail-page .o-job-title h1 {
font-size:30px;
}
.o-job-detail-page .o-job-detail-meta ul li {
font-size: 16px;
}
.o-single-job-short-detail .short-detail li strong {
font-size:16px;	
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
.o-job-detail-page .o-job-detail-meta {
margin-top:10px;	
}
.o-job-detail-page .o-job-title h1 {
display:block;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta a.btn, .candidate-resume-page .main-body .company-detail-box .social-links {
position: relative;
margin-top: 10px;
}
.company-main .short-detail li {
width:50%;	
}
.dashboard-new .profile-menu {
width:240px;	
}
.dashboard-posted-jobs {
overflow-x: auto;
white-space: nowrap;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 1400px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.mega-menu.n-admin-header .menu-logo {
min-width:auto;	
}
.dashboard-new .profile-menu {
position: fixed;
left: -220px;
min-height: auto;
height: 100vh;
z-index: 9999;
top: 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;
overflow:visible;
}
.dashboard-new .profile-menu.position {
left: 0;
z-index: 9999;
}
.menu-dashboard {
position: absolute;
right: -50px;
top: 170px;
padding: 15px;
border-radius: 0;
border: 1px solid #F1F1F1;
text-align: center;
background: no-repeat center 5px #fff;
border-left: 0;
z-index: 9;
box-shadow: 20px 0px 40px 0px rgba(0,0,0,0.03);
display: block;
}
.menu-dashboard i {
font-size: 20px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 1400px;
}
.dashboard-new .main-body .dashboard-email-templates .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 900px;
}
.dashboard-new .main-body .followers .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 900px;
}
.dashboard-posted-jobs {
overflow-x: auto;
white-space: nowrap;
}
.categories-list-page .alphabets a {
display:inline-block;
margin-bottom:10px;
line-height:normal;	
}
.categories-list-page .alphabets a.active {
line-height:normal;	
}
.how-it-works .work-points .h-i-w-content-box .process-arrow {
display:none;	
}
.how-it-works .work-points .h-i-w-content-box h3 {
margin:15px 0;	
}
.h-i-w-content-box {
margin-bottom:20px;	
}
.footer-dark.footer-black .footer_block {
margin-top:20px;
}
.dashboard-new.dashboard-transparent-header .profile-menu {
position:fixed;
z-index:999;	
}
.dashboard-new.dashboard-transparent-header .main-body {
margin-top:20px;	
}
.o-job-detail-page .o-job-title h1 {
font-size:24px;	
}
.o-job-detail-page .o-job-detail-meta {
margin-top:20px;	
}
.o-job-detail-page .o-job-detail-meta ul li {
width:100%;
margin-bottom:10px;	
}
.o-single-job-short-detail .short-detail li {
width:50%;	
}
}
@media (min-width: 320px) and (max-width: 767px) {
.dashboard-new .profile-menu {
position: fixed;
left: -220px;
min-height: auto;
height: 100vh;
z-index: 9999;
top: 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;
overflow:visible;
}
.dashboard-new .profile-menu.position {
left: 0;
z-index: 9999;
top: 0;
}
.menu-dashboard {
position: absolute;
right: -50px;
top: 15px;
padding: 15px;
border-radius: 0 4px 4px 0;
border: 1px solid #F1F1F1;
text-align: center;
background: no-repeat center 5px #fff;
border-left: 0;
z-index: 9;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
display: block;
}
.dashboard-new .profile-menu .accordion li a {
padding:10px;
font-size:14px;
}
.dashboard-new .profile-menu .accordion .profile-menu-link {
font-size:14px;
padding:10px;	
}
.menu-dashboard i {
font-size: 20px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 1200px;
}
.dashboard-new .main-body .dashboard-email-templates .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 700px;
}
.dashboard-new .main-body .followers .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 700px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list.jobs-applied {
padding: 20px 0;
width: 700px;
}
.dashboard-new .main-body .dashboard-job-stats.followers .posted-job-list ul.list-inline li.posted-job-title {
width: 45%;
}
.dashboard-new .main-body .dashboard-job-stats.followers .posted-job-list ul.list-inline li.posted-job-action {
width: 16%;
}
.dashboard-posted-jobs {
overflow-x: auto;
white-space: nowrap;
}
.candidate-resume-page .main-body .resume-box {
margin-bottom:0;
}
.related-ads {
padding: 20px;
}
.job-lists .posted-job-list ul li.posted-job-title {
width: 100%;
}
.job-lists .posted-job-list ul li.posted-job-title .posted-job-title-img {
display:none;
}
.job-lists .posted-job-list ul li.posted-job-title .posted-job-title-meta {
margin-bottom: 10px;
margin-left:0;
}
.job-lists .posted-job-list ul li.posted-type, .job-lists .posted-job-list ul li.save-job {
width: 100%;
text-align:start;
}
.job-lists .posted-job-list ul li a.save-job {
display:inline-block;
margin-right:10px;	
}
.candidate-resume-page .main-body .timeline-box ul.education {
padding: 0;
}
.candidate-resume-page .main-body .timeline-box ul.education li {
margin-top: 0;
}
.single-job-section-2 .single-job-detail-box, .single-job-section-2 .single-job-detail {
padding: 20px;
}
.single-job-section-2 .single-job-detail-box .job-detail-2 h2 {
font-size: 20px;
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul li {
margin-right: 0;
display: block;
margin-bottom: 0;
}
.single-job-section-2 .single-job-detail-box .apply-job {
float: none;
}
.single-job-section-2 .single-job-detail-box .apply-job a {
display: block;
margin-bottom: 10px !important;
}
.single-job-section-2 ul, .single-job-section-2 ol {
padding-left: 15px;
}
.dashboard-new .main-body .order-invoice {
padding: 0;
}
.order-invoice-to address {
padding-left: 0;
margin-bottom: 10px;
}
.order-invoice-to {
text-align: left;
margin-bottom: 30px;
}
.order-invoice-company address {
padding-right: 0;
}
.categories-list-page .alphabets a {
display:inline-block;
margin-bottom:10px;
line-height:normal;	
}
.categories-list-page .alphabets a.active {
line-height:normal;	
}
.job-filters .job-filter-selected span {
margin-bottom:10px;	
}
.mega-menu.desktopTopFixed section {
padding:10px 5px;	
}
.candidate-resume-page .main-body {
padding:0;	
}
.candidate-resume-page .main-body .timeline-box div .type span {
display:block;
margin-right:0;
margin-bottom:10px;	
}
.how-it-works .work-points .h-i-w-content-box .process-arrow {
display:none;	
}
.how-it-works .work-points .h-i-w-content-box h3 {
margin:15px 0;	
}
.h-i-w-content-box {
margin-bottom:20px;	
}
.job-lists .posted-job-list {
padding:20px;	
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta span {
padding:10px;	
}
.transparent-job-detial .apply-job a, .transparent-job-detial .apply-job a.bookmark {
display:block !important;
margin-bottom:5px;	
}
.transparent-job-detial .apply-job {
float:none;	
}
.transparent-job-detial .job-detail-meta ul li {
display:block;
margin-right:0;
margin-bottom:5px;	
}
.job-breadcrumb h3, .job-breadcrumb h2 {
font-size:20px;	
margin-bottom: 10px;
}
.dashboard-new.dashboard-transparent-header .profile-menu {
position:fixed;
z-index:999;	
}
.dashboard-new.dashboard-transparent-header .main-body {
margin-top:20px;	
}
.o-job-detail-page .o-job-title h1 {
font-size:20px;
margin-top:10px;	
}
.o-job-detail-page .o-job-title a.label.part-time {
line-height:30px;	
}
.o-job-detail-page .o-job-detail-meta {
margin-top:20px;	
}
.o-job-detail-page .o-job-detail-meta ul li {
display:block;
margin-bottom:10px;	
}
.o-single-job-short-detail .short-detail li {
width:100%;	
}
.o-job-detail-page .o-job-single-sidebar {
margin-top:20px;	
}
.candidate-resume-page .main-body .resume-box .timeline-box .skills-box li {
width:100%;	
}
.candidate-resume-page .main-body .company-detail-box .company-logo {
float:none;
width:100%;
text-align:center;
}
.candidate-resume-page .main-body .company-detail-box .company-logo img {
margin:0;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta a.btn, .candidate-resume-page .main-body .company-detail-box .social-links {
position: relative;
margin-top: 10px;
text-align: center;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta {
text-align:center;	
}
.company-main .short-detail li {
width:100%;	
}
.navbar-fixed-bottom, .navbar-fixed-top {
position:relative;	
}
.dashboard-new {
padding-top:20px;	
}
.dashboard-new .select2-container .select2-selection--multiple {
height: auto;
min-height: 55px;
}
.dashboard-new #your_current_location {
bottom: 13px;
}
.dashboard-new .main-body .dashboard-edit-profile .n-btn-flat {
float: right;
width: 100%;
}
.dashboard-new .main-body .dashboard-edit-profile .btn-custom {
float: left;
position: absolute;
top: 64px;
}
.dashboard-new .main-body {
padding: 15px;
}
}
 .entry-content li span, .entry-content li strong, .entry-content li em {
font-size:16px !important; 
}
li > ul, li > ol {
margin-bottom: 0 !important;
}
.entry-content p {
margin: 0 0 1.75em;
font-size:16px;
}
.entry-content p strong {
color:#242424;	
}
.entry-content code, .entry-content pre {
background: #eee;
font-size: 15px;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;	
display:block;
}
.entry-content > *:last-child, .entry-summary > *:last-child, body:not(.search-results) .entry-summary > *:last-child, .page-content > *:last-child, .comment-content > *:last-child, .textwidget > *:last-child {
margin-bottom: 0;
}
.entry-content ul, .entry-summary ul, .comment-content ul, .entry-content ol, .entry-summary ol, .comment-content ol {
margin-left: 0;
}
.entry-content ul ol, .entry-content ul ul, .entry-content ol ol {
margin-bottom:0 !important;	
}
body, blockquote cite, blockquote small, .entry-title a, .page-links > .page-links-title, .comment-author, .comment-reply-title small a:hover, .comment-reply-title small a:focus {
color: #242424;
}
.entry-content h1, .entry-summary h1, .comment-content h1 {
font-size: 48px;
line-height: 1.27273;
margin:33px 0;
}
.entry-content h2, .entry-summary h2, .comment-content h2 {
font-size: 30px;
line-height: 1.25;
margin:25px 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 {
font-weight: 500;
color: #242424;
}
.entry-content h3, .entry-summary h3, .comment-content h3 {
font-size: 22px;
line-height: 1.21739;
margin:22px 0;
}
.entry-content h4, .entry-summary h4, .comment-content h4 {
font-size: 20px;
line-height: 1.3;
margin:25px 0;
}
.entry-content h5, .entry-summary h5, .comment-content h5 {
font-size: 18px;
line-height: 1.3;
margin:30px 0;
}
.entry-content h6, .entry-summary h6, .comment-content h6 {
font-size: 16px;
line-height: 1.3;
margin: 36px 0;
}
.entry-content h6, .entry-summary h6, .comment-content h6, .textwidget h6 {
font-style: italic;
}
.entry-content table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed;
width: 100%;
}
.entry-content th, .entry-content td {
padding: 5px 20px;
}
.entry-content th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
.entry-content caption, th, td {
text-align: left;
padding:10px;
}
.shop_table th, .shop_table td {
text-align: center;
padding:10px;
}
.entry-content table, .entry-content th, .entry-content td {
border: 1px solid #EEE;
}
.entry-content dt {
font-weight: 700;
font-size:16px;
}
.entry-content dd {
margin: 0 0 1.75em;
font-size:16px;
color:#777;
}
.entry-content dl {
margin: 0 0 1.75em;
padding: 0 1.1400652% 2.2801304%;
vertical-align: top;
}
.entry-content address {
font-style: italic;
margin: 0 0 1.75em;
color:#828282;
}
.entry-content .gallery-item {
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
margin:0;	
}
.entry-content .gallery-caption {
color: #777;
display: block;
font-size: 14px;
font-style: italic;
padding-top: 0.5384615385em;
margin-bottom:0;
} mark {
background: #007acc none repeat scroll 0 0;
color: #fff;
padding: 0.125em 0.25em;
text-decoration: none;
}
.entry-content .aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
.entry-content img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
.entry-content img {
border: 0 none;
}
.entry-content .alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.wp-caption .wp-caption-text {
color: #686868;
font-size: 1rem;
font-style: italic;
line-height: 1.61538;
padding-top: 0.538462em;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption {
margin-bottom: 1.75em;
max-width: 100%;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.comment-list {
list-style:none;
padding-left:0;
}
.comment-list .comment .comment-info {
padding:30px 0;	
border-bottom: 1px solid #f5f5f5;
}
.comment-list .comment, .comment-list .pingback {
position:relative;
overflow:hidden;	
}
.comment-list .comment ul li, .comment-list .comment ol li {
padding:5px 0;	
}
.reply {
margin-top:15px;
position: absolute;
top: 0;
right: 0;	
}
.comment-list .comment-info .author-title ul.list-inline li a.comment-reply-link {
background-color: #fb236a;
border: 1px solid #fb236a;
color: #fff;
font-size: 12px;
padding: 5px 20px;
border-radius:3px;
font-weight:500;
text-transform:uppercase;
}
.comment-list .comment-info .author-title ul.list-inline li a.comment-reply-link:hover{
background-color:transparent;
border: 1px solid #fb236a;
color: #fb236a;
}
.entry-content p a {
color:#fb236a;
text-decoration:underline;
}
.post-password-form label {
color: #777;
display: block;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 1.75em;
text-transform: uppercase;
}
.post-password-form input[type="submit"] {
background-color: #fb236a;
border: 1px solid #fb236a;
border-radius: 3px;
color: #fff;
font-size: 16px;
font-weight: 500;
margin-right: 20px;
padding: 3px 20px;
}
.post-password-form input[type="password"] {
background: #f7f7f7;
background-image: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border: 1px solid #eee;
border-radius: 2px;
color: #686868;
padding: 0.625em 0.4375em;
width: 100%;
}
.post-password-form input[type="submit"] {
border-radius: 3px;
font-weight:500;
text-transform:uppercase;
font-size:12px;
}
.post-password-form input[type="submit"]:hover {
background-color:transparent;
border: 1px solid #fb236a;
color:#fb236a;	
}
.sticky::before, .tag-sticky-2::before {
color: #999;
content: "";
display: inline-block;
font-family: FontAwesome;
font-size: 30px;
padding: 10px;
position: absolute;
right: 24px;
top:12px;
text-transform: uppercase;
}
.sticky, .tag-sticky-2 {
background: #fff none repeat scroll 0 0;
}
.sticky, .tag-sticky-2 {
color: #272727;
}
.blog-detail-page .sticky, .blog-detail-page .tag-sticky-2 {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #e6e6e6;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
padding:20px;
}
.sticky, .tag-sticky-2 li {
font-size: 16px;
padding: 0;
padding: 5px 0;
color: #828282;
}
.sticky .blog-post, .tag-sticky-2 .blog-post {
margin-bottom:0;	
} aside .widget ul {
padding:0;
list-style:none;    
}
aside .widget ul li {
border-bottom: 1px solid #f1f1f1;
padding:12px 0;
}
aside .widget ul li a {
color: #242424;
font-size: 14px;
position: relative;
transition: all 0.3s ease 0s;
o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}
aside .widget ul li a:hover {
color:#fb236a !important;
}
aside .widget ul li:last-child {
border: medium none;
padding-bottom:0;
margin-bottom:0;
}
aside .widget ul li a:hover {
color:#fb236a;  
}
aside .widget .tagcloud a {
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;
color:#777;
text-transform: uppercase;
transition: all 0.3s ease 0s;
o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
color: #323232;
}
aside .widget .tagcloud a:hover {
background-color:#fb236a;
color:#FFF !important;
border: 1px solid #fb236a;
}
aside .widget ul.post-tools li {
padding:0;    
}
.widget .sub-menu
{
padding-left:13px;
border-bottom:0px ;
}
aside .widget ul li ul.children li{
border-bottom:1px solid #e1e1e1  !important;
}
aside .widget ul li ul.children li:last-child{
border-bottom:none !important;
}
.widget ul.children
{
margin-top: 0px;
padding-left: 0px;
}
.children {
margin-left: 40px;
}
.blog-posts img, .blog-posts img[height], .blog-posts img[class*="align"], .blog-posts img[class*="wp-image-"], .blog-posts img[class*="attachment-"] {
height: auto;
}
.blog-posts img, .blog-posts figure {
max-width: 100%;
}
.textwidget img {
height: auto;
width: 100%;
}
.widget select {
display: inline-block;
outline: 0 none;
padding: 10px 15px;
width: 100%;
margin-bottom: 15px;
position: relative;
} #wp-calendar { width: 100%; float:left; font-size: 16px; }
#wp-calendar thead th { background: #f5f5f5; border: 1px solid #ddd; border-top: none; font-size: 14px; }
#wp-calendar tbody td { text-align: center; border: 1px solid #ddd; line-height: 2em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease; }
#wp-calendar tbody td:hover { background: #f1f1f1; color: #333; }
#wp-calendar tbody td a { display: block; text-decoration: none; }
#wp-calendar tbody td#today { background-color:#fb236a; color:#FFF; border: 1px solid #fb236a;}
#wp-calendar tbody td#today a { color: #fff; }
#wp-calendar tfoot td { padding-top: 1px; padding: 10px; }
#wp-calendar caption { cursor: pointer; font-size: 14px; font-weight:500; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; border:1px solid #ddd; color: #232323; }
#wp-calendar tbody a { display: block; text-decoration: underline; }
#wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 7px 0; color: #a7a7a7; }
#footer #wp-calendar thead th { background: #222 }
#footer #wp-calendar tbody td { border-color: #222 }
.blog-posts table > tbody > tr > td, .blog-posts table > tbody > tr > th, .blog-posts table > tfoot > tr > td, .blog-posts table > tfoot > tr > th, .blog-posts table > thead > tr > td, .blog-posts table > thead > tr > th {
border: 1px solid #ddd;
}
#cancel-comment-reply-link {
background-color: #fb236a;
border: 1px solid #fb236a;
border-radius: 3px;
color: #fff;
font-size: 14px;
margin-right: 20px;
padding: 5px 20px;
}
#cancel-comment-reply-link:hover {
background-color:transparent;
border: 1px solid #fb236a;
color: #fb236a;	
}
.comment-respond small { float:right;}
.gallery-caption, .screen-reader-text, .bypostauthor
{
height: auto;
}
.screen-reader-text
{
display:none;
}
.post-img img, .post-img img[height], .post-img img[class*="align"], .post-img img[class*="wp-image-"], .post-img img[class*="attachment-"] {
height: auto
}
.post-img img, .post-img  figure {
max-width: 100%!important
}
.hide_nexts
{
display:none;
}
.comment-list .comment-info img {
max-width: 70px;
}
.comment-list .comment-info .author-desc {
margin-left: 90px;
}
.comment-list .comment-info .author-desc p {
margin-bottom:0;	
}
.comment-list .comment-info .author-title {
color: #323232;
line-height: 16px;
margin-bottom: 10px;
}
.comment-list .author-desc .author-title strong {
color: #323232;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
}
.comment-list .comment-info .author-title ul.list-inline {
margin-top:5px;	
}
.comment-list .comment-info .author-title ul.list-inline li a {
color:#828282;	
}
.hide_li
{
display:none;
}
#hero-cat-parralex
{
display:none;
}
.dwt_listing_shop-grid {
min-height: 388px;
max-height: 388px
}
.dwt_listing_shop-grid-description h2 {
margin-top: 15px;
margin-bottom: 5px;
font-size: 16px;
color: #444;
line-height: 26px;
}
.dwt_listing_shop-grid-description .rating-stars {
margin-bottom: 5px
}
.dwt_listing_shop-grid .rating-stars i.filled::before {
color: #fc0;
content: "\f005"
}
.dwt_listing_shop-grid .rating-stars i {
font-size: 14px;
color: #ccc
}
.dwt_listing_shop-grid .rating-stars a {
color: #999;
font-size: 12px
}
.dwt_listing_shop-grid {
position: relative;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
margin-bottom: 30px
}
.dwt_listing_shop-grid-description {
margin: 0
}
.dwt_listing_shop-grid-description span.price {
position: relative;
display: block;
margin-bottom: 10px;
font-weight: 600
}
.dwt_listing_shop-grid-description span.price del {
color: #ddd;
margin-right: 5px
}
.dwt_listing_shop-grid-description span.price ins {
font-weight: 600
}
.dwt_listing_shop-grid-description img {
min-height: 280px;
max-height: 280px
}
.dwt_listing_shop-grid-description .shop-img-rapper {
position: relative
}
.prod-sale-banner {
content: "";
background: #76a80b;
color: #fff;
position: absolute;
top: 5px;
right: 5px;
z-index: 3;
font-size: 12px;
text-transform: uppercase;
line-height: 25px;
font-weight: 700;
width: 55px;
text-align: center;
height: 25px
}
.search-form .input-group-addon {
color: #fff;
background-color: #fb236a;
border: 1px solid #fb236a
}
.dwt_listing_single-product, .produt-slider {
position: relative;
overflow: hidden
}
.dwt_listing_single-product .produt-slider .owl-nav {
margin-top: 0
}
.dwt_listing_single-product .produt-slider .owl-nav .owl-prev {
position: absolute;
top: 43%;
z-index: 99;
left: 0
}
.dwt_listing_single-product .produt-slider .owl-nav .owl-next {
position: absolute;
top: 43%;
z-index: 99;
right: 0
}
.dwt_listing_single-product .produt-slider .owl-nav [class*="owl-"] {
color: #FFF;
font-size: 18px;
margin: 5px;
padding: 24px 14px!important;
background: rgb(0, 0, 0, .4);
display: inline-block;
cursor: pointer;
border-radius: 0
}
.dwt_listing_single-product .owl-theme .owl-dots .owl-dot {
padding-top: 20px
}
.dwt_listing_single-product .owl-theme .owl-dots .owl-dot span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
width: 20px;
height: 5px;
margin-left: 2px;
margin-right: 2px;
background: #ccc;
border: none
}
.dwt_listing_single-product .owl-theme .owl-dots .owl-dot.active span, .dwt_listing_single-product .owl-theme .owl-dots .owl-dot:hover span {
background: #fb236a
}
.dwt_listing_product-details .dwt_listing_product-title {
border-bottom: 1px solid #e3e3e3;
margin-bottom: 15px;
position: relative
}
.dwt_listing_product-details .dwt_listing_product-title h1 {
font-size: 22px;
color: #242424;
font-weight: 600
}
.dwt_listing_product-details .dwt_listing_product-title::before {
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: -1px;
width: 70px;
background-color: #fb236a
}
section#dwt_listing_products-related {
padding-top: 0
}
.dwt_listing_product-details .rating {
color: #777;
font-size: 16px
}
.dwt_listing_product-details .rating i {
color: #ffc513!important
}
.dwt_listing_product-details .rating-links {
display: inline-block;
margin-bottom: 0;
margin-left: 5px;
padding: 0
}
.dwt_listing_product-details .rating-links a {
color: #777;
font-size: 14px
}
.dwt_listing_product-details .rating .separator {
color: #ccc;
margin: 0 5px
}
.dwt_listing_product-details .price-section {
position: relative;
margin-top: 15px;
margin-bottom: 15px
}
.dwt_listing_product-details .price-section ins .woocommerce-Price-amount {
font-size: 22px;
color: #000;
font-weight: 600;
margin-right: 5px
}
.dwt_listing_product-details .price-section .woocommerce-Price-amount {
font-size: 22px;
color: #000;
font-weight: 600;
margin-right: 5px
}
.dwt_listing_product-details .price-section del {
color: #818181
}
.dwt_listing_product-details .price-section del .woocommerce-Price-amount {
font-size: 18px;
color: #818181;
font-weight: 400
}
.dwt_listing_product-details .dwt_listing_product-title h1 {
margin: 0;
padding-bottom: 10px
}
.dwt_listing_product-details .price-box {
position: relative
}
.dwt_listing_product-details .product-short-description h2 {
border-bottom: 1px solid #e3e3e3;
color: #232323;
font-size: 22px;
margin-bottom: 15px;
padding-bottom: 10px;
text-align: left;
position: relative
}
.dwt_listing_product-details .product-short-description h2::before {
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: -1px;
width: 70px;
background-color: #fb236a
}
.dwt_listing_product-details .point-of-action {
position: relative;
margin-top: 5px
}
.dwt_listing_product-details .point-of-action .quantity {
padding-right: 10px;
display: inline-block
}
.dwt_listing_product-details .point-of-action label {
display: inline-block;
font-size: 16px;
font-weight: 500;
margin-bottom: 5px;
max-width: 100%;
color: #18293b;
text-transform: capitalize
}
.dwt_listing_product-details .point-of-action .quantity input {
height: 41px;
border: 1px solid #ccc
}
.dwt_listing_shop-container-single .nav-tabs {
border-bottom: 1px solid #e4e4e4
}
.dwt_listing_shop-container-single .nav-tabs>li {
margin-right: 1px
}
.dwt_listing_shop-container-single .nav-tabs>li>a {
border-radius: 0;
border: 1px solid #e4e4e4;
border-right: 0 none;
margin-right: 0;
padding: 8px 17px;
color: #222;
transition: all 0.3s ease-in 0s
}
.dwt_listing_shop-container-single .nav-tabs>li:last-child {
border-right: 1px solid #ededed
}
.dwt_listing_shop-container-single .nav-tabs>li>a {
padding: 15px 30px;
border: 1px solid #ededed;
border-right: 0 none;
border-top: 2px solid #ededed;
background: #ededed;
color: #8f8f8f;
font-weight: 700
}
.dwt_listing_shop-container-single .nav-tabs>li>a:hover {
border-bottom-color: #ededed;
border-right: 0 none;
background: #f1f1f1;
color: #444
}
.dwt_listing_shop-container-single .nav-tabs>li.active>a, .dwt_listing_shop-container-single .nav-tabs>li.active>a:focus, .dwt_listing_shop-container-single .nav-tabs>li.active>a:hover {
border-top: 2px solid #fb236a;
border-right: 0 none;
color: #444
}
.dwt_listing_shop-container-single .tab-content>.tab-pane {
border: 1px solid #e4e4e4;
border-top: 0 none;
padding: 20px;
line-height: 22px
}
.dwt_listing_shop-container-single .tab-content>.tab-pane>h3 {
margin-top: 0
}
.dwt_listing_product-single-detial {
position: relative;
margin-top: 20px
}
.dwt_listing_product-details .usefull-info ul li {
padding: 5px 0;
font-weight: 600
}
.dwt_listing_product-details .usefull-info ul li span, .dwt_listing_product-details .usefull-info ul li a {
font-weight: 400;
color: #818181
}
.dwt_listing_single-product .produt-slider img {
min-height: 458px;
max-height: 458px
}
.dwt_listing_shop-container-single .dwt_listing_product-details .woocommerce-product-rating .star-rating {
font-size: 16px
}
.related-produt-slider.owl-carousel .owl-nav button.owl-next, .related-produt-slider.owl-carousel .owl-nav button.owl-prev, .related-produt-slider.owl-carousel button.owl-dot {
padding: 5px 10px!important;
background-color: #fb236a;
color: #FFF;
display: inline-block
}
.related-produt-slider.owl-carousel .owl-theme .owl-nav {
margin-top: 0!important
}
.related-produt-slider.owl-carousel .owl-nav button.owl-prev {
position: absolute;
left: 0;
top: 130px
}
.related-produt-slider.owl-carousel .owl-nav button.owl-next {
position: absolute;
right: 0;
top: 130px
}
.related-produt-slider.owl-carousel .dwt_listing_shop-grid {
min-height: auto;
max-height: auto;
margin-bottom: 0
}
#dwt_listing_products-related .heading-2 {
margin-bottom: 20px
}
#dwt_listing_products-related .heading-2 h2 {
font-size: 22px;
color: #444;
}
.dwt_listing_woo-filters {
margin-bottom: 30px;
position: relative;
float: left;
width: 100%
}
.dwt_listing_woo-filters .minict_wrapper span {
font-size: 16px
}
.dwt_listing_product-details .price-section ins .woocommerce-Price-amount {
font-size: 22px;
color: #000;
font-weight: 600;
margin-right: 5px;
}
.shop-sidebar {
position: relative
}
.shop-sidebar .widget {
position: relative;
border-color: #eee;
margin-bottom: 30px;
margin-top: 0;
background-color: #fff;
border: 1px solid #eee;
padding: 20px 25px;
overflow: hidden
}
.shop-sidebar .widget .widget-heading {
border: medium none
}
.shop-sidebar .widget .widget-heading h4.panel-title {
margin-bottom: 10px
}
.shop-sidebar .widget .widget-heading h4 {
border-bottom: 1px solid #e3e3e3;
color: #323232;
margin: 0 0 15px;
margin-bottom: 15px;
padding-bottom: 15px;
text-transform: capitalize;
position: relative;
font-size: 16px;
font-weight: 500
}
.shop-sidebar .widget .widget-heading h4::before {
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: -1px;
width: 70px;
background-color: #fb236a
}
.shop-sidebar .widget ul {
padding-left: 0;
margin-bottom: 0;
position: relative
}
.shop-sidebar .widget ul li {
width: 100%;
margin: 0;
text-align: left;
display: table;
padding: 10px 0;
border-bottom: 1px solid #f1f1f1;
font-size: 14px;
color: #999
}
.shop-sidebar .widget ul li a {
text-align: left;
color: #232323;
font-size: 14px
}
.shop-sidebar .widget ul li.wc-layered-nav-rating a {
color: #999
}
.shop-sidebar .widget ul li span.count {
text-align: right;
float: right
}
.shop-sidebar .widget ul.product-categories li a {
text-align: left;
color: #232323;
float: left;
font-size: 14px;
margin-left: 15px;
margin-right: 5px
}
.shop-sidebar .widget ul.product-categories li a::before {
content: '\f0da';
color: #ddd;
line-height: 27px;
font-family: fontawesome;
width: 30px;
text-align: left;
position: absolute;
left: 0
}
.shop-sidebar .widget ul li del {
color: #ddd;
margin-right: 5px
}
.shop-sidebar .widget .tagcloud a:hover {
background: #fb236a;
color: #fff;
border: 1px solid #fb236a
}
.shop-sidebar .widget ul li:last-child {
border-bottom: medium none;
padding-bottom: 0
}
.shop-sidebar .widget .tagcloud {
margin-top: 7px;
overflow: hidden
}
.shop-sidebar .widget .tagcloud a {
background: #fff none repeat scroll 0 0;
border: 1px solid #e2e2e2;
display: inline-block;
float: left;
font-size: 14px;
line-height: 34px;
margin: 0 4px 8px 0;
padding: 0 17px;
color: #232323;
border-radius: 3px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s
}
.shop-img-rapper {
position: relative;
overflow: hidden;
color: #fff;
background-color: #000;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.shop-img-rapper , .shop-img-rapper :before, .shop-img-rapper *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease
}
.shop-img-rapper img {
max-width: 100%;
backface-visibility: hidden;
vertical-align: top
}
.shop-img-rapper .hover-effect {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0
}
.shop-img-rapper .hover-effect:before, .shop-img-rapper .hover-effect:after, .shop-img-rapper .hover-effect div:before, .shop-img-rapper .hover-effect div:after {
opacity: 0;
-webkit-transform: scale(.05);
transform: scale(.05)
}
.shop-img-rapper .hover-effect:before, .shop-img-rapper .hover-effect:after {
height: 50%;
width: 50%;
position: absolute;
content: '';
background-color: #080808
}
.shop-img-rapper .hover-effect:before {
top: 0;
left: 0
}
.shop-img-rapper .hover-effect:after {
bottom: 0;
right: 0
}
.shop-img-rapper .hover-effect div:before, .shop-img-rapper .hover-effect div:after {
width: 50%;
height: 50%;
position: absolute;
content: '';
background-color: #000
}
.shop-img-rapper .hover-effect div:before {
top: 0;
right: 0
}
.shop-img-rapper .hover-effect div:after {
bottom: 0;
left: 0
}
.shop-img-rapper i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 32px;
z-index: 1;
opacity: 0
}
.shop-img-rapper a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1
}
.shop-img-rapper:hover img, .shop-img-rapper.hover img {
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: .5;
opacity: .5
}
.shop-img-rapper:hover i, .shop-img-rapper.hover i {
opacity: .7;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s
}
.shop-img-rapper:hover .hover-effect:before, .shop-img-rapper.hover .hover-effect:before, .shop-img-rapper:hover .hover-effect:after, .shop-img-rapper.hover .hover-effect:after, .shop-img-rapper:hover .hover-effect div:before, .shop-img-rapper.hover .hover-effect div:before, .shop-img-rapper:hover .hover-effect div:after, .shop-img-rapper.hover .hover-effect div:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: .8
}
.shop-img-rapper:hover .hover-effect:before, .shop-img-rapper.hover .hover-effect:before {
-webkit-transition-delay: 0;
transition-delay: 0
}
.shop-img-rapper:hover .hover-effect:after, .shop-img-rapper.hover .hover-effect:after {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s
}
.shop-img-rapper:hover .hover-effect div:before, .shop-img-rapper.hover .hover-effect div:before {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s
}
.shop-img-rapper:hover .hover-effect div:after, .shop-img-rapper.hover .hover-effect div:after {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s
}
.shop-sidebar .widget ul li a {
text-align: left;
color: #232323;
font-size: 14px;
}
.shop-sidebar .search-blog .stylish-input-group button {
background: transparent none repeat scroll 0 0;
border: 0 none;
line-height: normal;
color: #FFF;
}
.cart ul li {
margin-bottom:15px;	
} .color-switcher {
width: 142px;
position: fixed;
left: -142px;
top: 25%;
background: #fff;
z-index: 9999;
padding: 0 0 5px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
border: 1px solid #F1F1F1;
}
.color-switcher h5 {
border-bottom: 1px solid #f1f1f1;
font-size: 16px;
font-weight: 600;
line-height: 20px;
margin: 20px 15px;
padding: 20px 0;
text-transform: uppercase;
margin-top:0;
}
.color-switcher ul {
list-style: outside none none;
overflow: hidden;
padding: 0 15px;
position: relative;
}
.color-switcher ul li {
float: left;
margin-right: 10px;
margin-bottom: 10px
}
.color-switcher ul li:nth-child(even) {
margin-right:0;
}
.color-switcher ul li a {
display: block;
width: 45px;
height: 45px;
outline: none
}
.color-switcher ul li a.defualt {
background: #fb236a;
}
.color-switcher ul li a.yellow {
background: #ffc420;
}
.color-switcher ul li a.dark-blue {
background: #233d7b;
}
.color-switcher ul li a.red {
background: #ff4848;
}
.color-switcher ul li a.orange {
background: #f58936;
}
.color-switcher ul li a.green {
background: #00a651;
}
.color-switcher ul li a.purple {
background: 
#5e2eb5;
}
.picker_close {
width: 35px;
height: 50px;
position: absolute;
right: -35px;
top: -1px;
border-radius:0 5px 5px 0;
border: 1px solid #F1F1F1;
text-align: center;
background: no-repeat center 5px #fff;
border-left:0;
}
.picker_close i {
font-size: 24px;
margin-top: 12px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease
}
.position {
left: 0;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease
}
.rotate-arrow {
-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);	
}
.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}
.parsley-errors-list {
margin: 2px 0 3px;
padding: 0;
list-style-type: none;
font-size: 0.9em;
line-height: 0.9em;
opacity: 0;
transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
}
.parsley-errors-list.filled {
opacity: 1;
}
select.parsley-error, textarea.parsley-error {
color: rgb(185, 74, 72);
background-color: rgb(242, 222, 222);
border-width: 1px;
border-style: solid;
border-color: rgb(238, 211, 215);
border-image: initial;
}
.for-author-only {
margin-top: 64px;
}
.n-jobpost label {
color: #242424;
font-size: 14px;
font-weight: 500;
margin-bottom: 15px;
}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: 600;
line-height: 1.4;
font-family: 'Quicksand', sans-serif;
}
h1, h2 {
line-height: 1.5;
font-weight: 600;
font-family: 'Quicksand', sans-serif;
}
h5, h6 {
line-height: 1.4;
font-family: 'Quicksand', 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;		
}
.light-blue {
background-color: #eff3f6 !important;
}
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;	
}
.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: 'Quicksand', 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;	
}
.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 {
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%;
} .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;
} .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;
} .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:#f5f5f5f;
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;
} .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;
} .n-btn-flat { 
color: #FFF; 
background-color: #fb236a; 
border-color:#fb236a;
font-size:15px;
font-weight:500;
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;	
}
.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;
} .n-btn-custom-two { 
color: #FFF; 
background-color: #233d7b; 
border-color:#233d7b;
font-size:15px;
font-weight:500;
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;	
}
.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(//christianfilmconnect.com/wp-content/themes/nokri/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(//christianfilmconnect.com/wp-content/themes/nokri/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;
} .mega-menu.n-header-trabsparent.as-breadcrumb {
padding: 0;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/slider-image.png);;
background-position:center center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:scroll;
position:relative;
border:none;
}  .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.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: -8px;	
} .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;
}
.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;
}
.mega-menu .menu-button li.profile-pic ul li {
width:100%;	
}
.mega-menu .menu-button li.profile-pic ul li a {
margin: 0;
padding: 15px 20px;
font-size: 14px;
display: inline-block;
float: left;
width: 100%;
color: #555;
transition: color 200ms ease;
text-transform: capitalize;
font-weight: 500;	
}
.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;
} .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);
} .n-hero-section {
padding: 0;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/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:500;
} 
.n-hero-section .n-hero-box .n-hero-main-text p {
color:#FFF;
font-size:18px;	
}
.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: 600;
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.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-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;	
}
.n-hero-cat-section .n-hero-cat-heading h4 {
margin-top:0;
margin-bottom:15px;
color:#FFF;	
}
.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;	
}
.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;	
} .n-hero-section-two {
padding: 0;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/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:500;
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 5px;
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;	
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;
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:500;
bottom:-240px;
left:45%;
box-shadow:0px -5px 10px 3px rgba(255,255,255,0.4);
z-index:9;
} .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(//christianfilmconnect.com/wp-content/themes/nokri/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:500;
}
.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: 500;
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;
} .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-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 ul {
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:600;
font-size:16px;
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:#fb236a;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box p a {
color:#fb236a;	
}
.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:3px;	
}
.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:500;	
}
.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%;
} .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;
}
.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;	
}
.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(//christianfilmconnect.com/wp-content/themes/nokri/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 .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: 500;	
}
.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;	
} .n-pricing-plan.whilte-bg {
background:none;
background-color:#FFF;	
}
.n-pricing-plan.whilte-bg:before {
background: none;
content: normal;
}
.n-pricing-plan.whilte-bg .n-price-single {
box-shadow:1px 0px 20px rgba(0,0,0,0.07);	
}
.n-pricing-plan {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/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%;
}
.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(//christianfilmconnect.com/wp-content/themes/nokri/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:185px;
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:500;	
}
.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;	
} .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: 500;
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: 500;
padding-right: 8px;
margin-right: 17px;
margin-bottom: 8px;
display: inline-block;
}
.s-post-meta li strong {
color: #222;
font-weight: 500;
}
.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: 500;
color: #222;
}
.n-blog-box:hover{
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
} .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:500;
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;	
} .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:500;
}
.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(//christianfilmconnect.com/wp-content/themes/nokri/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: 0;
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;	
} .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:500;
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;	
} .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-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:500;	
}
.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;	
}
.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:500;
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;	
} .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-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:600;
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;
max-height: 100px;
border-radius:50px;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);	
}
.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:500;	
}
.n-candidates-single-bottom a:hover {
background-color:#fb236a;
color:#FFF;	
}  .n-mobile-app-new {
padding: 0;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/slider-2-image.png);;
background-position:center center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:scroll;
position:relative;
}
.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;
}
.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: 50px;
position: absolute;
right: 70px;	
} .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: 500;
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:0;
top:25px;
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:500;	
}
.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:#fb236a;
line-height:25px;	
}
.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: 500;
display: block;
color: #242424;
margin-bottom:15px;	
} .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:500;	
}
.n-search-main .n-bread-crumb .breadcrumb > li + li::before { 
content:"\f105";
font-family: 'FontAwesome';
font-size:18px;
color:#242424;
padding:0 10px;
}
.n-search-main .n-bread-crumb .breadcrumb li.active a {
color:#fb236a;	
}
.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;	
}
.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;	
} .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;
} .n-single-job .n-single-title {
position:relative;
overflow:hidden;
margin-bottom:40px;	
}
.n-single-job .n-single-title h4 {
margin-top:0;
font-size:22px;
font-weight:500;	
}
.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:#fb236a;
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:500;
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:500;
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:0;
} 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:500;
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:500;
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;	
}
.n-single-job-company .view-profile {
padding:20px;
display:block;
background-color:#fb236a;
color:#FFF;
font-weight:500;	
}
.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;	
} .n-single-job-transparent {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/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 h4 {
color:#FFF;
font-size:24px;
margin-bottom:15px;	
}
.n-single-job-transparent .n-single-title h5 {
color:#FFF;
margin-top: 0;
}
.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: 500;
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: 33%;
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:500;
}
.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 .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;	
}
.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;
} .n-candidate-detail .n-candidate-meta .timeline-box {
position: relative;
}
.n-candidate-detail .n-candidate-meta .timeline-box  ul.education {
list-style: none;
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;
}
.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-featured-candidates .features-star {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 50px;
left:auto;
}
.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: -3px;
}
.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: 500;
font-size: 18px;
color: #242424;
margin-top:10px;
font-family: 'Quicksand', 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(//christianfilmconnect.com/wp-content/themes/nokri/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-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:500;
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(//christianfilmconnect.com/wp-content/themes/nokri/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;
margin-bottom:;
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:500;
}
.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:15px 0px;
}
.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 .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:500;
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;	
} .mega-menu .menu-logo>li {line-height: 2.5em;display: flex;align-items: center;}
.mega-menu .menu-logo>li>a {float: unset;}
.mega-menu .menu-logo img {height: 70px;width: auto !important;max-width: 150px;margin-top: 0;}
.customname2 {display: none;}  @media (min-width: 1280px) {
.dashboard-new {padding-top: 160px;}
}
@media (min-width: 992px) and (max-width: 1023px) {
.dashboard-new {padding-top: 225px;}
}
@media (min-width: 768px) and (max-width: 991px) {
.dashboard-new {padding-top: 260px;}
}
.n-company-grid-single .n-company-grid-img {display: flex;flex-wrap: wrap;flex-direction: row;align-items: center;}
.n-company-grid-single .n-company-grid-img .n-company-logo {flex: 20%;max-width: 20%;}
.n-company-grid-single .n-company-grid-img .n-company-title {flex: 20%;max-width: 20%;}
.n-company-grid-single .n-company-grid-img .n-company-follow {flex: 60%;max-width: 40%;position: relative !important;bottom: 0 !important;width: auto !important;text-align: right;}
.n-company-grid-single .n-company-grid-img .n-company-title h3 {text-align: left !important;margin-top: 0 !important;} .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:500;
}
.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;	
} .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:500;
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; margin-left: -70px; z-index: 9;
}
.n-candidate-detail .n-company-float-img .n-company-img-box {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/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;
} .n-pages-breadcrumb {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/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 .n-breadcrumb-info {
text-align:center;	
}
.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;
}
.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:600;
margin:0;
color:#242424;
}
.n-job-pages-section .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: 500;
}
.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;	
}
.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:500;
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:500;
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 {
vertical-align:middle;
width:20px;
}
.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-facebook span {
padding:12px 15px;
font-weight:500;
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:500;
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 .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:500;	
}
.n-job-pages-section .n-job-pages .n-page-right-side ul {
padding-left:20px;
margin-bottom:30px;
}
.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:500;	
}
.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: 530px;
}
.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(//christianfilmconnect.com/wp-content/themes/nokri/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: 500;
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: 500;
}
.error-page-section .error-404 p {
font-size: 16px;
margin-bottom: 30px;
} .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:500;	
}
.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-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:500;	
}
.modal-popup .modal-content .modal-body .form-group {
margin-bottom:30px;	
}  .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:500;
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: progid: 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-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-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;
} .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;
}
.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: 'Quicksand', 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:500;	
}
.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;
}
.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 0 15px;
padding: 13px 18px 0 0;
padding-top: 13px;
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: 500;
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: 500;
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:500;
}
.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
}  .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 .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 {
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;
}  #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(//christianfilmconnect.com/wp-content/themes/nokri/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;
} .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;	
} .categories-section-2 {
position:relative;
background:url(//christianfilmconnect.com/wp-content/themes/nokri/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.4%;
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;	
} .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;
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(//christianfilmconnect.com/wp-content/themes/nokri/images/ping.png);
background-position: right top;
background-repeat: no-repeat;
position: absolute;
content: "";
top: -6px;
left: -12%;
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: 600;
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: 600;
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:600;
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:5px;
background-color: #eee;
margin-bottom:30px;
}
.resume-3-detail .resume-3-box .bar-wrapper .progress-text {
font-size: 16px;
font-weight: 500;	
}
.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%; padding-top: 25px;
height: 0;
}
.resume-3-detail .resume-3-box .portfolio-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .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-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: 900;
letter-spacing: 3px;
position: relative;
float: left;
width: 100%;
}
.pricing-item .price small {
font-size: 0.6em;
position: relative;
top: -25px;
}
.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-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: 500;
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(//christianfilmconnect.com/wp-content/themes/nokri/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(//christianfilmconnect.com/wp-content/themes/nokri/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: 500;
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: 700;
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(//christianfilmconnect.com/wp-content/themes/nokri/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(//christianfilmconnect.com/wp-content/themes/nokri/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;	
} .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;
float:left;
border-radius:10px;
margin-right:10px;
}
.candidates-grid .candidate-meta-box .candidate-meta .cand-name {
font-size: 18px;
font-weight: 500;
font-family: 'Quicksand', 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: 'Quicksand', sans-serif;
font-weight: 600;
}
.jobs-alert-box p {
margin-bottom:0;	
}
.jobs-alert-box .btn {
float:right;	
}
@media (min-width: 1024px) and (max-width: 1279px) {
.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 {
line-height:30px;
border:none;	
}
.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:21.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: 215px !important;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.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;	
}
.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.3%;	
}
.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;
}
}
@media (min-width: 320px) and (max-width: 767px) {
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;	
}
.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;	
}
.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;
}
.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;	
}
.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: 0%;
width: 100%;
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;
}
.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;
}
}
@media (min-width: 1600px) and (max-width: 2900px) {
.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: -16.6%;
}
}   .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;
}
.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-follow a {
color:#fff !important;
}
.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: 500;
}
.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:0;
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:500;
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:500;
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 .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: -25px !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-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;	
} .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;
}  .nth-footer-4{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/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;
color:#fff;
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;
color: #fff;
}
.nth-footer-4 .nth-footer-content .nth-footer-theme p a{
color: #fff;
}
.nth-footer-4 .nth-footer-content .nth-footer-theme{
margin-top: 10px;
}
.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 {
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: 700;
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: 'Quicksand', sans-serif;
font-weight: 700;
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-style .nth-footer-text p{ 
color: #242424 !important;
}
.n-footer-style .nth-footer-content .nth-footer-theme p { 
color: #242424 !important;
}
.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;
} .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%);
}  .n-hero-6{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/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: 700;
font-family: 'Quicksand', sans-serif;
}
.n-hero-6 .n-h6-content .h6-style{
color: #fff;
font-size: 18px;
font-weight: 500;
}
.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: 500;
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: 500;
}  .n-hero-7 {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/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: 700;
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: 'Quicksand', sans-serif;
font-weight: 500;
}
.n-hero-7 .n-hero7-resume .h-style {
font-family: 'Quicksand', sans-serif;
color: #fff;
font-size: 26px;
font-weight: 700;
margin-top: 4px;
margin-bottom: 25px;
}
.n-hero-7 input.form-control {
color: #fff;
}
.n-hero-7 .n-hero7-resume {
margin-top: 30px;
}  .n-job-listing5{
padding: 35px 0 80px;
background:url(//christianfilmconnect.com/wp-content/themes/nokri/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;
}
.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: 800;
}
.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: 600;
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: 500;
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: 500;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail ul{
margin-bottom: 3px;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail ul li {
font-size: 10px;
color: #777;
margin-right: 3px;
}
.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: 700;
color: #242424;
font-family: 'Quicksand', 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: 500;
}
.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: 800;
}
.n-job-listing5 .n-listing-categories ul .hd-style{
padding: 12px !important;
}
.n-job-listing5 .nth-listing-qa{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/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: 800;
font-family: 'Quicksand', 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: 800;
}
.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: 600;
color: #242424;
font-family: 'Quicksand', 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%;
}
.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: 500;
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: 500;
}
.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;
}  .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: 800;
padding-bottom: 3px;
}
.heading-penel span{
font-weight: 600;
font-family: 'Quicksand', sans-serif;
}
.heading-penel p{
margin: 0;
line-height: 24px;
}
.col-set.col-lg-2{
padding-left: 0;
}  .nth-success .nth-sc-content{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/re.png);
height: auto;
padding: 30px 40px 80px;
}
.nth-success .nth-sc-content-2{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/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-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: 22px;
font-weight: 600;
}
.nth-packages .nth-pckg-content span{
font-size: 18px;
font-weight: 600;
}
.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(//christianfilmconnect.com/wp-content/themes/nokri/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(//christianfilmconnect.com/wp-content/themes/nokri/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-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;
font-weight: 600;
margin: 0;
line-height: 25px;
font-weight: 800;
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-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: 500;
}
.nth-mob-app .nth-mob-details p{
margin-bottom: 25px;
color: #777;
}
.nth-mob-app .nth-mob-details {
background:url(//christianfilmconnect.com/wp-content/themes/nokri/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;
}  .n-hero-7 {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/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: 700;
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: 500;
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: 'Quicksand', sans-serif;
font-weight: 500;
}
.n-hero-7 .n-hero7-resume .h-style {
font-family: 'Quicksand', sans-serif;
color: #fff;
font-size: 26px;
font-weight: 700;
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: 44px 50px;
font-weight: 500;
width: 100%;
}
.n-hero-7 input.form-control {
color: #fff;
}
.n-hero-7 .n-hero7-resume {
margin-top: 32px;
} .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: 500;
font-family: 'Quicksand', 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: 500;
}
.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: 'Quicksand', sans-serif;
font-weight: 700;
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: 500;
}
.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: 7%;
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-hiring-employ2 {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/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-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: 500;
color:#fff;
font-size: 18px;
}
.n-location .n-city-location ul li a {
color: #fff;
font-size: 18px;
font-weight: 500;
}
.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-resouces2 .n-res-style1{ 
background:url(//christianfilmconnect.com/wp-content/themes/nokri/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(//christianfilmconnect.com/wp-content/themes/nokri/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: 700;
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: 700;
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-fetured-candidates3 .n-featured-candidates3-content img {
width: 15%;
}
.n-fetured-candidates3 .n-featured-candidates3-content .feature-style4 {
color: #242424;
font-weight: 700;
font-size: 18px;
margin-top: 8px;
font-family: 'Quicksand', 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: 500;
}
.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-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: 700;
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:0;	 
}
.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: 'Quicksand', sans-serif;
font-weight: 700;
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;
} @media (min-width: 320px) and (max-width: 767px) {
.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: 13px;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
.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: 1023px) {
.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;
}	
.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: 700;
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;
} .n-hero-8{
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/clouds.png);
height: 680px;
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: 700;
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: 14px;
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: 500;
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);
}  .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: 500;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .jobs3-style{ 
color:#242424;
font-size: 18px;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
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;
}  .n-callto-action-8{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/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: 'Quicksand', sans-serif;
font-weight: 700;
}
.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: 500;
}
.n-callto-action-8 ul li .counter-js p{ 
margin: 0;
color:#fff;
font-size: 14px;
font-weight: 400;
line-height: 20px;
font-weight: 500;
}  .n-f-candidates4 .n-f-canidates-content img{ 
width: 20%;
margin:0 auto;
}
.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: 'Quicksand', sans-serif;
font-weight: 700;
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: 600;
}
.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(//christianfilmconnect.com/wp-content/themes/nokri/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(//christianfilmconnect.com/wp-content/themes/nokri/images/clouds.png);
height: auto;
background-size: cover !important;
background-position: center center !important;
}
.n-footer-style .nth-footer-text p{ 
color: #242424 !important;
}
.n-footer-style .nth-footer-content .nth-footer-theme p { 
color: #242424 !important;
}
.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;
}
.mob-apps{
padding-bottom: 0 !important;
}
.nth-latest2{
padding-bottom: 0 !important;	
}
.nth-latest3{
padding: 0 !important;
} @media (min-width: 320px) and (max-width: 767px) { 
.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: 500;
}
.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 24px;
}
.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: 500;
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: 1023px) { 
.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: 500;
}	
.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: 500;
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: 1279px) { 
.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: -20%;
top: auto;
bottom: 0;
}
.n-callto-action-8 .n-8-img img {
width: 80%;
}
.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;
}.background-1 {
background-image: url(//christianfilmconnect.com/wp-content/themes/nokri/images/index5-2.jpg);
background-position:center center;
background-repeat: no-repeat;
background-size: cover;	
height: 100%;
left: 0;
top: 0;
position: absolute;
width: 50%;
}
.background-1::before {
background: rgba(41, 46, 73, 0.9); 
background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0.7), rgba(41, 46, 73, 0.9)); 
background: linear-gradient(to left, rgba(83, 105, 118, 0.7), rgba(41, 46, 73, 0.9));
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.background-2 {
background-image: url(//christianfilmconnect.com/wp-content/themes/nokri/images/index5-1.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
right: 0;
top: 0;
position: absolute;
width: 50%;	
}
.background-2::before {
background: rgba(41, 46, 73, 0.9); 
background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0.7), rgba(41, 46, 73, 0.9)); 
background: linear-gradient(to left, rgba(83, 105, 118, 0.7), rgba(41, 46, 73, 0.9));
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.section-container-left {
position: relative;
padding: 100px 140px;
text-align: center;
}
.section-container-right {
position: relative;
padding: 100px 140px;
text-align: center;
}
.section-container-left h2,
.section-container-right h2 {
color: #fff;
font-size: 30px;
position: relative;
font-weight:600;
text-transform:uppercase;
margin-top:0;
margin-bottom:0;
}
.section-container-left p,
.section-container-right p {
margin-top: 10px;
color: #fff
}
.static-images-section {
position: relative;
clear: both;
overflow: hidden
}
.static-images-section  .main-arrow {
width:70px;
position:absolute;
left:120px;
bottom:-40px;	
-ms-transform: rotate(50deg); 
-webkit-transform: rotate(50deg); 
transform: rotate(50deg);
} .category-float-slider-sectoion {
padding:0;	
}
.category-style-3-slider {
margin-top:-55px;	
}
.category-style-3-slider .category-style-3-box {
background-color:#FFF;
border-radius:3px;
padding:15px;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
text-align:center;	
-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;
}
.category-style-3-slider .category-style-3-box:hover {
background-color:#41a6df;
}
.category-style-3-slider .category-style-3-box:hover a {
color:#FFF;	
}
.category-style-3-slider .category-style-3-box:hover .inner-box {
border-color:#FFF;	
}
.category-style-3-slider .category-style-3-box .inner-box {
padding:15px;
border:1px dashed #ccc;	
}
.category-style-3-slider .category-style-3-box .inner-box a {
position:relative;
overflow:hidden;
display:block;	
}
.category-style-3-slider .category-style-3-box .inner-box h4 {
margin-top:0;
font-size:14px;
font-weight:600;	
margin-bottom:5px;
}
.category-style-3-slider .category-style-3-box .inner-box span {
color:#828282;	
}
.category-style-3-slider .category-style-3-box:hover span {
color:#FFF;	
} .header-top {
position:relative;
overflow:hidden;
background-color:#000;
padding:15px 0;
border-bottom:1px solid rgba(255,255,255, 0.3);
}
.header-top .header-top-left p {
display:inline;
margin-bottom:0;
margin-right:30px;
}
.header-top .header-top-left p a {
color:#FFF;
}
.header-top .header-top-left p a i {
margin-right:5px;	
}
.header-top .header-top-right {
float:right;	
}
.header-top .header-top-right ul {
padding:0;
list-style:none;	
}
.header-top .header-top-right ul li a {
color:#FFF;
line-height: 30px;
}
.header-top .header-top-right ul li a.buttons {
background-color: #41a6df;
border:1px solid #41a6df;
width:30px;
height:30px;
padding: 6px 20px;
}
.header-top .header-top-right ul li a.buttons:hover {
background-color:rgba(255,255,255,0.2);
border-color:rgba(255,255,255,0.3);
} .featured-jobs {
position:relative;
}
.featured-jobs .featured-image-box {
margin-bottom: 30px;
padding:20px;
border-radius:4px;
background-color:#FFF;
border:1px solid #f5f5f5;
position:relative;
overflow:hidden;
-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;
}
.featured-jobs .featured-image-box:hover {
box-shadow:1px 0px 20px rgba(0,0,0,0.07);	
}
.featured-jobs .featured-image-box .img-box {
float:left;	
}
.featured-jobs .featured-image-box img {
width:50px;	
}
.featured-jobs .featured-image-box .content-area {
background-color: #ffffff;
padding-left: 65px;
}
.featured-jobs .featured-image-box h4 {
color: #242424;
font-size: 16px;
font-weight: 600;
position: relative;
overflow: hidden;
text-transform: capitalize;
margin: 0;
}
.featured-jobs .featured-image-box h4 a:hover {
color: #41a6df;
}
.featured-jobs .featured-image-box p {
margin: 0;
color:#828282;
font-family: 'Montserrat', sans-serif;
}
.feature-post-meta {
position: relative;
overflow: hidden;
padding: 5px 0;
}
.featured-image-box .feature-post-meta .label {
font-size:10px;
font-weight:400;
text-transform:uppercase;	
}
.feature-post-meta-bottom {
position:relative;
overflow:hidden;
}
.feature-post-meta a {
margin-right: 10px;
color:#777;
}
.feature-post-meta-bottom span {
font-size: 14px;
color:#828282;
line-height:26px;
}
.feature-post-meta-bottom span small {
color: #828282;
font-weight:600;
font-size: 14px;
text-transform: capitalize;
}
.mata-detail {
background-color: transparent;
padding: 5px 10px;
border-radius: 3px;
text-transform: uppercase;
font-weight:600;
font-size:10px;
display:inline-block;
}
.mata-detail.remote {
color: #46af4a;
border: 1px solid #46af4a;
}
.mata-detail.full-time {
color: #d3b940;
border: 1px solid #d3b940;
}
.mata-detail.intern {
color: #9d27b3;
border: 1px solid #9d27b3;
}
.mata-detail.part {
border: 1px solid #ff5a00;
color: #ff5a00;
} .how-it-works {
position:relative;
overflow:hidden;
text-align:center;	
}
.how-it-works .work-points {
position:relative;
overflow:hidden;	
}
.how-it-works .work-points .h-i-w-content-box img.main-img {
text-align:center;
margin:0 auto;
display:block;
width:36%;	
}
.how-it-works .work-points .h-i-w-content-box h3 {
margin-bottom:15px;
margin-top:30px;
font-size:16px;
text-transform:capitalize;
font-weight:600;	
}
.how-it-works .work-points .h-i-w-content-box .process-arrow {
position:absolute;
right:-50px;
top:60px;	
}
.how-it-works .work-points .h-i-w-content-box p {
margin-bottom:0;
line-height:26px;	
} .client-section {
background: rgba(60, 146, 202, 0.7) url(//christianfilmconnect.com/wp-content/themes/nokri/images/199.jpg) no-repeat fixed top center / cover;
padding:50px 0;
position:relative;
}
.client-section::before {
background: rgba(41, 46, 73, 0.9); 
background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0.6), rgba(41, 46, 73, 0.9)); 
background: linear-gradient(to left, rgba(83, 105, 118, 0.6), rgba(41, 46, 73, 0.9));
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.client-section .top-hiring-company-slider .item {
padding:20px;
border-radius:3px;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
margin-right:20px;
background-color:#FFF;
}
.client-section .top-hiring-company-slider .owl-stage-outer {
padding:15px;
}
.client-section .heading-2 {
margin-top:45px;
}
.client-section .heading-2 h3 {
margin:0;
color:#FFF;	
}
.client-section .heading-2 h2 {
margin:0;
font-weight:600;
color:#FFF;	
} .download-app-2 {
padding:40px 0;	
}
.download-app-2 .heading-2 h3 {
margin:0;
font-weight:600;
font-size:30px;
}
.download-app-2 .heading-2 p {
margin-bottom:0;	
}
.download-app-2 .download-btns {
margin-top:13px;
text-align:right;	
}
.download-app-2 .download-btns a {
margin-right:10px;		
}
.download-app-2 .download-btns a:last-child {
margin-right:0;		
}
.download-app-2 .download-btns a img {
border-radius:8px;
} .footer.footer-white {
background:none;
padding:50px 0 40px 0;	
}
.footer.footer-white ul {
padding-left: 0;
list-style: none;
}
.footer.footer-white .subscription-form {
margin-top:30px;	
}
.footer_block a {
font-size: 14px;
text-transform: capitalize;
display: block;
color: #242424;
}
.footer.footer-white ul.footer-links li {
padding: 10px 0;
padding-top: 10px;
padding-left: 0px;
padding-left: 20px;
border-bottom: 1px solid #999;
}
.footer.footer-white ul.footer-links li {
padding-left:0;
border-bottom:none;
}
.footer.footer-white .footer-links li::before {
content:normal;	
}
.footer.footer-white .footer_block a {
color:#828282;	
}
.footer.footer-white .footer_block .social-bar {
margin-top:30px;	
}
.footer.footer-white .social-bar li {
display: inline-block;
margin: 0 15px 0 0;
}
.footer.footer-white .social-bar li a {
color: #828282;
font-size: 20px;
}
.footer-bottom-section {
padding: 30px 0;
}
.footer-bottom-section ul {
list-style:disc;
padding-left:40px;
color:#828282;	
}
.footer-bottom p {
font-size: 14px;
margin-bottom: 0;
}
ul.footer-menu {
position: relative;
overflow: hidden;
}
.footer-bottom .footer-menu li {
float: left;
padding: 0 30px 0 0;
text-transform: capitalize;
}
.footer-bottom .footer-menu li a {
vertical-align:middle;
line-height:30px;
color:#828282;	
} .main-section-slider.style-3 {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/16.png) no-repeat scroll center center / cover;
min-height: 500px;
width: 100%;
padding:100px 0;
position:relative;
}
.mega-menu.n-header-trabsparent.no-bottom-border {
border: none;
background-color:transparent;
box-shadow:none;
}
.main-section-slider.style-3:before {
background: rgba(0, 0, 0, 0.7); 
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.main-section-style-3-box {
position:relative;
margin-top:80px;
text-align:center;
}
.main-section-style-3-box h1 {
color:#FFF;
margin:0;
font-size:34px;
font-weight:600;	
}
.main-section-style-3-box p {
font-size:16px;
color:#FFF;
width:90%;
margin:0 auto;
display:block;	
}
.main-section-style-3-box img {
position:absolute;
bottom:-60px;
right:150px;
-ms-transform: rotate(140deg);
-webkit-transform: rotate(140deg);
transform: rotate(140deg);	
} .serch-filter-overflow-top {
position:relative;
padding:30px 0;	
padding-bottom:0;
}
.serch-filter-overflow-top .search-filter-overflow-top-box {
padding:20px 20px 30px 20px;
border:1px solid #f5f5f5;
position:relative;
overflow:hidden;
background-color:#FFF;
border-radius:3px;
box-shadow:2px 0px 10px rgba(0,0,0,0.07);
margin-top:-100px;
padding-top: 20px;
}
.search-shadow{
height: 35px;
display: block;
margin: 0 auto;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/search-shadow.png) no-repeat center 0;
background-size: auto auto;
background-size: cover;	
}
.serch-filter-overflow-top .search-filter-overflow-top-box .form-group {
width:100%;
}
.serch-filter-overflow-top .search-filter-overflow-top-box .form-group input {
width:100%;
padding-left:15px;	
}
.serch-filter-overflow-top .search-filter-overflow-top-box .form-group label {
margin-bottom:10px;	
}
.serch-filter-overflow-top .search-filter-overflow-top-box .form-group i.ti-search {
right: 30px;
top: 48px;
left: auto;
font-size: 16px;
position: absolute;
}
.serch-filter-overflow-top .search-filter-overflow-top-box .form-group i.fa {
margin-left:5px;	
}
.serch-filter-overflow-top .search-filter-overflow-top-box .form-group .n-btn-flat {
margin-top: 29px;
height: 50px;
width: 100%;	
} .category-style-4 {
position:relative;
overflow:hidden;
padding-bottom:50px;		
}
.category-style-4 .category-style-4-box {
background-color:#FFF;
border-radius:3px;
padding:15px;
position:relative;
box-shadow:2px 0px 10px rgba(0,0,0,0.07);
margin-bottom:50px;
min-height:82px;
-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;
}
.category-style-4 .category-style-4-box-img {
position: absolute;
top: -12px;
left: -12px;
background-color:#41a6df;
padding:15px;
border-radius:10px;
-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;
}
.category-style-4 .category-style-4-box:hover .category-style-4-box-img {
top:5px;
}
.category-style-4 .category-style-4-box-img img {
width:40px;	
}
.category-style-4 .category-style-4-box-meta {
padding-left:60px;	
}
.category-style-4 .category-style-4-box-meta h3 {
margin:0;
font-size:16px;
font-weight:600;	
}
.category-style-4 .category-style-4-box-meta p {
margin-bottom:0;	
} .list-jobs .job-list-simple {
background-color:#FFF;
padding:15px;
margin-bottom:20px;
border-radius:3px;
-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;
}
.list-jobs .job-list-simple:hover {
box-shadow:1px 0px 20px rgba(0,0,0,0.07);		
}
.list-jobs .job-list-simple .job-list-simple-img {
float: left;
margin-right: 15px;
}
.list-jobs .job-list-simple .job-list-simple-img img {
width: 50px;
height: 50px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);	
}
.list-jobs .job-list-simple .job-list-simple-title {
margin-left: 70px;	
}
.list-jobs .job-list-simple .job-list-simple-title a {
font-weight: 500;
font-size: 15px;
display: block;	
}
.list-jobs .job-list-simple .job-list-simple-title a:hover {
color:#41a6df;	
}
.list-jobs .job-list-simple .job-list-simple-title p {
margin-bottom: 0;
display: inline;
margin-right: 20px;	
}
.list-jobs .job-list-simple .job-list-simple-title p a {
display:inline-block;
font-weight:400;
color:#828282;	
} .main-section-category {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/15.jpg) no-repeat scroll center center / cover;
height: 650px;
width: 100%; 
}
.main-section-category .main-cat-detail-box {
margin-top:130px;	
}
.main-section-category.overlay:before {
background: rgba(41, 46, 73, 0.9); 
background: -webkit-linear-gradient(to top, rgba(41, 46, 73, 0.9), rgba(41, 46, 73, 0.4)); 
background: linear-gradient(to top, rgba(41, 46, 73, 0.9), rgba(41, 46, 73, 0.4));
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.main-cat-detail-box h1 {
text-transform:capitalize;
color:#FFF;
font-size:32px;	
margin-top:0;
margin:0;
}
.main-cat-detail-box hr {
float:left;	
margin-top:10px;
margin-bottom:10px;
border-top: 2px solid #41a6df;
}
.main-cat-detail-box p {
color:#FFF;
font-size:20px;
margin-bottom:20px;
}
.main-cat-detail-box form {
display:block;
width:100%;	
position:relative;
overflow:hidden;
}
.main-cat-detail-box .form-group {
width:100%;	
}
.main-cat-detail-box form .form-group input {
background-color:rgba(255,255,255,0.1);
border-color:rgba(255,255,255,0.1);
color:#FFF;
border-radius:30px;
width:100%;
height:50px;
padding-left:20px;
}
.main-cat-detail-box form .form-group input:focus {
border:1px solid rgba(255,255,255,0.2) !important;
}
.main-cat-detail-box form .form-group button {
position:absolute;
right:20px;
top:15px;
background-color:transparent;
border:none;
}
.main-cat-detail-box form .form-group i {
color:#FFF;
}
.main-cat-detail-box .categories-icons {
position:relative;
overflow:hidden;
margin-top:20px;	
}
.main-cat-detail-box .categories-icons a img {
border:1px solid rgba(255,255,255,0.2);
padding:15px;
width:70px;
border-radius:10px;
background-color:rgba(255,255,255,0.2);
margin:0 auto;
display:block;	
-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;
}
.main-cat-detail-box .categories-icons a h4 {
color:#FFF;
font-size:12px;
text-align:center;	
}
.main-cat-detail-box .categories-icons a:hover img {
border-color:#FFF;
} .cat-tabs {
padding-top: 0;
padding-bottom:100px;
} .cat-tabs .panel-primary {
border:none;	
}
.cat-tabs .panel-primary > .panel-heading {
background-color: #FFF;
border: none;
position: absolute;
top: -52px;
left: 16px;
padding: 0;
}
.cat-tabs .nav > li {
display:inline-block;
background-color:#f5f5f5;
border-radius: 4px 4px 0 0;	
}
.cat-tabs .nav > li.active {
background-color:#FFF;	
}
.cat-tabs .nav > li > a {
padding:15px 30px;	
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
}
.cat-tabs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
display:none;	
}
.cat-tabs  .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
width:100%;	
}
.cat-tabs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-short {
width: 27%;
}
.cat-tabs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns {
width: 28%;
}
.cat-tabs .panel-body {
padding:0;	
} .featured-job-slider-sidebar {
box-shadow:0px 2px 22px 0px rgba(0,0,0,0.05);
margin-top:-52px;
background-color:#FFF;
border-radius:3px;	
}
.featured-job-slider-sidebar h4.featured-job-sidebar-heading-title {
margin:0;
padding:20px;
font-weight:600;
border-radius:3px 3px 0 0;
font-size:16px;
padding-bottom:0;
text-transform:capitalize;
}
.featured-job-slider {
padding:30px;	
}
.featured-job-slider .featured-image-box {
padding: 20px 0;
text-align: center;
border-radius: 3px;
border-bottom:1px solid #f5f5f5;
}
.featured-job-slider .featured-image-box:first-child {
padding-top:0;	
}
.featured-job-slider .featured-image-box:last-child {
border-bottom:none;
padding-bottom:0;	
}
.featured-job-slider .featured-image-box img {
width: 100px;
}
.featured-job-slider .featured-image-box .content-area {
background-color: #ffffff;
margin-top: 10px;
}
.featured-job-slider .featured-image-box h4 {
color: #242424;
font-size: 16px;
font-weight: 600;
position: relative;
overflow: hidden;
text-transform: capitalize;
margin: 0;
}
.featured-job-slider .featured-image-box p {
margin: 0;
color: #777;
}
.featured-job-slider .feature-post-meta {
position: relative;
overflow: hidden;
padding: 10px 0;
font-size: 13px;
}
.featured-job-slider .feature-post-meta a {
margin-right: 10px;
color: #777;
}
.featured-job-slider .mata-detail.remote {
background-color: transparent;
padding: 5px 10px;
color: #46af4a;
border-radius: 3px;
border: 1px solid #46af4a;
text-transform: uppercase;
font-size: 75%;
font-weight:600;
}
.featured-job-slider .mata-detail.full-time {
background-color: transparent;
padding: 5px 10px;
color: #d3b940;
border-radius: 3px;
border: 1px solid #d3b940;
text-transform: uppercase;
font-size: 75%;
font-weight:600;
}
.featured-job-slider .mata-detail.intern {
background-color: transparent;
padding: 5px 10px;
color: #9d27b3;
border-radius: 3px;
border: 1px solid #9d27b3;
text-transform: uppercase;
font-size: 75%;
font-weight:600;
}
.featured-job-slider .mata-detail.part {
background-color: transparent;
padding: 5px 10px;
color: #ff5a00;
border-radius: 3px;
border: 1px solid #ff5a00;
text-transform: uppercase;
font-size: 75%;
font-weight:600;
}
.featured-job-slider .feature-post-meta-bottom {
position: relative;
overflow: hidden;
}
.featured-job-slider .feature-post-meta-bottom span {
font-size: 16px;
color: #777;
line-height: 26px;
}
.featured-job-slider .feature-post-meta-bottom span small {
color: #777;
font-weight: 500;
font-size: 14px;
text-transform: capitalize;
}
.featured-job-slider .owl-nav {
position:absolute;
margin:0;
top:-30px;
right:10px;	
}
.featured-job-slider .owl-nav .owl-prev, .featured-job-slider .owl-nav .owl-next {
background-color:transparent;
color:#242424;
padding:0;
}
.featured-job-slider .owl-nav .owl-prev:hover, .featured-job-slider .owl-nav .owl-next:hover {
background-color:transparent;
color:#242424;	
}
@media (min-width: 320px) and (max-width: 767px) {
.section-container-left, .section-container-right {
padding: 20px;
}
.section-container-left h2, .section-container-right h2 {
font-size: 24px;
}
.static-images-section .main-arrow {
display:none;	
}
.how-it-works .work-points .h-i-w-content-box .process-arrow {
display:none;	
}
.search-shadow {
background-size:contain;	
}
.main-section-slider.style-3 {
min-height:	600px;
}
.main-section-style-3-box img {
bottom:-80px;	
}
.featured-job-slider-sidebar {
margin-top:0;	
}
}
@media (min-width: 767px) and (max-width: 1023px) {
.how-it-works .work-points .h-i-w-content-box .process-arrow {
display:none;	
}
.section-container-left, .section-container-right {
padding: 0 50px 50px 50px;
}
.static-images-section .main-arrow {
left: 40px;
bottom: -10px;
}
.search-shadow {
background-size:contain;	
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
.section-container-left, .section-container-right {
padding: 0 50px 50px 50px;
}
.static-images-section .main-arrow {
left: 40px;
bottom: -10px;
}
.client-section .heading-2 h2 {
font-size:26px;	
}
.client-section .heading-2 {
margin-top:35px;	
}
.cat-tabs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns {
width: 13%;
}
}a:hover, a:focus {
color:#fb236a;
}
.n-extra-btn-section .btn-mid.btn-clear {
color:#fb236a;	
}
.n-extra-btn-section .btn-mid.btn-clear:hover {
background-color: #fb236a;
border-color: #fb236a;	
}
.n-hero-8 .n-8-container .n-8-content h1 span {
color: #fb236a;
}
.scrollup {
background-color: #fb236a;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #fb236a;
}
.n-hero-8 .n-8-container .n-8-product ul li i {
background-color: #fb236a;
}
.n-jobs-recomend3 .nav-tabs > li.active a {
background-color: #fb236a;
}
.n-job-listing5 .nav-tabs > li.active > a {
background-color: #fb236a;
}
.n-hero-8 .n-8-container .n-8-product ul li i {
background-color: #fb236a;
}
.n-btn-rounded { 
background-color: #fb236a; 
border-color:#fb236a;
} 
.mega-menu .drop-down-multilevel li:hover > a, .mega-menu .drop-down-multilevel li:focus > a {
color: #fb236a;
}
.n-btn-flat { 
background-color: #fb236a; 
border-color:#fb236a;
} 
.heading-title h2::after {
background-color:#fb236a;
}
.heading-title.left .view-more {
border-left:2px solid #fb236a;
}
.mega-menu .menu-button li.profile-pic ul li a:hover {
color: #fb236a;
}
.mega-menu.n-header-trabsparent .menu-button a.n-btn-flat {
background-color:#fb236a;
}
.mega-menu.n-admin-header .menu-button a.n-btn-flat {
background-color: #fb236a;
}
.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 .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);
border-color: #fb236a;
}
.n-hero-cat-section .n-hero-cat-heading h4:before {
background-color: #fb236a;
}
.n-hero-section-two .n-hero-two-form-cat  .n-most-two-cat .n-most-cat-list a:hover {
color:#fb236a;
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box p i {
color:#fb236a;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box p a {
color:#fb236a;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns .n-btn-rounded {
color:#fb236a;	
border-color: #fb236a;
}
.n-featured-jobs .n-featured-job-boxes .n-job-single:hover li.n-job-btns a.n-btn-rounded {
background-color: #fb236a;
border-color: #fb236a;
color:#FFF;
}
.n-call-to-action .n-extra-btn-section .btn-mid.btn-clear:hover {
border-color: #fb236a;	
}
.how-it-works.style-2 .work-points .h-i-w-content-box i {
color:#fb236a;	
}
.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); 
}
.n-pricing-plan .n-price-single .n-price-top .n-price-top-text h3, .n-pricing-plan .n-price-single .n-price-top .n-price-top-text p {
color:#FFF;	
}
.n-client .n-client-heading h4::before {
background-color: #fb236a;
}
.n-client .n-client-heading h4::after {
background-color: #fb236a;
}
.n-footer-transparent .n-footer-bottom a{
color:#fb236a;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta p i {
color:#fb236a;
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li i {
color:#fb236a;
}
.n-owl-testimonial-2 .n-single_testimonial i {
color: #fb236a;
}
.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-detail p {
color:#fb236a;
}
.n-candidate-location i {
color:#fb236a;
}
.n-candidate-skills a:hover {
background-color:#fb236a;
border:1px solid #fb236a;
}
.n-candidates-single-bottom a:hover {
background-color:#fb236a;
}
#search-widget .btn {
color:#fb236a;	
}
.new-sidebar .heading h4:before {
background-color: #fb236a;
}
.new-sidebar .heading a {
color:#fb236a;
}
.n-search-main .n-bread-crumb .breadcrumb li.active a {
color:#fb236a;	
}
.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;
}
.pagination > li > span.current {
background-color:#fb236a;
}
.new-sidebar .vertical-single-job p i, .new-sidebar .vertical-single-job span i {
color:#fb236a;
}
.n-single-job .n-single-title ul li.salary {
color:#fb236a;
}
.n-single-job .n-single-title ul li i {
color:#fb236a;
}
aside.n-single-sidebar  .apply-buttons .btn-theme {
color:#fb236a;
}
.n-single-job-company .view-profile {
background-color:#fb236a;
}
.n-breadcrumb-big .breadcrumb-text h2::before {
background-color: #fb236a;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li > span:before {
background-color: #fb236a;
}
.n-candidate-detail .n-candidate-meta .timeline-box div .type {
color:#fb236a;
}
.n-candidate-detail .n-candidate-info ul li i {
color:#fb236a;
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box p i {
color:#fb236a;
}
.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-follow a {
color:#fb236a;	
}
.n-user-page .n-company-list .n-company-meta p.location {
color:#fb236a;
}
.n-user-page .n-company-list .n-company-meta p.location a {
color:#fb236a;
}
.author-sidebar .n-company-contact-info .widget h4.widget-heading::before {
background-color: #fb236a;
}
.user-resume2-breadcrumb .n-company-info .n-company-meta-box p i {
color:#fb236a;
}
.n-company-breadcrumb .n-company-info .n-company-meta-box p i {
color: #fb236a;
}
.n-pages-breadcrumb .n-breadcrumb-info h1::before {
background-color: #fb236a;
}
.n-job-pages-section .n-job-pages .n-page-left-side #status .btn-default.active {
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 #status .btn-default.active {
background: #fb236a;
background: -webkit-linear-gradient(to right, #fb236a, #fb236a);
background: linear-gradient(to right, #fb236a, #fb236a);
border-color:#fb236a;
}
.search-map-filters .form-group .slider.slider-horizontal .slider-track {
background:#fb236a;
}
.blog-detail-page .post-info a {
color:#fb236a;
}
.blog-detail-page .post-title a:hover {
color: #fb236a;
}
.blog-detail-page blockquote {
border-left: 5px solid #fb236a;
}
.blog-sidebar .search-blog .stylish-input-group .input-group-addon {
background-color:#fb236a;
}
.blog-sidebar .widget .widget-heading::before {
background-color: #fb236a;
}
.blog-sidebar .widget .categories-module li a:hover {
color: #fb236a;
}
.blog-sidebar .widget .related-post li a:hover {
color: #fb236a;
}
.comment-reply-link:hover {
background-color:#fb236a;	
}
.drop-accordion .panel-title .expand-icon-wrap {
border-left: 1px solid #d9d7d7;
}
.drop-accordion .panel-title .expand-icon-wrap {
color: #fb236a;
}
.drop-accordion .panel-body-icon i {
color: #fb236a;
}
.drop-accordion .tab-collapsed {
background: #fb236a;
}
blockquote {
border-left: 5px solid #fb236a;
}
.about-us h2 {
color: #fb236a;
}
.services-grid i {
color:#fb236a;	
}
.categories-section-2 .popular-categories li a i {
color:#fb236a;
}
.resume-3-sidebar .n-candidate-info ul li i {
color: #fb236a;
}
.resume-3-sidebar .widget h4.widget-heading::before {
background-color: #fb236a;
}
.resume-3-sidebar .n-candidate-info h4.widget-heading::before {
background-color: #fb236a;
}
.resume-timeline .resume-timeline-box .degree-duration {
background-color: #fb236a;
}
.resume-timeline .resume-timeline-box .degree-duration::before, .resume-timeline .resume-timeline-box .degree-duration::after {
border-right: 5px solid #fb236a;
}
.resume-3-portfolio ul li a img:hover {
border-color:#fb236a;	
}
.resume-3-detail .resume-3-box .progress-bar{
background:#fb236a; 
}
.n-single-job .n-single-title ul li i {
color:#fb236a;
}
.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 {
color:#FFF;	
}
@media screen and (max-width:767px) {
.mega-menu .menu-links>li.activeTriggerMobile {
background-color: #fb236a;
}
}
@media screen and (min-width:768px) {
.mega-menu .menu-links>li.activeTrigger {
background-color: #fb236a;
}
} @media screen and (min-width:768px) {
.mega-menu .drop-down-multilevel li.activeTrigger {
background: #fb236a;
}
}
@media screen and (max-width:767px) {
.mega-menu .drop-down-multilevel li.activeTriggerMobile {
background: #fb236a;
}
}
.mega-menu .drop-down a:hover {
color:#fb236a;
}
.mega-menu .drop-down h4,
.mega-menu .drop-down-tab-bar h4 {
color:#fb236a;
}
.mega-menu .drop-down a:hover,
.mega-menu .drop-down-tab-bar a:hover {
color: #fb236a;
}
@media screen and (min-width:768px) {
.mega-menu.vertical-left .menu-search-bar input,
.mega-menu.vertical-left .menu-search-bar li,
.mega-menu.vertical-left .menu-search-bar form,
.mega-menu.vertical-left .menu-search-bar label,
.mega-menu.vertical-right .menu-search-bar input,
.mega-menu.vertical-right .menu-search-bar li,
.mega-menu.vertical-right .menu-search-bar form,
.mega-menu.vertical-right .menu-search-bar label {
background: #fb236a;;
}
}
.mega-menu a:active,
.mega-menu a:hover {
color:#fb236a;
}
.comment-list .comment-info .author-title ul.list-inline li a.comment-reply-link {
background-color: #fb236a;
border: 1px solid #fb236a;
}
.comment-list .comment-info .author-title ul.list-inline li a.comment-reply-link:hover{
border: 1px solid #fb236a;
color: #fb236a;
}
.entry-content p a {
color:#fb236a;
}
.post-password-form input[type="submit"] {
background-color: #fb236a;
border: 1px solid #fb236a;
}
.post-password-form input[type="submit"]:hover {
border: 1px solid #fb236a;
color:#fb236a;	
}
aside .widget ul li a:hover {
color:#fb236a !important;
}
aside .widget ul li a:hover {
color:#fb236a;  
}
aside .widget .tagcloud a:hover {
background-color:#fb236a;
border: 1px solid #fb236a;
}
#wp-calendar tbody td#today { background-color:#fb236a; border: 1px solid #fb236a;}
#cancel-comment-reply-link {
background-color: #fb236a;
border: 1px solid #fb236a;
}
#cancel-comment-reply-link:hover {
border: 1px solid #fb236a;
color: #fb236a;	
}
.search-form .input-group-addon {
background-color: #fb236a;
border: 1px solid #fb236a
}
.dwt_listing_single-product .owl-theme .owl-dots .owl-dot.active span, .dwt_listing_single-product .owl-theme .owl-dots .owl-dot:hover span {
background: #fb236a
}
.dwt_listing_product-details .dwt_listing_product-title::before {
background-color: #fb236a
}
.dwt_listing_product-details .product-short-description h2::before {
background-color: #fb236a
}
.dwt_listing_shop-container-single .nav-tabs>li.active>a, .dwt_listing_shop-container-single .nav-tabs>li.active>a:focus, .dwt_listing_shop-container-single .nav-tabs>li.active>a:hover {
border-top: 2px solid #fb236a;
}
.related-produt-slider.owl-carousel .owl-nav button.owl-next, .related-produt-slider.owl-carousel .owl-nav button.owl-prev, .related-produt-slider.owl-carousel button.owl-dot {
background-color: #fb236a;
}
.shop-sidebar .widget .widget-heading h4::before {
background-color: #fb236a
}
.shop-sidebar .widget .tagcloud a:hover {
background: #fb236a;
border: 1px solid #fb236a
}
.comment-list .comment-info .author-title ul.list-inline li a.comment-reply-link {
background-color: #fb236a;
border: 1px solid #fb236a;
}
.comment-list .comment-info .author-title ul.list-inline li a.comment-reply-link:hover{
border: 1px solid #fb236a;
color: #fb236a;
} .dashboard-new .menu-avtr-box {
background-color: #fb236a;
}
.dashboard-new .profile-menu .accordion li a:hover, .profile-menu .accordion .profile-menu-link:hover {
color: #fb236a;
}
.dashboard-new .profile-menu .accordion li.open .profile-menu-link, .dashboard-new .profile-menu .accordion li.open i {
color: #fb236a;
}
.dashboard-new .profile-menu .submenu a:hover {
color: #fb236a;
}
.dashboard-new .dashboard-job-stats-table tr td a:hover {
color: #fb236a;
}
.company-search-toggle .toggle .btn-primary {
background-color:#fb236a;	
}
.company-search-toggle .toggle.btn-primary {
background-color:#fb236a;
border-color:#fb236a;	
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .posted-job-title-meta a:hover {
color: #fb236a;
}
.candidate-resume-page .main-body .company-detail-box .company-meta .tagline {
color: #fb236a;
}
.company-main .short-detail .short-detail-icon i {
color: #fb236a;
}
.candidate-resume-page .main-body .resume-box .timeline-box .skills-box li i {
color: #fb236a;	
}
.candidate-resume-page .main-body .timeline-box ul.education li > span:before {
background-color: #fb236a;
}
.candidate-resume-page .main-body .timeline-box ul.education li .date {
color:#fb236a;
}
.candidate-resume-page .main-body .timeline-box div .type {
color:#fb236a;
}
.categories-list-page .alphabets a.active {
color: #fb236a;
border: 1px solid #fb236a;
}	 
.dashboard-new .dashboard-job-filters .form-group .a-btn {
background-color: #fb236a;
}
.o-single-job-short-detail .short-detail .short-detail-icon i {
color: #fb236a;
}
aside .app-deadline {
background-color:#fb236a;
}
aside .apply-buttons .btn-theme {
color:#fb236a;
}
.dashboard-new .main-body .file-upload-wrapper:before {
background-color: #fb236a;
border: 1px solid #fb236a;	
}
.dashboard-new .main-body .file-upload-wrapper:hover:before {
background-color: #fb236a;
}.addtoany_content{clear:both;margin:16px 0}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.addtoany_list a:hover,.widget .addtoany_list a:hover{border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}