b {
	font-weight: bold !important;
}

.header .logo {
    width: 60px;
}
.ft-logo {
/*    width: 100px;*/
}

.radio_check .form-check-input:checked ~ label {
  color: #3cbf0a;
}
.radio_check .form-check-input ~ label {
  color: #41516f;
}
.hidediv {
  display: none;
}
.radio_boxes {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.first_radio{
    margin-right: 10px;
}
.form-group label {
    margin-bottom: 10px;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.form-group small {
    font-size: 12px;
}
.d-none{
    display: none;
}
.d-block{
    display: block;
}
/****** steper form **********/

#msform {
    width: 100%;
    /*margin: 50px auto;*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    /*margin: 0 10%;*/
    position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
/*#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px;
}*/
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px;
	margin: 10px 5px;
  text-decoration: none;
  font-size: 14px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    padding-left: 0px;
}
#progressbar li {
    list-style-type: none;
    color: #41516f;
    text-transform: uppercase;
    font-size: 9px;
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #dbdde6;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    text-align: center;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #dbdde6;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}

.candidate_reg_form {
    height: 900px;
}

.employer_register_form {
    height: 900px;
}


.dashbox {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 77 255 / 5%);
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #EAF1F5;
}

.dashbox::after {
    content: '';
    background: url(../images/arrow.png);
    background-size: 10px 13px;
    width: 10px;
    height: 14px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
    position: absolute;
    top: 21px;
    right: 26px;
}

.dashbox a:hover {
    text-decoration: none;
}

.dashboard_sec h2{
    margin-bottom: 20px;
}

ul.employerList li {
/*    border: 1px solid #EAF1F5;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 77 255 / 5%);
    margin: 0 10px;*/
    width: 150px;
    height: 150px;
    border-radius: 100%;
}
.jobloc{
    margin-bottom:  10px;
}

/***************************/


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #3a71ff;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}
.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

.zip_box {
    padding-left: 0px;
    padding-right: 0px;
}

.w-100 {
    width: 100% !important;
}
ul.jobslist.row .listbtn {
    margin-bottom: 10px;
}

ul.jobslist.row .listbtn a {
    background: #00a2ff;
    display: block;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 10px;
    text-align: center;
    width: auto;
}

ul.jobslist.row .listbtn a:hover {
    background: #333;
    text-decoration: none;
}


/********** table *****/

.paging-nav {
  text-align: right;
  padding-top: 2px;
}

.paging-nav a {
  margin: auto 1px;
  text-decoration: none;
  display: inline-block;
  padding: 1px 7px;
  background: #91b9e6;
  color: white;
  border-radius: 3px;
}

.paging-nav .selected-page {
  background: #187ed5;
  font-weight: bold;
}

.paging-nav,
#tableData {
  width: 900px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
.pass_box {
    position: relative;
}
.pass_box i {
    position: absolute;
    top: 15px;
    right: 10px;
}

li.city_lst a {
    margin-top: 0px;
    color: #333;
}
li.city_lst a:hover{
    text-decoration: none;
}
/***** pagination ***********/
#paging {
  padding: 0 20px 20px 20px;
  font-size: 13px;
  margin-top: 10px;
  text-align: right;
}
#paging a {
  color: #000;
  background: #e0e0e0;
  padding: 8px 12px;
  margin-right: 5px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
}
#paging a.aktif {
  background: #000 !important;
  color: #fff;
}
#paging a:hover {
  border: 1px solid #000;
}

.hidden {
  display: none;
}

.order input.button {
    background: #000;
    border-radius: 5px;
    padding: 12px 32px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #000;
}
.order input.button:hover {
    background: #00a2ff;
    border: 1px solid #00a2ff;
}

.postimg img.img-fluid {
    max-height: 100%;
}

.home_jobs li .col-md-7, .home_jobs li .col-md-9 {
    padding-right: 15px;
    padding-left: 15px;
}

.searchList li .jobimg {
    margin-right: 25px;
}

.job-header .jobinfo .companyinfo .companylogo img {
    width: 100%;
}

.badge-success {
    color: #fff !important;
    background-color: #28a745;
}

.badge-danger {
    color: #fff !important;
    background-color: #dc3545;
}

.postimg img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.postimg {
    width: 100%;
}

.course_logo {
    width: 150px !important;
}

.course_logo img {
    max-height: 100%;
}
.train_btn {
    padding-left: 0px;
}

.ft-logo img.img-fluid {
    width: 100%;
    max-height: 100%;
}

.cntct-form{
    text-align: left;
}

