@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;0,600;1,300&display=swap');

/*-- Common Style --*/

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 1.4rem !important;
	font-weight: 100;
	font-style: normal;
	background-color: white;
	line-height: 1.75;
	position: relative;
	visibility: visible;
	color: #222 !important;
}

legend {
	font-family: 'Poppins', sans-serif !important;
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 2.1rem !important;
	line-height: 1.75;
	color: #222 !important;
	border: 0;
	border-bottom: 0px solid #e5e5e5;
}

.jobdesc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-family: 'Poppins', sans-serif !important;
	font-size: 1.3rem !important;
	color: #222;
	font-weight: 300;
	padding: 5px;
}

body.noframe {
	background-color: #fff !important;
}

body.inframe {
	background-color: #fff !important;
}

@media (max-width: 767px) {
	.job-list-details .btn.visible-xs {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.job-list-details .btn.visible-sm {
		display: inline-block !important;
	}
}

.btn {
	color: #fff !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
	border-radius: 0 !important;
	padding: 5px 15px !important;
	font-size: 14px !important;
	line-height: 1.5em !important;
	width: 100%;
}

.hrbr-btn-small {
	background-color: #000000;
	color: rgb(255, 255, 255) !important;
	border-color: #000000;
	width: 100%;
	padding: 5px 10px !important;
	font-size: 0.75rem !important;
	line-height: 1.5 !important;
	border-radius: 3px !important;
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

.pagetitle {
	font-size: 1rem;
	display: inline-block;
	margin-top: 0.5em;
}

.navbar {
	padding: 10px 15px;
	background-color: white;
	height: 80px;
	border: none;
	font-family: 'Poppins', sans-serif !important;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: -20px;
	border-width: 1px 0 0;
	font-family: 'Poppins', sans-serif !important;
}

#companylogo {
    width: 100% !important;
    text-align: center !important;
    background-color: #fff !important;
}

#pageheader {
    background-color: #fff !important;
}

.navbar {
    z-index: 99999999 !important;
}

.form-control {
	width: auto;
	display: inline;
}

.filters {
	padding-top: 15px;
	background-color: #fff !important;
	width: 100%;
	display: block !important;
	text-align: center !important;
}

body.noframe .filters {
	background-color: #fff !important;
}

body.inframe .filters {
	background-color: #fff !important;
	width: 100%;
	display: block;
	top: 80px;
	text-align: center;
}

.groupby {
	display: block;
	font-size: 1.7rem !important;
	font-weight: 400;
	padding-top: 32px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #222;
	font-family: 'Poppins', sans-serif !important;
	border-bottom: 0px solid #cecece;
}

.groupby .row {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 5px;
	border-top: 0px solid #cecece;
}

.jobitem {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #cecece;
}

.jobitem:first-child {
	padding-top: 0;
	border-bottom: 4px solid #cecece;
}

.jobloc {
	color: #222;
	font-weight: bold;
	font-size: 16px !important;
	padding: 5px;
}

.wagenotice {
	font-weight: bold;
	font-size: 13px !important;
	margin-left: 25px !important;
}

.joblocname {
	color: #222;
	font-size: 12px;
}

.jobsharing {
	text-align: right;
	font-size: 1.4rem !important;
	color: #222;
	font-weight: 300;
	padding: 5px;
}

.listdetail {
	font-size: 1.3rem !important;
	color: #222;
	font-weight: 300;
	padding: 1px;
	padding-left: 20px;
}

.jobdescheader {
	font-size: 12pt;
	font-weight: bold;
	display: none;
}

.jobsharing>.btn {
	margin-left: 5px;
	font-size: 14pt;
}

#languageselector select {
	position: relative;
	top: 1em;
}

@media only screen and (max-width: 992px) {
	.navbar {
		height: 60px;
		padding: 10px 0;
	}
	#companylogo img {
		max-width: 150px;
		max-height: 45px;
	}
	#languageselector select {
		top: 0.5em;
	}
}

