/*rgba(237,28,36,1)
*/

body {
	background: #f6f6f6;
}

ul {
	margin-bottom: 0;
	padding-left: 0;
}

ul li {
	list-style: none;
}

a:hover {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.92126 0.07152000000000003 0.007220000000000004 0 0 0.02126 0.9715199999999999 0.007220000000000004 0 0 0.02126 0.07152000000000003 0.90722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(10%);
	        filter: grayscale(10%);
}

.underline {
	position: relative;
	text-transform: capitalize;
}

.underline:before,
.underline:after {
	content: '';
	position: absolute;
	top: calc( 100% + 8px );
	height: 3px;
	background: rgba(237,28,36,1);
}

.underline:before {
	left: 0;
	width: 25px;
}

.underline:after {
	left: 35px;
	width: 50px;
}

.z-1{
	z-index: 1;
}

.btn-danger {
	background: rgba(237,28,36,1);
}

.fj-card {
	background-color: #fff;
	padding: 24px;
	padding: 1.5rem
}

.fj-showpage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.fj-showpage label {
	margin-bottom: 0;
	margin-right: 8px;
	margin-right: .5rem;
}

.fj-ct-select select {
	padding: 8px 9.6px;
	padding: .5rem .6rem;
	font-size: 14.4px;
	font-size: .9rem;
	outline: none;
	border: solid 1px #eee;
	margin: 3.2px;
	margin: .2rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 30px;
}

.fj-ct-select {
	position: relative;
}

.fj-ct-select:before {
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome';
	right: 3.2px;
	right: .2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 30px;
	height: calc( 100% - .4rem );
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.fj-title-box {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding-bottom: 8px;
	padding-bottom: .5rem;
	border-bottom: solid 1px #eee;
}

@media (max-width: 767px) {
	.fj-card {
		padding: .8rem;
	}
}

.nav-transition {
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	-webkit-transition: all .27s ease-out;
	transition: all .27s ease-out;
}

.nav-transition.scroll {
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 0 14px 20px -19px rgba(0,0,0,0.3);
	        box-shadow: 0 14px 20px -19px rgba(0,0,0,0.3);
	border-bottom: solid .5px rgba(0,0,0,.2);
}

nav#main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 11.2px 0;
	padding: .7rem 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-height: 72px;
	height: 100%;
	-webkit-transition: all .27s ease-out;
	transition: all .27s ease-out;
}

#nav-transition.scroll nav#main-nav {
	max-height: 57px;
}

.has-bg {
	background-image: url(../img/demo-2.png);
	background-size: cover;
	background-position: center center;
	position: relative;
	background-attachment: fixed;
	min-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.fh {
	min-height: 100vh;
}

.has-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(225,225,225,.6);
}

#main-nav .logo img {
	z-index: 1;
	height: 100%;
}

#main-nav .logo {
	height: 100%;
	max-width: 250px;
}

ul.nav li,
ul.nav {
	height: 100%;
	z-index: 1;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

ul.nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

ul.nav:not(.profile-nav) > li > a {
	color: #333;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 5px;
	text-decoration: none;
	font-weight: 600;
}

ul.nav .lg-employer {
	background-color: #ed1c24;
	border-radius: .4rem;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	color: #fff !important;
}

#mobile-toggle {
	display: none;
}


.dropdown-list {
	position: absolute;
	top: calc( 100% - 20px );
	right: 0;
	padding-left: 0;
	padding-top: 16px;
	padding-top: 1rem;
	min-width: 220px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	overflow: hidden;
}

.dropdown.show .dropdown-list {
	top: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.dropdown-list:before {
	content: '';
	position: absolute;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	top: 16px;
	top: 1rem;
	width: 10px;
	height: 10px;
	background: #eee;
	right: 20px;
	z-index: -1;
}

.dropdown-list > li > a {
	width: 100%;
	padding: 8px 10px;
	line-height: 1;
	background: #f1f1f1;
	color: #333;
	text-decoration: none;
	-webkit-transition: all .125s linear;
	transition: all .125s linear;
	font-size: 14.4px;
	font-size: .9rem
}

.dropdown-list > li > a:hover {
	background: #f1f1f1;
	color: #000;
}

.dropdown-list > li:first-child > a {
	padding-top: 10px;
}

.dropdown-list > li:last-child > a {
	padding-bottom: 10px;
}

.main-title {
	width: 100%;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 40px;
	margin-top: 2.5rem;
	color: #333;
}

.main-title h2 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
}

