@media (min-width:991px){
     .mr-15{
         margin-right:15px !important;
    }
}
 .iti{
     width: 100%;
}
 #custom-button {
     padding: 8px 15px;
     color: #000;
     background-color: #efefef;
     border: 1px solid #e8ebf3;
     border-radius: 5px;
     cursor: pointer;
}
 input[type="radio" i]{
     position:relative;
     top:1px;
}
 #todolist{
     margin-top:15px;
}
 .progress-bar{
     background-color: #72a7fe;
}
 p span.red{
     color:#ff286f;
}
 /* .vh48{
     height:48vh;
} */
 .v-cen{
     position: relative;
     top: 50%;
     transform: translateY(-50%) 
}
 .product-filter-social-icons a{
     width: 2.5em;
     height: 2.5em;
     line-height: 2.4em;
     border-radius: 50%;
     font-size: 1em;
     display: inline-block;
     vertical-align: middle;
}
 .product-filter-social-icons a:hover{
     color:#fff;
}
 .p-rel{
     position:relative;
}
 .remove-field{
     background:none;
     border:none;
     font-size:20px;
     color:#dc3545;
     position:absolute;
     right:6%;
     cursor:pointer;
     top:53%;
     transform:translateY(-50%);
}
 .add-field{
     background:none;
     border:none;
     font-size:20px;
     color:#28a745;
     position:absolute;
     right:10%;
     cursor:pointer;
     top:55%;
     transform:translateY(-50%);
}
 .remove-field-one{
     background:none;
     border:none;
     font-size:20px;
     color:#dc3545;
     position:absolute;
     right:6%;
     cursor:pointer;
     top:-2px;
}
 .add-field-one{
     background:none;
     border:none;
     font-size:20px;
     color:#28a745;
     position:absolute;
     right:10%;
     cursor:pointer;
     top:0;
}
 .remove-field-two{
     background:none;
     border:none;
     font-size:20px;
     color:#dc3545;
     position:absolute;
     right:6%;
     cursor:pointer;
     top:-2px;
}
 .add-field-two{
     background:none;
     border:none;
     font-size:20px;
     color:#28a745;
     position:absolute;
     right:10%;
     cursor:pointer;
     top:0;
}
 @media (max-width:767px){
     .remove-field{
         position:absolute;
         right:10px;
         top:-2px;
         transform:translateY(0%);
    }
     .add-field{
         position:absolute;
         right:35px;
         top:0px;
         transform:translateY(0%);
    }
     .remove-field-one{
         position:absolute;
         right:10px;
         top:-2px;
    }
     .add-field-one{
         position:absolute;
         right:35px;
         top:0;
    }
     .remove-field-two{
         position:absolute;
         right:10px;
         top:-2px;
    }
     .add-field-two{
         position:absolute;
         right:35px;
         top:0;
    }
     .mb20{
         margin-bottom:20px;
    }
}
 .pd50{
     padding:50px 0px;
}
 h1.h1a{
     font-size:36px;
}
 .circle{
     /* background: #fff; */
     height: 150px;
     width: 150px;
     border-radius: 50%;
     padding: 40px;
     position: relative;
     left: 50%;
     transform: translateX(-50%);
     box-shadow:0px 0px 5px #f1f1f1;
}
 .bggreen{
     background:#00cd09;
}
 .pd25{
     padding:25px;
}
 .white{
     color:#fff;
}
 .bgblue{
     background:#0275b4;
}
 .img-hgt img{
     height:75px;
}
/* a:hover{
     color:#000 !important;
}
 */
 @media(min-width:768px){
     .t-center{
         text-align:center;
    }
}
 .blue{
     color:#0275b4 !important;
}
 .black{
     color:#000;
}
 .green{
     color:#00cd09;
}
 .post-job-a a:hover{
     color:#00cd09;
}
 .look-job-a a, .post-job-a a:hover{
     color:#000;
}
/***************************** Listing *****************************/
/* Job List */
 .job-list {
	 box-shadow: 0 12px 24px 0 rgba(13,13,13,.06);
    border-radius: 8px;
     padding: 24px 20px;
     background: #ffffff;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     border-bottom: 1px solid #eeeeee;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     height: 100%;
}
 .job-list:hover {
     -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
     box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
     position: relative;
     z-index: 9;
}
 .job-list:hover a.job-list-favourite {
     color: #00cd0a;
     -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
     box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
}
 .job-list .job-list-logo {
     margin-right: 20px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 80px;
     flex: 0 0 80px;
    /*  border: 1px solid #eeeeee;*/
     height: 60px;
     width: 60px; 
     text-align: center;
     /* padding: 10px; */
}
 .job-list .job-list-logo img {
     height: 100%;
	 object-fit: contain;
}
 .job-list-title {
     margin-bottom: 5px;
}
 .job-list .job-list-details {
     overflow: hidden;
}
 .job-list .job-list-details h5 {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .job-list-details ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-bottom: 0px;
}
 .job-list-details ul li {
     margin: 5px 10px 5px 0px;
     font-size: 13px;
}
 .job-list-details ul li.freelance a {
     color: #53b427;
}
 .job-list-details ul li.temporary a {
     color: #e74c3c;
}
 .job-list-details ul li.full-time a {
     color: #186fc9;
}
 .job-list-details ul li.part-time a {
     color: #ffc107;
}
 .job-list .job-list-favourite-time {
	margin-left: auto;
	text-align: center;
	font-size: 13px;
	-webkit-box-flex: 0;
	/* -ms-flex: 0 0 90px;
	flex: 0 0 90px; */
}
 .job-list-favourite-time .job-list-favourite {
     display: inline-block;
     position: relative;
     height: 40px;
     width: 40px;
     line-height: 40px;
     border: 1px solid #eeeeee;
     border-radius: 100%;
     text-align: center;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     margin-bottom: 20px;
     font-size: 16px;
     color: #969696;
}
 .job-list-favourite-time .job-list-favourite:hover {
     background: #ffffff;
     color: #e74c3c;
}
 .job-list-favourite-time span {
     display: block;
     margin: 0 auto;
}
.user-dashboard-info-box  .job-list{
	padding:14px 20px;
	margin-bottom:8px;
	height: auto;
}
.similar-jobs-item 
/* job-list hovering */
 .job-list.hovering {
     -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
     box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
     position: relative;
     z-index: 9;
}
 .job-list.hovering .job-list-favourite-time .job-list-favourite {
     background: #ffffff;
     color: #e74c3c;
     -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
     box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
}
/* job Grid */
 .job-list.job-grid {
     padding-top: 40px;
     padding-bottom: 0px;
     border: 1px solid #eeeeee;
     border-radius: 3px;
     display: block;
     margin-bottom: 24px;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     height: auto;
}
 .job-list.job-grid .job-list-logo {
     text-align: center;
     margin: 0 auto 30px;
     border: 0;
     width: 80px;
     height: 80px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 80px;
     flex: 0 0 80px;
}
 .job-list.job-grid .job-list-details {
     text-align: center;
}
 .job-list.job-grid ul {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .job-list.job-grid .job-list-details ul li {
     margin-bottom: 10px;
}
 .job-list.job-grid .job-list-favourite-time {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     border-top: 1px solid #eeeeee;
     margin-top: 10px;
     padding: 10px 0;
}
 .job-list.job-grid .job-list-favourite-time a {
     margin-bottom: 0;
     margin-left: auto;
}
 .job-list.job-grid .job-list-favourite-time span {
     display: inline-block;
     margin: 0;
     -ms-flex-item-align: center;
     align-self: center;
}
 .job-shortby .form-inline label {
     font-weight: 500;
     color: #001935;
}
 .job-shortby .select2-container--default .select2-selection--single {
     border-width: 2px;
}
/* Employer */
 .employers-list {
     padding: 30px 20px;
     background: #ffffff;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     border-bottom: 1px solid #eeeeee;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     transition: all 0.3s ease-in-out;
}
 .employers-list:hover {
     -webkit-box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
     box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
     position: relative;
     z-index: 99;
}
 .employers-list .employers-list-logo {
     margin-right: 25px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 80px;
     flex: 0 0 80px;
     border: 1px solid #eeeeee;
     width: 80px;
     height: 80px;
     padding: 10px;
     text-align: center;
}
 .employers-list .employers-list-logo img {
     height: 100%;
}
 .employers-list-title {
     margin-bottom: 5px;
}
 .employers-list-details {
     -ms-flex-item-align: center;
     align-self: center;
}
 .employers-list-details ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-bottom: 0px;
}
 .employers-list-details ul li {
     margin: 5px 10px 5px 0px;
     font-size: 13px;
}
 .employers-list-details ul li:last-child {
     margin-right: 0;
}
 .employers-list .employers-list-position {
     margin-left: auto;
     -ms-flex-item-align: center;
     align-self: center;
}
 .employers-list-position .btn-dark:hover {
     background: #00cd0a;
     border-color: #00cd0a;
}
/* Employer Grid */
 .employers-grid {
     padding: 30px 20px;
     border-radius: 0px;
     display: block;
     border: 1px solid #eeeeee;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .employers-grid:hover {
     -webkit-box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
     box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
     position: relative;
     z-index: 99;
}
 .bg-light .employers-grid {
     background: #ffffff;
}
 .employers-grid .employers-list-position {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     border-top: 0;
     padding-top: 15px;
     margin: 0;
     text-align: center;
}
 .employers-grid .employers-list-position a {
     margin: 0 auto;
}
 .employers-grid .employers-list-logo {
     text-align: center;
     margin: 0 auto 10px;
     width: 80px;
     height: 80px;
     padding: 10px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 80px;
     flex: 0 0 80px;
}
 .employers-grid .employers-list-details {
     text-align: center;
}
 .employers-grid .employers-list-details ul {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .employers-grid .employers-list-details ul li {
     margin-bottom: 10px;
}
/* user-dashboard-info-box */
 .user-dashboard-info-box .candidates-list .thumb {
     width: 80px;
     overflow: hidden;
     border-radius: 50%;
     margin-right: 20px;
}
 .user-dashboard-info-box .title {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 30px 0;
}
 .user-dashboard-info-box .candidates-list td {
     vertical-align: middle;
}
 .user-dashboard-info-box td li {
     margin: 0 4px;
}
 .user-dashboard-info-box .table thead th {
     border-bottom: none;
}
 .table.manage-candidates-top th {
     border: 0;
}
 .user-dashboard-info-box .candidate-list-favourite-time .candidate-list-favourite {
     margin-bottom: 10px;
}
 .table.manage-candidates-top {
     min-width: 650px;
}
 .user-dashboard-info-box .candidate-list-details ul {
     color: #969696;
}
/* Candidate List */
 .candidate-list {
     padding: 30px 20px;
     background: #ffffff;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     border-bottom: 1px solid #eeeeee;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .candidate-list:hover {
     -webkit-box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
     box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
     position: relative;
     z-index: 99;
}
 .candidate-list:hover a.candidate-list-favourite {
     color: #e74c3c;
     -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
     box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
}
 .candidate-list .candidate-list-image {
     margin-right: 25px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 80px;
     flex: 0 0 80px;
     border-radius: 100%;
     border: none;
}
 .candidate-list .candidate-list-image img {
     border-radius: 100%;
     margin: 0 auto;
     width: auto;
}
 .candidate-list-title {
     margin-bottom: 5px;
}
 .candidate-list-details ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-bottom: 0px;
}
 .candidate-list-details ul li {
     margin: 5px 10px 5px 0px;
     font-size: 13px;
}
 .candidate-list .candidate-list-favourite-time {
     margin-left: auto;
     text-align: center;
     font-size: 13px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 90px;
     flex: 0 0 90px;
}
 .candidate-list .candidate-list-favourite-time span {
     display: block;
     margin: 0 auto;
}
 .candidate-list .candidate-list-favourite-time .candidate-list-favourite {
     display: inline-block;
     position: relative;
     height: 40px;
     width: 40px;
     line-height: 40px;
     border: 1px solid #eeeeee;
     border-radius: 100%;
     text-align: center;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     margin-bottom: 20px;
     font-size: 16px;
     color: #969696;
}
 .candidate-list .candidate-list-favourite-time .candidate-list-favourite:hover {
     background: #ffffff;
     color: #e74c3c;
}
 .candidate-banner .candidate-list:hover {
     position: inherit;
     -webkit-box-shadow: inherit;
     box-shadow: inherit;
     z-index: inherit;
}
/* Candidate Grid */
 .candidate-list.candidate-grid {
     padding-top: 40px;
     padding-bottom: 0px;
     border: 1px solid #eeeeee;
     border-radius: 3px;
     display: block;
}
 .candidate-grid .candidate-list-image {
     margin-bottom: 30px;
     text-align: center;
     margin-right: 0px;
}
 .candidate-grid .candidate-list-details {
     text-align: center;
}
 .candidate-grid .candidate-list-details ul {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .candidate-grid .candidate-list-details ul li {
     margin-bottom: 10px;
}
 .candidate-grid .candidate-list-favourite-time {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     border-top: 1px solid #eeeeee;
     margin-top: 10px;
     padding: 10px 0;
}
 .candidate-grid .candidate-list-favourite-time a {
     margin-bottom: 0;
     margin-left: auto;
}
 .candidate-grid .candidate-list-favourite-time span {
     display: inline-block;
     margin: 0;
     -ms-flex-item-align: center;
     align-self: center;
}
 .candidate-list.candidate-grid .candidate-list-favourite-time .candidate-list-favourite {
     margin-bottom: 0px;
}
/* Jobber Candidate */
 .jobber-candidate-timeline {
     position: relative;
}
 .jobber-candidate-timeline:before {
     content: '';
     position: absolute;
     left: 20px;
     width: 2px;
     top: 5px;
     bottom: 5px;
     height: calc(100% - 5px);
     background-color: #eeeeee;
}
 .jobber-candidate-timeline .jobber-timeline-item {
     display: table;
     position: relative;
     margin-bottom: 20px;
     width: 100%;
}
 .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle {
     border-radius: 50%;
     border: 12px solid white;
     z-index: 1;
     top: 5px;
     left: 9px;
     position: absolute;
}
 .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
     content: '';
     position: absolute;
     left: 12px;
     width: 20px;
     top: -1px;
     bottom: 5px;
     height: 2px;
     background-color: #eeeeee;
}
 .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle > i {
     font-size: 15px;
     top: -8px;
     left: -7px;
     position: absolute;
     color: #00cd0a;
}
 .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
     display: table-cell;
     vertical-align: top;
     padding: 5px 0 0 70px;
}
 .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info h6 {
     color: #00cd0a;
     margin: 5px 0 0px;
}
 .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info span {
     color: #001935;
     font-size: 13px;
     font-weight: 500;
}
 .jobber-candidate-timeline span.jobber-timeline-time {
     color: #969696 !important;
}
 .jobber-candidate-timeline .jobber-timeline-icon {
     border: 2px solid #eeeeee;
     width: 42px;
     height: 42px;
     border-radius: 50%;
     line-height: 42px;
     text-align: center;
     background: #ffffff;
     position: relative;
     margin-bottom: 20px;
}
 .jobber-candidate-timeline .jobber-timeline-icon i {
     font-size: 16px;
     color: #001935;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow {
     /* top: 16px; */
}
/*****************************
  Sidebar
*****************************/
.sidebar .widget {
  padding-bottom: 10px; }
  .sidebar .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