@media only screen and (max-width: 992px) {
	.row.filters select,
	.row.filters input[type="text"] {
		width: auto !important;
		display: inline-block;
		text-align: center !important;
	}
	.row.filters>div {
		/* the col containing the filters */
		text-align: center !important;
	}
}

.groupby .row {
	text-align: left;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0;
	color: #000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: inherit;
	margin: 0;
}

h1,
.h1 {
	font-size: 40px !important;
}

@media only screen and (max-width: 767px) {
	h1,
	.h1 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 575px) {
	h1,
	.h1 {
		font-size: 30px;
	}
}

h2,
.h2 {
	font-size: 40px;
}

@media only screen and (max-width: 767px) {
	h2,
	.h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 575px) {
	h2,
	.h2 {
		font-size: 24px;
	}
}

h3,
.h3 {
	font-size: 33px;
}

@media only screen and (max-width: 767px) {
	h3,
	.h3 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 575px) {
	h3,
	.h3 {
		font-size: 20px;
	}
}

h4,
.h4 {
	font-size: 28px;
}

@media only screen and (max-width: 767px) {
	h4,
	.h4 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 575px) {
	h4,
	.h4 {
		font-size: 18px;
	}
}

h5,
.h5 {
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	h5,
	.h5 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 575px) {
	h5,
	.h5 {
		font-size: 16px;
	}
}

h6,
.h6 {
	font-size: 19px;
}

@media only screen and (max-width: 767px) {
	h6,
	.h6 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 575px) {
	h6,
	.h6 {
		font-size: 14px;
	}
}

.item {
	padding: 10px;
}

.item .title {
	display: block;
	font-size: 1.1em;
	color: #000000;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: white !important;
}

.item .count {
	display: block;
}

.item .fa-chevron-right {
	font-size: 1.5em;
	font-weight: bold;
	color: #ccc;
	padding: 0;
	position: relative;
	margin-top: 0.5em;
}

.box {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	cursor: pointer;
}

p:last-child {
	margin-bottom: 0;
}