.fj-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: rgba(237,28,36,1);
	margin-top: 24px;
	margin-top: 1.5rem;
	font-size: 20.8px;
	font-size: 1.3rem;
}

.fj-breadcrumb a {
	position: relative;
	text-decoration: none;
	color: #666;
	padding-right: 45px;
	position: relative;
}

.fj-breadcrumb a:after {
	position: absolute;
	content: '\f105';
	font-family: 'FontAwesome';
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	top: 50%;
	right: 15px;
	line-height: 1;
	color: rgba(237,28,36,1);
}

.offpage-content {
	margin-top: -56px;
	margin-top: -3.5rem;
}

/*footer*/
#footer {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.footer-content {
	background: rgba(255,255,255,.2);
	padding: 24px 0;
	padding: 1.5rem 0;
	-webkit-box-shadow: 0 14px 20px 19px rgba(0,0,0,0.05);
	        box-shadow: 0 14px 20px 19px rgba(0,0,0,0.05);
}

.footer-logo {
	display: block;
	width: 80%;
}

.footer-logo img {
	width: 100%;
}

.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 15px 0;
	margin-left: -15px;
	padding: 0;
}

.footer-menu li {
	border-right: solid 1px #eee;
	padding: 4px 0;
	list-style: none;
}

.footer-menu li:last-child {
	border-right: none;
}

.footer-menu li a {
	color: #555;
	font-weight: 600;
	padding: 2px 15px;
	text-decoration: none;
}

.footer-menu h3 {
	color: #fff;
}

.footer-content h3 {
	color: #000;
	font-size: 24px;
	font-size: 1.5rem;
}

.footer-content .footer-list li a {
	color: #333;
	text-decoration: none;
}

.footer-content .footer-list {
	margin-top: 16px;
	margin-top: 1rem;
}

.copyright {
	padding: 8px;
	text-align: center;
	background: #fff;
	border-top: solid 1px #eee;
	color: #333;
}

.copyright p {
	font-size: 11.2px;
	font-size: .7rem;
	margin: 0;
	padding: 0;
}
/*end footer*/

/*element template*/
.result-count {
	color: rgba(237,28,36,1);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
}

.page-item:first-child .page-link {
	margin-right: 16px;
	margin-right: 1rem;
}

.page-item:last-child .page-link {
	margin-left: 16px;
	margin-left: 1rem;
}

.page-item .page-link {
	font-size: 17.6px;
	font-size: 1.1rem;
	color: rgba(237,28,36,1);
}

.page-item .page-link {
	width: 40px;
	height: 40px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: solid 1px #ddd;
}

.btn-feedback {
	position: fixed;
	right: 5px;
	bottom: 0;
	z-index: 2;
	padding: 10px;
}

.btn-feedback button {
	padding: .2rem .5rem
}

#btn-hidden-feedback {
	position: absolute;
	right: -5px;
	top: -10px;
	padding: 1px 5px;
	cursor: pointer;
}

.cst-btn-red {
	color: var(--danger)
}

.cst-btn-green {
	color: var(--success)
}

.txt-right {
	text-align: right;
}

.txt-left {
	text-align: left;
}

.ct-table {
	font-size: .9rem;
}

.ct-table thead tr {
	background: var(--info);
	color: var(--light);
}

.ct-table thead tr th {
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
}

.hidden {
	display: none !important;
}

.clearfix {
    clear: both;
}

.clearfix.clear-line {
    padding-top: 10px;
}

.required {
    color: red;
}

@media (min-width: 992px) {
	.dropdown-list {
		border-bottom: solid 2px rgba(237,28,36,1);
	}
}

