@charset "UTF-8";
@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;
}@font-face{font-family:eicons;src:url(//christianfilmconnect.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.6.2);src:url(//christianfilmconnect.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.6.2#iefix) format("embedded-opentype"),url(//christianfilmconnect.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.6.2) format("woff2"),url(//christianfilmconnect.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.6.2) format("woff"),url(//christianfilmconnect.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.6.2) format("truetype"),url(//christianfilmconnect.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.6.2#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:'\e800'}.eicon-editor-unlink:before{content:'\e801'}.eicon-editor-external-link:before{content:'\e802'}.eicon-editor-close:before{content:'\e803'}.eicon-editor-list-ol:before{content:'\e804'}.eicon-editor-list-ul:before{content:'\e805'}.eicon-editor-bold:before{content:'\e806'}.eicon-editor-italic:before{content:'\e807'}.eicon-editor-underline:before{content:'\e808'}.eicon-editor-paragraph:before{content:'\e809'}.eicon-editor-h1:before{content:'\e80a'}.eicon-editor-h2:before{content:'\e80b'}.eicon-editor-h3:before{content:'\e80c'}.eicon-editor-h4:before{content:'\e80d'}.eicon-editor-h5:before{content:'\e80e'}.eicon-editor-h6:before{content:'\e80f'}.eicon-editor-quote:before{content:'\e810'}.eicon-editor-code:before{content:'\e811'}.eicon-elementor:before{content:'\e812'}.eicon-elementor-square:before{content:'\e813'}.eicon-pojome:before{content:'\e814'}.eicon-plus:before{content:'\e815'}.eicon-menu-bar:before{content:'\e816'}.eicon-apps:before{content:'\e817'}.eicon-accordion:before{content:'\e818'}.eicon-alert:before{content:'\e819'}.eicon-animation-text:before{content:'\e81a'}.eicon-animation:before{content:'\e81b'}.eicon-banner:before{content:'\e81c'}.eicon-blockquote:before{content:'\e81d'}.eicon-button:before{content:'\e81e'}.eicon-call-to-action:before{content:'\e81f'}.eicon-captcha:before{content:'\e820'}.eicon-carousel:before{content:'\e821'}.eicon-checkbox:before{content:'\e822'}.eicon-columns:before{content:'\e823'}.eicon-countdown:before{content:'\e824'}.eicon-counter:before{content:'\e825'}.eicon-date:before{content:'\e826'}.eicon-divider-shape:before{content:'\e827'}.eicon-divider:before{content:'\e828'}.eicon-download-button:before{content:'\e829'}.eicon-dual-button:before{content:'\e82a'}.eicon-email-field:before{content:'\e82b'}.eicon-facebook-comments:before{content:'\e82c'}.eicon-facebook-like-box:before{content:'\e82d'}.eicon-form-horizontal:before{content:'\e82e'}.eicon-form-vertical:before{content:'\e82f'}.eicon-gallery-grid:before{content:'\e830'}.eicon-gallery-group:before{content:'\e831'}.eicon-gallery-justified:before{content:'\e832'}.eicon-gallery-masonry:before{content:'\e833'}.eicon-icon-box:before{content:'\e834'}.eicon-image-before-after:before{content:'\e835'}.eicon-image-box:before{content:'\e836'}.eicon-image-hotspot:before{content:'\e837'}.eicon-image-rollover:before{content:'\e838'}.eicon-info-box:before{content:'\e839'}.eicon-inner-section:before{content:'\e83a'}.eicon-mailchimp:before{content:'\e83b'}.eicon-menu-card:before{content:'\e83c'}.eicon-navigation-horizontal:before{content:'\e83d'}.eicon-nav-menu:before{content:'\e83e'}.eicon-navigation-vertical:before{content:'\e83f'}.eicon-number-field:before{content:'\e840'}.eicon-parallax:before{content:'\e841'}.eicon-php7:before{content:'\e842'}.eicon-post-list:before{content:'\e843'}.eicon-post-slider:before{content:'\e844'}.eicon-post:before{content:'\e845'}.eicon-posts-carousel:before{content:'\e846'}.eicon-posts-grid:before{content:'\e847'}.eicon-posts-group:before{content:'\e848'}.eicon-posts-justified:before{content:'\e849'}.eicon-posts-masonry:before{content:'\e84a'}.eicon-posts-ticker:before{content:'\e84b'}.eicon-price-list:before{content:'\e84c'}.eicon-price-table:before{content:'\e84d'}.eicon-radio:before{content:'\e84e'}.eicon-rtl:before{content:'\e84f'}.eicon-scroll:before{content:'\e850'}.eicon-search:before{content:'\e851'}.eicon-select:before{content:'\e852'}.eicon-share:before{content:'\e853'}.eicon-sidebar:before{content:'\e854'}.eicon-skill-bar:before{content:'\e855'}.eicon-slider-3d:before{content:'\e856'}.eicon-slider-album:before{content:'\e857'}.eicon-slider-device:before{content:'\e858'}.eicon-slider-full-screen:before{content:'\e859'}.eicon-slider-push:before{content:'\e85a'}.eicon-slider-vertical:before{content:'\e85b'}.eicon-slider-video:before{content:'\e85c'}.eicon-slides:before{content:'\e85d'}.eicon-social-icons:before{content:'\e85e'}.eicon-spacer:before{content:'\e85f'}.eicon-table:before{content:'\e860'}.eicon-tabs:before{content:'\e861'}.eicon-tel-field:before{content:'\e862'}.eicon-text-area:before{content:'\e863'}.eicon-text-field:before{content:'\e864'}.eicon-thumbnails-down:before{content:'\e865'}.eicon-thumbnails-half:before{content:'\e866'}.eicon-thumbnails-right:before{content:'\e867'}.eicon-time-line:before{content:'\e868'}.eicon-toggle:before{content:'\e869'}.eicon-url:before{content:'\e86a'}.eicon-t-letter:before{content:'\e86b'}.eicon-wordpress:before{content:'\e86c'}.eicon-text:before{content:'\e86d'}.eicon-anchor:before{content:'\e86e'}.eicon-bullet-list:before{content:'\e86f'}.eicon-code:before{content:'\e870'}.eicon-favorite:before{content:'\e871'}.eicon-google-maps:before{content:'\e872'}.eicon-image:before{content:'\e873'}.eicon-photo-library:before{content:'\e874'}.eicon-woocommerce:before{content:'\e875'}.eicon-youtube:before{content:'\e876'}.eicon-flip-box:before{content:'\e877'}.eicon-settings:before{content:'\e878'}.eicon-headphones:before{content:'\e879'}.eicon-testimonial:before{content:'\e87a'}.eicon-counter-circle:before{content:'\e87b'}.eicon-person:before{content:'\e87c'}.eicon-chevron-right:before{content:'\e87d'}.eicon-chevron-left:before{content:'\e87e'}.eicon-close:before{content:'\e87f'}.eicon-file-download:before{content:'\e880'}.eicon-save:before{content:'\e881'}.eicon-zoom-in:before{content:'\e882'}.eicon-shortcode:before{content:'\e883'}.eicon-nerd:before{content:'\e884'}.eicon-device-desktop:before{content:'\e885'}.eicon-device-tablet:before{content:'\e886'}.eicon-device-mobile:before{content:'\e887'}.eicon-document-file:before{content:'\e888'}.eicon-folder-o:before{content:'\e889'}.eicon-hypster:before{content:'\e88a'}.eicon-h-align-left:before{content:'\e88b'}.eicon-h-align-right:before{content:'\e88c'}.eicon-h-align-center:before{content:'\e88d'}.eicon-h-align-stretch:before{content:'\e88e'}.eicon-v-align-top:before{content:'\e88f'}.eicon-v-align-bottom:before{content:'\e890'}.eicon-v-align-middle:before{content:'\e891'}.eicon-v-align-stretch:before{content:'\e892'}.eicon-pro-icon:before{content:'\e893'}.eicon-mail:before{content:'\e894'}.eicon-lock-user:before{content:'\e895'}.eicon-testimonial-carousel:before{content:'\e896'}.eicon-media-carousel:before{content:'\e897'}.eicon-section:before{content:'\e898'}.eicon-column:before{content:'\e899'}.eicon-edit:before{content:'\e89a'}.eicon-clone:before{content:'\e89b'}.eicon-trash:before{content:'\e89c'}.eicon-play:before{content:'\e89d'}.eicon-angle-right:before{content:'\e89e'}.eicon-angle-left:before{content:'\e89f'}.eicon-animated-headline:before{content:'\e8a0'}.eicon-menu-toggle:before{content:'\e8a1'}.eicon-fb-embed:before{content:'\e8a2'}.eicon-fb-feed:before{content:'\e8a3'}.eicon-twitter-embed:before{content:'\e8a4'}.eicon-twitter-feed:before{content:'\e8a5'}.eicon-sync:before{content:'\e8a6'}.eicon-import-export:before{content:'\e8a7'}.eicon-check-circle:before{content:'\e8a8'}.eicon-library-save:before{content:'\e8a9'}.eicon-library-download:before{content:'\e8aa'}.eicon-insert:before{content:'\e8ab'}.eicon-preview-medium:before{content:'\e8ac'}.eicon-sort-down:before{content:'\e8ad'}.eicon-sort-up:before{content:'\e8ae'}.eicon-heading:before{content:'\e8af'}.eicon-logo:before{content:'\e8b0'}.eicon-meta-data:before{content:'\e8b1'}.eicon-post-content:before{content:'\e8b2'}.eicon-post-excerpt:before{content:'\e8b3'}.eicon-post-navigation:before{content:'\e8b4'}.eicon-yoast:before{content:'\e8b5'}.eicon-nerd-chuckle:before{content:'\e8b6'}.eicon-nerd-wink:before{content:'\e8b7'}.eicon-comments:before{content:'\e8b8'}.eicon-download-circle-o:before{content:'\e8b9'}.eicon-library-upload:before{content:'\e8ba'}.eicon-save-o:before{content:'\e8bb'}.eicon-upload-circle-o:before{content:'\e8bc'}.eicon-ellipsis-h:before{content:'\e8bd'}.eicon-ellipsis-v:before{content:'\e8be'}.eicon-arrow-left:before{content:'\e8bf'}.eicon-arrow-right:before{content:'\e8c0'}.eicon-arrow-up:before{content:'\e8c1'}.eicon-arrow-down:before{content:'\e8c2'}.eicon-play-o:before{content:'\e8c3'}.eicon-archive-posts:before{content:'\e8c4'}.eicon-archive-title:before{content:'\e8c5'}.eicon-featured-image:before{content:'\e8c6'}.eicon-post-info:before{content:'\e8c7'}.eicon-post-title:before{content:'\e8c8'}.eicon-site-logo:before{content:'\e8c9'}.eicon-site-search:before{content:'\e8ca'}.eicon-site-title:before{content:'\e8cb'}.eicon-plus-square:before{content:'\e8cc'}.eicon-minus-square:before{content:'\e8cd'}.eicon-cloud-check:before{content:'\e8ce'}.eicon-drag-n-drop:before{content:'\e8cf'}.eicon-welcome:before{content:'\e8d0'}.eicon-handle:before{content:'\e8d1'}.eicon-cart:before{content:'\e8d2'}.eicon-product-add-to-cart:before{content:'\e8d3'}.eicon-product-breadcrumbs:before{content:'\e8d4'}.eicon-product-categories:before{content:'\e8d5'}.eicon-product-description:before{content:'\e8d6'}.eicon-product-images:before{content:'\e8d7'}.eicon-product-info:before{content:'\e8d8'}.eicon-product-meta:before{content:'\e8d9'}.eicon-product-pages:before{content:'\e8da'}.eicon-product-price:before{content:'\e8db'}.eicon-product-rating:before{content:'\e8dc'}.eicon-product-related:before{content:'\e8dd'}.eicon-product-stock:before{content:'\e8de'}.eicon-product-tabs:before{content:'\e8df'}.eicon-product-title:before{content:'\e8e0'}.eicon-product-upsell:before{content:'\e8e1'}.eicon-products:before{content:'\e8e2'}.eicon-bag-light:before{content:'\e8e3'}.eicon-bag-medium:before{content:'\e8e4'}.eicon-bag-solid:before{content:'\e8e5'}.eicon-basket-light:before{content:'\e8e6'}.eicon-basket-medium:before{content:'\e8e7'}.eicon-basket-solid:before{content:'\e8e8'}.eicon-cart-light:before{content:'\e8e9'}.eicon-cart-medium:before{content:'\e8ea'}.eicon-cart-solid:before{content:'\e8eb'}.eicon-exchange:before{content:'\e8ec'}.eicon-preview-thin:before{content:'\e8ed'}.eicon-device-laptop:before{content:'\e8ee'}.eicon-collapse:before{content:'\e8ef'}.eicon-expand:before{content:'\e8f0'}.eicon-navigator:before{content:'\e8f1'}.eicon-plug:before{content:'\e8f2'}.eicon-dashboard:before{content:'\e8f3'}.eicon-typography:before{content:'\e8f4'}.eicon-info-circle-o:before{content:'\e8f5'}.eicon-integration:before{content:'\e8f6'}.eicon-plus-circle-o:before{content:'\e8f7'}.eicon-rating:before{content:'\e8f8'}.eicon-review:before{content:'\e8f9'}.eicon-tools:before{content:'\e8fa'}.eicon-loading:before{content:'\e8fb'}.eicon-sitemap:before{content:'\e8fc'}.eicon-click:before{content:'\e8fd'}.eicon-clock:before{content:'\e8fe'}.eicon-library-open:before{content:'\e8ff'}.eicon-warning:before{content:'\e900'}.eicon-flow:before{content:'\e901'}.eicon-cursor-move:before{content:'\e902'}.eicon-arrow-circle-left:before{content:'\e903'}.eicon-flash:before{content:'\e904'}.eicon-redo:before{content:'\e905'}.eicon-ban:before{content:'\e906'}.eicon-barcode:before{content:'\e907'}.eicon-calendar:before{content:'\e908'}.eicon-caret-left:before{content:'\e909'}.eicon-caret-right:before{content:'\e90a'}.eicon-caret-up:before{content:'\e90b'}.eicon-chain-broken:before{content:'\e90c'}.eicon-check-circle-o:before{content:'\e90d'}.eicon-check:before{content:'\e90e'}.eicon-chevron-double-left:before{content:'\e90f'}.eicon-chevron-double-right:before{content:'\e910'}.eicon-undo:before{content:'\e911'}.eicon-filter:before{content:'\e912'}.eicon-circle-o:before{content:'\e913'}.eicon-circle:before{content:'\e914'}.eicon-clock-o:before{content:'\e915'}.eicon-cog:before{content:'\e916'}.eicon-cogs:before{content:'\e917'}.eicon-commenting-o:before{content:'\e918'}.eicon-copy:before{content:'\e919'}.eicon-database:before{content:'\e91a'}.eicon-dot-circle-o:before{content:'\e91b'}.eicon-envelope:before{content:'\e91c'}.eicon-external-link-square:before{content:'\e91d'}.eicon-eyedropper:before{content:'\e91e'}.eicon-folder:before{content:'\e91f'}.eicon-font:before{content:'\e920'}.eicon-adjust:before{content:'\e921'}.eicon-lightbox:before{content:'\e922'}.eicon-heart-o:before{content:'\e923'}.eicon-history:before{content:'\e924'}.eicon-image-bold:before{content:'\e925'}.eicon-info-circle:before{content:'\e926'}.eicon-link:before{content:'\e927'}.eicon-long-arrow-left:before{content:'\e928'}.eicon-long-arrow-right:before{content:'\e929'}.eicon-caret-down:before{content:'\e92a'}.eicon-paint-brush:before{content:'\e92b'}.eicon-pencil:before{content:'\e92c'}.eicon-plus-circle:before{content:'\e92d'}.eicon-zoom-in-bold:before{content:'\e92e'}.eicon-sort-amount-desc:before{content:'\e92f'}.eicon-sign-out:before{content:'\e930'}.eicon-spinner:before{content:'\e931'}.eicon-square:before{content:'\e932'}.eicon-star-o:before{content:'\e933'}.eicon-star:before{content:'\e934'}.eicon-text-align-justify:before{content:'\e935'}.eicon-text-align-center:before{content:'\e936'}.eicon-tags:before{content:'\e937'}.eicon-text-align-left:before{content:'\e938'}.eicon-text-align-right:before{content:'\e939'}.eicon-close-circle:before{content:'\e93a'}.eicon-trash-o:before{content:'\e93b'}.eicon-font-awesome:before{content:'\e93c'}.eicon-user-circle-o:before{content:'\e93d'}.eicon-video-camera:before{content:'\e93e'}.eicon-heart:before{content:'\e93f'}.eicon-wrench:before{content:'\e940'}.eicon-help:before{content:'\e941'}.eicon-help-o:before{content:'\e942'}.eicon-zoom-out-bold:before{content:'\e943'}.eicon-plus-square-o:before{content:'\e944'}.eicon-minus-square-o:before{content:'\e945'}.eicon-minus-circle:before{content:'\e946'}.eicon-minus-circle-o:before{content:'\e947'}.eicon-code-bold:before{content:'\e948'}.eicon-cloud-upload:before{content:'\e949'}.eicon-search-bold:before{content:'\e94a'}.eicon-map-pin:before{content:'\e94b'}.eicon-meetup:before{content:'\e94c'}.eicon-slideshow:before{content:'\e94d'}.eicon-t-letter-bold:before{content:'\e94e'}.eicon-preferences:before{content:'\e94f'}.eicon-table-of-contents:before{content:'\e950'}.eicon-tv:before{content:'\e951'}.eicon-upload:before{content:'\e952'}.eicon-instagram-comments:before{content:'\e953'}.eicon-instagram-nested-gallery:before{content:'\e954'}.eicon-instagram-post:before{content:'\e955'}.eicon-instagram-video:before{content:'\e956'}.eicon-instagram-gallery:before{content:'\e957'}.eicon-instagram-likes:before{content:'\e958'}.eicon-facebook:before{content:'\e959'}.eicon-twitter:before{content:'\e95a'}.eicon-pinterest:before{content:'\e95b'}.eicon-frame-expand:before{content:'\e95c'}.eicon-frame-minimize:before{content:'\e95d'}.eicon-archive:before{content:'\e95e'}.eicon-colors-typography:before{content:'\e95f'}.eicon-custom:before{content:'\e960'}.eicon-footer:before{content:'\e961'}.eicon-header:before{content:'\e962'}.eicon-layout-settings:before{content:'\e963'}.eicon-lightbox-expand:before{content:'\e964'}.eicon-error-404:before{content:'\e965'}.eicon-theme-style:before{content:'\e966'}.eicon-search-results:before{content:'\e967'}.eicon-single-post:before{content:'\e968'}.eicon-site-identity:before{content:'\e969'}.eicon-theme-builder:before{content:'\e96a'}.eicon-download-bold:before{content:'\e96b'}.eicon-share-arrow:before{content:'\e96c'}.eicon-global-settings:before{content:'\e96d'}.eicon-user-preferences:before{content:'\e96e'}.eicon-lock:before{content:'\e96f'}.eicon-eye:before{content:'\e8ac'}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}.dialog-widget-content{background-color:#fff;position:absolute;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{font-size:12px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dialog-type-lightbox .dialog-widget-content{margin:auto;width:375px}.dialog-type-lightbox .dialog-header{font-size:15px;color:#495157;padding:30px 0 10px;font-weight:500}.dialog-type-lightbox .dialog-message{padding:0 30px 30px;min-height:50px}.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper{border-top:1px solid #e6e9ec;text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;width:50%;border:none;background:none;color:#6d7882;font-size:15px;cursor:pointer;padding:13px 0;outline:0}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover{background-color:#f4f6f7}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok{color:#b01b1b}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over{color:#39b54a}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active{background-color:rgba(230,233,236,.5)}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner{border:0}.dialog-close-button{cursor:pointer;position:absolute;margin-top:15px;right:15px;font-size:15px;line-height:1}.dialog-close-button:not(:hover){opacity:.4}.dialog-alert-widget .dialog-buttons-wrapper>button{width:100%}.dialog-confirm-widget .dialog-button:first-child{border-right:1px solid #e6e9ec}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}@media (min-width:1024px){body.admin-bar .dialog-lightbox-widget{height:-webkit-calc(100vh - 32px);height:calc(100vh - 32px)}}@media (max-width:1024px){body.admin-bar .dialog-type-lightbox{position:-webkit-sticky;position:sticky;height:100vh}}.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{padding-bottom:42.8571%}.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{padding-bottom:56.25%}.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{padding-bottom:75%}.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{padding-bottom:66.6666%}.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{padding-bottom:100%}.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio{padding-bottom:177.8%}.elementor-fit-aspect-ratio{position:relative;height:0}.elementor-fit-aspect-ratio iframe{position:absolute;top:0;left:0;height:100%;width:100%;border:0;background-color:#000}.elementor-fit-aspect-ratio video{width:100%}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-templates-modal .dialog-widget-content{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;background-color:#f1f3f5;width:100%}@media (max-width:1439px){.elementor-templates-modal .dialog-widget-content{max-width:990px}}@media (min-width:1440px){.elementor-templates-modal .dialog-widget-content{max-width:1200px}}.elementor-templates-modal .dialog-header{padding:0;z-index:1}.elementor-templates-modal .dialog-buttons-wrapper,.elementor-templates-modal .dialog-header{background-color:#fff;-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);box-shadow:0 0 8px rgba(0,0,0,.1);position:relative}.elementor-templates-modal .dialog-buttons-wrapper{border:none;display:none;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button{height:40px;margin-left:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success{padding:12px 36px;color:#fff;width:auto;font-size:15px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover{background-color:#39b54a}.elementor-templates-modal .dialog-message{height:750px;max-height:85vh;overflow:auto;padding-top:25px}.elementor-templates-modal .dialog-content{height:100%}.elementor-templates-modal .dialog-loading{display:none}.elementor-templates-modal__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:50px}.elementor-templates-modal__header__logo{line-height:1;text-transform:uppercase;font-weight:700;cursor:pointer}.elementor-templates-modal__header__logo-area{text-align:left;padding-left:15px}.elementor-templates-modal__header__logo-area>*{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-templates-modal__header__logo__icon-wrapper{margin-right:10px}.elementor-templates-modal__header__logo__title{padding-top:2px}.elementor-templates-modal__header__logo i{font-size:10px}.elementor-templates-modal__header__items-area{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-templates-modal__header__item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:content-box;box-sizing:content-box}.elementor-templates-modal__header__item>i{font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.elementor-templates-modal__header__item>i:not(:hover){color:#a4afb7}.elementor-templates-modal__header__close--normal{width:45px;border-left:1px solid #e6e9ec}.elementor-templates-modal__header__close--normal i{font-size:18px}.elementor-templates-modal__header__close--skip{padding:10px 10px 10px 20px;margin-right:10px;color:#fff;background-color:#a4afb7;font-size:11px;font-weight:400;line-height:1;text-transform:uppercase;-webkit-border-radius:2px;border-radius:2px;cursor:pointer}.elementor-templates-modal__header__close--skip>i{font-size:inherit;padding-left:10px;margin-left:15px;border-left:1px solid}.elementor-templates-modal__header__close--skip>i:not(:hover){color:#fff}.elementor-templates-modal__sidebar{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:25%;background-color:hsla(0,0%,100%,.3)}.elementor-templates-modal__content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-shadow:0 0 13px inset rgba(0,0,0,.05);box-shadow:inset 0 0 13px rgba(0,0,0,.05)}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.elementor-gradient-logo{background-image:-webkit-linear-gradient(225deg,#f2295b,#434363);background-image:-o-linear-gradient(225deg,#f2295b,#434363);background-image:linear-gradient(-135deg,#f2295b,#434363);display:inline-block;padding:.6em;-webkit-border-radius:.2em;border-radius:.2em}.elementor-gradient-logo i{color:#fff;display:block}.elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;-webkit-background-size:cover;background-size:cover}.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons;-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-tag{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.elementor-ken-burns{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:10s;-o-transition-duration:10s;transition-duration:10s;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}.elementor-ken-burns--out{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.elementor-ken-burns--active{-webkit-transition-duration:20s;-o-transition-duration:20s;transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}.elementor-section{position:relative}.elementor-section .elementor-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;position:relative}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.elementor-row{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width:1024px){.elementor-row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-column-wrap{width:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-wrap{position:relative;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid .elementor-grid-item{word-break:break-word;min-width:0}.elementor-grid-0 .elementor-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr);display:grid}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr);display:grid}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr);display:grid}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr);display:grid}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr);display:grid}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr);display:grid}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr);display:grid}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr);display:grid}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr);display:grid}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr);display:grid}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr);display:grid}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr);display:grid}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr);display:grid}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr);display:grid}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr);display:grid}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr);display:grid}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr);display:grid}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr);display:grid}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr);display:grid}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr);display:grid}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr);display:grid}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr);display:grid}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr);display:grid}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr);display:grid}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr);display:grid}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr);display:grid}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr);display:grid}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr);display:grid}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr);display:grid}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr);display:grid}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr);display:grid}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr);display:grid}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr);display:grid}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr);display:grid}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr);display:grid}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr);display:grid}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:768px) and (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.elementor-form-fields-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>textarea{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-field-group.elementor-field-type-submit{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #818a91;background-color:transparent;color:#373a3c;vertical-align:middle;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;pointer-events:none}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;-webkit-border-radius:3px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;-webkit-border-radius:2px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;-webkit-border-radius:4px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;-webkit-border-radius:5px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;-webkit-border-radius:6px;border-radius:6px}.elementor-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:1024px){.elementor-tablet-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-tablet-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-tablet-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (max-width:767px){.elementor-mobile-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-mobile-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-mobile-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:0}.elementor-form .elementor-button>span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{-webkit-transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;-o-transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s}.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:left}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:20px;line-height:1;background:transparent;color:inherit;border:none;cursor:pointer}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-tab-title a{color:inherit}.elementor-button{display:inline-block;line-height:1;background-color:#818a91;font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px;color:#fff;fill:#fff;text-align:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-button-icon{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-button-icon svg{width:1em}.elementor-button-text{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10;display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;-webkit-border-radius:4px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;-webkit-border-radius:5px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;-webkit-border-radius:6px;border-radius:6px}.elementor-button .elementor-align-icon-right{margin-left:5px;-webkit-box-ordinal-group:16;-webkit-order:15;-ms-flex-order:15;order:15}.elementor-button .elementor-align-icon-left{margin-right:5px;-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.elementor-button span{text-decoration:inherit}.elementor-menu-cart__toggle .elementor-button-icon{-webkit-box-ordinal-group:16;-webkit-order:15;-ms-flex-order:15;order:15}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;color:#222;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;color:#666;line-height:2.5}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-border-color:$gray-darkest;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator{display:inline-block}.elementor-widget-divider .elementor-divider{line-height:0;font-size:0}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-bottom:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:100;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:100;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:before{width:100%;min-height:var(--divider-pattern-height);background-image:var(--divider-pattern-url);-webkit-background-size:var(--divider-pattern-size) 100%;background-size:var(--divider-pattern-size) 100%;background-repeat:var(--divider-pattern-repeat)}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_text .elementor-divider-separator{background-image:none}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}.elementor-widget-google_maps iframe{height:300px}.elementor-widget-heading .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title>a{color:inherit;font-size:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-icon{display:inline-block;line-height:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#818a91;font-size:50px;text-align:center}.elementor-icon:hover{color:#818a91}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#818a91;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#818a91;border:3px solid #818a91;background-color:transparent}.elementor-shape-circle .elementor-icon{-webkit-border-radius:50%;border-radius:50%}@media (min-width:768px){.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img{margin:auto}.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-icon-box .elementor-icon-box-icon{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-icon-box .elementor-icon-box-wrapper{text-align:center}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget .elementor-icon-list-item a{width:100%}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.elementor-widget .elementor-icon-list-icon i{width:1.25em}.elementor-widget .elementor-icon-list-icon svg{width:1em}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image .elementor-image>a,.elementor-widget-image .elementor-image figure>a{display:inline-block}.elementor-widget-image .elementor-image>a img[src$=".svg"],.elementor-widget-image .elementor-image figure>a img[src$=".svg"]{width:48px}.elementor-widget-image .elementor-image img{vertical-align:middle;display:inline-block}.elementor-widget-image .elementor-image.elementor-image-shape-circle{-webkit-border-radius:50%;border-radius:50%}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;-webkit-border-radius:2px;border-radius:2px}.elementor-progress-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;-webkit-border-radius:2px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.elementor-social-icons-wrapper{font-size:0}.elementor-social-icon{background-color:#818a91;font-size:25px;text-align:center;padding:.5em;margin-right:5px;cursor:pointer}.elementor-social-icon i{color:#fff}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#df2029}.elementor-social-icon-weixin{background-color:#7bb32e}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:"\e934";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-right:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-right:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"\002605"}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d4d4d4}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:none}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d4d4d4}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:"";position:absolute}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-tabs .elementor-tab-mobile-title{display:none}}.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;color:inherit;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;color:inherit;display:block}.elementor-testimonial-wrapper.elementor-testimonial-text-align-left{text-align:left}.elementor-testimonial-wrapper.elementor-testimonial-text-align-right{text-align:right}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;-webkit-border-radius:50%;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.elementor-widget-video .elementor-widget-container{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-background-size:cover;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .elementor-video{-o-object-fit:cover;object-fit:cover}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}.elementor-slick-slider[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.elementor-slick-slider .slick-loading .slick-list{background:#fff}.elementor-slick-slider .slick-loading .slick-list:after{content:"\e8fb";font-family:eicons;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;font-size:25px;color:#a4afb7}.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus,.elementor-slick-slider .slick-next:hover,.elementor-slick-slider .slick-prev:focus,.elementor-slick-slider .slick-prev:hover{color:transparent;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus:before,.elementor-slick-slider .slick-next:hover:before,.elementor-slick-slider .slick-prev:focus:before,.elementor-slick-slider .slick-prev:hover:before{opacity:1}.elementor-slick-slider .slick-next.slick-disabled:before,.elementor-slick-slider .slick-prev.slick-disabled:before{opacity:.25}.elementor-slick-slider .slick-next:before,.elementor-slick-slider .slick-prev:before{font-family:eicons;font-size:35px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider .slick-prev{left:-25px}[dir=rtl] .elementor-slick-slider .slick-prev{left:auto;right:-25px}.elementor-slick-slider .slick-prev:before{content:"\e89f"}[dir=rtl] .elementor-slick-slider .slick-prev:before{content:"\e89e"}.elementor-slick-slider .slick-next{right:-25px}[dir=rtl] .elementor-slick-slider .slick-next{left:-25px;right:auto}.elementor-slick-slider .slick-next:before{content:"\e89e"}[dir=rtl] .elementor-slick-slider .slick-next:before{content:"\e89f"}.elementor-slick-slider .slick-dotted.slick-slider{margin-bottom:30px}.elementor-slick-slider ul.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.elementor-slick-slider ul.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0;padding:0;cursor:pointer}.elementor-slick-slider ul.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.elementor-slick-slider ul.slick-dots li button:focus,.elementor-slick-slider ul.slick-dots li button:hover{outline:none}.elementor-slick-slider ul.slick-dots li button:focus:before,.elementor-slick-slider ul.slick-dots li button:hover:before{opacity:1}.elementor-slick-slider ul.slick-dots li button:before{font-family:eicons;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\e914";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider ul.slick-dots li.slick-active button:before{opacity:.75;color:#000}.elementor-slick-slider .slick-arrows-inside .slick-prev{left:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev{left:auto;right:20px}.elementor-slick-slider .slick-arrows-inside .slick-next{right:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next{left:20px;right:auto}.elementor-slick-slider .slick-dots-inside .slick-dots{bottom:5px}.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider{margin-bottom:0}.elementor-slick-slider .slick-slider .slick-next,.elementor-slick-slider .slick-slider .slick-prev{z-index:1}.elementor-slick-slider .slick-slide img{margin:auto}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-webkit-background-size:27px 44px;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;-webkit-border-radius:50%;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{-webkit-border-radius:10px;border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);-webkit-border-radius:10px;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:-webkit-calc(50% - 15px);top:calc(50% - 15px)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:-webkit-calc(100% - 60px);width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;-webkit-transform:translate3d(0,-50%,1px);transform:translate3d(0,-50%,1px)}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;-webkit-background-size:100% 100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;-webkit-box-shadow:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{-webkit-animation-duration:.3s;animation-duration:.3s}.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:70px;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;-webkit-filter:none;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-video-container{-webkit-box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);-webkit-border-radius:2px;border-radius:2px}.elementor-lightbox .elementor-video-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (min-width:1025px){.elementor-lightbox .elementor-video-container{width:75%}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container{width:70%}}.elementor-lightbox .elementor-swiper-button:focus{outline:none}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:15%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}.elementor-lightbox .elementor-swiper-button-prev{left:0}.elementor-lightbox .elementor-swiper-button-next{right:0}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)}.elementor-lightbox .elementor-swiper-button-prev{left:0;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-webkit-max-content;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:var(--lightbox-header-icons-size);padding-left:1em;padding-right:2.6em;top:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:10}.elementor-slideshow__header>i{font-size:inherit;cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header>i:hover{color:var(--lightbox-ui-color-hover)}.elementor-slideshow__header>i:first-of-type{margin-left:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;-webkit-transition:background-color .4s;-o-transition:background-color .4s;transition:background-color .4s}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:67px;top:60px;background-color:#fff;color:#2c2c2c;-webkit-border-radius:3px;border-radius:3px;font-size:16px;padding:14px 20px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-transform-origin:90% 10%;-ms-transform-origin:90% 10%;transform-origin:90% 10%;-webkit-transition:all .25s .1s;-o-transition:all .25s .1s;transition:all .25s .1s;-webkit-box-shadow:0 4px 15px rgba(0,0,0,.3);box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:left;color:#55595c;font-size:12px;line-height:2.5;display:block;opacity:0;-webkit-transition:opacity .5s .1s;-o-transition:opacity .5s .1s;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i{margin-right:10px;font-size:15px}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:0;right:15px;border:9px solid transparent;border-bottom-color:#fff;-webkit-transform:translateY(-100%) scaleX(.7);-ms-transform:translateY(-100%) scaleX(.7);transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#a4afb7}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.animated{-webkit-animation-duration:1.25s;animation-duration:1.25s}.animated.animated-slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.animated-fast{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse}@media (prefers-reduced-motion:reduce){.animated{-webkit-animation:none;animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-bottom{bottom:-1px}.elementor-shape[data-negative=false].elementor-shape-bottom{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-shape[data-negative=true].elementor-shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#55595c;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;-webkit-border-radius:3px;border-radius:3px}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{-webkit-transition:none;-o-transition:none;transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}#wpadminbar *{font-style:normal}@media (max-width:767px){.elementor .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1025px){.elementor .elementor-hidden-desktop{display:none}}
.elementor-bg-transform .elementor-bg{will-change:transform}.elementor-bg-transform-zoom-in:hover .elementor-bg,.elementor-bg-transform-zoom-out .elementor-bg{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.elementor-bg-transform-zoom-out:hover .elementor-bg{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-bg-transform-move-left .elementor-bg{-webkit-transform:scale(1.2) translateX(8%);-ms-transform:scale(1.2) translateX(8%);transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-left:hover .elementor-bg,.elementor-bg-transform-move-right .elementor-bg{-webkit-transform:scale(1.2) translateX(-8%);-ms-transform:scale(1.2) translateX(-8%);transform:scale(1.2) translateX(-8%)}.elementor-bg-transform-move-right:hover .elementor-bg{-webkit-transform:scale(1.2) translateX(8%);-ms-transform:scale(1.2) translateX(8%);transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-up .elementor-bg{-webkit-transform:scale(1.2) translateY(8%);-ms-transform:scale(1.2) translateY(8%);transform:scale(1.2) translateY(8%)}.elementor-bg-transform-move-down .elementor-bg,.elementor-bg-transform-move-up:hover .elementor-bg{-webkit-transform:scale(1.2) translateY(-8%);-ms-transform:scale(1.2) translateY(-8%);transform:scale(1.2) translateY(-8%)}.elementor-bg-transform-move-down:hover .elementor-bg{-webkit-transform:scale(1.2) translateY(8%);-ms-transform:scale(1.2) translateY(8%);transform:scale(1.2) translateY(8%)}.elementor-animated-content{--translate:0,0}.elementor-animated-content:hover .elementor-animated-item--grow{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.elementor-animated-content:hover .elementor-animated-item--shrink{-webkit-transform:scale(.85);-ms-transform:scale(.85);transform:scale(.85)}.elementor-animated-content:hover .elementor-animated-item--shrink-contained{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-out{opacity:0}.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out{-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2)}.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,.elementor-animated-content:hover .elementor-animated-item--enter-from-left,.elementor-animated-content:hover .elementor-animated-item--enter-from-right,.elementor-animated-content:hover .elementor-animated-item--enter-from-top{opacity:1;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.elementor-animated-content:hover .elementor-animated-item--exit-to-right{-webkit-transform:translateX(1000px);-ms-transform:translateX(1000px);transform:translateX(1000px)}.elementor-animated-content:hover .elementor-animated-item--exit-to-left{-webkit-transform:translateX(-1000px);-ms-transform:translateX(-1000px);transform:translateX(-1000px)}.elementor-animated-content:hover .elementor-animated-item--exit-to-top{-webkit-transform:translateY(-600px);-ms-transform:translateY(-600px);transform:translateY(-600px)}.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom{-webkit-transform:translateY(600px);-ms-transform:translateY(600px);transform:translateY(600px)}.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{opacity:0}.elementor-animated-content:hover .elementor-animated-item--move-right{-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}.elementor-animated-content:hover .elementor-animated-item--move-left{-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}.elementor-animated-content:hover .elementor-animated-item--move-up{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.elementor-animated-content:hover .elementor-animated-item--move-down{-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.elementor-animated-content:hover .elementor-animated-item--move-contained-right{--translate:8%,0}.elementor-animated-content:hover .elementor-animated-item--move-contained-left{--translate:-8%,0}.elementor-animated-content:hover .elementor-animated-item--move-contained-top{--translate:0,-8%}.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom{--translate:0,8%}.elementor-animated-content [class^=elementor-animated-item]{will-change:transform,opacity}.elementor-animated-content .elementor-animated-item--shrink-contained{-webkit-transform:scale(1.17);-ms-transform:scale(1.17);transform:scale(1.17)}.elementor-animated-content .elementor-animated-item--enter-zoom-in{-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2)}.elementor-animated-content .elementor-animated-item--enter-zoom-out{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.elementor-animated-content .elementor-animated-item--enter-zoom-in,.elementor-animated-content .elementor-animated-item--enter-zoom-out,.elementor-animated-content .elementor-animated-item--fade-in{opacity:0}.elementor-animated-content .elementor-animated-item--exit-zoom-in,.elementor-animated-content .elementor-animated-item--exit-zoom-out,.elementor-animated-content .elementor-animated-item--fade-out{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-animated-content .elementor-animated-item--enter-from-right{-webkit-transform:translateX(1000px);-ms-transform:translateX(1000px);transform:translateX(1000px)}.elementor-animated-content .elementor-animated-item--enter-from-left{-webkit-transform:translateX(-1000px);-ms-transform:translateX(-1000px);transform:translateX(-1000px)}.elementor-animated-content .elementor-animated-item--enter-from-top{-webkit-transform:translateY(-600px);-ms-transform:translateY(-600px);transform:translateY(-600px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom{-webkit-transform:translateY(500px);-ms-transform:translateY(500px);transform:translateY(500px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom,.elementor-animated-content .elementor-animated-item--enter-from-left,.elementor-animated-content .elementor-animated-item--enter-from-right,.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:0}.elementor-animated-content .elementor-animated-item--exit-to-bottom,.elementor-animated-content .elementor-animated-item--exit-to-left,.elementor-animated-content .elementor-animated-item--exit-to-right,.elementor-animated-content .elementor-animated-item--exit-to-top{opacity:1;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.elementor-animated-content .elementor-animated-item--move-contained-bottom,.elementor-animated-content .elementor-animated-item--move-contained-left,.elementor-animated-content .elementor-animated-item--move-contained-right,.elementor-animated-content .elementor-animated-item--move-contained-top{-webkit-transform:scale(1.2) translate(var(--translate));-ms-transform:scale(1.2) translate(var(--translate));transform:scale(1.2) translate(var(--translate))}.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover{outline:1px solid #fec449}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings{background-image:-webkit-gradient(linear,left bottom,left top,from(#feb416),to(#fec449));background-image:-webkit-linear-gradient(bottom,#feb416,#fec449);background-image:-o-linear-gradient(bottom,#feb416,#fec449);background-image:linear-gradient(0deg,#feb416,#fec449)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover{background-color:#feb416}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save{display:none}.elementor-posts-container.elementor-posts-masonry{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-posts-container:not(.elementor-posts-masonry){-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.elementor-posts-container .elementor-post{padding:0;margin:0}.elementor-posts-container .elementor-post__thumbnail{overflow:hidden}.elementor-posts-container .elementor-post__thumbnail img{display:block;width:100%;max-height:none;max-width:none;-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;-o-transition:filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.elementor-posts-container .elementor-post__thumbnail__link{position:relative;display:block;width:100%}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail{top:0;left:0;right:0;bottom:0}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{height:auto;position:absolute;top:calc(50% + 1px);left:calc(50% + 1px);-webkit-transform:scale(1.01) translate(-50%,-50%);-ms-transform:scale(1.01) translate(-50%,-50%);transform:scale(1.01) translate(-50%,-50%)}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img{height:100%;width:auto}.elementor-posts .elementor-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:background,border,-webkit-box-shadow;transition-property:background,border,-webkit-box-shadow;-o-transition-property:background,border,box-shadow;transition-property:background,border,box-shadow;transition-property:background,border,box-shadow,-webkit-box-shadow;-webkit-transition-duration:.25s;-o-transition-duration:.25s;transition-duration:.25s}.elementor-posts .elementor-post__title{font-size:18px;margin:0}.elementor-posts .elementor-post__excerpt{margin-bottom:10px}.elementor-posts .elementor-post__excerpt p{margin:0;line-height:1.5em;font-size:14px;color:#777}.elementor-posts .elementor-post__meta-data{line-height:1.3em;font-size:12px;margin-bottom:13px;color:#adadad}.elementor-posts .elementor-post__read-more{font-size:12px;font-weight:700}.elementor-posts .elementor-post__thumbnail{position:relative}.elementor-posts--skin-classic{display:grid;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-posts--skin-classic:not(.elementor-posts-masonry){-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.elementor-posts--skin-classic .elementor-post{overflow:hidden}.elementor-posts--skin-classic .elementor-post__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-posts--align-left .elementor-post{text-align:left}.elementor-posts--align-right .elementor-post{text-align:right}.elementor-posts--align-center .elementor-post{text-align:center}.elementor-posts--thumbnail-top .elementor-post{display:block}.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-posts--thumbnail-top .elementor-post__text{width:100%}.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link{margin-right:auto}.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link{margin-left:auto}.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link{margin-right:auto;margin-left:auto}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{-ms-flex-negative:0;flex-shrink:0;width:25%}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin-right:20px}.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;margin-left:20px}.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link{display:none}.elementor-posts .elementor-post__card{overflow:hidden;position:relative;background-color:#fff;width:100%;min-height:100%;border-radius:3px;border:0 solid #818a91;-webkit-transition:all .25s;-o-transition:all .25s;transition:all .25s}.elementor-posts .elementor-post__card .elementor-post__thumbnail{position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.elementor-posts .elementor-post__card .elementor-post__thumbnail img{width:calc(100% + 1px)}.elementor-posts .elementor-post__card .elementor-post__text{padding:0 30px;margin-bottom:0;margin-top:20px}.elementor-posts .elementor-post__card .elementor-post__read-more{margin-bottom:20px;display:inline-block}.elementor-posts .elementor-post__card .elementor-post__meta-data{padding:15px 30px;margin-bottom:0;border-top:1px solid #eaeaea}.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before{margin:0 5px}.elementor-posts .elementor-post__card .elementor-post__title{font-size:21px}.elementor-posts .elementor-post__card .elementor-post__excerpt{line-height:1.7}.elementor-posts .elementor-post__card .elementor-post__excerpt,.elementor-posts .elementor-post__card .elementor-post__title{margin-bottom:25px}.elementor-posts .elementor-post__card .elementor-post__badge,.elementor-posts .elementor-post__card .elementor-post__read-more{text-transform:uppercase}.elementor-posts .elementor-post__badge{position:absolute;top:0;background:#818a91;color:#fff;font-size:12px;padding:.6em 1.2em;line-height:1;font-weight:400;margin:20px;border-radius:999px}.elementor-posts .elementor-post__avatar{position:relative;padding:0 30px;width:100%;top:-25px;height:0;pointer-events:none}.elementor-posts .elementor-post__avatar img{border-radius:50%;width:60px;pointer-events:all;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card,.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data{margin-top:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar{padding-top:0;position:static;height:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);vertical-align:bottom}.elementor-posts--show-avatar .elementor-post__thumbnail__link{margin-bottom:25px}.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after{display:block;content:"";background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);background-image:linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);background-repeat:no-repeat;height:100%;width:100%;position:absolute;bottom:0;opacity:1;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after{opacity:.5}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,.elementor-posts__hover-zoom-out .elementor-post__thumbnail img{-webkit-transition:height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1),-webkit-filter .3s;transition:height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1),-webkit-filter .3s;-o-transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1);transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1);transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1),-webkit-filter .3s}.elementor-card-shadow-yes .elementor-post__card{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.15);box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.elementor-card-shadow-yes .elementor-post__card:hover{-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.15);box-shadow:0 0 30px 0 rgba(0,0,0,.15)}.elementor-posts--skin-full_content article{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.elementor-posts--skin-full_content article .elementor-post__thumbnail{padding-bottom:0}body.elementor-editor-active .elementor-posts--skin-archive_full_content,body.elementor-editor-active .elementor-posts--skin-full_content{pointer-events:none}body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link{display:none}body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link{display:block}.elementor-portfolio{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:start;align-content:flex-start}.elementor-portfolio,.elementor-portfolio__filters{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-portfolio__filters{list-style:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0}.elementor-portfolio__filter{margin:0;cursor:pointer;padding:8px}.elementor-portfolio-item{-ms-flex-item-align:start;align-self:flex-start;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;overflow:hidden;margin:0}.elementor-portfolio-item__title{margin:0;padding:0;line-height:1;font-size:18px;color:#fff}.elementor-portfolio-item__tags__separator:before{content:", "}.elementor-portfolio-item__overlay{opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;padding:15px;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;overflow:hidden;background-color:hsla(206,7%,54%,.8)}.elementor-portfolio-item__overlay:hover{opacity:1;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.elementor-portfolio-item__img img[src=""]{background-color:rgba(0,0,0,.1);height:100%}.elementor-portfolio.elementor-has-item-ratio{-webkit-transition:height .5s;-o-transition:height .5s;transition:height .5s}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail{position:absolute;background-color:rgba(0,0,0,.1)}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link{padding-bottom:56.25%}.elementor ul li.elementor-portfolio__filter{list-style-type:none}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-login .elementor-lost-password,.elementor-login .elementor-remember-me{font-size:.85em}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-button .elementor-form-spinner{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-form .elementor-button>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.elementor-widget-price-list .elementor-price-list{list-style:none;padding:0;margin:0}.elementor-widget-price-list .elementor-price-list li{margin:0}.elementor-price-list li:not(:last-child){margin-bottom:20px}.elementor-price-list .elementor-price-list-image{max-width:50%;-ms-flex-negative:0;flex-shrink:0;padding-right:25px}.elementor-price-list .elementor-price-list-image img{width:100%}.elementor-price-list .elementor-price-list-header,.elementor-price-list .elementor-price-list-item,.elementor-price-list .elementor-price-list-text{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-price-list .elementor-price-list-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-price-list .elementor-price-list-item .elementor-price-list-text{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-price-list .elementor-price-list-item .elementor-price-list-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:100%;flex-basis:100%;font-size:19px;font-weight:600;margin-bottom:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elementor-price-list .elementor-price-list-item .elementor-price-list-title{max-width:80%}.elementor-price-list .elementor-price-list-item p.elementor-price-list-description{-ms-flex-preferred-size:100%;flex-basis:100%;font-size:14px;margin:0}.elementor-price-list .elementor-price-list-item .elementor-price-list-separator{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:10px;margin-right:10px;border-bottom-style:dotted;border-bottom-width:2px;height:0}.elementor-price-table{text-align:center}.elementor-price-table .elementor-price-table__header{background:#555;padding:20px 0}.elementor-price-table .elementor-price-table__heading{margin:0;padding:0;line-height:1.2;font-size:24px;font-weight:600;color:#fff}.elementor-price-table .elementor-price-table__subheading{font-size:13px;font-weight:400;color:#fff}.elementor-price-table .elementor-price-table__original-price{margin-right:15px;text-decoration:line-through;font-size:.5em;line-height:1;font-weight:400;-ms-flex-item-align:center;align-self:center}.elementor-price-table .elementor-price-table__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:#555;font-weight:800;font-size:65px;padding:40px 0}.elementor-price-table .elementor-price-table__price .elementor-typo-excluded{line-height:normal;letter-spacing:normal;text-transform:none;font-weight:400;font-size:medium;font-style:normal}.elementor-price-table .elementor-price-table__after-price{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-price-table .elementor-price-table__integer-part{line-height:.8}.elementor-price-table .elementor-price-table__currency,.elementor-price-table .elementor-price-table__fractional-part{line-height:1;font-size:.3em}.elementor-price-table .elementor-price-table__currency{margin-right:3px}.elementor-price-table .elementor-price-table__period{width:100%;font-size:13px;font-weight:400}.elementor-price-table .elementor-price-table__features-list{list-style-type:none;margin:0;padding:0;line-height:1}.elementor-price-table .elementor-price-table__features-list li{font-size:14px;line-height:1;margin:0;padding:0}.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner{margin-left:15px;margin-right:15px}.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before{content:"";display:block;border:0 solid hsla(0,0%,48%,.3);margin:10px 12.5%}.elementor-price-table .elementor-price-table__features-list i{margin-right:10px;font-size:1.3em}.elementor-price-table .elementor-price-table__features-list svg{margin-right:10px;width:1.3em}.elementor-price-table .elementor-price-table__footer{padding:30px 0}.elementor-price-table .elementor-price-table__additional_info{margin:0;font-size:13px;line-height:1.4}.elementor-price-table__ribbon{position:absolute;top:0;left:auto;right:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:150px;overflow:hidden;height:150px}.elementor-price-table__ribbon-inner{text-align:center;left:0;width:200%;-webkit-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000}.elementor-price-table__ribbon.elementor-ribbon-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);left:0;right:auto}.elementor-price-table__ribbon.elementor-ribbon-right{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);left:auto;right:0}.elementor-widget-price-table .elementor-widget-container{overflow:hidden;background-color:#f7f7f7}.elementor-flip-box{height:280px;position:relative;-webkit-perspective:1000px;perspective:1000px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}@media (max-device-width:1024px){.elementor-flip-box{cursor:pointer}}.elementor-flip-box__front{background-color:#1abc9c}.elementor-flip-box__back{background-color:#4054b2;display:block}.elementor-flip-box__layer{position:absolute;width:100%;height:100%;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.elementor-flip-box__layer__overlay{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;text-align:center;padding:35px}.elementor-flip-box__layer__title{font-size:21px}.elementor-flip-box__layer__description{font-size:14px}.elementor-flip-box__layer__description,.elementor-flip-box__layer__title{color:#fff}.elementor-flip-box__layer__description:not(:last-child),.elementor-flip-box__layer__title:not(:last-child){margin:0 0 20px;padding:0}.elementor-flip-box__layer__title{line-height:1;font-weight:600}.elementor-flip-box .elementor-icon,.elementor-flip-box .elementor-view-framed .elementor-icon,.elementor-flip-box .elementor-view-stacked .elementor-icon{color:#fff}.elementor-flip-box .elementor-view-framed .elementor-icon{border-color:#fff}.elementor-flip-box .elementor-view-stacked .elementor-icon{background-color:rgba(0,0,0,.5)}.elementor-flip-box__button.elementor-button{cursor:pointer;-ms-flex-item-align:center;align-self:center;margin-left:auto;margin-right:auto;border:2px solid #fff;color:#fff;background:transparent}.elementor-flip-box__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-flip-box__image{margin:0 0 20px;display:inline-block;width:100%}.elementor-flip-box__image img{width:50%}.elementor-flip-box .elementor-icon-wrapper{margin-bottom:20px}.elementor-flip-box--3d .elementor-flip-box__layer__inner{-webkit-transform:translateZ(90px) scale(.91);transform:translateZ(90px) scale(.91)}.elementor-flip-box--3d .elementor-flip-box__layer__overlay{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(.1px);transform:translateZ(.1px)}.elementor-flip-box--effect-flip .elementor-flip-box{-webkit-perspective:1000px;perspective:1000px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.elementor-flip-box--effect-flip .elementor-flip-box__layer{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}.elementor-flip-box--effect-flip .elementor-flip-box__front{-webkit-transform:none;-ms-transform:none;transform:none;z-index:1}.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back{-webkit-transform:none;-ms-transform:none;transform:none}.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back{-webkit-transform:rotateX(0) rotateY(-180deg);transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back,.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:rotateX(0) rotateY(180deg);transform:rotateX(0) rotateY(180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:rotateX(0) rotateY(-180deg);transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back{-webkit-transform:rotateX(-180deg) rotateY(0);transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back,.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:rotateX(180deg) rotateY(0);transform:rotateX(180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:rotateX(-180deg) rotateY(0);transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-push .elementor-flip-box__front{-webkit-transform:none;-ms-transform:none;transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:translateX(100%) translateY(0);-ms-transform:translateX(100%) translateY(0);transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:translateX(-100%) translateY(0);-ms-transform:translateX(-100%) translateY(0);transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:translateX(0) translateY(-100%);-ms-transform:translateX(0) translateY(-100%);transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:translateX(0) translateY(100%);-ms-transform:translateX(0) translateY(100%);transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push .elementor-flip-box,.elementor-flip-box--effect-slide .elementor-flip-box{overflow:hidden}.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back,.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back{-webkit-transform:none;-ms-transform:none;transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back{-webkit-transform:translateX(-100%) translateY(0);-ms-transform:translateX(-100%) translateY(0);transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back{-webkit-transform:translateX(100%) translateY(0);-ms-transform:translateX(100%) translateY(0);transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back{-webkit-transform:translateX(0) translateY(100%);-ms-transform:translateX(0) translateY(100%);transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back{-webkit-transform:translateX(0) translateY(-100%);-ms-transform:translateX(0) translateY(-100%);transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front{-webkit-transition:opacity .35s,width .1ms,-webkit-transform .7s;transition:opacity .35s,width .1ms,-webkit-transform .7s;-o-transition:transform .7s,opacity .35s,width .1ms;transition:transform .7s,opacity .35s,width .1ms;transition:transform .7s,opacity .35s,width .1ms,-webkit-transform .7s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);z-index:1;width:100%}.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front{width:0;opacity:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);-webkit-transition:opacity .7s .1s,width .1ms .7s,-webkit-transform .8s;transition:opacity .7s .1s,width .1ms .7s,-webkit-transform .8s;-o-transition:transform .8s,opacity .7s .1s,width .1ms .7s;transition:transform .8s,opacity .7s .1s,width .1ms .7s;transition:transform .8s,opacity .7s .1s,width .1ms .7s,-webkit-transform .8s}.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back{-webkit-transition:opacity .5s .2s,-webkit-transform .7s;transition:opacity .5s .2s,-webkit-transform .7s;-o-transition:transform .7s,opacity .5s .2s;transition:transform .7s,opacity .5s .2s;transition:transform .7s,opacity .5s .2s,-webkit-transform .7s;opacity:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back{-webkit-transition:opacity .5s,-webkit-transform .7s;transition:opacity .5s,-webkit-transform .7s;-o-transition:transform .7s,opacity .5s;transition:transform .7s,opacity .5s;transition:transform .7s,opacity .5s,-webkit-transform .7s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back{opacity:0}.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back{opacity:1}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front{display:none}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}.elementor-cta,.elementor-widget-call-to-action .elementor-widget-container{overflow:hidden}.elementor-cta{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.elementor-cta--skin-classic .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--skin-classic .elementor-cta__bg-wrapper{position:relative;min-height:200px;width:100%}.elementor-cta--skin-classic .elementor-cta__content{-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;width:100%;background-color:#f7f7f7}.elementor-cta--skin-classic .elementor-cta__button.elementor-button,.elementor-cta--skin-classic .elementor-cta__content-item,.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon{color:#55595c;border-color:#55595c}.elementor-cta--skin-cover .elementor-cta{display:block}.elementor-cta--skin-cover .elementor-cta__bg-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;width:100%}.elementor-cta--skin-cover .elementor-cta__content{min-height:280px}.elementor-cta--skin-cover .elementor-cta__button.elementor-button,.elementor-cta--skin-cover .elementor-cta__content-item,.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon{color:#fff;border-color:#fff}.elementor-cta--layout-image-above .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--layout-image-left .elementor-cta,.elementor-cta--layout-image-right .elementor-cta{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--layout-image-left .elementor-cta__content,.elementor-cta--layout-image-right .elementor-cta__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-cta--layout-image-left .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--layout-image-right .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-cta__bg,.elementor-cta__bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}.elementor-cta__bg-wrapper{z-index:1;overflow:hidden}.elementor-cta__bg{-webkit-background-size:cover;background-size:cover;background-position:50%;z-index:1}.elementor-cta__bg-overlay{z-index:2}.elementor-cta__button.elementor-button{cursor:pointer;-ms-flex-item-align:center;align-self:center;margin-left:auto;margin-right:auto;border:2px solid #fff;background:transparent}.elementor-cta__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-cta__title{font-size:23px}.elementor-cta__content{z-index:1;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;padding:35px;width:100%}.elementor-cta__content,.elementor-cta__content-item{position:relative;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;color:#fff}.elementor-cta__content-item{width:100%;margin:0}.elementor-cta__content-item:not(:last-child){margin-bottom:15px}.elementor-cta__content-item .elementor-icon{color:#fff}.elementor-cta--valign-top .elementor-cta__content{-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-cta--valign-middle .elementor-cta__content{-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-cta--valign-bottom .elementor-cta__content{-ms-flex-line-pack:end;align-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-cta:hover .elementor-cta__bg-overlay{background-color:rgba(0,0,0,.3)}@media (max-device-width:1024px){.elementor-cta{cursor:pointer}}@media (min-width:1025px){.elementor-cta--desktop-layout-image-above .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--desktop-layout-image-left .elementor-cta,.elementor-cta--desktop-layout-image-right .elementor-cta{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--desktop-layout-image-left .elementor-cta__content,.elementor-cta--desktop-layout-image-right .elementor-cta__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-cta--desktop-layout-image-left .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--desktop-layout-image-right .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (max-width:1024px){.elementor-cta--tablet-layout-image-above .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--tablet-layout-image-left .elementor-cta,.elementor-cta--tablet-layout-image-right .elementor-cta{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--tablet-layout-image-left .elementor-cta__content,.elementor-cta--tablet-layout-image-right .elementor-cta__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-cta--tablet-layout-image-left .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--tablet-layout-image-right .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (max-width:767px){.elementor-cta--mobile-layout-image-above .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--mobile-layout-image-left .elementor-cta,.elementor-cta--mobile-layout-image-right .elementor-cta{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--mobile-layout-image-left .elementor-cta__content,.elementor-cta--mobile-layout-image-right .elementor-cta__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-cta--mobile-layout-image-left .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--mobile-layout-image-right .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.elementor-ribbon{position:absolute;z-index:1;top:0;left:auto;right:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:150px;overflow:hidden;height:150px}.elementor-ribbon-inner{text-align:center;left:0;width:200%;-webkit-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000;color:#fff}.elementor-ribbon.elementor-ribbon-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);left:0;right:auto}.elementor-ribbon.elementor-ribbon-right{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);left:auto;right:0}.elementor-widget-countdown .elementor-countdown-expire--message{display:none;padding:20px;text-align:center}.elementor-widget-countdown .elementor-countdown-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-countdown .elementor-countdown-item{padding:20px 0;text-align:center;background-color:#818a91;color:#fff}.elementor-widget-countdown .elementor-countdown-digits,.elementor-widget-countdown .elementor-countdown-label{line-height:1}.elementor-widget-countdown .elementor-countdown-digits{font-size:69px}.elementor-widget-countdown .elementor-countdown-label{font-size:19px}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:auto;margin-left:auto}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label{display:block}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-countdown.elementor-countdown--label-inline{text-align:center}.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item{display:inline-block;padding-left:5px;padding-right:5px}.elementor-slides .swiper-slide-bg{-webkit-background-size:cover;background-size:cover;background-position:50%;background-repeat:no-repeat;min-width:100%;min-height:100%}.elementor-slides .swiper-slide-inner{background-repeat:no-repeat;background-position:50%;position:absolute;top:0;left:0;bottom:0;right:0;padding:50px;margin:auto}.elementor-slides .swiper-slide-inner,.elementor-slides .swiper-slide-inner:hover{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-slides .swiper-slide-inner .elementor-background-overlay{position:absolute;z-index:0;top:0;bottom:0;left:0;right:0}.elementor-slides .swiper-slide-inner .elementor-slide-content{position:relative;z-index:1;width:100%}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:35px;font-weight:700;line-height:1}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:17px;line-height:1.4}.elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child),.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child){margin-bottom:30px}.elementor-slides .swiper-slide-inner .elementor-slide-button{border:2px solid #fff;color:#fff;background:transparent;display:inline-block}.elementor-slides .swiper-slide-inner .elementor-slide-button,.elementor-slides .swiper-slide-inner .elementor-slide-button:hover{background:transparent;color:inherit;text-decoration:none}.elementor--v-position-top .swiper-slide-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor--v-position-bottom .swiper-slide-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor--v-position-middle .swiper-slide-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor--h-position-left .swiper-slide-inner{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor--h-position-right .swiper-slide-inner{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor--h-position-center .swiper-slide-inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-slides-wrapper div:not(.swiper-slide)>.swiper-slide-inner{display:none}@media (max-width:767px){.elementor-slides .swiper-slide-inner{padding:30px}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:23px;line-height:1;margin-bottom:15px}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:13px;line-height:1.4;margin-bottom:15px}}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:#ea4335}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn{color:#ea4335;border-color:#ea4335}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon{background-color:#ea4335}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon{color:#fff}.elementor-share-buttons--color-official .elementor-share-btn:hover{-webkit-filter:saturate(1.5) brightness(1.2);filter:saturate(1.5) brightness(1.2)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_delicious,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_delicious{background-color:#39f}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_delicious,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_delicious{color:#39f}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg{color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email{color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print{color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook{color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google{color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket{color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki{color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest{color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit{color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype{color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat{color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon{color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr{color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch{color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram{color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter{color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo{color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk{color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp{color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress{color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing{color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_delicious .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_delicious .elementor-share-btn__icon{background-color:#39f}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon{color:#fff}.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--skin-framed .elementor-share-btn__icon{margin-left:-.2em}.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--skin-framed .elementor-share-btn{border-style:solid}.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.12)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.12),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.12),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.12),transparent)}.elementor-share-buttons--skin-boxed .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-minimal .elementor-share-btn__text{padding-left:.9em}.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--skin-flat .elementor-share-btn:hover,.elementor-share-buttons--skin-gradient .elementor-share-btn,.elementor-share-buttons--skin-gradient .elementor-share-btn:hover{color:#fff}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon{border-radius:.5em}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon{border-radius:99.9em}.elementor-share-buttons--skin-minimal .elementor-share-btn__text{color:#222}.elementor-share-buttons--view-text .elementor-share-btn__text{padding-left:1em}.elementor-share-buttons--view-icon .elementor-share-btn,.elementor-share-buttons--view-text .elementor-share-btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-share-buttons--view-icon .elementor-share-btn__icon,.elementor-share-buttons--view-icon .elementor-share-btn__text,.elementor-share-buttons--view-text .elementor-share-btn__icon,.elementor-share-buttons--view-text .elementor-share-btn__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-share-buttons--shape-rounded .elementor-share-btn{border-radius:.5em}.elementor-share-buttons--shape-circle .elementor-share-btn{border-radius:99.9em}.elementor-share-buttons--align-right .elementor-grid{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-share-buttons--align-left .elementor-grid{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-share-buttons--align-center .elementor-grid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-share-buttons--align-justify .elementor-grid{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1024px){.elementor-share-buttons-tablet--align-right .elementor-grid{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-share-buttons-tablet--align-left .elementor-grid{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-share-buttons-tablet--align-center .elementor-grid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-share-buttons-tablet--align-justify .elementor-grid{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:767px){.elementor-share-buttons-mobile--align-right .elementor-grid{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-share-buttons-mobile--align-left .elementor-grid{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-share-buttons-mobile--align-center .elementor-grid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-share-buttons-mobile--align-justify .elementor-grid{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.elementor-share-btn{overflow:hidden;font-size:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition-property:background-color,border-color,-webkit-filter;transition-property:background-color,border-color,-webkit-filter;-o-transition-property:filter,background-color,border-color;transition-property:filter,background-color,border-color;transition-property:filter,background-color,border-color,-webkit-filter;height:4.5em;cursor:pointer}.elementor-share-btn,.elementor-share-btn__icon,.elementor-share-btn__text{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}.elementor-share-btn__icon,.elementor-share-btn__text{-webkit-transition-property:color,background-color;-o-transition-property:color,background-color;transition-property:color,background-color}.elementor-share-btn__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:4.5em;position:relative}.elementor-share-btn__icon i{font-size:1.7em}.elementor-share-btn__text{font-size:1.5em;padding-right:1em;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:100}.elementor-share-btn__title{font-weight:700;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-share-buttons .elementor-widget-container{overflow:hidden}body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images{float:none;width:100%;padding:0}body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images{float:none;padding:0}.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form){margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.woocommerce div.product.elementor form.cart table.variations{--variation-select-width:75%}.woocommerce div.product.elementor form.cart table.variations tbody{display:block}.woocommerce div.product.elementor form.cart table.variations tr{display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce div.product.elementor form.cart table.variations tr:not(:last-child){margin-bottom:10px}.woocommerce div.product.elementor form.cart table.variations td{line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}.woocommerce div.product.elementor form.cart table.variations td.label{width:25%}.woocommerce div.product.elementor form.cart table.variations td.value{position:relative;width:75%}.woocommerce div.product.elementor form.cart table.variations td.value:before,.woocommerce div.product.elementor form.cart table.variations td.value select{display:block;font-size:1em;height:2em}.woocommerce div.product.elementor form.cart table.variations td.value:before{content:"-";color:transparent;background-color:#fff;position:relative;max-width:100%;width:var(--variation-select-width);margin-right:1em}.woocommerce div.product.elementor form.cart table.variations td.value select{border:0;position:absolute;background:transparent;top:0;padding:0;width:var(--variation-select-width)}.woocommerce div.product.elementor .quantity .qty{vertical-align:top;margin-right:0}.woocommerce div.product.elementor .quantity+.button{margin-left:10px}.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input{height:100%}.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:0}.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:auto;flex-basis:auto}.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form){-ms-flex-wrap:nowrap;flex-wrap:nowrap}.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:auto}.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:100%;flex-basis:100%}@media (max-width:1024px){.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:0}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:auto;flex-basis:auto}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form){-ms-flex-wrap:nowrap;flex-wrap:nowrap}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:auto}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:100%;flex-basis:100%}}@media (max-width:767px){.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:0}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:auto;flex-basis:auto}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form){-ms-flex-wrap:nowrap;flex-wrap:nowrap}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:auto}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:100%;flex-basis:100%}}.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-info button.button.alt.elementor-button{background-color:#5bc0de}.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-success button.button.alt.elementor-button{background-color:#5cb85c}.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-warning button.button.alt.elementor-button{background-color:#f0ad4e}.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-danger button.button.alt.elementor-button{background-color:#d9534f}.elementor-widget-wc-add-to-cart .quantity{display:inline-block}.elementor-widget-wc-add-to-cart.elementor-align-center form.cart{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget-wc-add-to-cart.elementor-align-left form.cart,.elementor-widget-wc-add-to-cart.elementor-align-right form.cart{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product.elementor ul.tabs:before{position:static;content:none;width:auto;bottom:auto;left:auto;border-bottom:0;z-index:auto}.woocommerce div.product.elementor ul.tabs{margin:0}.woocommerce div.product.elementor ul.tabs li{padding:0}.woocommerce div.product.elementor ul.tabs li a{padding:.8em 1.2em;line-height:1}.woocommerce div.product.elementor ul.tabs li:after,.woocommerce div.product.elementor ul.tabs li:before{border:0;position:static;bottom:auto;width:auto;height:auto;content:none;-webkit-box-sizing:border-box;box-sizing:border-box}.woocommerce div.product.elementor .woocommerce-tabs .panel{margin:0;padding:20px;border-radius:0;border-width:0;border-top:1px solid #d3ced2;-webkit-box-shadow:none;box-shadow:none;margin-top:-1px}.woocommerce div.product.elementor .elementor-product-price-block-yes .price del,.woocommerce div.product.elementor .elementor-product-price-block-yes .price ins{display:block}.elementor-widget-woocommerce-product-meta .detail-container{position:relative}.elementor-widget-woocommerce-product-meta .detail-container:after{position:absolute;bottom:0;left:0;width:100%}.elementor-widget-woocommerce-product-meta .detail-label{font-weight:700}.elementor-woo-meta--view-inline .product_meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-woo-meta--view-inline .product_meta .detail-container:after{width:auto;left:auto;right:auto;position:absolute;height:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-woo-meta--view-table .product_meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-woo-meta--view-table .product_meta,.elementor-woo-meta--view-table .product_meta .detail-container{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-woo-meta--view-table .product_meta .detail-label{min-width:108px}.elementor-woo-meta--view-stacked .product_meta .detail-container{display:block}.woocommerce div.product.elementor .woocommerce-product-rating{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce div.product.elementor .star-rating{margin-top:0}.elementor-product-rating--align-left .woocommerce-product-rating{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-product-rating--align-right .woocommerce-product-rating{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-product-rating--align-center .woocommerce-product-rating{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link{margin-left:auto}@media (min-width:1025px){.elementor-element.elementor-products-grid .woocommerce.columns-2 ul.products,.elementor-element.elementor-products-grid ul.products.columns-2{grid-template-columns:repeat(2,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-3 ul.products,.elementor-element.elementor-products-grid ul.products.columns-3{grid-template-columns:repeat(3,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-4 ul.products,.elementor-element.elementor-products-grid ul.products.columns-4{grid-template-columns:repeat(4,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-5 ul.products,.elementor-element.elementor-products-grid ul.products.columns-5{grid-template-columns:repeat(5,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-6 ul.products,.elementor-element.elementor-products-grid ul.products.columns-6{grid-template-columns:repeat(6,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-7 ul.products,.elementor-element.elementor-products-grid ul.products.columns-7{grid-template-columns:repeat(7,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-8 ul.products,.elementor-element.elementor-products-grid ul.products.columns-8{grid-template-columns:repeat(8,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-9 ul.products,.elementor-element.elementor-products-grid ul.products.columns-9{grid-template-columns:repeat(9,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-10 ul.products,.elementor-element.elementor-products-grid ul.products.columns-10{grid-template-columns:repeat(10,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-11 ul.products,.elementor-element.elementor-products-grid ul.products.columns-11{grid-template-columns:repeat(11,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-12 ul.products,.elementor-element.elementor-products-grid ul.products.columns-12{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-element.elementor-products-grid ul.products{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.elementor-element.elementor-products-grid ul.products{grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){.elementor-element.elementor-products-grid.elementor-products-columns-1 ul.products{grid-template-columns:repeat(1,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-2 ul.products{grid-template-columns:repeat(2,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-3 ul.products{grid-template-columns:repeat(3,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-4 ul.products{grid-template-columns:repeat(4,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-5 ul.products{grid-template-columns:repeat(5,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-6 ul.products{grid-template-columns:repeat(6,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-7 ul.products{grid-template-columns:repeat(7,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-8 ul.products{grid-template-columns:repeat(8,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-9 ul.products{grid-template-columns:repeat(9,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-10 ul.products{grid-template-columns:repeat(10,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-11 ul.products{grid-template-columns:repeat(11,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-12 ul.products{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-element.elementor-products-grid.elementor-products-columns-tablet-1 ul.products{grid-template-columns:repeat(1,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-2 ul.products{grid-template-columns:repeat(2,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-3 ul.products{grid-template-columns:repeat(3,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-4 ul.products{grid-template-columns:repeat(4,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-5 ul.products{grid-template-columns:repeat(5,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-6 ul.products{grid-template-columns:repeat(6,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-7 ul.products{grid-template-columns:repeat(7,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-8 ul.products{grid-template-columns:repeat(8,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-9 ul.products{grid-template-columns:repeat(9,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-10 ul.products{grid-template-columns:repeat(10,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-11 ul.products{grid-template-columns:repeat(11,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-12 ul.products{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-element.elementor-products-grid.elementor-products-columns-mobile-1 ul.products{grid-template-columns:repeat(1,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-2 ul.products{grid-template-columns:repeat(2,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-3 ul.products{grid-template-columns:repeat(3,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-4 ul.products{grid-template-columns:repeat(4,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-5 ul.products{grid-template-columns:repeat(5,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-6 ul.products{grid-template-columns:repeat(6,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-7 ul.products{grid-template-columns:repeat(7,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-8 ul.products{grid-template-columns:repeat(8,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-9 ul.products{grid-template-columns:repeat(9,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-10 ul.products{grid-template-columns:repeat(10,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-11 ul.products{grid-template-columns:repeat(11,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-12 ul.products{grid-template-columns:repeat(12,1fr)}}.elementor-element.elementor-products-grid ul.products{display:grid;margin:0;grid-column-gap:20px;grid-row-gap:40px}.elementor-element.elementor-products-grid ul.products:after,.elementor-element.elementor-products-grid ul.products:before{content:none;display:none}.elementor-element.elementor-products-grid ul.products li.product{width:auto;padding:0;margin:0;float:none}.elementor-element.elementor-products-grid ul.products li.product .onsale{padding:0;display:none}.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link{display:block;position:relative}.elementor-products-grid:not(.show-heading-yes) .products>h2{display:none}.elementor-products-grid nav.woocommerce-pagination{margin-top:40px}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul{border:0 none}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li{border-right:0 none;border-left:0 none}.elementor-product-loop-item--align-left ul.products li.product .star-rating{margin-right:auto}.elementor-product-loop-item--align-right ul.products li.product .star-rating{margin-left:auto}.elementor-product-loop-item--align-center ul.products li.product .star-rating{margin-right:auto;margin-left:auto}.woocommerce .elementor-element.elementor-products-grid ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product{width:auto}.elementor.product .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper{overflow:hidden}.woocommerce .elementor-widget-woocommerce-product-images span.onsale{padding:0}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove,.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text{display:none}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__product:not(:last-of-type),.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__products,.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__subtotal{border-bottom:none}.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-light .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e3"}.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-medium .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e4"}.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-solid .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e5"}.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-light .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e6"}.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-medium .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e7"}.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-solid .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e8"}.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-light .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e9"}.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-medium .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8ea"}.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-solid .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8eb"}.elementor-menu-cart__toggle .elementor-button{background:transparent;border-radius:0;color:#818a91;border:1px solid;border-color:inherit;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-menu-cart__toggle .elementor-button-text{margin-right:.3em}.elementor-menu-cart__toggle .elementor-button-icon{position:relative;-webkit-transition:color .1s;-o-transition:color .1s;transition:color .1s}.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before{content:attr(data-counter);display:block;position:absolute;min-width:1.6em;height:1.6em;line-height:1.5em;top:-.7em;right:-.7em;border-radius:100%;color:#fff;background-color:#d9534f;text-align:center;font-size:10px}.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before{content:attr(data-counter);display:inline-block;font-weight:400}.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter]:before{content:none;display:none}.elementor-menu-cart__container{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);overflow:hidden;position:fixed;z-index:9998;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.25);-webkit-transition:background-color .4s,-webkit-transform 0s;transition:background-color .4s,-webkit-transform 0s;-o-transition:background-color .4s,transform 0s;transition:background-color .4s,transform 0s;transition:background-color .4s,transform 0s,-webkit-transform 0s}.elementor-menu-cart__container .elementor-menu-cart__main{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:fixed;top:0;width:350px;max-width:100%;right:0;bottom:0;padding:0 30px;background-color:#fff;-webkit-box-shadow:0 0 20px rgba(0,0,0,.2);box-shadow:0 0 20px rgba(0,0,0,.2);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.elementor-menu-cart__container:not(.elementor-menu-cart--shown){background-color:transparent;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:background-color .4s,-webkit-transform 0s .4s;transition:background-color .4s,-webkit-transform 0s .4s;-o-transition:background-color .4s,transform 0s .4s;transition:background-color .4s,transform 0s .4s;transition:background-color .4s,transform 0s .4s,-webkit-transform 0s .4s}.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .elementor-menu-cart__main{overflow:hidden;opacity:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .dialog-lightbox-close-button{display:none}.elementor-menu-cart__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;font-size:14px}.elementor-menu-cart__close-button{width:25px;height:25px;position:relative;margin:20px 0;-ms-flex-item-align:end;align-self:flex-end;cursor:pointer}.elementor-menu-cart__close-button:after,.elementor-menu-cart__close-button:before{content:"";position:absolute;height:3px;width:100%;top:50%;left:0;margin-top:-1px;background:#818a91;border-radius:1px}.elementor-menu-cart__close-button:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.elementor-menu-cart__close-button:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.elementor-menu-cart__products{max-height:calc(100vh - 250px);overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.elementor-menu-cart__product{display:grid;grid-template-columns:25% auto 50px;grid-template-rows:75% auto}.elementor-menu-cart__product-image{grid-row-start:1;grid-row-end:3;width:100%}.elementor-menu-cart__product-image a,.elementor-menu-cart__product-image img{display:block}.elementor-menu-cart__product-name{grid-column-start:2;grid-column-end:4;margin:0}.elementor-menu-cart__product-price{-ms-flex-item-align:end;align-self:end;color:#d4d4d4;font-weight:300}.elementor-menu-cart__product-price .amount{font-weight:600}.elementor-menu-cart__product-name,.elementor-menu-cart__product-price{font-size:14px;padding-left:20px}.elementor-menu-cart__product-remove{-ms-flex-item-align:end;align-self:end;justify-self:end;color:#818a91;width:22px;height:22px;border-radius:20px;border:1px solid #d4d4d4;text-align:center;overflow:hidden;position:relative}.elementor-menu-cart__product-remove:after,.elementor-menu-cart__product-remove:before{content:"";position:absolute;height:1px;width:50%;top:50%;left:25%;margin-top:-1px;background:#d4d4d4;z-index:1}.elementor-menu-cart__product-remove:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.elementor-menu-cart__product-remove:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.elementor-menu-cart__product-remove>a{display:block;z-index:2;width:100%;height:100%;overflow:hidden;opacity:0;position:absolute}.elementor-menu-cart__product:not(:last-of-type),.elementor-menu-cart__products,.elementor-menu-cart__subtotal{border-bottom:1px solid #d4d4d4}.elementor-menu-cart__footer-buttons,.elementor-menu-cart__product:not(:first-of-type),.elementor-menu-cart__subtotal{padding-top:20px}.elementor-menu-cart__product,.elementor-menu-cart__subtotal{padding-bottom:20px}.elementor-menu-cart__subtotal{font-size:20px;text-align:center;font-weight:600}.elementor-menu-cart__footer-buttons{font-size:20px;text-align:center;display:grid;grid-column-gap:10px;grid-row-gap:10px}.elementor-menu-cart__footer-buttons .elementor-button{border-radius:0}.elementor-menu-cart--buttons-inline .elementor-menu-cart__footer-buttons{grid-template-columns:1fr 1fr}.elementor-menu-cart--buttons-stacked .elementor-menu-cart__footer-buttons{grid-template-columns:1fr}.product .count{background-color:inherit}.elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2{display:none}.woocommerce div.product.elementor form.cart div.product-addon{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:0;flex-shrink:0}.elementor-skin-carousel .elementor-main-swiper,.elementor-skin-coverflow .elementor-main-swiper{height:230px}.elementor-skin-slideshow .elementor-main-swiper{height:450px;position:relative}.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i{font-size:50px}.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide{cursor:pointer}.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3)}.elementor-carousel-image{background:no-repeat 50%;-webkit-background-size:cover;background-size:cover;height:100%;position:relative}.elementor-carousel-image-overlay{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:100%;height:100%;padding:20px;color:#fff;background-color:hsla(206,7%,54%,.8);-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s,-webkit-transform .5s}.elementor-carousel-image-overlay i{font-size:21px}.elementor-testimonial__image{-ms-flex-negative:0;flex-shrink:0}.elementor-testimonial__image img{border-radius:999px;-webkit-box-sizing:content-box;box-sizing:content-box;-o-object-fit:cover;object-fit:cover}.elementor-testimonial__footer,.elementor-testimonial__header{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-testimonial__footer cite,.elementor-testimonial__header cite{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-style:normal;font-size:14px;line-height:1.5}.elementor-testimonial__name{font-weight:700}.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-left:20px}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image+cite{margin-right:20px;margin-left:0}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite{margin-right:0;margin-left:20px}.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{margin-top:25px}.elementor-testimonial--layout-image_above .elementor-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.elementor-testimonial--layout-image_above .elementor-testimonial__footer{margin-bottom:25px}.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer{margin-top:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-testimonial--layout-image_stacked .elementor-testimonial__image,.elementor-testimonial--layout-image_stacked .elementor-testimonial cite{margin-top:15px;width:100%}.elementor-testimonial--layout-image_left .elementor-testimonial,.elementor-testimonial--layout-image_right .elementor-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--layout-image_right .elementor-testimonial__footer{-ms-flex-negative:0;flex-shrink:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.elementor-testimonial--layout-image_left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_right .elementor-testimonial__image+cite{margin-top:15px}.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,.elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-testimonial--layout-image_left .elementor-testimonial{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-testimonial--layout-image_left .elementor-testimonial__footer{padding-right:20px}.elementor-testimonial--layout-image_right .elementor-testimonial{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-left:20px}.elementor-testimonial--align-right .elementor-testimonial{text-align:right}.elementor-testimonial--align-left .elementor-testimonial{text-align:left}.elementor-testimonial--align-center .elementor-testimonial{text-align:center}.elementor-testimonial--align-center .elementor-testimonial__footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:left}.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:25px}.elementor-testimonial--skin-bubble .elementor-testimonial__content{background-color:#e6e9ec;padding:20px;position:relative}.elementor-testimonial--skin-bubble .elementor-testimonial__content:after{content:"";display:block;width:14px;height:14px;background-color:#e6e9ec;position:absolute;-webkit-transform:scaleX(.75) rotate(45deg);-ms-transform:scaleX(.75) rotate(45deg);transform:scaleX(.75) rotate(45deg);border-width:0;-webkit-box-sizing:content-box;box-sizing:content-box}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after{bottom:calc(100% - 7px);-webkit-transform:scaleX(.75) rotate(-135deg);-ms-transform:scaleX(.75) rotate(-135deg);transform:scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;-webkit-transform:translateX(-50%) scaleX(.75) rotate(-135deg);-ms-transform:translateX(-50%) scaleX(.75) rotate(-135deg);transform:translateX(-50%) scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after{top:calc(100% - 7px)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;-webkit-transform:translateX(-50%) scaleX(.75) rotate(45deg);-ms-transform:translateX(-50%) scaleX(.75) rotate(45deg);transform:translateX(-50%) scaleX(.75) rotate(45deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after{left:45px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after{right:45px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after{-webkit-transform:scaleY(.75) rotate(135deg);-ms-transform:scaleY(.75) rotate(135deg);transform:scaleY(.75) rotate(135deg);left:-8px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{-webkit-transform:scaleY(.75) rotate(-45deg);-ms-transform:scaleY(.75) rotate(-45deg);transform:scaleY(.75) rotate(-45deg);right:-8px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{top:45px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-top:20px}.elementor-widget-testimonial-carousel .swiper-slide{padding:20px}.elementor-widget-testimonial-carousel .elementor-testimonial__text{font-size:1.3em;font-style:italic;line-height:1.5}.elementor-widget-testimonial-carousel .elementor-testimonial__image img{width:50px;height:50px}.elementor-widget-reviews .swiper-slide{background-color:#fff;border:1px solid #e1e8ed;border-radius:5px;padding:0}.elementor-widget-reviews .elementor-testimonial__text{font-size:14px;line-height:20px}.elementor-widget-reviews .elementor-testimonial__name{color:#1c2022}.elementor-widget-reviews .elementor-testimonial__title{color:#697882;font-size:12.5px;font-weight:400;font-family:inherit}.elementor-widget-reviews .elementor-testimonial__image{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-reviews .elementor-testimonial__image img{width:36px;height:36px}.elementor-widget-reviews .elementor-testimonial__icon{margin-left:auto;font-size:17px}.elementor-widget-reviews .elementor-testimonial__icon .fa+.fa{margin-left:.15em}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android{color:#a4c639}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple{color:#999}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance{color:#1769ff}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket{color:#205081}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen{color:#000}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious{color:#39f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg{color:#005be2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble{color:#ea4c89}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope{color:#ea4335}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook{color:#3b5998}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr{color:#0063dc}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare{color:#2d5be3}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github{color:#333}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus{color:#dd4b39}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz{color:#7ac142}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram{color:#262626}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle{color:#487aa2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin{color:#0077b5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium{color:#00ab6b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup{color:#ec1c40}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud{color:#273a4b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki{color:#f4731c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest{color:#bd081c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt{color:#da552f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit{color:#ff4500}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss{color:#f26522}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart{color:#4caf50}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype{color:#00aff0}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare{color:#0077b5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat{color:#fffc00}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud{color:#f80}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify{color:#2ebd59}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow{color:#fe7a15}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam{color:#00adee}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon{color:#eb4924}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram{color:#2ca5e0}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack,.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack{color:#1aa1d8}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor{color:#589442}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr{color:#35465c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch{color:#6441a5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter{color:#1da1f2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo{color:#1ab7ea}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk{color:#45668e}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo{color:#df2029}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin{color:#7bb32e}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp{color:#25d366}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress{color:#21759b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing{color:#026466}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp{color:#af0606}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube{color:#cd201f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px{color:#0099e5}.elementor-widget-reviews .elementor-testimonial__rating{background-image:-webkit-gradient(linear,left top,right top,from(#ffc82c),to(#ccc));background-image:-webkit-linear-gradient(left,#ffc82c var(--rating),#ccc var(--rating));background-image:-o-linear-gradient(left,#ffc82c var(--rating),#ccc var(--rating));background-image:linear-gradient(90deg,#ffc82c var(--rating),#ccc var(--rating));font-family:eicons}.elementor-widget-reviews .elementor-testimonial__header{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:15px;padding-bottom:6px}.elementor-widget-reviews .elementor-testimonial__image+cite{margin-left:9px}.elementor-widget-reviews .elementor-testimonial__separator{margin:0 auto;border-top:0 none;border-bottom:1px solid #e1e8ed;height:0}.elementor-widget-reviews .elementor-testimonial__content{padding-top:6px;padding-bottom:15px}.elementor-widget-reviews .elementor-testimonial__content,.elementor-widget-reviews .elementor-testimonial__header{padding-left:15px;padding-right:15px}.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header{border-bottom:1px solid #e1e8ed}.swiper-pagination-bullets{color:#fff;cursor:default}.swiper-slide{border-style:solid;border-width:0;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:border,background,-webkit-transform;transition-property:border,background,-webkit-transform;-o-transition-property:border,background,transform;transition-property:border,background,transform;transition-property:border,background,transform,-webkit-transform;overflow:hidden}.swiper-slide:not(:hover) .e-overlay-animation-fade{opacity:0}.swiper-slide:not(:hover) .e-overlay-animation-slide-up{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-down{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-right{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-left{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.swiper-slide:not(:hover) .e-overlay-animation-zoom-in{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);opacity:0}.swiper-slide a{display:inline}.swiper-slide a.elementor-button{display:inline-block}.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper{width:calc(95% - 40px)}.elementor-widget-reviews .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-main-swiper{width:95%}.elementor-widget-reviews .swiper-wrapper,.elementor-widget-testimonial-carousel .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.elementor-widget-reviews .swiper-slide,.elementor-widget-testimonial-carousel .swiper-slide{height:auto}.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container{padding-bottom:40px}.elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-prev{left:0}.elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-next{right:0}.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev{top:calc(50% - 20px)}.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),.entry-summary blockquote.elementor-blockquote{margin-right:0;margin-left:0}.elementor-widget-blockquote blockquote{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;quotes:none;border:0 none;font-style:normal;color:#55595c}.elementor-widget-blockquote blockquote:after,.elementor-widget-blockquote blockquote:before,.elementor-widget-blockquote blockquote cite:after,.elementor-widget-blockquote blockquote cite:before,.elementor-widget-blockquote blockquote footer:after,.elementor-widget-blockquote blockquote footer:before{content:"";content:none}.elementor-blockquote{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-blockquote__author,.elementor-blockquote__content{margin-bottom:0;font-style:normal}.elementor-blockquote__author{font-weight:700}.elementor-blockquote footer{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elementor-blockquote__tweet-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#1da1f2;-ms-flex-item-align:end;align-self:flex-end;line-height:1;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content}.elementor-blockquote__tweet-button:hover{color:#0967a0}.elementor-blockquote__tweet-button span{font-weight:600}.elementor-blockquote__tweet-button i,.elementor-blockquote__tweet-button span{vertical-align:middle}.elementor-blockquote__tweet-button i+span{margin-left:.5em}.elementor-blockquote__tweet-label{white-space:pre-wrap}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button{padding:.7em 1.2em;border-radius:100em;background-color:#1da1f2;color:#fff;font-size:15px}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover{background-color:#0967a0;color:#fff}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before{border-right-color:#0967a0}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button{padding:0;width:2em;height:2em}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before{content:"";border:.5em solid transparent;border-right-color:#1da1f2;position:absolute;left:-.8em;top:50%;-webkit-transform:translateY(-50%) scaleY(.65);-ms-transform:translateY(-50%) scaleY(.65);transform:translateY(-50%) scaleY(.65);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before{right:auto;left:-.8em;border-right-color:#1da1f2;border-left-color:transparent}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before{border-right-color:#0967a0}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before{left:auto;right:-.8em;border-right-color:transparent;border-left-color:#1da1f2}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before{border-left-color:#0967a0}.elementor-blockquote--skin-boxed .elementor-blockquote{background-color:#e6e9ec;padding:30px}.elementor-blockquote--skin-border .elementor-blockquote{border-color:#e6e9ec;border-style:solid;border-left-width:7px;padding-left:20px}.elementor-blockquote--skin-quotation .elementor-blockquote:before{content:"“";font-size:100px;color:#e6e9ec;font-family:Times New Roman,Times,serif;font-weight:900;line-height:1;display:block;height:.6em}.elementor-blockquote--skin-quotation .elementor-blockquote__content{margin-top:15px}.elementor-blockquote--align-left .elementor-blockquote__content{text-align:left}.elementor-blockquote--align-left .elementor-blockquote footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-blockquote--align-right .elementor-blockquote__content{text-align:right}.elementor-blockquote--align-right .elementor-blockquote footer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-blockquote--align-center .elementor-blockquote{text-align:center}.elementor-blockquote--align-center .elementor-blockquote__author,.elementor-blockquote--align-center .elementor-blockquote footer{display:block}.elementor-blockquote--align-center .elementor-blockquote__tweet-button{margin-right:auto;margin-left:auto}.elementor-headline{font-size:43px;line-height:1.2;display:block}.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper{text-align:left}.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper{overflow:visible;text-align:inherit}.elementor-headline--style-highlight .elementor-headline-dynamic-text{z-index:1}.elementor-headline--style-highlight .elementor-headline-plain-text{z-index:1;position:relative}.elementor-headline--style-highlight svg{position:absolute;top:50%;left:50%;width:calc(100% + 20px);height:calc(100% + 20px);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:visible}.elementor-headline--style-highlight svg path{stroke:red;stroke-width:9;fill:none;stroke-dasharray:1500;-webkit-animation:elementor-headline-dash 10s infinite;animation:elementor-headline-dash 10s infinite}.elementor-headline--style-highlight svg path:nth-of-type(2){-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes elementor-headline-dash{0%{stroke-dasharray:0 1500}15%{stroke-dasharray:1500 1500}85%{opacity:1}90%{stroke-dasharray:1500 1500;opacity:0}to{stroke-dasharray:0 1500;opacity:0}}@keyframes elementor-headline-dash{0%{stroke-dasharray:0 1500}15%{stroke-dasharray:1500 1500}85%{opacity:1}90%{stroke-dasharray:1500 1500;opacity:0}to{stroke-dasharray:0 1500;opacity:0}}.elementor-headline-dynamic-wrapper{display:inline-block;position:relative}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text{display:inline-block;position:absolute;top:0;left:0}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active{position:relative}.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper{-webkit-perspective:300px;perspective:300px}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text{opacity:0;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-animation:elementor-headline-flip-in 1.2s;animation:elementor-headline-flip-in 1.2s}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:elementor-headline-flip-out 1.2s;animation:elementor-headline-flip-out 1.2s}@-webkit-keyframes elementor-headline-flip-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}to{-webkit-transform:rotateX(1turn);transform:rotateX(1turn);opacity:1}}@keyframes elementor-headline-flip-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}to{-webkit-transform:rotateX(1turn);transform:rotateX(1turn);opacity:1}}@-webkit-keyframes elementor-headline-flip-out{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}to{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}@keyframes elementor-headline-flip-out{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}to{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper{vertical-align:top;overflow:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after{content:"";position:absolute;left:auto;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:90%;width:1px;background-color:#0d0d0d}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after{-webkit-animation:elementor-headline-pulse 1s infinite;animation:elementor-headline-pulse 1s infinite}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected{background-color:#0d0d0d}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after{visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text{color:#aebcb9}.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active){visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){position:absolute;visibility:hidden}@-webkit-keyframes elementor-headline-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}to{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}@keyframes elementor-headline-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}to{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper{-webkit-perspective:300px;perspective:300px}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);opacity:0}.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in{-webkit-animation:elementor-headline-swirl-in .4s forwards;animation:elementor-headline-swirl-in .4s forwards}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){-webkit-animation:elementor-headline-swirl-out .4s forwards;animation:elementor-headline-swirl-out .4s forwards}@-webkit-keyframes elementor-headline-swirl-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg);transform:translateZ(-20px) rotateX(0deg)}}@keyframes elementor-headline-swirl-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg);transform:translateZ(-20px) rotateX(0deg)}}@-webkit-keyframes elementor-headline-swirl-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}@keyframes elementor-headline-swirl-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text{opacity:0;top:.2em}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active{top:0;opacity:1;-webkit-animation:elementor-headline-slide-down-in .6s;animation:elementor-headline-slide-down-in .6s}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive{-webkit-animation:elementor-headline-slide-down-out .6s;animation:elementor-headline-slide-down-out .6s}@-webkit-keyframes elementor-headline-slide-down-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes elementor-headline-slide-down-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes elementor-headline-slide-down-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes elementor-headline-slide-down-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}.elementor-headline-animation-type-clip .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after{content:"";position:absolute;top:0;left:auto;right:0;width:2px;height:100%;background-color:#0d0d0d}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{-webkit-perspective:300px;perspective:300px}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;-webkit-animation:elementor-headline-drop-in-in .8s;animation:elementor-headline-drop-in-in .8s}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive{-webkit-animation:elementor-headline-drop-in-out .8s;animation:elementor-headline-drop-in-out .8s}@-webkit-keyframes elementor-headline-drop-in-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes elementor-headline-drop-in-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes elementor-headline-drop-in-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes elementor-headline-drop-in-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper{-webkit-perspective:300px;perspective:300px}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{display:inline-block;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in{-webkit-animation:elementor-headline-blinds-in .6s forwards;animation:elementor-headline-blinds-in .6s forwards}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){-webkit-animation:elementor-headline-blinds-out .6s forwards;animation:elementor-headline-blinds-out .6s forwards}@-webkit-keyframes elementor-headline-blinds-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes elementor-headline-blinds-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes elementor-headline-blinds-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@keyframes elementor-headline-blinds-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{display:inline-block;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in{-webkit-animation:elementor-headline-wave-up .6s forwards;animation:elementor-headline-wave-up .6s forwards}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){-webkit-animation:elementor-headline-wave-down .6s forwards;animation:elementor-headline-wave-down .6s forwards}@-webkit-keyframes elementor-headline-wave-up{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes elementor-headline-wave-up{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes elementor-headline-wave-down{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}@keyframes elementor-headline-wave-down{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;-webkit-animation:elementor-headline-slide-in .6s;animation:elementor-headline-slide-in .6s}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive{-webkit-animation:elementor-headline-slide-out .6s;animation:elementor-headline-slide-out .6s}@-webkit-keyframes elementor-headline-slide-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes elementor-headline-slide-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes elementor-headline-slide-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}to{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes elementor-headline-slide-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}to{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{white-space:nowrap}.elementor-msie .elementor-headline--style-highlight svg{top:auto;left:auto;-webkit-transform:translate(-100%);-ms-transform:translate(-100%);transform:translate(-100%)}.elementor-facebook-widget.fb_iframe_widget,.elementor-facebook-widget.fb_iframe_widget span{width:100%!important}.elementor-facebook-widget.fb_iframe_widget iframe{position:relative}.elementor-facebook-widget.fb-like{height:1px}.elementor-widget-facebook-comments iframe{width:100%!important}.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transition-timing-function:cubic-bezier(.58,.3,.005,1);-o-transition-timing-function:cubic-bezier(.58,.3,.005,1);transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{height:3px;width:100%;left:0;background-color:#55595c;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;width:0;left:50%}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{width:10px;left:-20px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{content:"";bottom:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{width:10px;left:calc(100% + 20px)}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;left:0;top:0;bottom:0;right:0;border:3px solid #55595c}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{-webkit-transition:opacity .2s,-webkit-transform .4s;transition:opacity .2s,-webkit-transform .4s;-o-transition:opacity .2s,transform .4s;transition:opacity .2s,transform .4s;transition:opacity .2s,transform .4s,-webkit-transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{width:3px;height:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;-webkit-transition:width .1s .2s,height .1s .3s,opacity .12s .22s;-o-transition:width .1s .2s,height .1s .3s,opacity .12s .22s;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:3px 3px 0 0;-webkit-transition:width .1s,height .1s .1s,opacity .02s .18s;-o-transition:width .1s,height .1s .1s,opacity .02s .18s;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{width:100%;height:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{-webkit-transition:opacity .02s,height .1s,width .1s .1s;-o-transition:opacity .02s,height .1s,width .1s .1s;transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{-webkit-transition:opacity .02s .2s,height .1s .2s,width .1s .3s;-o-transition:opacity .02s .2s,height .1s .2s,width .1s .3s;transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{width:3px;height:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:0 3px 3px 0}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{width:100%;height:100%;-webkit-transition:opacity 2ms,width .4s,height .4s;-o-transition:opacity 2ms,width .4s,height .4s;transition:opacity 2ms,width .4s,height .4s}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.e--pointer-background .elementor-item:before{top:0;left:0;right:0;bottom:0;background:#55595c;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{-webkit-transition:opacity .15s,-webkit-transform .4s;transition:opacity .15s,-webkit-transform .4s;-o-transition:opacity .15s,transform .4s;transition:opacity .15s,transform .4s;transition:opacity .15s,transform .4s,-webkit-transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:50%;left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:0;left:0;right:0;bottom:0;background:#55595c;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{top:0;bottom:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:100%;bottom:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{right:0;left:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{right:100%;left:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{-webkit-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#373a3c;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#55595c;color:#a1a6a9}.elementor-nav-menu--main .elementor-nav-menu ul{position:absolute;width:12em;border-width:0;border-style:solid;padding:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:20px}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{position:absolute;top:-2px;left:50%;margin-left:-8px;width:0;height:0;overflow:hidden;border-width:8px;border-style:dashed dashed solid;border-color:transparent transparent #494c4f}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{top:6px;border-style:solid dashed dashed;border-color:#494c4f transparent transparent}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.elementor-nav-menu--layout-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{white-space:nowrap}.elementor-nav-menu__align-right .elementor-nav-menu{margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu,.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu,.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-nav-menu__align-center .elementor-nav-menu{margin-left:auto;margin-right:auto}.elementor-nav-menu__align-center .elementor-nav-menu,.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{padding:10px 20px;line-height:20px}.elementor-nav-menu a.current{background:#373a3c;color:#fff}.elementor-nav-menu a.disabled{cursor:not-allowed;color:#a1a6a9}.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu{padding-right:20px}.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu .sub-arrow{display:none}.elementor-nav-menu--indicator-plus:before{font-family:Open Sans,sans-serif}.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow{font-size:10px}.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow i:before{content:""}.elementor-nav-menu--indicator-angle .elementor-nav-menu .sub-arrow i:before{content:""}.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow i:before{content:""}.elementor-nav-menu--indicator-plus .elementor-nav-menu .sub-arrow i:before{content:"+"}.elementor-nav-menu .sub-arrow{font-size:16px;line-height:1;padding:10px 0 10px 10px;margin-top:-10px;margin-bottom:-10px}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#55595c;color:#fff}.elementor-menu-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:22px;padding:.25em;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0,0,0,.05);color:#494c4f}.elementor-menu-toggle.elementor-active i:before{content:"\e87f"}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;-webkit-transition:max-height .3s,-webkit-transform .3s;transition:max-height .3s,-webkit-transform .3s;-o-transition:max-height .3s,transform .3s;transition:max-height .3s,transform .3s;transition:max-height .3s,transform .3s,-webkit-transform .3s;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;overflow:auto}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#494c4f;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elementor-nav-menu--dropdown a.current{background:#373a3c;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{text-shadow:none;border-left:8px solid transparent}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);max-height:0}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);max-height:100vh}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}.elementor-theme-builder-content-area{height:400px}.elementor-location-footer:before,.elementor-location-header:before{content:"";display:table;clear:both}.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post{display:block}.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid{color:#d4d4d4;border:none;border-top:1px solid;border-bottom:1px solid;padding-top:10px;padding-bottom:10px}.elementor-post-navigation-borders-yes .elementor-post-navigation__separator{height:100%;width:1px;margin:0 auto;background-color:#d4d4d4}.elementor-post-navigation{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-post-navigation .post-navigation__arrow-wrapper{color:#d4d4d4}.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev{font-size:30px;padding-right:15px}.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next{font-size:30px;padding-left:15px}.elementor-post-navigation .post-navigation__arrow-wrapper i{-webkit-transform:translateY(-5%);-ms-transform:translateY(-5%);transform:translateY(-5%)}.elementor-post-navigation .elementor-post-navigation__link__next,.elementor-post-navigation .elementor-post-navigation__link__prev{overflow:hidden}.elementor-post-navigation .elementor-post-navigation__link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%}.elementor-post-navigation .post-navigation__next--label,.elementor-post-navigation .post-navigation__prev--label{text-transform:uppercase;font-size:.8em}.elementor-post-navigation .post-navigation__next--title,.elementor-post-navigation .post-navigation__prev--title{font-size:.7em}.elementor-post-navigation .post-navigation__next--label,.elementor-post-navigation .post-navigation__next--title,.elementor-post-navigation .post-navigation__prev--label,.elementor-post-navigation .post-navigation__prev--title{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.elementor-post-navigation span.elementor-post-navigation__link__next{text-align:right}.elementor-post-navigation span.elementor-post-navigation__link__next,.elementor-post-navigation span.elementor-post-navigation__link__prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-post-navigation .elementor-grid{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elementor-post-navigation .elementor-post-navigation__link{width:calc(50% - 0.5px);white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.elementor-post-navigation .elementor-post-navigation__separator-wrapper{text-align:center}.elementor-post-navigation .elementor-post-navigation__next{text-align:right}.elementor-post-navigation .elementor-post-navigation__next a{float:right}.site-main .elementor-widget-post-navigation,.site-main .elementor-widget-post-navigation [class*=navigation]{margin:0}.elementor-search-form{display:block;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.elementor-search-form button,.elementor-search-form input[type=search]{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:none;line-height:1;min-width:0;font-size:15px;-webkit-appearance:none;-moz-appearance:none}.elementor-search-form button:focus,.elementor-search-form input[type=search]:focus{outline:0;color:inherit}.elementor-search-form button{background-color:#818a91;font-size:16px;color:#fff;border-radius:0}.elementor-search-form__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;overflow:hidden;border:0 solid transparent;min-height:50px}.elementor-search-form__container:not(.elementor-search-form--full-screen){background:#eceeef}.elementor-search-form__input{-ms-flex-preferred-size:100%;flex-basis:100%;color:#55595c;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}.elementor-search-form__input::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input:-moz-placeholder,.elementor-search-form__input::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input::-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__submit{color:#fff;-webkit-transition:color .2s,background .2s;-o-transition:color .2s,background .2s;transition:color .2s,background .2s}.elementor-search-form--button-type-text .elementor-search-form__submit{-ms-flex-negative:0;flex-shrink:0}.elementor-search-form--skin-minimal .elementor-search-form__icon{opacity:.6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#55595c}.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input{font-size:50px;text-align:center;border-style:solid;border-width:0 0 1px;border-color:#fff;line-height:1.5;color:#fff}.elementor-search-form--skin-full_screen .elementor-search-form__toggle{display:inline-block;cursor:pointer;vertical-align:middle;color:#494c4f}.elementor-search-form--skin-full_screen .elementor-search-form__toggle i{position:relative;display:block;border:0 solid;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;width:33px;height:33px;background-color:rgba(0,0,0,.05);border-radius:3px}.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:.55em}.elementor-search-form--skin-full_screen .elementor-search-form__container{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;z-index:9998;top:0;left:0;right:0;bottom:0;height:100vh;padding:0 15%;background-color:rgba(0,0,0,.8)}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen){overflow:hidden;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button{display:none}.elementor-author-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-author-box__avatar{-ms-flex-negative:0;flex-shrink:0;margin-right:25px}.elementor-author-box__avatar img{width:100px;border-radius:500px;-o-object-fit:cover;object-fit:cover}.elementor-author-box__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:17px}.elementor-author-box__name{font-size:24px;margin-bottom:5px}.elementor-author-box__bio,.elementor-author-box__bio p{margin-bottom:.8em}.elementor-author-box__bio p:last-of-type{margin-bottom:0}.elementor-author-box--layout-image-left .elementor-author-box{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-author-box--layout-image-left .elementor-author-box__avatar{margin-left:0;margin-right:25px}.elementor-author-box--layout-image-right .elementor-author-box{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-author-box--layout-image-right .elementor-author-box__avatar{margin-right:0;margin-left:25px}.elementor-author-box--layout-image-above .elementor-author-box{display:block}.elementor-author-box--layout-image-above .elementor-author-box__avatar{margin:0 auto 15px;display:inline-block}.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar{margin-left:0}.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar{margin-right:0}.elementor-author-box--align-left .elementor-author-box{text-align:left}.elementor-author-box--align-right .elementor-author-box{text-align:right}.elementor-author-box--align-center .elementor-author-box{text-align:center}.elementor-button.elementor-author-box__button{border:2px solid #55595c;font-size:15px;font-weight:100;padding:10px 18px}.elementor-button.elementor-author-box__button,.elementor-button.elementor-author-box__button:hover{background:transparent;color:#55595c}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar,.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{-ms-flex-item-align:start;align-self:flex-start}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar{-ms-flex-item-align:center;align-self:center}.elementor-post-info__terms-list{display:inline-block}.elementor-post-info .elementor-icon-list-icon .elementor-avatar{border-radius:100%}.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{display:inline-block}.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a,.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span{display:inline}.elementor-widget-breadcrumbs{font-size:.85em}.elementor-widget-breadcrumbs p{margin-bottom:0}.elementor-sitemap-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.elementor-sticky--active{z-index:99}[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,[data-elementor-type=popup]:not(.elementor-edit-mode){display:none}.elementor-popup-modal{display:-webkit-box;display:-ms-flexbox;display:flex;pointer-events:none;background-color:transparent;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;top:20px;right:20px;opacity:1;z-index:9999;pointer-events:all}.elementor-popup-modal .dialog-widget-content{width:auto;overflow:visible;max-width:100%;max-height:100%;border-radius:0;-webkit-box-shadow:none;box-shadow:none;pointer-events:all}.elementor-popup-modal .dialog-message{width:640px;max-width:100vw;max-height:100vh;padding:0;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-popup-modal .elementor{width:100%}.elementor-motion-effects-element,.elementor-motion-effects-layer{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(0,.33,.07,1.03);-o-transition-timing-function:cubic-bezier(0,.33,.07,1.03);transition-timing-function:cubic-bezier(0,.33,.07,1.03);-webkit-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s}.elementor-motion-effects-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.elementor-motion-effects-layer{position:absolute;top:0;left:0;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover}.elementor-motion-effects-perspective{-webkit-perspective:1200px;perspective:1200px}.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:0 solid}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__image{-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-gallery-item__overlay{-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__description,.elementor-gallery-item__title{color:#fff;width:100%}.elementor-gallery-item__title{font-weight:700}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse,.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand{display:none}.elementor-widget-table-of-contents .elementor-widget-container{min-height:var(--box-min-height);border:var(--box-border-width,1px) solid var(--box-border-color,#a4afb7);border-radius:var(--box-border-radius,3px);background-color:var(--box-background-color);-webkit-transition:min-height .4s;-o-transition:min-height .4s;transition:min-height .4s;overflow:hidden}.elementor-toc__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:var(--box-padding,20px);color:var(--header-color);background-color:var(--header-background-color);border-bottom:var(--separator-width,1px) solid var(--box-border-color,#a4afb7)}.elementor-toc__header-title{font-size:18px;margin:0}.elementor-toc__toggle-button{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.elementor-toc__toggle-button i{color:var(--toggle-button-color)}.elementor-toc__toggle-button svg{height:1em;width:1em}.elementor-toc__spinner-container{text-align:center}.elementor-toc__spinner{font-size:2em}.elementor-toc__body{padding:var(--box-padding,20px)}.elementor-toc__list-wrapper{list-style:none;padding:0}.elementor-toc__list-item{margin-bottom:.5em}.elementor-toc__list-item.elementor-item-active{font-weight:700}.elementor-toc__list-item .elementor-toc__list-wrapper{margin-top:.5em;margin-left:var(--nested-list-indent,1em)}.elementor-toc__list-item-text{color:var(--item-text-color)}.elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}.elementor-toc__list-item-text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-toc__list-item-text-wrapper:before,.elementor-toc__list-item-text-wrapper i{margin-right:8px;color:var(--marker-color)}.elementor-toc__list-item-text-wrapper i{font-size:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper:before{font-size:var(--marker-size,1em)}.elementor-toc--content-ellipsis .elementor-toc__list-item-text{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.elementor-toc__list-items--collapsible>.elementor-toc__list-wrapper>.elementor-toc__list-item>.elementor-toc__list-wrapper{display:none}.elementor-toc__heading-anchor{position:absolute}a.elementor-toc__list-item-text{-webkit-text-decoration:var(--item-text-decoration);text-decoration:var(--item-text-decoration)}ol.elementor-toc__list-wrapper{counter-reset:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item{counter-increment:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before{content:counters(item,".") ". "}@media only screen and (max-width:1024px){.elementor-toc--minimized-on-tablet .elementor-toc__body{display:none}}@media only screen and (max-width:767px){.elementor-toc--minimized-on-mobile .elementor-toc__body{display:none}}.elementor-widget-heading .elementor-heading-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-image .widget-image-caption{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-text-editor{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#6ec1e4;}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-button .elementor-button{font-family:"Roboto", Sans-serif;font-weight:500;background-color:#61ce70;}.elementor-widget-divider{--divider-border-color:#54595f;}.elementor-widget-divider .elementor-divider__text{color:#54595f;font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:#54595f;}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:#54595f;border-color:#54595f;}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:#54595f;}.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:#6ec1e4;}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:#6ec1e4;}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:#6ec1e4;}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:#6ec1e4;color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-star-rating .elementor-star-rating__title{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-image-carousel .elementor-image-carousel-caption{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:#7a7a7a;}.elementor-widget-icon-list .elementor-icon-list-icon i{color:#6ec1e4;}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:#6ec1e4;}.elementor-widget-icon-list .elementor-icon-list-text{color:#54595f;}.elementor-widget-icon-list .elementor-icon-list-item{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-counter .elementor-counter-number-wrapper{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-counter .elementor-counter-title{color:#54595f;font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:#6ec1e4;}.elementor-widget-progress .elementor-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-testimonial .elementor-testimonial-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-testimonial .elementor-testimonial-name{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-testimonial .elementor-testimonial-job{color:#54595f;font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:#6ec1e4;}.elementor-widget-tabs .elementor-tab-title.elementor-active a{color:#61ce70;}.elementor-widget-tabs .elementor-tab-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-tabs .elementor-tab-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:#6ec1e4;}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:#61ce70;}.elementor-widget-accordion .elementor-accordion .elementor-tab-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-accordion .elementor-accordion .elementor-tab-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-toggle .elementor-tab-title a, .elementor-widget-toggle .elementor-toggle-icon{color:#6ec1e4;}.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{color:#61ce70;}.elementor-widget-toggle .elementor-toggle .elementor-tab-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-toggle .elementor-toggle .elementor-tab-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-alert .elementor-alert-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-alert .elementor-alert-description{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-theme-site-logo .widget-image-caption{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-theme-site-title .elementor-heading-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-theme-page-title .elementor-heading-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-theme-post-title .elementor-heading-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-theme-post-excerpt .elementor-widget-container{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-theme-post-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-theme-archive-title .elementor-heading-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{color:#54595f;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-archive-posts .elementor-post__meta-data{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-archive-posts .elementor-post__excerpt p{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-archive-posts .elementor-post__read-more{color:#61ce70;font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge{background-color:#61ce70;font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-archive-posts .elementor-pagination{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-archive-posts .elementor-posts-nothing-found{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:#54595f;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-posts .elementor-post__meta-data{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-posts .elementor-post__excerpt p{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-posts .elementor-post__read-more{color:#61ce70;font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:#61ce70;font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-posts .elementor-pagination{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-portfolio a .elementor-portfolio-item__overlay{background-color:#61ce70;}.elementor-widget-portfolio .elementor-portfolio-item__title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-portfolio .elementor-portfolio__filter{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active{color:#6ec1e4;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-gallery .elementor-gallery-item__description{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-gallery a.elementor-item{color:#6ec1e4;}.elementor-widget-gallery .elementor-gallery-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-gallery a.elementor-item:hover,
.elementor-widget-gallery a.elementor-item.elementor-item-active,
.elementor-widget-gallery a.elementor-item.highlighted,
.elementor-widget-gallery a.elementor-item:focus{color:#54595f;}.elementor-widget-gallery .elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before,
.elementor-widget-gallery .elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after{background-color:#61ce70;}.elementor-widget-gallery .e--pointer-framed .elementor-item:before,
.elementor-widget-gallery .e--pointer-framed .elementor-item:after{border-color:#61ce70;}.elementor-widget-gallery a.elementor-item.elementor-item-active{color:#54595f;}.elementor-widget-gallery .elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,
.elementor-widget-gallery .elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after{background-color:#61ce70;}.elementor-widget-gallery .e--pointer-framed .elementor-item.elementor-item-active:before,
.elementor-widget-gallery .e--pointer-framed .elementor-item.elementor-item-active:after{border-color:#61ce70;}.elementor-widget-form .elementor-field-group > label, .elementor-widget-form .elementor-field-subgroup label{color:#7a7a7a;}.elementor-widget-form .elementor-field-group > label{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-form .elementor-field-type-html{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-form .elementor-field-group .elementor-field{color:#7a7a7a;}.elementor-widget-form .elementor-field-group .elementor-field, .elementor-widget-form .elementor-field-subgroup label{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-form .elementor-button{background-color:#61ce70;font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-form .elementor-message{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-login .elementor-field-group > a{color:#7a7a7a;}.elementor-widget-login .elementor-field-group > a:hover{color:#61ce70;}.elementor-widget-login .elementor-form-fields-wrapper label{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-login .elementor-field-group .elementor-field{color:#7a7a7a;}.elementor-widget-login .elementor-field-group .elementor-field, .elementor-widget-login .elementor-field-subgroup label{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-login .elementor-button{font-family:"Roboto", Sans-serif;font-weight:500;background-color:#61ce70;}.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-slides .elementor-slide-heading{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-slides .elementor-slide-description{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-slides .elementor-slide-button{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:#7a7a7a;}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:#61ce70;}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#61ce70;}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:#61ce70;}.elementor-widget-nav-menu .elementor-nav-menu--dropdown{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:#61ce70;}.elementor-widget-animated-headline .elementor-headline-plain-text{color:#54595f;}.elementor-widget-animated-headline .elementor-headline{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-animated-headline .elementor-headline-dynamic-text{color:#54595f;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-price-list .elementor-price-list-header{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-price-list .elementor-price-list-description{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-price-list .elementor-price-list-separator{border-bottom-color:#54595f;}.elementor-widget-price-table .elementor-price-table__header{background-color:#54595f;}.elementor-widget-price-table .elementor-price-table__heading{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-price-table .elementor-price-table__subheading{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-price-table .elementor-price-table__price{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-price-table .elementor-price-table__original-price{color:#54595f;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-price-table .elementor-price-table__period{color:#54595f;font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-price-table .elementor-price-table__features-list{color:#7a7a7a;}.elementor-widget-price-table .elementor-price-table__features-list li{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-price-table .elementor-price-table__features-list li:before{border-top-color:#7a7a7a;}.elementor-widget-price-table .elementor-price-table__button{font-family:"Roboto", Sans-serif;font-weight:500;background-color:#61ce70;}.elementor-widget-price-table .elementor-price-table__additional_info{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-price-table .elementor-price-table__ribbon-inner{background-color:#61ce70;font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-flip-box .elementor-flip-box__button{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-call-to-action .elementor-cta__title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-call-to-action .elementor-cta__description{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-call-to-action .elementor-cta__button{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-call-to-action .elementor-ribbon-inner{background-color:#61ce70;font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-testimonial-carousel .elementor-testimonial__text{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-testimonial-carousel .elementor-testimonial__name{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-testimonial-carousel .elementor-testimonial__title{color:#6ec1e4;font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-reviews .elementor-testimonial__header, .elementor-widget-reviews .elementor-testimonial__name{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-reviews .elementor-testimonial__text{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-table-of-contents{--header-color:#54595f;--item-text-color:#7a7a7a;--item-text-hover-color:#61ce70;--marker-color:#7a7a7a;}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-countdown .elementor-countdown-item{background-color:#6ec1e4;}.elementor-widget-countdown .elementor-countdown-digits{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-countdown .elementor-countdown-label{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-countdown .elementor-countdown-expire--message{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-search-form input[type="search"].elementor-search-form__input{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-search-form .elementor-search-form__input,
.elementor-widget-search-form .elementor-search-form__icon,
.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,
.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-widget-search-form.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:#7a7a7a;}.elementor-widget-search-form .elementor-search-form__submit{font-family:"Roboto", Sans-serif;font-weight:400;background-color:#54595f;}.elementor-widget-author-box .elementor-author-box__name{color:#54595f;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-author-box .elementor-author-box__bio{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-author-box .elementor-author-box__button{color:#54595f;border-color:#54595f;font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-author-box .elementor-author-box__button:hover{border-color:#54595f;color:#54595f;}.elementor-widget-post-navigation span.post-navigation__prev--label{color:#7a7a7a;}.elementor-widget-post-navigation span.post-navigation__next--label{color:#7a7a7a;}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:#54595f;font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:#7a7a7a;}.elementor-widget-post-info .elementor-icon-list-icon i{color:#6ec1e4;}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:#6ec1e4;}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:#54595f;}.elementor-widget-post-info .elementor-icon-list-item{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-sitemap .elementor-sitemap-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-sitemap .elementor-sitemap-item, .elementor-widget-sitemap span.elementor-sitemap-list, .elementor-widget-sitemap .elementor-sitemap-item a{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-sitemap .elementor-sitemap-item{color:#7a7a7a;}.elementor-widget-blockquote .elementor-blockquote__content{color:#7a7a7a;}.elementor-widget-blockquote .elementor-blockquote__author{color:#54595f;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#6ec1e4;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#6ec1e4;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:#6ec1e4;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:#6ec1e4;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:#6ec1e4;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:#6ec1e4;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#6ec1e4;}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#6ec1e4;}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .price{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .price ins{color:#6ec1e4;}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:#6ec1e4;}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .price del{color:#6ec1e4;}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:#6ec1e4;}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .price del {font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .button{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-woocommerce-archive-products.elementor-wc-products .added_to_cart{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-woocommerce-archive-products .elementor-products-nothing-found{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#6ec1e4;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#6ec1e4;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:#6ec1e4;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:#6ec1e4;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:#6ec1e4;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:#6ec1e4;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#6ec1e4;}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#6ec1e4;}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .price{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .price ins{color:#6ec1e4;}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .price ins .amount{color:#6ec1e4;}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .price del{color:#6ec1e4;}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .price del .amount{color:#6ec1e4;}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .price del {font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .button{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-wc-products.elementor-wc-products .added_to_cart{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-wc-add-to-cart .elementor-button{font-family:"Roboto", Sans-serif;font-weight:500;background-color:#61ce70;}.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle .elementor-button{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name, .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-product-title .elementor-heading-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-product-meta .product_meta .detail-container:not(:last-child):after{border-color:#7a7a7a;}.elementor-widget-woocommerce-product-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#6ec1e4;}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#6ec1e4;}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price ins{color:#6ec1e4;}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price ins .amount{color:#6ec1e4;}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price del{color:#6ec1e4;}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price del .amount{color:#6ec1e4;}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price del {font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .button{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-woocommerce-product-related.elementor-wc-products .added_to_cart{font-family:"Roboto", Sans-serif;font-weight:500;}.woocommerce .elementor-widget-woocommerce-product-related.elementor-wc-products .products > h2{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#6ec1e4;}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#6ec1e4;}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .price{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .price ins{color:#6ec1e4;}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .price ins .amount{color:#6ec1e4;}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .price del{color:#6ec1e4;}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .price del .amount{color:#6ec1e4;}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .price del {font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .button{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-woocommerce-product-upsell.elementor-wc-products .added_to_cart{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-woocommerce-product-upsell.elementor-wc-products .products > h2{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}