.sidebar hr {
  margin-bottom: 30px;
  margin-top: 0; }

.sidebar .search {
  position: relative; }
  .sidebar .search i {
    position: absolute;
    color: #00cd0a;
    cursor: pointer;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .sidebar .search .form-control {
    font-weight: 400;
    padding-right: 40px;
    height: 50px;
    padding-left: 15px; }

.sidebar .locations {
  position: relative; }
  .sidebar .locations i {
    position: absolute;
    color: #00cd0a;
    cursor: pointer;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .sidebar .locations .form-control {
    font-weight: 400;
    padding-right: 40px;
    height: 50px;
    padding-left: 15px; }

/* Widget */
.widget .widget-title {
  margin-bottom: 20px; }
  .widget .widget-title h6 {
    margin-bottom: 0; }
  .widget .widget-title a {
    color: #001935; }

.widget .widget-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0; }
#company_details .card{
	margin-bottom: 12px;
}
.similar-jobs-item.widget-box{
	padding:0px !important;
}
/* similar-jobs-item */
.similar-jobs-item .job-list {
	border-bottom: 0;
	padding: 8px 6px;
	margin-bottom: 6px; }
  .similar-jobs-item .job-list:last-child {
    margin-bottom: 0; }
  .similar-jobs-item .job-list:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

/* checkbox */
.widget .widget-content {
  margin-top: 10px; }
  .widget .widget-content .custom-checkbox {
    margin-bottom: 8px; }
    .widget .widget-content .custom-checkbox:last-child {
      margin-bottom: 0px; }

.widget .custom-checkbox.fulltime-job .custom-control-label:before {
  background-color: #186fc9;
  border: 2px solid #186fc9; }

.widget .custom-checkbox.fulltime-job .custom-control-input:checked ~ .custom-control-label:before {
  background: #186fc9;
  border-color: #186fc9; }

.widget .custom-checkbox.parttime-job .custom-control-label:before {
  background-color: #ffc107;
  border: 2px solid #ffc107; }

.widget .custom-checkbox.parttime-job .custom-control-input:checked ~ .custom-control-label:before {
  background: #ffc107;
  border-color: #ffc107; }

.widget .custom-checkbox.freelance-job .custom-control-label:before {
  background-color: #53b427;
  border: 2px solid #53b427; }

.widget .custom-checkbox.freelance-job .custom-control-input:checked ~ .custom-control-label:before {
  background: #53b427;
  border-color: #53b427; }

.widget .custom-checkbox.temporary-job .custom-control-label:before {
  background-color: #e74c3c;
  border: 2px solid #e74c3c; }

.widget .custom-checkbox.temporary-job .custom-control-input:checked ~ .custom-control-label:before {
  background: #e74c3c;
  border-color: #e74c3c; }

.widget ul {
  margin: 0; }
  .widget ul li a:hover {
    color: #00cd0a; }

.widget .company-detail-meta ul {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .widget .company-detail-meta ul li {
    margin-right: 15px;
    display: inline-block; }
    .widget .company-detail-meta ul li a {
      color: #969696;
      font-weight: 600;
      font-size: 12px; }

.widget .company-detail-meta .share-box li {
  margin-right: 0;
  display: inline-block;
  float: left; }

.widget .company-detail-meta ul li.linkedin a {
  padding: 15px 20px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  display: inline-block; }
  .widget .company-detail-meta ul li.linkedin a i {
    color: #06cdff; }

.widget .company-address ul li {
  margin-bottom: 10px; }
  .widget .company-address ul li:last-child {
    margin-bottom: 0; }
  .widget .company-address ul li a {
    color: #969696; }

.widget .widget-box {
  border: 2px solid #eeeeee;
  border-radius: 3px;
  padding: 20px 15px; }

.widget .similar-jobs-item .job-list.jobber-list {
  padding: 15px 10px;
  border: 0;
  margin-bottom: 10px; }

.widget .similar-jobs-item .job-list-details {
  -ms-flex-item-align: center;
      align-self: center; }

.widget .similar-jobs-item .job-list.jobber-list .job-list-company-name {
  color: #00cd0a; }

.widget .docs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eeeeee;
  padding: 30px;
  border-radius: 3px; }
  .widget .docs-content .docs-text {
    -ms-flex-item-align: center;
        align-self: center;
    color: #969696; }
  .widget .docs-content span {
    font-weight: 600; }
  .widget .docs-content .docs-icon {
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px; }

.widget .jobber-company-view ul li {
  margin-bottom: 20px; }
  .widget .jobber-company-view ul li:last-child {
    margin-bottom: 0; }
  .widget .jobber-company-view ul li span {
    color: #001935;
    -ms-flex-item-align: center;
        align-self: center;
    font-weight: 600; }


 @media (max-width: 575px) {
	.job-list {
	 display: inline-block;
	 text-align: center;
	 width: 100%;
	 border-bottom: 0;
	 padding: 20px 15px;
	}
	.job-list .job-list-logo {
	 margin: 0 0 25px 0;
	 display: inline-block;
	}
	.job-list .job-list-details {
	 text-align: center;
	 padding-bottom: 20px;
	 /* border-bottom: 1px solid #eeeeee; */
	 /* margin-bottom: 20px; */
	}
	.similar-jobs-item.widget-box {
	 padding-top: 30px;
	}
	.similar-jobs-item .job-list .job-list-details {
	 border-bottom: 0;
	 padding-bottom: 0;
	}
	.job-list.job-grid .job-list-details {
	 border-bottom: 0;
	}
	.job-list .job-list-details .job-list-title {
	 margin-bottom: 10px;
	}
	.job-list ul, .job-list.job-list-company ul {
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	}
	.job-list .job-list-favourite-time {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	}
	.job-list .job-list-favourite-time span {
	 display: inline-block;
	 margin: 0;
	 -ms-flex-item-align: center;
	 align-self: center;
	}
	.job-list .job-list-favourite-time a {
	 margin-bottom: 0;
	 margin-left: auto;
	}
	.job-list.job-list-company .job-list-favourite-time a {
	 margin: 0 auto;
	}
	.employers-grid .employers-list-details {
	 padding-bottom: 0px;
	 margin-bottom: 0px;
	}
	/* candidate-list */
	.candidate-list {
	 display: inline-block;
	 text-align: center;
	 border-bottom: 0;
	 width: 100%;
	 padding: 20px 20px;
	}
	.candidate-list .candidate-list-image {
	 margin: 0 0 25px 0;
	 display: inline-block;
	}
	.candidate-list.candidate-grid .candidate-list-image {
	 margin-bottom: 30px;
	 margin-right: 0px;
	}
	.candidate-list .candidate-list-details {
	 text-align: center;
	 padding-bottom: 15px;
	 border-bottom: 1px solid #eeeeee;
	 margin-bottom: 20px;
	}
	.candidate-list.candidate-grid .candidate-list-details {
	 border-bottom: 0;
	 padding-bottom: 0px;
	 margin-bottom: 0px;
	}
	.candidate-list .candidate-list-details .candidate-list-title {
	 margin-bottom: 10px;
	}
	.candidate-list ul {
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	}
	.candidate-list .candidate-list-favourite-time {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	}
	.candidate-list .candidate-list-favourite-time a {
	 margin-bottom: 0;
	 margin-left: auto;
	}
	.candidate-list .candidate-list-favourite-time span {
	 display: inline-block;
	 margin: 0;
	 -ms-flex-item-align: center;
	 align-self: center;
	}
	.candidate-list .candidate-list-favourite-time .candidate-list-favourite {
	 margin-bottom: 0;
	}
	/* candidate-detail */
	.candidate-banner {
	 padding: 60px 0;
	}
	.candidate-banner .candidate-list {
	 padding: 0;
	 border-bottom: inherit;
	}
	.candidate-banner .candidate-list:hover {
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 border-bottom: inherit;
	}
	/*secondary-menu */
	.secondary-menu {
	 margin-bottom: 48px;
	}
	.secondary-menu ul {
	 padding: 0px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 margin: 0;
	}
	.secondary-menu ul li {
	 list-style: none;
	 padding-right: 10px;
	}
	.secondary-menu ul li a {
	 display: block;
	 color: #969696;
	 font-weight: 600;
	 text-transform: capitalize;
	 padding: 1px 15px;
	 border-radius: 3px;
	}
	.secondary-menu ul li a:hover, .secondary-menu ul li a.active {
	 color: #ffffff;
	 background: #00cd0a;
	}
	/*jobber timeline */
	.jobber-candidate-detail .jobber-candidate-timeline {
	 position: relative;
	}
	.jobber-candidate-detail .jobber-candidate-timeline:before {
	 content: '';
	 position: absolute;
	 left: 20px;
	 width: 2px;
	 top: 5px;
	 bottom: 5px;
	 height: calc(100% - 5px);
	 background-color: #eeeeee;
	}
	.jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item {
	 display: table;
	 position: relative;
	 margin-bottom: 20px;
	}
	.jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
	 content: '';
	 position: absolute;
	 left: 12px;
	 width: 20px;
	 top: -1px;
	 bottom: 5px;
	 height: 2px;
	 background-color: #eeeeee;
	}
	.jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle {
	 border-radius: 50%;
	 border: 12px solid white;
	 z-index: 1;
	 top: 5px;
	 left: 9px;
	 position: absolute;
	}
	.jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle > i {
	 font-size: 15px;
	 top: -8px;
	 left: -7px;
	 position: absolute;
	 color: #00cd0a;
	}
	.jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
	 display: table-cell;
	 vertical-align: top;
	 padding: 5px 0 0 70px;
	}
	.jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info h6 {
	 color: #00cd0a;
	 margin: 5px 0 0px;
	}
	.jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info span {
	 color: #001935;
	 font-size: 13px;
	 font-weight: 500;
	}
	.jobber-candidate-detail .jobber-candidate-timeline span.jobber-timeline-time {
	 color: #969696 !important;
	}
	.jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-icon i {
	 font-size: 16px;
	 color: #001935;
	}
	.jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-icon {
	 border: 2px solid #eeeeee;
	 width: 42px;
	 height: 42px;
	 border-radius: 50%;
	 line-height: 42px;
	 text-align: center;
	 background: #ffffff;
	 position: relative;
	 margin-bottom: 20px;
	}
	/* sidebar */
  .sidebar .widget {
    padding-bottom: 20px; }
  .sidebar hr {
    margin-bottom: 20px; }
  .widget .company-detail-meta ul li {
    margin-right: 8px; }
  .widget .company-detail-meta ul li.linkedin a {
    padding: 10px 10px; }
}
.job-list-option a{
    outline: medium none !important;
    color: #339933;
}
.job-list-title a{
    outline: medium none !important;
    color: ##032946;
}
.dtl-img img{
	height:30px;
	width:30px;
	margin-top:5px;
}
.widget-img img{
	height:30px;
	width:auto;
}
.job-list-title h5 a:hover{
	color:#0275b4 !important;
}
.job-list-option a:hover{
	color:#0275b4 !important;
}
.part-time {
    color:  #9900ff !important;
}
.full-time {
    color: #0275b4 !important;
}
.temporary {
    color: #e74c3c !important;
}
.bootstrap-select > .dropdown-toggle::after {    
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
    right: 10px;
}
.footer-main a, .footer-main p {
    color: #fff;
}
.footer-main a:hover{
	color: #00cd09;
}
footer .border-bottom {
    border-bottom: 1px solid rgba(167, 180, 201, 0.6) !important;
}
.card-options.employers-details img{
	height:25px;
}
.usertab-list li span i{
	width:20px;
}
.ofc-detail{
	border: 1px solid #e8ebf3 !important;
	padding:15px;
}
.freelance {
    color: #53b427;
}
.pt7{
	padding-top:7px;
}
.ofc-detail p i{
	width:15px;
}
.usertab-list li span i{
	background:none;
}
.usertab-list.mb-0.mb_0 li{
	margin-bottom:0.5rem;
}
.feat-jobs #feature-carousel .item .item-card7-img .item-card7-imgs img{
	height:80px;
	width:auto;
	border:1px solid #eee;
	padding:10px;
	position:relative;
	left:50%;
	transform:translateX(-50%);
}
.feat-jobs #feature-carousel .item .item-card7-img .item-card7-imgs:before{
	background:#fff; 
	z-index:0;
}
.feat-jobs .item .card{
	border:none;
}
.item-card7-text ul li{
	margin-bottom:5px;
}
.item-card7-img:before{
	background:none;
}
.ng-box {
    box-shadow: 0 12px 24px 0 rgba(13,13,13,.06);
}
#company-logo img{
	border:1px solid #e6e6e6;
	margin-bottom:20px;
	box-shadow: 0 12px 24px 0 rgba(13,13,13,.06);
}

/* ---------------------------------- */
/* Single Page Header
------------------------------------- */
.single-page-header {
	/* margin-bottom: 35px; */
	padding: 30px 0;
	position: relative;
}
.single-page-header .container {
	z-index: 100;
	position: relative;
}
.single-page-header:after, .single-page-header:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 15;
	opacity:0.7;
	background:#0c1017;
}
.single-page-header:after {
	z-index: 5;
	background-color: #f7f7f7;
}
.mb-60{
	margin-bottom:60px;
}
.single-page-header .background-image-container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.single-page-header .utf-single-page-header-inner-aera {
	display: flex;
}
.single-page-header .utf-left-side, .single-page-header .utf-right-side {
	flex: 1;
	display: flex;
	align-items: center;
}
.single-page-header .utf-left-side {
	padding-right: 30px;
}
.single-page-header .utf-right-side {
	max-width: 32%;
}
a.apply-now-button{
	background-color: #00cd0a;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    padding: 12px 20px;
    margin-top: 0px;
    box-shadow: 0 2px 8px rgba(102,103,107,0.15);
    transition: 0.3s;
    display: block;
}
a.apply-now-button {
	box-shadow: 0 2px 8px rgba(255, 138, 0,0.15);
}
span.button, button.button, input[type="button"], input[type="submit"], a.button {
	box-shadow: 0 4px 12px rgba(255, 138, 0,0.15);
}
.margin-top-20 {
    margin-top: 20px !important;
}
.save-job-btn {
    background: #0069d9 !important;
    display: block !important;
    padding: 13px 20px !important;
    text-align: center;
    font-size: 16px !important;
}
a.button {
    background-color: #0069d9;
    top: 0;
    padding: 10px 20px;
    line-height: 24px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}
a.apply-now-button:hover,  a.save-job-btn:hover {
	background:#424242;
	box-shadow: 0 2px 8px rgba(48, 48, 48, 0.35);
}

@media only screen and (min-width: 768px) and (max-width: 991px){
.single-page-header .utf-right-side {
    max-width: 35%;
}
}
@media only screen and (min-width: 1100px) and (max-width: 1239px){
#navigation ul a{
	padding:7px;
}	
.utf-header-widget-item{
	padding:0 15px;
}
}
 @media (min-width: 1365px) {
.single-page-header .utf-right-side {
	max-width: 30%;
}
}
.single-page-header .utf-header-image a {
	display: flex;
	width:100%;
	height: 100%;
}
.single-page-header .utf-header-image {
	width:140px;
	height: 140px;
	flex: 0 0 140px;
	margin-right: 35px;
	background:#fff;
	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0,0,0,0.1);
	display: flex;
	padding: 0;
	overflow:hidden;
}
.single-page-header.dash{
	padding: 20px 0 40px;
}
.ngb-box{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.single-page-header .utf-header-image {
	max-width: 140px;
}
}
.single-page-header.freelancer-header .utf-header-image {
	background: #fff;
	border-radius: 50%;
	box-shadow: none;
	display: flex;
	padding: 0;
	overflow: hidden;
	height: 130px;
	flex: 0 0 130px;
	width: 130px;
}
.single-page-header .utf-header-image img {
	/* width:100%;
	height:100%; 
	align-self: center;
	transform: translate3d(0, 0, 0); */
	object-fit: fill;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
}
@media all and (-ms-high-contrast:none) {
.single-page-header .utf-header-image img {
	width: 100%;
}
}
.single-page-header .utf-header-details {
	flex: 1;
}
.single-page-header .utf-header-details h3 {
	color: #ffffff;
	font-size: 26px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 3px;
	line-height: 30px;
	position: relative;
	padding-right: 0;
	display: block;
}
.single-page-header .utf-header-details h3 .utf-verified-badge{
	transform: scale(0.90) translate(0, 0);
	font-weight: 500;
	top: 2px;
}
.single-page-header .utf-header-details h3 .utf-verified-badge::before {
    top: -3px;
}
.single-page-header .utf-header-details h3 span {
	color:#e8e8e8;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
	margin-left: 4px;
}
.single-page-header .utf-header-details h4 {
	font-size: 16px;
	font-weight: 600;
	color: #eaeaea;
	display:block;
	margin:4px 0;
	border-radius: 4px;
	box-shadow:none;	
}
.single-page-header .utf-header-details h4 i{
	margin-right: 4px;
	color: #00cd0a;
	font-size: 16px;
	top: 1px;	
	position:relative;
}
.single-page-header .utf-header-details h5 {
	font-size: 14px;
	font-weight: 600;
	color: #626262;
	background: #ffffff;
	display: inline-block;
	margin:4px 0;
	padding: 2px 8px;
	border-radius: 4px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.08);	
}
.single-page-header .utf-header-details h5 i{
	margin-right: 3px;
	color: #f42929;
	font-size: 16px;
	/* margin-top: 4px; */
	float: left;
}
.single-page-header .utf-header-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 24px;
	margin-bottom: -7px;
}
.single-page-header .utf-header-details li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	color:#e3e3e3;
}
.single-page-header .utf-header-details li:last-child {
	margin-right: 0;
}
.single-page-header .utf-header-details li a {
	color: #e3e3e3;
}
.single-page-header .utf-header-details li a:hover {
	color: #38b653 !important;
}
.single-page-header .utf-header-details li i {
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 2px;
}
.single-page-header .utf-header-details li .utf-verified-badge {
	transform: scale(0.85);
	position: relative;
	top: 2px;
}
.single-page-header .utf-header-details .verified-txt {
	color: #299840;
}
.single-page-header .utf-header-details .utf-star-rating {
	position: relative;
	top: 11px;
	background: #ffffff;
	font-size: 14px;
	font-weight: 600;
	margin:0 0 0 8px;
	padding: 2px 8px;
	border-radius: 4px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.08);
}
.single-page-header .utf-header-details .utf-verified-badge-with-title{
	display:block;
}
.single-page-header .utf-header-details .utf-star-rating::before{
	top:3px;
}
.single-page-header .utf-header-details img.flag {
	height: 16px;
	border-radius: 2px;
	position: relative;
	top: -1px;
	display: inline-block;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin-left: 5px;
	cursor: default
}
.single-page-header .salary-box {
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.08);
	background-color: #fff;
	display: inline-block;
	padding: 20px;
	margin-left: auto;
}
.salary-box .salary-amount {
	color: #333;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
}
.utf-header-image a{
	background:#fff;
}
@media (max-width: 1366px) {
.single-page-header.freelancer-header .utf-header-image {
	height: 130px;
	flex: 0 0 130px;
	width: 130px;
}
}
 @media (max-width: 1240px) {
.single-page-header .utf-header-details h3 {
	font-size: 26px;
}
.single-page-header {
	padding: 55px 0;
}
.salary-box .salary-amount {
	font-size: 26px;
	line-height: 32px;
}
.single-page-header .utf-header-image {
	height: 120px;
	flex: 0 0 120px;
}
.single-page-header.freelancer-header .utf-header-image {
	height: 120px;
	flex: 0 0 120px;
	width: 120px;
}
}
@media (max-width: 991px) {
.single-page-header .utf-left-side {
	padding-right: 0;
}
.single-page-header .utf-header-details h3 {
	font-size: 24px;
}
.single-page-header {
	padding: 35px 0;
}
.single-page-header .salary-amount {
	font-size:28px;
	line-height:30px;
}
.single-page-header .salary-box {
	margin-top: 15px;
	margin-bottom: 15px;
}
.salary-box .salary-type {
	font-weight: 600;
	color: #333;
}
.single-page-header .utf-header-image {
	margin-right:25px
}
.single-page-header.freelancer-header .utf-header-image {
	height: 70px;
	flex: 0 0 70px;
	width: 70px;
	margin-bottom: -70px;
}
.single-page-header.freelancer-header .utf-header-details h3 {
	margin-left: 90px;
}
.m-mt-20{
	margin-top:20px;
}
.m-mt-25{
	margin-top:25px;
}
}
@media (max-width: 767px) {
.single-page-header.freelancer-header .utf-header-image {
	height: 70px;
	flex: 0 0 70px;
	width: 70px;
	margin-bottom: -70px;
}
.single-page-header.freelancer-header .utf-header-details h3 {
	margin-left: 90px;
}
}
@media (max-width: 767px){
.single-page-header .utf-single-page-header-inner-aera {
	display: flex;
	flex-direction: column;
}
.single-page-header .utf-left-side, .single-page-header .utf-right-side, .utf-single-page-header-inner-aera {
	display: flex;	
}
.single-page-header .utf-left-side, .single-page-header .utf-right-side, .utf-single-page-header-inner-aera {
	display: block;
	max-width: 100%;
}
.single-page-header .utf-header-image {
	height: 120px;
	width: 120px;
	display: block;
	float: left;
	margin-right: 25px;
} 
.single-page-header .salary-box {
	display:block;
	text-align: center;
}
.utf-single-page-header-inner-aera .utf-header-details{
	float:left;
	width: 100%;
	text-align:center;
}
.single-page-header .utf-header-image {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
    text-align: center;
}
}

.box-sec{
	background: #fff;
    padding: 35px 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(13,13,13,.06);
}

.bggreen-linear{
    background: linear-gradient(#073,#0fa);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.bgblue-linear{
	background: linear-gradient(#01527e,#81d2fe);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
@media(min-width:768px){
.pb-100{
	padding-top:30px !important;
	padding-bottom:70px !important;
}
}

.card.share{
	border-bottom:none;
	border-right:none;
	border-left:none;
}
.pd-25{
	padding:15px;
}
.bnone{
	border:none;
}
#sticky{
	height:700px;
	overflow-y:scroll;
}
#sticky, #r-sticky{
	margin-top:0px;
}
.filter-category{
	/* height:800px; 
	overflow-y:scroll;*/
}

@media (max-width:991px){
#sticky{
	position:relative !important;
	top:0px !important;
	width:100% !important;
	height:100%;
}
#r-sticky{
	position:relative !important;
	top:25px !important;
	width:100% !important;
}
}