@media (max-width: 991px) {
	#nav {
		background: #333;
		z-index: 1000;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		max-width: calc( 100vw - 70px );
	}

	.slideout-open #nav {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.slideout-open .nav-transition.scroll {
		background: none;
		border-bottom-color: transparent;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	ul.nav:not(.profile-nav) li, ul.nav:not(.profile-nav) {
		height: auto;
	}

	ul.nav:not(.profile-nav) li a,
	ul.nav:not(.profile-nav) .lg-employer {
		padding: 10px 10px 10px 20px;
		display: block;
		width: 100%;
		margin: 0;
		border-radius: 0;
	}

	/*start slide css*/
	body {
	  width: 100%;
	  height: 100%;
	}

	.slideout-menu {
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  width: 350px;
	  min-height: 100vh;
	  overflow-y: auto;
	  -webkit-overflow-scrolling: touch;
	  z-index: 99999;
	  background: #eee;
	  -webkit-transition: all 300ms ease 0s;
	  transition: all 300ms ease 0s;
	}

	.slideout-menu-left {
	  left: -350px;
	}

	.slideout-open .slideout-menu-left {
		left: 0;
	}

	.slideout-menu-right {
	  right: 0;
	}

	.slideout-panel {
	  position: relative;
	  will-change: transform;	
	}

	.slideout-open,
	.slideout-open body,
	.slideout-open .slideout-panel {
	  overflow: hidden;
	}

	.slideout-open .slideout-menu {
	  display: block;
	}

	#mobile-toggle {
		display: block;
		z-index: 1000;
		width: 35px;
		height: 25px;
		position: relative;
		overflow: visible;
	}

	#mobile-toggle span {
		width: 100%;
		height: 2px;
		background-color: #111;
		position: absolute;
		left: 0;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		-webkit-transition: all .125s ease-out;
		transition: all .125s ease-out;
	}

	#mobile-toggle span:nth-child(1){
		top: 0;
	}

	#mobile-toggle span:nth-child(2){
		top: 50%;
	}

	#mobile-toggle span:nth-child(3){
		top: 100%;
	}

	#mobile-toggle.toggled span {
		background-color: #fff;
	}

	#mobile-toggle.toggled span:nth-child(1) {
		-webkit-transform: translateY(-50%) rotate(45deg);
		        transform: translateY(-50%) rotate(45deg);
		-webkit-transform-origin: top left;
		        transform-origin: top left;
	}

	#mobile-toggle.toggled span:nth-child(3) {
		-webkit-transform: translateY(-50%) rotate(-45deg);
		        transform: translateY(-50%) rotate(-45deg);
		-webkit-transform-origin: bottom left;
		        transform-origin: bottom left;
	}

	#mobile-toggle.toggled span:nth-child(2) {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.nav-transition ul.nav > li > a {
		color: #fff;
	}
	/*end slide css*/

	.dropdown > a {
		position: relative;
	}

	.dropdown > a:before {
		font-family: "FontAwesome"; 
		content: "\f054";
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		font-size: .7rem;
		-webkit-transition: all .125s ease-out;
		transition: all .125s ease-out;
	}

	.dropdown.show > a:before {
		-webkit-transform: translateY(-50%) rotate(90deg);
		        transform: translateY(-50%) rotate(90deg);
	}

	.dropdown-list {
		position: relative;
		width: 100%;
		padding-top: 7px;
		max-height: 0;
	}

	.dropdown-list:before {
		left: 30px;
		right: unset;
		top: 7px;
		background: #444;
	}

	.dropdown.show .dropdown-list {
		max-height: 300px;
	}

	.dropdown {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.dropdown-list > li > a {
		background: #444;
		color: #fff;
	}

	.mask {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100vh;
		z-index: 100;
		background: rgba(0,0,0,.6);
		visibility: hidden;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition: all .125s ease-out;
		transition: all .125s ease-out;
	}

	.slideout-open .mask {
		visibility: visible;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
	.owl-company .company-title {
		width: 100%;
	}

	.owl-company .fst-part {
		margin-bottom: auto;
		width: 100%;
	}

	.fitsjob-box .item-img a {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.fitsjob-box .item-img img {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

	.fitsjob-item.sm-item .item-img {
		width: 150px;
		height: 110px;
	}

	.fitsjob-item.sm-item .item-img img {
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		left: 50%;
	}
}