@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
.wrapper {
	width:100%;
	float:left;
	height: 100%;
	display:table;
}
.container {
	width:1200px;
	margin:0 auto;
	float:none;
}
body {
	font-family: 'Roboto',;
	color:#000;
}
.full-width {
	width:100%;
	float:left;
}

ul, ol
{
	list-style-position:inside;
}
header {
	position: relative;
}
header.all {
	width: 100%;
	padding:50px 0;
	float: left;
}
header.bg {
	background:url(../images/header-img.jpg) no-repeat center center #000;
}
header.solid
{
	background:#185adf;
	padding:20px 0;
	text-align:center;
}

.logo-con.full-width {
	color: #ffff;
}
.logo-con.full-width img{
	width:auto;
}
.middle-con.full-width h1{
	text-align:center;
}
.step-con {
	margin-top:20px;
}
.form-main-con .col-6, .form-main-con .col-md-12 {
	padding-left:0px;
}
.col-6, .col-4 {
	float:left;
}
.middle-con.full-width {
	padding: 35px 0;
}
.col-4 li {
	display: inline-block;
	padding: 0 5px;
	font-size: 30px;
}
.footer-con.full-width {
	background: #f2f2f2;
	padding: 22px 0 0px 0px;
	/*position: absolute;
	bottom: 0px;*/
}
.footer-con.full-width .col-4:nth-child(2){
	text-align:center;
}
.footer-con.full-width .col-4:last-child{
	text-align:right;
}
.footer-con span {
	color: #007bff;
}
.footer-con span a {
	padding: 5px;
}
.btn.btn-primary.nextBtn, .btn.btn-primary.prevBtn, .btn.btn-success {
	width: 133px;
	margin-top: 5px;
}
.btn.btn-circle.btn-default {
	background-color: #ccc;
	height: 60px;
	width: 60px;
	-webkit-appearance:none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
}
.setup-content #file
{
	margin-top:10px;
	display:block;
}
.stepwizard-step .btn.btn-circle.btn-default.btn-primary {
	height: 60px;
	width: 60px;
	-webkit-appearance:none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	background-color:#007bff;
}
.stepwizard-step span {
	border: 2px solid #ccc;
	width: 100%;
	display: block;
	position: absolute;
	right: 0px;
	top: 27px;
	z-index:-1;
}
.stepwizard-step .btn.btn-circle.btn-default.btn-primary  span{
	border-color:#007bff;
}
.stepwizard-step a font {
	top: 8px;
	position: relative;
}
.form-main-con {
	padding: 30px 0;
}
.form-main-con h3 {
	margin-bottom: 15px;
}




.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 28px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    background-color: transparent;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.has-feedback {
	position: relative
}
.has-feedback .form-control {
	padding-right: 42.5px
}
.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #3c763d
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}
.has-success .form-control-feedback {
	color: #3c763d
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #8a6d3b
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}
.has-warning .form-control-feedback {
	color: #8a6d3b
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #a94442
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}
.has-error .form-control-feedback {
	color: #a94442
}
.form-control-static {
	margin-bottom: 0
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}



/*************************************popup css*************************************/
.popup-con {

    margin-top: -100px;
    position: absolute;
    z-index: 99999;
    top: 50%;

}
.popup-inner {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	padding: 60px 15px 20px;
	box-shadow: 1px 4px 11px rgba(0,0,0,0.4);
	position: relative;
}
.popup-inner img {
	background: #007bff;
	border-radius: 50px;
	padding: 11px;
	height: 80px;
	width: 80px;
	position: absolute;
	top: -39px;
	left: 50%;
	transform: translateX(-50%);
}
.btn.btn-primary.ok-btn.btn-lg {
	width: 247px;
	text-transform: uppercase;
}

#view_job
{
	text-align:center;
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	cursor:pointer;
	display:inline-block;
	color:#fff;
	background-color:#0069d9;
	border-color:#0062cc;
}

.middle-con #view_job_des.show, .middle-con #form_con_full.show
{
	display:block !important;
}

  /*************************************Responsive css Starts*************************************/

@media screen and (min-width:768px) {
	
.container-small
{
	max-width:90%;
	margin:0px auto;
}

}

@media screen and (max-width:1280px) {
    .container {
        width: 94% !important;
		padding: 0px !important;
    }
}
@media screen and (max-width:1024px) {
    .form-main-con .mb-3 .col-6 {
		max-width:100%;
		margin-bottom:15px;
	}
	.form-main-con .mb-3 .col-6:last-child {
		margin-bottom:0px;
	}
}
@media screen and (max-width:800px) {
	.middle-con .col-6 {
	max-width: 100%;
}

.form-main-con .mb-3 .col-6 {
		max-width:50%;
		margin-bottom:0px;
	}
	.form-main-con {
	padding-top: 10px;
}
.step-con {
	margin-top: 8px;
}
}
@media screen and (max-width:580px) {
	.middle-con h1 {
	font-size: 28px;
}
.middle-con h3 {
	font-size: 22px;
}
.btn.btn-primary.nextBtn, .btn.btn-primary.prevBtn, .btn.btn-success {
	width: 118px;
	margin-top: 5px;
	font-size: 18px;
}
.logo-con.full-width {
	top: 10px;
	text-align: center;
}
	
}
@media screen and (max-width:480px) {
	.form-main-con .mb-3 .col-6 {
		max-width:100%;
		margin-bottom:15px;
	}
	.form-main-con .mb-3 .col-6:last-child {
		margin-bottom:0px;
	}
	.footer-con .col-4 {
		max-width:100%;
	}
	.footer-con.full-width .col-4:last-child {
	text-align: center;
}
.form-main-con .col-6, .form-main-con .col-md-12 {
	padding-right: 0px;
}	
}