.t-left{
    text-align: left !important;
}
.filter-category::-webkit-scrollbar{
    display: none;
}
.filter-category{
	-ms-overflow-style: none;
	scrollbar-width: none;
}

@media(max-width:467px){
.showmore-button1{
	display:none;
}
.emp-list .card-body.pb-2.hide-details{
	height:100% !important;
}
}

.job-card .card{
	box-shadow: 0 1px 6px 1px rgba(69,65,78,0.1);
	border-radius:0px;
}

.job-card .form-control{
	/* box-shadow: 0 12px 24px 0 rgba(13,13,13,.06); */
	/* box-shadow: 0px 0px 5px 1px #d9d9d9; */
	/* border:none; */
	background:#e9ecef;
	/* border-radius:0px; */
}
.bg-light-gray{
	background:#f0f0fa;
}
.mtb-60{
	padding-top:30px;
	padding-bottom:60px;
}
/* category home 02 */
.category-style-02 span{
	font-size:12px;
}
.category-style-02 ul li {
  margin-bottom: 15px; }
  .category-style-02 ul li:last-child {
    margin-bottom: 0px; }
  .category-style-02 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.category-style-02 ul li .category-title {
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.category-style-02 ul li:hover .category-title {
  color: #00cd0a; }

.category-style-02 ul li .category-count {
  background: #f6f6f6;
  padding: 4px 0px;
  border-radius: 3px;
  color: #969696;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 65px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 65px;
          flex: 0 65px; }

.category-style-02 ul li:hover a .category-count {
  background: #00cd0a;
  color: #ffffff; }


/*****************************
  Dashboard
*****************************/
.user-dashboard-sidebar .jobber-user-info {
  border: 2px solid #eeeeee;
  padding: 20px;
  text-align: center; }

.jobber-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .jobber-user-info .profile-avatar {
    position: relative;
    height: 115px;
    width: 115px;
    border-radius: 100%; }
    .jobber-user-info .profile-avatar img {
      border-radius: 100%; }
    .jobber-user-info .profile-avatar i {
      font-size: 16px;
      color: #00cd0a;
      position: absolute;
      background: #ffffff;
      border-radius: 100%;
      cursor: pointer;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      bottom: 20px;
      right: -5px; }

.upload-file .custom-file {
  width: 160px;
  height: 35px;
  margin-bottom: 20px;
  margin-top: 10px; }
  .upload-file .custom-file .custom-file-label {
    background: #00cd0a;
    padding: 0;
    color: #ffffff;
    height: 35px;
    font-weight: 400;
    line-height: 35px;
    text-align: center; }
    .upload-file .custom-file .custom-file-label:after {
      display: none; }

.custom-file .custom-file-input {
  height: 35px; }
/* secondary menu */
.secondary-menu {
  padding: 10px;
  padding-bottom: 0px;
  border: 2px solid #eeeeee;
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 48px;
  margin-top: -25px; }

.secondary-menu ul {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  justify-content: space-around;
  }
  .secondary-menu ul li {
    list-style: none;
    padding-right: 9px;
    padding-bottom: 10px; }
    .secondary-menu ul li a {
      display: block;      
      font-weight: 500;
      text-transform: capitalize;
      padding: 1px 15px;
      border-radius: 3px; }
      .secondary-menu ul li a:hover {
        color: #ffffff;
        background: #00cd0a; }
    .secondary-menu ul li a.active {
      color: #ffffff;
      background: #00cd0a; }
/* user dashboard nav */
.user-dashboard-nav {
  border: 2px solid #eeeeee;
  padding: 2px;
  margin-top: 30px; }
  .user-dashboard-nav ul li {
    margin-bottom: 2px;
    background: #00cd0a; }
    .user-dashboard-nav ul li:last-child {
      margin-bottom: 0px; }
    .user-dashboard-nav ul li a {
      color: #001935;
      padding: 15px 20px;
      background: #f6f6f6;
      display: block; }
      .user-dashboard-nav ul li a:hover {
        color: #00cd0a; }
  .user-dashboard-nav ul li.active a {
    color: #00cd0a; }

/* user dashboard info box */

.jobber-user-info .profile-avatar{
	width: 140px;
	height: 140px;
	flex: 0 0 140px;
	margin-right: 35px;
	background: #0c1017;
	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0,0,0,0.1);
	display: flex;
	padding: 0;
	overflow: hidden;
}
.jobber-user-info .profile-avatar a {
    width: 100%;
    height: 100%;
	background:#fff;
}
.jobber-user-info .profile-avatar img {
    width: 100%;
    height: auto;
	object-fit: cover;
	align-self: center;
	transform: translate3d(0, 0, 0);
}
.x1 {
  width: 160px;
  height: 160px;
  position: relative;
  border-radius: 50%;
  border: 10px solid #fff;
  margin: 30px;
  background: #fff;
}
.x1 img {
  content: '';
  position: absolute;
  top: 40%;
  left: 1%;
 
  background: #3d3 url(http://placehold.it/200x200/fa0/?text=this_is_an_image) center center no-repeat;
  background-size: 100% 100%;
}


.user-dashboard-info-box  .candidates-list .title{
	padding:12px 0px !important;
}

.user-dashboard-info-box {
  border: 2px solid #eeeeee;
  background:#fff;
  padding: 20px;
  margin-bottom: 30px; }
.user-dashboard-info-box .location-map iframe{
	width:100% !important;
	border:0 !important;
	height:270px !important;
}
.cover-photo-contact .cover-photo {
  position: relative; }
  .cover-photo-contact .cover-photo i {
    top: -10px;
    right: -10px;
    font-size: 24px;
    color: #00cd0a;
    position: absolute;
    background: #ffffff;
    border-radius: 100%;
    cursor: pointer; }

.user-dashboard-info-box .search {
  position: relative; }
  .user-dashboard-info-box .search i {
    position: absolute;
    right: 0;
    top: 0;
    background: #00cd0a;
    color: #ffffff;
    padding: 18px 20px;
    cursor: pointer;
    border-radius: 0 3px 3px 0px; }
  .user-dashboard-info-box .search input {
    padding-right: 65px;
    border-radius: 3px;
    height: 50px; }

.user-dashboard-table th p {
  color: #969696; }

.user-dashboard-table tr td {
  color: #969696;
  vertical-align: middle; }

.user-dashboard-table td li {
  margin: 0 4px; }
  .user-dashboard-table td li a.text-info {
    color: #186fc9; }
  .user-dashboard-table td li a:hover {
    color: #00cd0a; }
  .user-dashboard-table td li a.text-primary:hover {
    color: #001935 !important; }

.user-dashboard-info-box .pricing-plan.active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

/* dashboard */
.user-dashboard-info-box .feature-info.bg-primary .feature-info-icon {
  border: none;
  background: #ffa133;
  color: #ffffff; }

.user-dashboard-info-box .feature-info.bg-dark .feature-info-icon {
  background: #002349;
  border: none; }

.user-dashboard-info-box .feature-info.bg-light .feature-info-icon {
  background: #ffffff;
  border: none; }

/* candidates-user */
.candidates-feature-info.bg-success{
	background-color:#00cd0a !important;
}
.candidates-user-info .candidates-skills {
  padding: 15px; }
  .candidates-user-info .candidates-skills .btn {
    padding: 12px 20px; }

.candidates-profile-info .progress {
  height: 2px;
  bottom: 15px;
  margin: 0px; }
  .candidates-profile-info .progress .progress-bar {
    height: 2px; }

.candidates-profile-info .progress ~ .profile-avatar {
  margin-top: 15px; }

.user-dashboard-sidebar .progress .progress-bar-number {
  position: absolute;
  right: 10%;
  color: #969696;
  top: 10px; }

.candidates-skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* candidates-feature-info */
.candidates-feature-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .candidates-feature-info .candidates-info-icon {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px; }
    .candidates-feature-info .candidates-info-icon i {
      font-size: 24px; }
  .candidates-feature-info .candidates-info-content .candidates-info-title {
    margin-bottom: 0; }
  .candidates-feature-info .candidates-info-count {
    margin-left: auto;
    text-align: center;
    font-size: 24px;
    padding: 25px 0px;
    border-left: 1px solid white;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px; }

/* dashboard my resume */
.user-dashboard-info-circle {
  border: 2px solid #eeeeee;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-top: 10px; }
  .user-dashboard-info-circle i {
    color: #001935; }

.user-dashboard-info-box .user-dashboard-minus i {
  background: #001935;
  padding: 4px 8px;
  border-radius: 3px;
  color: #ffffff; }

.user-dashboard-info-box .dashboard-timeline-info {
  position: relative; }

.user-dashboard-info-box .dashboard-timeline-edit {
  position: absolute;
  right: 0;
  top: 0; }
/*****************************
    Pricing 
*****************************/
.pricing-plan {
  border: 1px solid #f6f6f6;
  position: relative;
  margin: 20px 0;
  padding-bottom: 25px; }

.pricing-plan.active {
  z-index: 2;
  top: 0;
  padding: 20px 0px 50px;
  border-radius: 3px;
  margin: 0 0px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04) !important; }

.pricing-price {
  border-bottom: 1px solid #f6f6f6;
  padding: 20px 25px; }
  .pricing-price sup {
    top: -20px;
    font-size: 16px;
    left: -5px; }
  .pricing-price strong {
    color: #001935;
    font-size: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 50px;
    font-weight: 500; }

.pricing-list li {
  border-bottom: 1px solid #f6f6f6;
  padding: 15px; }
  .pricing-list li:nth-child(even) {
    background: #f6f6f6; }

.pricing-plan:hover .btn {
  background: #001935;
  color: #ffffff;
  border-color: #001935; }

.pricing-plan.active .btn {
  background: #ff8a00;
  color: #ffffff;
  border-color: #ff8a00; }

.pricing-plan:hover .pricing-price strong {
  color: #ff8a00; }

.pricing-plan.active .pricing-price strong {
  color: #ff8a00; }

/* pricing-plan-02 */
.pricing-plan-02 .pricing-price {
  border-bottom: 0; }
  .pricing-plan-02 .pricing-price span {
    color: #001935;
    font-size: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 50px;
    display: inline-block;
    margin-bottom: 20px; }

.pricing-plan-02.free .pricing-price {
  background: #f6f6f6; }

.pricing-plan-02.free .btn {
  background: #f6f6f6;
  color: #001935;
  border-color: #f6f6f6; }

.pricing-plan-02.sponsor .pricing-price {
  background: #ff8a00; }
  .pricing-plan-02.sponsor .pricing-price span {
    color: #ffffff; }
  .pricing-plan-02.sponsor .pricing-price .pricing-title {
    color: #ffffff; }

.pricing-plan-02.sponsor .btn {
  background: #ff8a00;
  color: #ffffff;
  border-color: #ff8a00; }

.pricing-plan-02.premium .pricing-price {
  background: #001935; }
  .pricing-plan-02.premium .pricing-price span {
    color: #ffffff; }
  .pricing-plan-02.premium .pricing-price .pricing-title {
    color: #ffffff; }

.pricing-plan-02.premium .btn {
  background: #001935;
  color: #ffffff;
  border-color: #001935; }

.pricing-plan-02.active {
  padding-top: 0; }

.pricing-plan-02:hover .pricing-price {
  background: #ff8a00; }

.pricing-plan-02.active .pricing-price {
  padding-top: 45px;
  background: #ff8a00; }

.pricing-plan-02:hover .pricing-price .pricing-title {
  color: #ffffff; }

.pricing-plan-02:hover .pricing-price span {
  color: #ffffff; }

.pricing-plan-02.active .pricing-price .pricing-title {
  color: #ffffff; }

.pricing-plan-02.active .pricing-price span {
  color: #ffffff; }

.pricing-plan-02 .pricing-list {
  padding: 0px 20px; }
  .pricing-plan-02 .pricing-list li:nth-child(even) {
    background: inherit; }
  .pricing-plan-02 .pricing-list li:last-child {
    border-bottom: 0; }

.pricing-plan-02.premium:hover .btn {
  background: #ff8a00 !important;
  color: #ffffff !important;
  border-color: #ff8a00 !important; }

.pricing-plan-02.free:hover .btn {
  background: #ff8a00 !important;
  color: #ffffff !important;
  border-color: #ff8a00 !important; }

.pricing-plan-02.active .btn {
  background: #ff8a00 !important;
  color: #ffffff !important;
  border-color: #ff8a00 !important; }
  .pricing-plan a{
	  margin-top:20px;
  }
/* My Resume */
.profile {
  margin-bottom: 25px; }
  .profile .jobber-user-info {
    display: inline-block;
    text-align: center;
    width: 100%; }
    .profile .jobber-user-info .profile-avatar {
      position: relative;
      height: 115px;
      width: 115px;
      border-radius: 100%;
      display: inline-block; }
      .profile .jobber-user-info .profile-avatar img {
        border-radius: 100%; }
      .profile .jobber-user-info .profile-avatar i {
        font-size: 16px;
        color: #00cd0a;
        position: absolute;
        background: #ffffff;
        border-radius: 100%;
        cursor: pointer;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        bottom: 20px;
        right: -5px; }

.about-candidate {
  padding: 25px 0px; }
  .about-candidate .candidate-info {
    margin-bottom: 20px; }

.resume-experience {
  padding-left: 20px; }
  @media (max-width: 1199px){
	    /* secondary-menu */
  .secondary-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } 
  }
  
  @media (max-width: 575px) {
	  /*secondary-menu */
  .secondary-menu {
    margin-bottom: 48px; }
  .secondary-menu ul {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .secondary-menu ul li {
    list-style: none;
    padding-right: 10px; }
  .secondary-menu ul li a {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 1px 15px;
    border-radius: 3px; }
  .secondary-menu ul li a:hover,
  .secondary-menu ul li a.active {
    color: #ffffff;
    background: #00cd0a; }
  }

.bg-light-blue{
	background:#0275b4;
}
.nav-tabs.nav-tabs-03 li:after {
    position: relative;
    content: "";
    border: none !important;
    left: 50%;
    top: 32%;
    width: 100%;
}
.nav-tabs.nav-tabs-03 .feature-info-icon{
	margin:5px 15px !important;
}
.nav-tabs.nav-tabs-03 .nav-item.active span{
	color:#00cd09 !important;
}
.nav-tabs .nav-item i{
	width:auto !important;
	margin-right:0px !important;
}
.nav-tabs.nav-tabs-03 .nav-item.active .feature-info-icon {
    background: #00cd09 !important;
    color: #ffffff !important;
    border-color: #00cd09 !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.19), 0 2px 6px rgba(0,0,0,0.23);
}
.nav-tabs.nav-tabs-03 .nav-item span{
	color:#fff !important;
}
.nav-tabs.nav-tabs-03 .nav-item .feature-info-icon{
	box-shadow: 0 2px 6px rgba(0,0,0,0.19), 0 2px 6px rgba(0,0,0,0.23);
}

@media(max-width:767px){
	.mb_sm_3{
		margin-bottom:15px;
	}
}

/* ------------------------------------------------------------------------
	Vertical Tab Design Css 
--------------------------------------------------------------------------- */
.vertical-tab{
    display: table;
	width:100%;
}
/* .vertical-tab .nav-tabs{
    display: table-cell;
    width: 25%;
    min-width: 25%;
    vertical-align: top; 
    border: none;
    position: relative;
	background: #fff;
	box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.2);
	padding:10px;
} */
.vertical-tab .nav-tabs{
    display: inline-block;
    width:100%;
    vertical-align: top; 
    border: none;
    position: relative;
	background: #fff;
	box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.2);
	padding:10px;
	height:500px;
	overflow-y:scroll;
	margin-left:1px;
}
.vertical-tab .nav-tabs li{
    float: none;
    /* vertical-align: top; */
    position: relative;
	padding:10px;
}
.vertical-tab .nav-tabs li a.active{
	color:#0275b4;
}
.vertical-tab .nav-tabs li a{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    border-radius: 0;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li p{
	font-size:11px;
}
.vertical-tab .tab-content{
    color: #252525;
    background: #fff;
    /* padding: 10px 17px 10px; */
    margin-top: 0px;
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.2);
    position: relative;
	margin-left:10px;
	padding:20px 15px 15px;
}
@media(max-width:767px){
.vertical-tab .tab-content{
    margin-top:25px;
	margin-left:0px;
	margin-bottom:25px;
}
}
.b-bottom{
	border-bottom:1px solid #d9d9d9;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.vertical-tab .nav-tabs::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.vertical-tab .nav-tabs {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

@media only screen and (max-width: 479px){
    .vertical-tab{
        padding: 0;
        margin: 0;
    }
    .vertical-tab .nav-tabs{
        width: 100%;
        border: none;
        display: block;
        margin: 0 0 10px;
    }
    .vertical-tab .nav-tabs li a{ margin: 0; }
    .vertical-tab .tab-content{
        margin-top: 0;
        display: block;
		margin-left:0px;
    }
}

.horizontal-tab .tab-content{
	box-shadow:none;
	margin-left:0px;
}
.horizontal-tab .nav-pills .nav-link{
	padding:8px 13px;
	background:#0275b4;
	margin-right:15px;
	color:#fff;
}
.horizontal-tab .nav-pills .nav-link.active{
	padding:8px 13px;
	background:#00cd0a;
	margin-right:15px;
	color:#fff;
	box-shadow: 0px 0px 5px 1px #999999;
}
.add-more, .delete{
	cursor:pointer;
}
.utf-header-details .progress{
	box-shadow:none;
}


/* CHECK BOX CSS */
ul.ks-cboxtags {
    list-style: none;
    padding: 0px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 0px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
	outline:none;
}
ul.ks-cboxtags li label {
    padding: 4px 11px;
    cursor: pointer;
}
ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    padding:0px;
    content: "\f128";
    transition: transform .3s ease-in-out;
}
ul.ks-cboxtags li label.tick::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    padding:0px;
    content: "\f00c";
    transition: transform .3s ease-in-out;
}
ul.ks-cboxtags li label.cross::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    padding: 0px;
    content: "\f00d ";
    transition: transform .3s ease-in-out;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label.cross::before {
    content: "\f00d";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label.tick::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f128";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label.tick {
    border: 1px solid #5cb85c;
    background-color: #5cb85c;
    color: #fff;
    transition: all .2s;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label.cross {
    border: 1px solid #d9534f;
    background-color: #d9534f;
    color: #fff;
    transition: all .2s;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff;
    transition: all .2s;
}
ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	right:0;
}
#tab1 .table td, #tab2 .table td, #tab3 .table td, #tab4 .table td, #tab5 .table td, #tab6 .table td{
	vertical-align: middle;
}

.notes{
	box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.2);
}
.notes-header{
	background:#f9f9f9;
	padding: 20px 15px;
}
.notes-body{
	background:#fff;
	padding:20px 15px;
}
.text-blue{
	color:#1668f8;
}
@media(min-width:768px) and (max-width:991px){
.md-mt-25{
	margin-top:25px;
}
}
.border-btm{
	border:none;
	border-bottom:1px solid rgba(139, 139, 139, .3);
	border-radius:0px;
}
.pl3{
	padding-left:3px;
}
.s-color select{
	color:blue !important;
}


/* Update */

.bg-light-gray-color{
	background:#f9f8fc;
	border-left-width: 4px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px; 
    border-style: solid;
    border-image: linear-gradient(to top, #00cd09, #006600) 1 stretch;
}
.ban-circle{
	height: 125px;
    width: 125px;
    border-radius: 50%;
    padding: 24px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 5px #f1f1f1;
	background:#fff;
}
.ban-circle img{
	position: relative;
    left: 55%;
    transform: translateX(-50%);
}
.ban-circle.one{
	background:#f9f8fc;
	box-shadow: 0px 0px 5px #f9f8fc;
} 
.bg-banner-white{
	background:#fff;
	border-left-width: 4px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px; 
    border-style: solid;
    border-image: linear-gradient(to top, #0284ca, #014265) 1 stretch;
}
.btn-linear-green{
	background: linear-gradient(to right, #008441, #0af6a3) !important;
	color:#fff !important;
	padding:5px 40px;
	border-radius:10px;
	border:none;
}
.btn-linear-blue{
	background: linear-gradient(to right, #005480, #79c8f4) !important;
	color:#fff !important;
	padding:5px 40px;
	border-radius:10px;
	border:none;
}
.text-black{
	color: #032946;
}
.pd30{
	padding:30px 0px;
}
.image-upload > input
{
    display: none;
}
.image-upload img
{
    cursor: pointer;
}
.pd35{
	padding:35px 0px !important;
}
.service-card-svg svg {
    fill: #0279ba;
}
.service-card-svg svg {
    width: 45px;
    height: 45px;
    margin: 0 auto;
}
.btn-secondary {
    color: #fff;
    background-color: #00cd0a !important;
    border-color: #00cd0a !important;
}
/* .circle.ng-box svg {
    fill: #0279ba;
} */

@media (max-width: 991px){
	.footer-main {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.footer-main h6 {
		margin-top: 1rem;
	}
	.footer-main h6 {
		margin-bottom: 1rem;
	}
	footer.bg-dark .social {
		margin-top:15px;
		text-align: left;
	}
	.footer-main p {
		margin-bottom: 0px;
	}
	.footer-main a{
		line-height:1;
	}
}
.in-bg {
    background: #0a66c2;
    color: #fff;
}
.twitter-bg{
	background:#1da1f2;
}
.saved-job input[type=checkbox] { 
	position: absolute;
	display: none;
} 
.saved-job input[type=checkbox] + label:before {
  font-family: FontAwesome;
  color: #f6c752;
  font-size: 18px;
}
.saved-job input[type=checkbox] + label:before {
	content: "\f006 "; 
} 
.saved-job input[type=checkbox]:checked + label:before { 
	content: "\f005"; 
} 

@media(max-width:567px){
	.saved-job, .saved-job input, .saved-job label{
		position:absolute;
		top:5px;
	}
}

@media(min-width:768px){
	.image-upload label{
		position: relative;
		top:50%;
		transform: translateY(-50%); 
	}
}

.delete-edu, .delete-prof-skill, .delete-work-exp, .delete-awards{
	display:none;
}
.btn-add{
	color: #fff !important;
    background-color: #0275b4;
    border-color: #0275b4;
	padding:5px 15px;
}
.btn-remove{
	color: #fff !important;
    background-color: #c9302c;
    border-color: #c9302c;
	padding:8px 15px;
}

@media(max-width:768px){
	.single-page-header .utf-header-image img {
		height:120px; 
		width:120px;
		object-fit: fill;
	}
	.j-center{
		justify-content:center;
	}
}

/*Package and Plan*/
.card-pricing .shadow-sm{
	background : #0275b4 ;
}
.card-pricing.active .shadow-sm{
	background : #00cd0a ;
}
.card-pricing .card-body a{
	color: #00cd0a;
}
.card-pricing .card-body a:hover{
	color: #0275b4;
}
.card-pricing .bg-transparent h1{
	color : #ff8a00;
}
.card-pricing .bg-transparent sup{
	color : #3b6585;
	top: -20px;
	left: -5px;
}
.card-pricing.active {
    z-index: 1;
    border: 3px solid #00cd0a;
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #3b6585;
}
.card-body .rating i{
	color : #000;
}
.card-body .rating .checked{
	color : orange;
}
/*End Package and Plan*/

.cust-hr hr{
	margin-top:12px;
	margin-bottom:10px;
}
.bg-progress-blue{
	background: #0275b4!important;
}

.bg-light-white{
	background:#f6f7fb;
}
.institution .item-all-card {
	background: #fff;
    padding: 35px 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(13 13 13 / 6%);
}
.institution .item-all-card .text-body{
	color:#000 !important;
}
.institution .iteam-all-icon{
	margin-bottom:20px;
}
.feat-course .ng-box{
	border:1px solid #f2f2f2;
}
.feat-course .ng-box:hover{
	border:1px solid #e7e7e7;
}
/* .carousel-control-prev, .carousel-control-next{
	width:5%;
} */

.institution.p-ad .item-all-card {
	height: 85%;
}
#enquirenow .modal-header {
    background: #0275b4 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    padding: 10px 1rem;
}
#enquirenow .modal-dialog {
    margin: 1.75rem auto;
    width: 500px;
}
.job-list{
	position:relative;
	overflow:hidden;
}
.job-list .arrow-ribbon{
	font-size: 13px;
	background: #9933ff;
}
.job-list .arrow-ribbon:before{
	display:none;
}
.job-list .hot{
	color: #fff;
	padding: 2px 8px;
	position: absolute;
	z-index: 99;
	background: #ff1a1a;
	font-size: 13px;
}
@media(min-width:576px){
	.job-list .hot{
		top: -2px;
		right: -41px;
		transform: rotate(45deg);
		padding: 16px 42px 16px 28px;
		height: 38px;
	}
}
@media(max-width:575px){
	.job-list .arrow-ribbon{
		top: 10px;
		right: 0px;
		left:auto;
	}
	.job-list .hot {
		top: 40px;
		right: 0px;
	}
}