.related_course_title h4 a {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .header .logo img.img-fluid {
        max-height: 100%;
        width: 100%;
    }
    
    .searchList li .jobimg {
        margin-right: auto;
    }
    
    .titleTop .subtitle {
        font-size: 19px;
    }
    
    .videowraper p {
        font-size: 14px;
    }
    
    select.form-control.sel_course_amt {
        margin-bottom: 15px;
    }
    
    .training_sub_text h6 {
        font-size: 12px;
    }
}



/************* stripe ******************/
.pay {
    text-transform: uppercase;
    background: #F68B1E;
    border: 1px solid #F68B1E;
    cursor: pointer;
    color: #fff;
    padding: 15px 40px;
    margin-top: 20px;
    border-radius: 2px;
}
.pay:hover {
	  background: #f17e0a;
    border-color: #f17e0a;
}
/*.form-control {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    margin-bottom: 10px;

}*/
#stripe-payment-message{
  padding: 20px;
  border-radius: 5px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #842029;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
}
/*.btn-primary {
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(0, 103, 171);
  border: 0 !important;
  border-radius: 6px !important;
  padding: 10px;
  cursor: pointer;
}*/
.hidden{
    display:none;
}
/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}
.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #F68B1E;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #F68B1E;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
    min-width: initial;
  }
}
.loader {
  display: block;
  margin: 20px;
  border: 14px solid #f3f3f3;
  border-radius: 50%;
  border-top: 14px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#payment_processing{
  color: #078e29;
  font-weight: bold;
}




#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.txn_details {
  margin-top: 50px;
}

.mt-5 {
    margin-top: 20px;
}
.mb-4 {
    margin-bottom: 9px;
}
strong {
    font-weight: bold;
}

.buy-form input, .contact-form textarea {
    color: #8c8c8c;
    float: left;
    border: 1px solid #ddd;
    font-size: 12px;
    line-height: 32px;
    margin-bottom: 15px;
    padding: 10px 20px;
    width: 100%;
}
.buy-form select.form-control {
    padding: 15.5px 12px;
}

.sel_course_amt{
    padding: 15.5px 12px;
    border-radius: 0;
    line-height: 45px;
    border-color: #ddd;
    height: auto;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}




.enrol_box button:hover {
    background: #222;
    color: #fff;
}
.enrol_box button.apply {
    background: #a8d815;
    color: #fff;
}

.enrol_box button {
    background: #f0f0f0;
    margin-right: 10px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.postimg:before{
    position: relative;
}

.training_title h4 a {
    font-size: 18px;
}

.mb-0{
    margin-bottom: 0px;
}

.training_title h6 strong span {
  color: #00a2ff;  
}

.training_sub_text {
/*    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;*/
}

.job-header .contentbox .jobButtons {
    padding-left: 0px;
}

ul.course_sec .int {
    padding: 30px;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid #b3b3b338;
}

ul.course_sec .int:hover {
    transform: scale(1.02);
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border: 1px solid #b3b3b338;
}

ul.course_sec .int .postimg {
    border-radius: 10px;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border: 1px solid #b3b3b342;
}

ul.course_sec .int .postimg img {
    border-radius: 10px;
}

ul.course_sec .int .training_title h4 a {
    color: #192335;
    font-size: 17px;
}

ul.rbt-meta li {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    margin: 7px;
    color: #6b7385;
}

ul.rbt-meta {
    margin-bottom: 15px;
}

ul.rbt-meta li:first-child {
    margin-left: 0px;
}


p.rbt-card-text {
    color: #6b7385 !important;
    margin-bottom: 20px;
    font-size: 13px;
}


.train_btn.list_course_btn a.btn.apply:hover {
    color: #2f57ef !important;
    font-size: 14px;
}

.train_btn.list_course_btn a.btn.apply {
    color: #192335;
    position: relative;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    background: transparent;
    padding: 0px;
}

.train_btn.list_course_btn a.btn.apply:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.train_btn.list_course_btn a.btn.apply::after {
    position: absolute;
    content: "";
    left: auto;
    bottom: 0;
    background: currentColor;
    width: 0;
    height: 2px;
    transition: 0.3s;
    right: 0;
}

ul.course_sec .related .training_title h4 a {
    font-size: 12px;
}

.train_btn {
    padding-top: 0px;
}


.related_job_list ul.searchList {
    margin-top: 20px;
}

.related_job_list ul.searchList li {
    padding: 10px;
}
.related_job_list_box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.related_job_list_box .jobimg {
    margin-right: 0px !important;
    width: 50px !important;
}
.related_job_list_box .jobimg img {
    width: 100%;
}
.related_job_list_box .jobinfo {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px;
}
.related_job_list_box .jobinfo h3 {
    font-size: 14px !important;
}
.related_job_list_box .jobinfo .location {
    font-size: 12px;
}