a,
button {
	line-height: inherit;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

a {
	color: #000000 !important;
	font-weight: normal !important;
	font-size: 1.5rem !important;
	padding: 0px;
}

.jobtitle {
	color: #000000;
	font-size: 1.5rem !important;
	line-height: 28px;
	font-weight: 100;
	padding: 0px;
	text-transform: none;
}

.jobtitle a {
	color: #d52b1e;
	font-size: 1.5rem !important;
	line-height: 28px;
	font-weight: 100;
	padding: 0px;
}

.title {
	color: #222;
	font-family: 'Poppins', sans-serif !important;
}

.sidebartitle {
	color: #222;
	font-family: 'Poppins', sans-serif !important;
	font-size: 1.6rem !important;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	padding-bottom: 15px !important;
}

a,
button,
img,
input {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

button,
input[type="submit"] {
	cursor: pointer;
}

img {
	max-width: 100%;
}

ul:last-child {
	margin-bottom: 0;
}

ul li+li {
	margin-top: 6px;
}


/*-- Common Classes --*/

.fix {
	overflow: hidden;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.section,
.main-wrapper {
	float: left;
	width: 100%;
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

@media only screen and (max-width: 575px) {
	.container {
		max-width: 450px;
	}
}

@media only screen and (max-width: 479px) {
	.container {
		max-width: 300px;
	}
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.lead {
		font-size: 16px;
	}
}


/*White Space*/

.white-space-nowrap {
	white-space: nowrap;
}


/*--Overlay--*/

[data-overlay] {
	position: relative;
	z-index: 1;
}

[data-overlay]::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #000;
}


/*--Section Spacing--*/

.section-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}


/*--Section Title--*/

.section-title {
	width: 100%;
	margin-bottom: 70px;
	text-align: center;
}

.section-title .title {
	margin-top: -5px;
	margin-bottom: 0;
}

.section-title .title:not(:last-child) {
	margin-bottom: 10px;
}

.section-title p {
	font-size: 16px;
}

.section-title.text-white .title {
	color: #FFFFFF;
}

.section-title.text-white p {
	color: #FFFFFF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-title {
		margin-bottom: 50px;
	}
	.section-title .title {
		font-size: 33px;
	}
	.section-title p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.section-title {
		margin-bottom: 40px;
	}
	.section-title .title {
		font-size: 28px;
	}
	.section-title p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 575px) {
	.section-title .title {
		font-size: 24px;
	}
}


/*----
/*  02.3 Button Elements CSS
/*----------------------------------------*/

.btn {
	line-height: 24px;
	padding: 10px 30px;
	border-radius: 0;
}

.btn-lg {
	padding: 20px 35px;
}


/*----------------------------------------*/


/*  06. Page Heading/Title CSS
/*----------------------------------------*/


/* Page Heading Section */

.page-heading-section {
	padding: 200px 0 100px;
}

@media only screen and (max-width: 767px) {
	.page-heading-section {
		padding: 130px 0 50px;
	}
}


/* Page Heading Content */

.page-heading-content .title {
	color: #FFFFFF;
}

.breadcrumb {
	padding: 0px 5px;
	margin-bottom: 2px;
	font-size: 1.4rem !important;
	color: #858585;
	font-weight: 100;
	list-style: none;
	background-color: transparent !Important;
	border-radius: 4px;
}

.page-heading-content .breadcrumb {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration:
}

.page-heading-content .breadcrumb .breadcrumb-item::before {
	color: #FFFFFF;
}

.page-heading-content .breadcrumb .breadcrumb-item.active {
	text-decoration: none;
	color: #FFFFFF;
}


/*----------------------------------------*/


/*  14. Sidebar CSS
/*----------------------------------------*/


/* Sidebar Wrapper */

.sidebar-wrap {
	margin-bottom: -35px;
}


/* Sidebar Widget */

.sidebar-widget {
	margin-bottom: 15px;
}

.sidebar-widget>.inner {
	padding: 25px;
	border: 1px solid #EDEDED;
}

.sidebar-widget>.inner>.title {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
}


/* Sidebar Job Location Map */

.job-location-map {
	width: 100%;
	max-height: 300px;
	padding-top: 100%;
}


/* Sidebar Banner */

.banner {
	display: block;
	border: 1px solid #EDEDED;
}

.banner img {
	width: 100%;
}


/* Sidebar Company */

.sidebar-company {
	display: block;
}

.sidebar-company .company-logo {
	display: inline-block;
	margin-bottom: 10px;
}

.sidebar-company .title {
	font-size: 19px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sidebar-company ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.sidebar-company ul li strong {
	margin-right: 6px;
	color: #333333;
}


/* Sidebar Company Location Map */

.company-location-map {
	width: 100%;
	max-height: 250px;
	padding-top: 100%;
}


/*----------------------------------------*/


/*  23. Footer CSS
/*----------------------------------------*/


/* Footer Top Section */

.footer-top-section {
	padding: 80px 0;
	background-color: #333333;
}


/* Footer Widget Wrapper */

.footer-widget-wrap {
	margin-bottom: -30px;
}


/* Footer Widget */

.footer-widget {
	margin-bottom: 30px;
	color: #858585;
}

.footer-widget .title {
	font-size: 19px;
	line-height: 1;
	margin-bottom: 20px;
	color: #FFFFFF;
}


/* Footer Bottom Section */

.footer-bottom-section-fixed-bottom {
	padding: 3px 0;
	background-color: #000000;
	bottom: 0;
	margin-bottom: -20px;
	border-width: 1px 0 0;
}


/* Footer Copyright */

.footer-copyright {
	color: #858585;
}

.footer-copyright a {
	color: #fff;
}

.footer-copyright a:hover {
	text-decoration: underline;
	color: #fff;
}