.navigation--bar {
	top: 0;
}
.footer {
	width: 100% !important;
}
.container.flex-horizontal.about-us-footer {
    max-width: 100% !important;
}
* {
	font-family: Graphik, sans-serif;
}
.uppercase {
	text-transform: uppercase;
}
.car-container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.car-container h2 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #333333;
	font-size: 40px;
	line-height: 40px;
	font-family: Graphik, sans-serif;
	font-weight: 500;
}
a.btng, .btng {
    display: inline-block;
    margin: 0;
    padding: 12px 20px 12px 20px;
    color: #333333;
    font-size: 19px;
	font-weight: 500;
    font-family: Graphik, sans-serif;
	background: #b7d157;
    border-radius: 2px;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
a.btng:hover, .btng:hover {
	color: #fff;
	background: #0c8cd1;
}
a.btnw, .btnw {
    display: inline-block;
    margin: 0;
    padding: 12px 20px 12px 20px;
    color: #333333;
    font-size: 19px;
	font-weight: 500;
    font-family: Graphik, sans-serif;
	background: #fff;
    border-radius: 2px;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
a.btnw:hover, .btnw:hover {
	color: #fff;
	background: #0c8cd1;
}

/* ----- career ----- */
.careerbg {
	margin: 0 0 5px 0;
	padding: 0;
	background: url(../images/career-bg.jpg) no-repeat;
	background-size: cover;
}
.careerpg {
	margin: 0;
	padding: 160px 0 0 0;
}
.careerpg p {
	margin: 0 0 20px 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-family: Graphik, sans-serif;
	font-weight: 300;
}
.borderb {
	border-bottom: solid 1px #b7d157;
}
.btnrow {
	margin: 0;
	padding: 20px 0 0 50px;
}
.btnrow a {
	display: inline-block;
	margin: 0 10px;
}

.numberrow {
	margin: 0;
	padding: 70px 0 40px 0;
	color: #fff;
}
.numberrow h3 {
	margin: 0 0 40px 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-family: Graphik, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.provide {
	position: relative;
	border-bottom: solid 1px #b7d157;
}
.provide:before {
	position: absolute;
	top: 13px;
	right: 0;
	width: 68%;
	height: 1px;
	background: #b7d157;
	content: '';
}
.numbers {
	margin: 0 0 20px 0;
	color: #b7d157;
	font-size: 50px;
	font-family: Graphik, sans-serif;
	font-weight: 300;
}
/* ----- end career ----- */

.banner {
	margin: 70px 0 0 0;
	position: relative;
}
.banner img {
	width: 100%;
	display: block;
}
.banner .bannertext {
	position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    z-index: 1;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
}
.banner .bannertext h1 {
	margin: 0;
	padding: 0;
	color: #fff;
}
.banner .bannertext .colleft {}
.banner .bannertext .colright {}
.banner .bannertext .colright a {
	display: inline-block;
	margin: 0 0 0 10px;
}


/* ----- login ----- */
.car-inner {
	padding: 30px 0;
}
.formarea {
	margin: 0;
	padding: 20px 0 0 0;
}
.formarea .fieldcol {
	margin: 0 0 25px 0;
    padding: 0;
    position: relative;
}
.formarea label {
    color: #333333;
    font-size: 16px;
	font-family: Graphik, sans-serif;
	font-weight: 400;
}
.formarea label span {
	color: #d61f2a;
}
.formarea input[type="text"] {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	color: #333333;
	font-size: 16px;
	font-family: Graphik, sans-serif;
	border: none;
	background: transparent;
    border-bottom: solid 1px #999999;
}
.formarea input[type="password"] {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	color: #333333;
	font-size: 16px;
	font-family: Graphik, sans-serif;
	border: none;
	background: transparent;
    border-bottom: solid 1px #999999;
}
.formarea input[type="text"]:focus, 
.formarea input[type="password"]:focus {
	outline: none;
}
.formarea select {
    margin: 0;
    padding: 8px 0;
    width: 100%;
    height: 39px;
    color: #333333;
    font-size: 16px;
	font-family: Graphik, sans-serif;
    border: none;
    border-bottom: solid 1px #999999;
    background: url(../images/select-arrrow.png) no-repeat center;
    background-position-x: 97%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.formarea select:focus {
	outline: none;
}
.formarea input[type="submit"] {
	margin: 0;
    padding: 15px 30px;
    color: #000;
    font-size: 16px;
	font-family: Graphik, sans-serif;
	font-weight: 500;
    border-radius: 3px;
	border: none;
    outline: none;
    cursor: pointer;
	background: #b7d157;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.formarea input[type="submit"]:hover {
	color: #fff;
	background: #0c8cd1;
}
.formarea input.dob {
    background-image: url(../images/dob.png);
    background-repeat: no-repeat;
    background-position: 99% 9px;
}
.formarea .radiobtn {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 10px 25px 0 0;
}
/* Hide the browser's default checkbox */
.formarea .radiobtn input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.formarea .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: #fff;
	border: solid 2px #333333;
	border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.formarea .radiobtn:hover input ~ .checkmark {}
/* When the checkbox is checked, add a blue background */
.formarea .radiobtn input:checked ~ .checkmark {
	background-color: #fff;
	border: solid 2px #333333;
}
/* Create the checkmark/indicator (hidden when not checked) */
.formarea .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.formarea .radiobtn input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.formarea .radiobtn .checkmark:after {
	left: 3px;
	top: 3px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #333333;
	
}
.formarea ::-webkit-input-placeholder {
	opacity: 1;
	color: rgba(51,51,51,0.40);
}
.formarea ::-moz-placeholder {
	opacity: 1;
	color: rgba(51,51,51,0.40);
}
.formarea :-ms-input-placeholder {
	opacity: 1;
	color: rgba(51,51,51,0.40);
}
.formarea :-moz-placeholder {
	opacity: 1;
	color: rgba(51,51,51,0.40);
}
.formarea a {
	color: #333333;
	text-decoration: none;
}

.errormsg {
    position: absolute;
    bottom: -21px;
    left: 0;
    padding: 1px 5px;
    display: none;
    color: #fff;
    font-size: 13px;
	font-family: Graphik, sans-serif;
    background: #b7d157;
}
.errormsg:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 8px solid #b7d157;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	top: -8px;
}
.errormsg2 {
	left: 15px;
}
.pleasewait {
    display: none;
}

.fieldcol .fileWrapper {
	width: 100% !important;
	position: relative;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	border-bottom: solid 1px #999999;
	/* border-bottom: solid 1px #18b0e6; */
}
.fieldcol .fileWrapper input[type="file"] {
	width: 100% !important;
	cursor: pointer;
}
.fieldcol .fileWrapper input[type=text] {
	width: 50% !important;
}
.fieldcol input[type=text].fileInputText {
	float: left;
	border: none!important;
	margin: 0;
}
.fieldcol input[type=button].fileInputButton {
	color: #333333;
    font-size: 16px;
    font-family: Graphik, sans-serif;
	text-align: center;
	float: right;
	border: none;
	background: url(../images/uploadbg.png) no-repeat left;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	margin: 0;
}
/* ----- end login ----- */

.footer-img {
	margin: 0;
	padding: 0;
}
.footimgrow {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footimgrow .footimgcol {
	width: 25%;
	margin: 0;
	padding: 2px;
}
.footimgrow .footimgcol img {
	width: 100%;
	display: block;
}


/* ----- vacancies ----- */
.filter-row {
	margin: 0 0 30px 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.filter-row .filtercol {
	margin: 0;
	padding: 0 10px 0 0;
	width: 22.5%;
}
.filter-row .filtercol.last {
	margin: 0;
	padding: 0;
}
.filter-row .filtercol.last {
	width: 10%;
	margin: 0;
	padding: 0;
	background: #b7d157;
}
.filter-row .filtercol .filterinn {
	margin: 0;
	padding: 10px;
	border: solid 1px #d6d3d3;
}
.filter-row .filtercol p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
}
.filter-row .filtercol select {
    margin: 0;
    padding: 8px 0 0 0;
    width: 100%;
    color: rgba(0,0,0,0.5);
    font-size: 16px;
	font-family: Graphik, sans-serif;
    border: none;
    background: url(../images/select-arrrow.png) no-repeat 90% 15px;
    background-position-x: 97%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.filter-row .filtercol select:focus {
	outline: none;
}
.filter-row .filtercol .searchbtn {
	width: 100%;
	height: 75px;
	margin: 0;
    padding: 0;
	border: none;
    outline: none;
    cursor: pointer;
	background: url(../images/search.png) no-repeat center center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.filter-row .filtercol .searchbtn:focus {
	outline: none;
}


.accordion {
    width: 100%;
}
.accordion .accordion-head {
	margin: 0 0 5px 0;
    position: relative;
    padding: 20px 20px 20px 30px;
    cursor: pointer;
    overflow: hidden;
	background: #ebebeb;
	border: solid 1px #ebebeb;
}
.accordion .accordion-head * {
    cursor: pointer;
}
.accordion .accordion-head p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
}
.accordion .accordion-head h5 {
    margin: 0;
	padding: 0;
	color: #333333;
    font-size: 22px;
	font-family: Graphik, sans-serif;
	font-weight: 400;
}
.accordion .accordion-head.open {
	border: solid 1px #d6d3d3;
	background: transparent;
	margin: 0;
}
.accordion .accordion-head:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
}
.accordion .accordion-body {
    border: 1px solid #d6d3d3;
	border-top: none;
    padding: 30px;
	margin: 0 0 5px 0;
    height: auto;
    display: none;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    transition: none!important;
	color: #333333;
    font-size: 14px;
	font-family: Graphik, sans-serif;
}
.accordion .accordion-body p {
	margin-bottom: 0 0 10px 0;
}
.accordion .accordion-body h5 {
    margin: 0 0 10px 0;
	padding: 0;
	color: #333333;
    font-size: 22px;
	font-family: Graphik, sans-serif;
	font-weight: 400;
}
.accordion .accordion-body ul {
	margin: 0 0 20px 0;
	padding: 0;
}
.accordion .accordion-body ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	list-style: none;
	font-family: Graphik, sans-serif;
	background: url(../images/bullet.png) no-repeat 0 7px;
}
.arrow {
    position: absolute;
    top: 50%;
    right: 20px;
	transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    background: #b7d157 url('../images/close.png') center no-repeat;
	border: solid 1px #b7d157;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    transition: none!important;
}
.accordion-head.open .arrow {
    background: #fff url('../images/open.png') center no-repeat;
	border: solid 1px #d6d3d3;
}
/* ----- end vacancies ----- */

.modal {
    z-index: 2002;
}
.modal-backdrop {
    z-index: 2001;
}
.modal-backdrop.show {
    opacity: .7;
}
.modal-dialog.trapopup {
	max-width: 700px;
	margin: 0 auto;
    top: 100px;
}
.modal-dialog.trapopup .modal-content {
	background: #b7d157;
	border: solid 5px #fff;
}
.modal-dialog.trapopup a {
	color: #333333;
	text-decoration: none;
}
.modal-dialog.trapopup h2 {
	margin: 0 0 20px 0;
    padding: 0;
    color: #333333;
    font-size: 40px;
    line-height: 40px;
    font-family: Graphik, sans-serif;
    font-weight: 500;
}
.modal-dialog.trapopup h2 span {
	color: #fff;
}
.modal-dialog.trapopup h4 {
	margin: 0 0 20px 0;
    padding: 0;
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    font-family: Graphik, sans-serif;
    font-weight: 500;
}
.modal-dialog.trapopup h4:last-child {
	margin: 0;
}
.modal-dialog.trapopup p {
	margin: 0 0 20px 0;
	padding: 0;
}
.modal-dialog.trapopup .modal-body {
	padding: 25px;
}
.modal-dialog.trapopup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	cursor: pointer;
}
/* ----- end popup ----- */


@media (min-width: 1001px) and (max-width: 1200px) {
	
	.car-container {
		width: 990px;
	}
	
}


@media (min-width: 768px) and (max-width: 1000px) {
	
	.car-container {
		width: 90%;
	}
	
}


@media (max-width: 767px) {
	
	.car-container {
		width: 90%;
	}
	
	.car-container h2 {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 30px;
		line-height: 34px;
	}
	
	/* ----- career ----- */
	.careerbg {
		margin: 0 0 5px 0;
		padding: 0;
		background: url(../images/career-bg.jpg) no-repeat center center;
		background-size: cover;
	}
	.careerpg {
		margin: 0;
		padding: 60px 0 0 0;
	}
	.btnrow {
		margin: 0;
		padding: 20px 0 0 0;
	}
	.btnrow a {
		display: inline-block;
		margin: 5px;
	}
	
	.numberrow {
		margin: 0;
		padding: 70px 0 40px 0;
	}
	.numberrow h3 {
		margin: 0 0 40px 0;
		padding: 0;
		font-size: 20px;
		line-height: 26px;
	}
	.provide:before {
		display: none;
	}
	.numbers {
		margin: 0 0 20px 0;
		font-size: 40px;
	}
	.provide [class*='col-'] {
		padding-bottom: 30px;
	}
	/* ----- end career ----- */
	
	.banner {
		margin: 48px 0 0 0;
		padding: 0;
		position: relative;
	}
	.banner img {
		height: 250px;
	}
	.banner .bannertext {
		position: absolute;
		top: 0;
		left: 5%;
		width: 90%;
		height: 100%;
		padding: 20px 0;
	}
	.banner .bannertext .colleft {
		width: 100%;
		text-align: center;
	}
	.banner .bannertext .colright {
		width: 100%;
		text-align: center;
	}
	.banner .bannertext .colright a {
		margin: 5px 0;
	}
	
	/* ----- vacancies ----- */
	.filter-row {
		margin: 0 0 30px 0;
		padding: 0;
	}
	.filter-row .filtercol {
		margin: 0 0 10px 0;
		padding: 0 5px;
		width: 50%;
	}
	.filter-row .filtercol.last {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.filter-row .filtercol .searchbtn {
		width: 100%;
		height: 40px;
		background: url(../images/search.png) no-repeat 50% 3px;
	}
	.filter-row .filtercol select {
		font-size: 14px;
	}
	
	.accordion .accordion-head {
		margin: 0 0 5px 0;
		position: relative;
		padding: 20px 20px 0 20px;
	}
	.accordion .accordion-head h5 {
		margin: 0;
		padding: 0;
		font-size: 20px;
	}
	.accordion .accordion-body {
		border: 1px solid #d6d3d3;
		border-top: none;
		padding: 20px;
	}
	.accordion .accordion-body h5 {
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 20px;
	}
	.arrow {
		position: absolute;
		top: 20px;
		right: 20px;
		transform: inherit;
	}
	.accordion-head [class*='col-'] {
		padding-bottom: 20px;
	}
	/* ----- end vacancies ----- */
	
	.modal-dialog.trapopup {
		max-width: 90%;
		margin: 0 auto;
		top: 100px;
	}
	.modal-dialog.trapopup h2 {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 28px;
		line-height: 34px;
	}
	.modal-dialog.trapopup h4 {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 20px;
		line-height: 24px;
	}
	.modal-dialog.trapopup .modal-body {
		padding: 20px;
	}
	.modal-dialog.trapopup .close {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 1;
		cursor: pointer;
	}
	/* ----- end popup ----- */

}


@media (max-width: 576px) {}