@charset "utf-8";
body {
font-family:Arial, Helvetica, sans-serif;
	color: var(--grey-dark);
	background-color: #fff;
	outline: none;
	overflow-x: hidden
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none
}
.h1, h1 {
	font-size: 65px
}
.h2, h2 {
	font-size: 45px
}
.h3, h3 {
	font-size: 35px
}
.h4, h4 {
	font-size: 26px
}
.h5, h5 {
	font-size: 22px
}
.h6, h6 {
	font-size: 17px
}
p {
	margin: 0 0 10px
}
h1.small {
	font-size: 25px
}
h3.small {
	font-size: 30px
}
::-webkit-input-placeholder {
color:#82888a!important
}
:-moz-placeholder {
color:#82888a!important
}
::-moz-placeholder {
color:#82888a!important
}
:-ms-input-placeholder {
color:#82888a!important
}
/*@font-face {
	font-family:Arial, Helvetica, sans-serif;
	src: url(../fonts/CircularAir-Book.eot);
	src: url(../fonts/CircularAir-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/CircularAir-Book.woff) format("woff"), url(../fonts/CircularAir-Book.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}*/
@font-face {
	font-family: 'Frontage-Outline';
	src: url(../fonts/Frontage-Outline_gdi.eot);
	src: url(../fonts/Frontage-Outline_gdi.eot?#iefix) format("embedded-opentype"), url(../fonts/Frontage-Outline_gdi.woff) format("woff"), url(../fonts/Frontage-Outline_gdi.ttf) format("truetype"), url(../fonts/Frontage-Outline_gdi.otf) format("opentype"), url(../fonts/Frontage-Outline_gdi.svg#Frontage-Outline) format("svg");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
unicode-range:U+000D-2122
}
/*@font-face {
	font-family:Arial, Helvetica, sans-serif;;
	src: url(../fonts/CircularAir-Bold_gdi.eot);
	src: url(../fonts/CircularAir-Bold_gdi.eot?#iefix) format("embedded-opentype"), url(../fonts/CircularAir-Bold_gdi.woff) format("woff"), url(../fonts/CircularAir-Bold_gdi.ttf) format("truetype"), url(../fonts/CircularAir-Bold_gdi.otf) format("opentype"), url(../fonts/CircularAir-Bold_gdi.svg#CircularAir-Bold) format("svg");
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
unicode-range:U+0-10FFFF
}*/
@font-face {
	font-family: 'montserratbold';
	src: url(../fonts/montserrat-bold-webfont.eot);
	src: url(../fonts/montserrat-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat-bold-webfont.woff2) format("woff2"), url(../fonts/montserrat-bold-webfont.woff) format("woff"), url(../fonts/montserrat-bold-webfont.ttf) format("truetype"), url(../fonts/montserrat-bold-webfont.svg#montserratbold) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'rupee_foradianregular';
	src: url(../fonts/rupee_foradian-webfont.eot);
	src: url(../fonts/rupee_foradian-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/rupee_foradian-webfont.woff2) format("woff2"), url(../fonts/rupee_foradian-webfont.woff) format("woff"), url(../fonts/rupee_foradian-webfont.ttf) format("truetype"), url(../fonts/rupee_foradian-webfont.svg#rupee_foradianregular) format("svg");
	font-weight: 400;
	font-style: normal
}

:root {
  --blue:#0265FF;
  --dark-blue:#0256D9;
  --blue-bg:#f2f7ff;
  --blue-light:#80b1ff;
  --black:#000000;
  --grey-dark:#565656;
  --grey-light:#acacac;
  --grey-light-more:#F2F2F2;
  --green:#03dc80;
  --green-dark:#03BB6D;
  --bg:#f8f8f8;
  --white:#ffffff;
  --yellow:#ffc415;
  --yellow-bg:#FFF2D0;
  --yellow-border:#FFE08A;
  --red:#f72d1c;  
  
}

.main {
	width: 100%;
	float: left;
	padding: 0
}
.banner {
	background: url(../images/banner.jpg) center top no-repeat var(--grey-dark);
	height: 710px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.banner-left {
	width: 55%;
	margin-top: 210px
}
.banner-left h1 {
	color: #fff;
	letter-spacing: -1px;
	margin: 0 0 0 -3px
}
.banner-left h1.small {
	line-height: 33px;
	margin: 0 0 35px
}
.navbar-nav {
	margin-left: 86px
}
.navbar-nav > li > a {
	padding: 30px 11px 10px
}
.s-btn {
	width: 16px;
	height: 16px;
	background: url(../images/search-icon.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 3px 7px 0 0;
	cursor: pointer;
	border: none
}
.navbar-inverse {
	position: absolute;
	margin: 0;
	background: none;
	border: none;
	z-index: 999
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-size: 16px
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background: none
}
.navbar-brand {
	height: auto
}
.search {
	background: none;
	border: none;
	width: 51px
}
.search-top {
	display: none
}
.navbar-nav > li > a i {
	float: left;
	margin-right: 5px
}
.jj-default {
	border: solid 2px #fff;
	border-radius: 3px;
	background: none;
	padding: 0 25px;
	height: 34px;
	color: #fff;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	line-height: 28px
}
.jj-default span {
	display: none
}
.jj-default.focus, .jj-default:focus {
	color: #fff;
	background-color: #1fb276;
	box-shadow: none;
	border: solid 2px #1fb276
}
.jj-default:hover {
	color: #fff;
	background-color: #1fb276;
	border: solid 2px #1fb276
}
.jj-default.active.focus, .jj-default.active:focus, .jj-default.active:hover, .jj-default:active.focus, .jj-default:active:focus, .jj-default:active:hover, .open>.dropdown-toggle.jj-default.focus, .open>.dropdown-toggle.jj-default:focus, .open>.dropdown-toggle.jj-default:hover {
	color: #fff;
	background-color: #1fb276;
	border: solid 2px #1fb276
}
.jj-primary {
	border-radius: 0 3px 3px 0;
	background: #27c685;
	padding: 0 39px;
	height: 50px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;;
	border: none;
	font-size: 18px;
	line-height: 50px
}
.jj-primary.focus, .jj-primary:focus {
	color: #fff;
	background-color: #1fb276;
	box-shadow: none
}
.jj-primary:hover {
	color: #fff;
	background-color: #1fb276
}
.jj-primary.active.focus, .jj-primary.active:focus, .jj-primary.active:hover, .jj-primary:active.focus, .jj-primary:active:focus, .jj-primary:active:hover, .open>.dropdown-toggle.jj-primary.focus, .open>.dropdown-toggle.jj-primary:focus, .open>.dropdown-toggle.jj-primaryt:hover {
	color: #fff;
	background-color: #1fb276
}
.jj-info {
	width: 235px;
	border-radius: 3px;
	background: none;
	border: solid 2px #27c685;
	padding: 0;
	color: #27c685;
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 16px;
	line-height: 41px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.jj-info.focus, .jj-info:focus {
	color: #fff;
	background-color: #27c685;
	border: solid 2px #27c685;
	box-shadow: none
}
.jj-info:hover {
	color: #fff;
	background-color: #27c685;
	border: solid 2px #27c685
}
.jj-info.active.focus, .jj-info.active:focus, .jj-info.active:hover, .jj-info:active.focus, .jj-info:active:focus, .jj-info:active:hover, .open>.dropdown-toggle.jj-info.focus, .open>.dropdown-toggle.jj-info:focus, .open>.dropdown-toggle.jj-info:hover {
	color: #fff;
	background-color: #1fb276;
	border: solid 2px #27c685
}
.home-job-blue {
	width: 235px;
	border-radius: 3px;
	background: #0079ff;
	border: solid 2px #0079ff;
	padding: 0;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 16px;
	line-height: 41px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.home-job-blue.focus, .home-job-blue:focus {
	color: #fff;
	background-color: #0576db;
	border: solid 2px #0576db;
	box-shadow: none
}
.home-job-blue:hover {
	color: #fff;
	background-color: #0576db;
	border: solid 2px #0576db
}
.home-job-blue.active.focus, .home-job-blue.active:focus, .home-job-blue.active:hover, .home-job-blue:active.focus, .home-job-blue:active:focus, .home-job-blue:active:hover, .open>.dropdown-toggle.home-job-blue.focus, .open>.dropdown-toggle.home-job-blue:focus, .open>.dropdown-toggle.jj-info:hover {
	color: #fff;
	background-color: #0576db;
	border: solid 2px #0576db
}
.jj-link {
	height: 50px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;;
	border: none;
	font-size: 18px;
	padding: 10px 13px 10px 7px
}
.jj-link.focus, .jj-link:focus {
	color: #fff
}
.jj-link:hover {
	color: #fff;
	text-decoration: none
}
.jj-link.active {
	color: #fff;
	text-decoration: none
}
.jj-head-bottom {
	width: 100%;
	margin-top: -90px;
	background: rgba(44,62,80,0.3);
	height: 90px;
	padding: 11px 0 10px
}
.navbar-form {
	padding: 0
}
.form-control.jj-input {
	width: 41.9%;
	height: 50px;
	border-radius: 3px 0 0 3px;
	font-size: 15px;
	color: #82888a;
	background: url(../images/search-icon-one.svg) 22px 16px no-repeat #fff;
	padding: 0 0 0 50px;
	box-sizing: border-box;
	float: left;
	border: none;
	width: 41.8%;
	height: 50px;
	border-radius: 3px 0 0 3px;
	font-size: 15px;
	color: #82888a;
	background: url(../images/search-icon-one.svg) 22px 16px no-repeat #fff;
	padding: 0 0 0 50px;
	box-sizing: border-box;
	float: left;
	border: none
}
.form-control.jj-menu {
	width: 100%;
	height: 50px;
	border-radius: 0 0 0 0;
	border: none;
	border-left: solid 1px #dbdbdb;
	margin: 0 0 0 -6px;
	box-sizing: border-box;
	font-size: 15px;
	color: #82888a;
	background: url(../images/slect_menu.svg) center right no-repeat #fff;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 0 0 40px;
	box-sizing: border-box
}
.jj-menu select {
	width: 100%
}
select option {
	width: 100%;
	float: left;
	display: block;
	font-size: 15px;
	color: #82888a;
	padding: 5px;
	text-align: left;
	text-decoration: none;
	text-indent: 15px;
	z-index: 1;
	position: relative
}
.form-control.jj-input:focus {
	box-shadow: none
}
.form-control.jj-menu:focus {
	box-shadow: none
}
.jj-group {
	position: relative;
	width: 20.6%;
	float: left
}
.jj-group i {
	width: 25px;
	height: 25px;
	position: absolute;
	display: inline-block;
	z-index: 1;
	margin: 15px 0 0 5px
}
.jj-group i.state {
	background: url(../images/state.svg) 7px top no-repeat
}
.jj-group i.rupee {
	background: url(../images/rupee.svg) 7px top no-repeat
}
.jj-search {
	border-radius: 0 3px 3px 0;
	background: #e74c3c;
	margin-left: -6px;
	padding: 0 53px 0 55px
}
.jj-search.focus, .jj-search:focus {
	color: #fff;
	background-color: #e74c3c
}
.jj-search:hover {
	color: #fff;
	background-color: #e74c3c
}
.jj-search.active.focus, .jj-search.active:focus, .jj-search.active:hover, .jj-search:active.focus, .jj-search:active:focus, .jj-search:active:hover, .open>.dropdown-toggle.jj-search.focus, .open>.dropdown-toggle.jj-search:focus, .open>.dropdown-toggle.jj-search:hover {
	color: #fff;
	background-color: #e74c3c
}
.mid-couner {
	width: 100%; margin-top:50px;
}
.jj-content {
	width: 100%;
	padding: 50px 0
}
.jj-content-home {
	width: 100%;
	padding: 60px 0;
	float: left
}
.three-grid {
	width: 550px;
	margin: 0 auto
}
.four-grid {
	width: 750px;
	margin: 0 auto
}
.eight-grid {
	width: 870px;
	margin: 0 auto
}
.ten-grid {
	width: 950px;
	margin: 0 auto
}
.section-one {
	width: 100%;
	background: #f5f5f5;
	float: left
}
.section-one h3 {
	margin: 0
}
.paragraph-one {
	width: 100%;
	text-align: center;
	margin: 0;
	color: #82888a;
	padding: 5px 0 50px
}
.paragraph-one h1 {
	margin: 0;
	color: #82888a;
	font-size: 17px;
	display: inline-block
}
.panel {
	margin-bottom: 30px
}
.jj-verified {
	background: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	height: 270px;
	text-align: left;
	border: solid 1px #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.jj-verified h4 {
	margin-top: 0;
	word-wrap: break-word
}
.jj-verified h4 a {
	color: var(--grey-dark);
	text-decoration: none
}
.jj-verified h3 {
	margin: 0;
	padding: 0 0 6px
}
.jj-verified h3 a {
	text-decoration: none;
	color: var(--grey-dark)
}
.jj-verified h5 a {
	text-decoration: none;
	color: var(--grey-dark)
}
.jj-verified h5 em {
	width: 37px;
	height: 37px;
	border: solid 1px #0079ff;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	line-height: 37px;
	color: #0079ff;
	font-style: normal;
	margin: 0 5px 0 0
}
.jj-verified ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 90px
}
.jj-verified ul li {
	font-size: 14px;
	color: #82888a;
	float: left;
	width: 100%;
	padding-bottom: 2px
}
.jj-verified ul li i {
	width: 14px;
	height: 20px;
	background: url(../images/verified-icon.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 2px 8px 0 0
}
.jj-verified ul li a {
	color: #82888a
}
.jj-verified ul li a:hover {
	color: #e74c3c;
	text-decoration: none
}
.jj-verified ul li i.rupee-iocn {
	background-position: left top
}
.jj-verified ul li i.user-iocn {
	background-position: left -21px
}
.jj-verified ul li i.state-iocn {
	background-position: left -44px
}
.jj-verified ul li i.full-iocn {
	background-position: left -122px
}
.jj-verified ul li i.days-iocn {
	background-position: left -97px
}
.jj-new {
	border: solid 1px #e74c3c;
	background: none;
	border-radius: 3px;
	font-size: 10px;
	color: #e74c3c;
	position: absolute;
	top: 10px;
	right: 10px;
	text-transform: uppercase;
	font-family: "Circular Air Book";
	height: 18px;
	padding: 0 6px;
	line-height: 17px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.two-day {
	border: solid 1px #565a5c!important;
	color: #565a5c!important;
	background: none!important
}
.jj-success {
	border-radius: 3px;
	background: none;
	padding: 0;
	height: 30px;
	color: #82888a;
	border: none;
	font-size: 12px;
	width:110px;
	border: solid 1px #82888a;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 20px;
	margin-right: 10px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.jj-success.focus, .jj-success:focus {
	background: #0079ff;
	border: solid 1px #0079ff;
	color: #fff;
	box-shadow: none
}
.jj-success:hover {
	background: #0079ff;
	border: solid 1px #0079ff;
	color: #fff
}
.jj-success.active.focus, .jj-success.active:focus, .jj-success.active:hover, .jj-success:active.focus, .jj-success:active:focus, .jj-success:active:hover, .open>.dropdown-toggle.jj-success.focus, .open>.dropdown-toggle.jj-success:focus, .open>.dropdown-toggle.jj-success:hover {
	background: #0079ff;
	border: solid 1px #0079ff;
	color: #fff
}
.jj-apply {
	border-radius: 3px;
	background: none;
	padding: 0;
	height: 30px;
	color: #82888a;
	border: none;
	font-size: 12px;
	width: 48.3%;
	border: solid 1px #82888a;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 20px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.jj-apply.focus, .jj-apply:focus {
	background: #27c685!important;
	border: solid 1px #27c685;
	color: #fff;
	box-shadow: none
}
.jj-apply:hover {
	background: #27c685!important;
	border: solid 1px #27c685;
	color: #fff
}
.jj-apply.active.focus, .jj-apply.active:focus, .jj-apply.active:hover, .jj-apply:active.focus, .jj-apply:active:focus, .jj-apply:active:hover, .open>.dropdown-toggle.jj-apply.focus, .open>.dropdown-toggle.jj-apply:focus, .open>.dropdown-toggle.jj-apply:hover {
	border: solid 1px #27c685;
	background: none;
	color: #fff
}
.jj-verified:hover {
	box-shadow: 0 0 50px #e4e4e4;
	border: solid 1px #e4e4e4
}
.jj-verified:hover .jj-new {
	background: #27c483;
	border: solid 1px #27c483;
	color: #fff
}
.jj-verified:hover .two-day {
	border: solid 1px #565a5c!important;
	color: #565a5c!important;
	background: none
}
.section-one p.text {
	padding: 0;
	margin-top: 20px
}
.section-two {
	width: 100%;
	background: #f5f5f5
}
.homepage .section-two {
	width: 100%;
	background: #fff
}
.section-two h3 {
	margin: 0
}
.section-two p {
	margin: 0;
	padding: 5px 0 50px;
	color: #82888a
}
.section-two p.text {
	margin-top: 20px;
	padding: 0
}
.press-client {
	width: 100%;
	background: #fff;
	padding: 15px 0
}
.inner-press {
	background: #f5f5f5
}
.press-client h6 {
	text-transform: uppercase;
	font-size: 14px
}
ul.press-client {
	list-style: none;
	margin: -10px 0 0;
	padding: 0
}
.press-client li {
	list-style: none;
	float: left;
	padding: 0 3px
}
.thing {
	color: var(--grey-dark);
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px
}
.thing figure img {
	width: 100%
}
.thing figure figcaption {
	padding: 8px 0 0
}
.employers {
	height: 105px;
	left: 40%;
	margin: 0 auto;
	position: absolute;
	top: 94px;
	width: 105px;
	z-index: 1;
	border: solid 2px #0079ff;
	border-radius: 100px;
	background: #fff;
	font-size: 11px;
	color: #0079ff;
	text-transform: uppercase;
	text-align: center;
	padding: 38px 0 0;
	box-sizing: border-box;
	font-family:Arial, Helvetica, sans-serif;
}
.employers-one {
	border: solid 2px #27c685;
	color: #27c685
}
.jj-explore {
	color: #fff;
	background: #e74c3c;
	border-color: #e74c3c;
	color: #fff
}
.jj-explore.focus, .jj-explore:focus {
	color: #fff;
	background: #e74c3c;
	border-color: #e74c3c
}
.jj-explore:hover {
	color: #fff;
	background: #e74c3c;
	border-color: #e74c3c
}
.jj-explore.active.focus, .jj-explore.active:focus, .jj-explore.active:hover, .jj-explore:active.focus, .jj-explore:active:focus, .jj-explore:active:hover, .open>.dropdown-toggle.jj-explore.focus, .open>.dropdown-toggle.jj-explore:focus, .open>.dropdown-toggle.jj-explore:hover {
	color: #fff;
	background: #e74c3c;
	border-color: #e74c3c
}
.serach-j-btn {
	color: #fff;
	background: #0079ff;
	border-color: #0079ff;
	color: #fff;
	margin-right: 20px
}
.serach-j-btn.focus, .serach-j-btn:focus {
	color: #fff;
	background: #0371ec;
	border-color: #0371ec
}
.serach-j-btn:hover {
	color: #fff;
	background: #0371ec;
	border-color: #0371ec
}
.serach-j-btn.active.focus, .serach-j-btn.active:focus, .serach-j-btn.active:hover, .serach-j-btn:active.focus, .serach-j-btn:active:focus, .serach-j-btn:active:hover, .open>.dropdown-toggle.serach-j-btn.focus, .open>.dropdown-toggle.serach-j-btn:focus, .open>.dropdown-toggle.serach-j-btn:hover {
	color: #fff;
	background: #0371ec;
	border-color: #0371ec
}
.postjob-button {
	color: #fff;
	background: #27c685;
	border-color: #27c685;
	color: #fff
}
.postjob-button.focus, .postjob-button:focus {
	color: #fff;
	background: #1fb276;
	border-color: #1fb276
}
.postjob-button:hover {
	color: #fff;
	background: #1fb276;
	border-color: #1fb276
}
.postjob-button.active.focus, .postjob-button.active:focus, .postjob-button.active:hover, .postjob-button:active.focus, .postjob-button:active:focus, .postjob-button:active:hover, .open>.dropdown-toggle.postjob-button.focus, .open>.dropdown-toggle.postjob-button:focus, .open>.dropdown-toggle.postjob-button:hover {
	color: #fff;
	background: #1fb276;
	border-color: #1fb276
}
.section-three {
	width: 100%;
	background: #0079ff;
	float: left
}
.section-three h3 {
	margin: 0;
	color: #fff
}
.paragraph {
	width: 100%;
	text-align: center;
	margin: 0;
	color: #fff;
	padding: 5px 0 35px
}
.paragraph h2 {
	margin: 0;
	font-size: 17px;
	color: #fff;
	display: inline-block
}
.jobs-list {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px
}
.jobs-list figure {
	width: 130px;
	height: 130px;
	margin: 0 auto;
	border: solid 2px #0079ff;
	border-radius: 100px;
	padding: 0 10px;
	line-height: 17px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.jobs-list figure a {
	color: #fff
}
.jobs-list figure a:hover {
	color: #fff;
	text-decoration: none
}
.jobs-list figure i {
	width: 65px;
	height: 65px;
	display: flex;
	background: url(../images/search-job-icon.svg) left top no-repeat;
	margin: 12px auto 0;
	display: block
}
.jobs-list figure i.job-icon1 {
	background-position: -7px top
}
.jobs-list figure i.job-icon2 {
	background-position: -95px top
}
.jobs-list figure i.job-icon3 {
	background-position: -183px top
}
.jobs-list figure i.job-icon4 {
	background-position: -267px top
}
.jobs-list figure i.job-icon5 {
	background-position: -348px top
}
.jobs-list figure i.job-icon6 {
	background-position: -443px top;
	width: 80px
}
.jobs-list figure i.job-icon7 {
	background-position: -4px -81px
}
.jobs-list figure i.job-icon8 {
	background-position: -97px -81px
}
.jobs-list figure i.job-icon9 {
	background-position: -186px -81px
}
.jobs-list figure i.job-icon10 {
	background-position: -268px -81px
}
.jobs-list figure i.job-icon11 {
	background-position: -359px -81px
}
.jobs-list figure i.job-icon12 {
	background-position: -458px -81px
}
.jobs-list figure i.job-icon13 {
	background-position: -6px -163px
}
.jobs-list figure i.job-icon14 {
	background-position: -95px -163px
}
.jobs-list figure i.job-icon15 {
	background-position: -184px -163px
}
.jobs-list figure i.job-icon16 {
	background-position: -274px -163px
}
.jobs-list figure i.job-icon17 {
	background-position: -358px -163px
}
.jobs-list figure i.job-icon18 {
	background-position: -458px -163px
}
.jobs-list figure i.job-icon19 {
	background-position: -2px -236px
}
.jobs-list figure i.job-icon20 {
	background-position: -95px -236px
}
.jobs-list figure i.job-icon21 {
	background-position: -180px -236px
}
.jobs-list figure i.job-icon22 {
	background-position: -271px -232px
}
.jobs-list figure i.job-icon23 {
	background-position: -365px -236px
}
.jobs-list figure i.job-icon24 {
	background-position: -457px -236px
}
.jobs-list figure:hover {
	border: solid 2px #fff
}
a.jj-browse {
	color: #fff;
	background: none;
	border-color: #fff
}
.jj-browse.focus, .jj-browse:focus {
	color: #0079ff!important;
	background: #fff!important;
	border-color: #fff
}
.jj-browse:hover {
	color: #27c685;
	background: #fff;
	border-color: #fff
}
.jj-browse.active {
	color: #27c685;
	background: #fff;
	border-color: #fff
}
.jj-browse.active.focus, .jj-browse.active:focus, .jj-browse.active:hover, .jj-browse.focus:active, .jj-browse:active:focus, .jj-browse:active:hover, .open > .dropdown-toggle.jj-browse.focus, .open > .dropdown-toggle.jj-browse:focus, .open > .dropdown-toggle.jj-browse:hover {
	color: #27c685;
	background: #fff;
	border-color: #fff
}
.section-four {
	width: 100%;
	background: #fff
}
.section-four h3 {
	margin: 0
}
.section-four p {
	margin: 0;
	padding: 5px 0 50px;
	color: #82888a
}
.section-four p.text {
	margin-top: 50px;
	padding: 0
}
.jj-testimonial {
	text-align: center
}
.jj-testimonial figure img {
	width: 105px;
	height: 105px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.jj-testimonial figure figcaption span {
	font-size: 16px;
	color: #82888a;
	line-height: 19px;
	display: inline-block;
	padding-top: 20px
}
.jj-testimonial figure figcaption span strong {
	color: #e74c3c;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
}
.jj-testimonial figure figcaption p {
	color: #565a5c;
	padding: 8px 20px 0;
	font-size: 16px
}
.section-five {
	width: 100%;
	background: #0079ff url(../images/logo-pattern.svg) left top repeat
}
.section-five h3 {
	margin: 0;
	color: #fff;
	padding-bottom: 0
}
.section-five p {
	margin: 0;
	color: #fff
}
.section-six {
	width: 100%;
	background: #f5f5f5
}
.section-six h3 {
	margin: 0
}
.section-six p {
	margin: 0;
	padding: 5px 0 55px;
	color: #82888a
}
.section-six p.text {
	margin-top: 40px;
	padding: 0
}
.jj-blog a {
	color: var(--grey-dark);
	text-decoration: none
}
.jj-blog figure {
	width: 100%;
	position: relative
}
.jj-blog figure img {
	width: 100%
}
.jj-blog {
	margin-top: 0;
	height: 320px;
	box-shadow: 0 3px 0 #eaedef;
	background: #fff;
	border: solid 1px #eaedef;
	border-radius: 3px;
	text-align: left
}
.jj-blog .panel-default {
	box-shadow: none;
	border: none
}
.jj-blog span {
	padding: 20px 20px 10px!important;
	color: #e74c3c;
	font-size: 12px!important;
	text-transform: uppercase;
	line-height: 17px;
	display: inline-block;
	width: 100%;
	font-weight: 400;
	text-align: left
}
.jj-blog h5 {
	text-align: left;
	margin-top: 10px;
	padding: 0 20px 10px;
	min-height: auto
}
.jj-blog h5:hover {
	color: #e74c3c
}
.jj-blog-caption {
	border: none;
	background: none;
	border-radius: 2px;
	font-size: 10px;
	color: #e74c3c;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;;
	height: 18px;
	padding: 0 6px;
	line-height: 17px
}
.jj-sign {
	color: #fff;
	background: none;
	border-color: #fff
}
.jj-sign.focus, .jj-sign:focus {
	color: #0079ff;
	background: #fff;
	border-color: #fff
}
.jj-sign:hover {
	color: #0079ff;
	background: #fff;
	border-color: #fff;
	border-color: #fff
}
.jj-sign.active.focus, .jj-sign.active:focus, .jj-sign.active:hover, .jj-sign:active.focus, .jj-sign:active:focus, .jj-sign:active:hover, .open>.dropdown-toggle.jj-sign.focus, .open>.dropdown-toggle.jj-sign:focus, .open>.dropdown-toggle.jj-sign:hover {
	color: #0079ff;
	background: #fff;
	border-color: #fff
}
.section-seven {
	width: 100%;
	background: var(--grey-dark)
}
.footer {
	width: 100%;
	background: var(--grey-dark);
	float: left
}
.footer-up {
	width: 100%;
	padding: 30px 0 25px;
	border-bottom: solid 1px #3e5264
}
.contact-list ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.contact-list ul li {
	line-height: normal;
	float: left;
	padding: 0 32px
}
.contact-list ul li a {
	font-size: 14px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;;
	text-transform: uppercase
}
.contact-list ul li a i {
	width: 36px;
	height: 33px;
	float: left;
	background: url(../images/chat-icon.svg) left top no-repeat;
	margin: -5px 10px 0 0
}
.contact-list ul li a i.chat {
	background-position: left top
}
.contact-list ul li a i.contact {
	background-position: -59px top
}
.contact-list ul li a i.helpdesk {
	background-position: -119px top
}
.contact-list ul li a i.feedback {
	background-position: -178px top
}
.contact-list ul li a:hover {
	text-decoration: none
}
.footer-down {
	width: 100%;
	padding: 55px 0;
	background: url(../images/pattern.png) left top repeat var(--grey-dark)
}
.footer-nav h6 {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;;
	margin: 0;
	padding: 0 0 8px
}
.footer-nav a {
	color: #fff
}
.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.footer-nav ul li {
	line-height: normal
}
.footer-nav ul li a.emp-landing-foot {
	color: #27c685;
	padding-top: 15px;
	display: inline-block
}
.footer-nav ul li a.seeker-landing-foot {
	color: #27c685
}
.footer-nav ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	transition: all .5s ease 0
}
.footer-nav ul li a:hover {
	text-decoration: none;
	color: #27c685
}
.footer-bot {
	width: 100%;
	float: left;
	color: #fff;
	padding-top: 50px
}
.social {
	margin: 0 auto;
	width: 265px
}
.social ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.social ul li {
	line-height: none;
	float: left;
	margin-right: 13px
}
.social ul li a {
	width: 40px;
	height: 40px;
	background: url(../images/social.svg) left top no-repeat;
	display: block;
	border: solid 1px #fff;
	border-radius: 100px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.social ul li a:hover {
	background: url(../images/social.svg) left top no-repeat #fff
}
.social ul li a.f-icon {
	background-position: 12px 9px
}
.social ul li a:hover.f-icon {
	background-position: 12px 9px;
	background-color: #005189;
	border: solid 1px #fff
}
.social ul li a.t-icon {
	background-position: -41px 9px
}
.social ul li a:hover.t-icon {
	background-position: -41px 9px;
	background-color: #13a1d0;
	border: solid 1px #fff
}
.social ul li a.g-icon {
	background-position: -94px 9px
}
.social ul li a:hover.g-icon {
	background-position: -94px 9px;
	background-color: #bf3729;
	border: solid 1px #fff
}
.social ul li a.link-icon {
	background-position: -148px 9px
}
.social ul li a:hover.link-icon {
	background-position: -148px 9px;
	background-color: #3a93c5;
	border: solid 1px #fff
}
.social ul li a.e-icon {
	background-position: -202px 9px
}
.social ul li a:hover.e-icon {
	background-position: -202px 9px;
	background-color: var(--grey-dark);
	border: solid 1px #fff
}
.copyright {
	width: 100%;
	float: left;
	padding: 30px 0 0
}
.copyright p {
	font-size: 12px;
	color: #fff;
	padding: 0;
	margin: 5px 0 0
}
.jj-support {
	width: 655px;
	margin: 30px auto 0
}
.jj-support label {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	float: left;
	line-height: 42px;
	padding-right: 10px
}
.jj-support ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.jj-support ul li {
	line-height: normal;
	float: left;
	margin: 0 20px 0 0
}
.jj-head-bottom .sticky {
	position: fixed;
	width: 100%;
	z-index: 9999999;
	height: 90px;
	background: rgba(44,62,80,0.80) none repeat scroll 0 0;
	display: inline-block;
	padding-top: 10px;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all.3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all.3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.privacy-nav .sticky {
	position: fixed;
	width: 100%;
	z-index: 9999999;
	height: 45px;
	background: rgba(44,62,80,0.80) none repeat scroll 0 0;
	display: inline-block;
	left: 0;
	top: 0;
	padding: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all.3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all.3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.inside-banner {
	width: 100%
}
.inside-banner h1{ font-size:50px;}
.legal-banner {
	width: 100%;
	background: url(../images/legal-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.inside-banner h1 {
	padding-top:200px;
	color: #fff;
	position: relative;
	z-index: 999;
	padding-bottom:160px;
	letter-spacing: -2px
}
.legal-sec {
	width: 100%;
	text-align: center;
	position: relative;
	background: #f5f5f5
}
.new-post-blog {
	width: 100%;
	text-align: center;
	position: relative;
	background: #f5f5f5
}
.legal-sec span {
	font-size: 30px;
	color: var(--grey-dark);
	display: block;
	padding: 40px 110px 0;
	line-height: 35px
}
.legal-list {
	margin-top: 80px; min-height: 210px;
}
.legal-list figure i {
	width: 100px;
	height: 106px;
	margin: 0 auto;
	background: url(../images/legal-list-icon.svg) left top no-repeat;
	display: inline-block
}
.legal-list figure figcaption h5 {
	margin: 18px 0 5px
}
.legal-list figure figcaption p {
	line-height: 23px;
	padding: 0 20px
}
.legal-list figure a {
	color: var(--grey-dark);
	text-decoration: none
}
.legal-list figure a:hover {
	text-decoration: none
}
.legal-list figure i.legal-icon-1 {
	background-position: left top
}
.legal-list figure i.legal-icon-2 {
	background-position: -130px top
}
.legal-list figure i.legal-icon-3 {
	background-position: -267px top
}
.legal-list figure i.legal-icon-4 {
	background-position: -396px top
}
.legal-list figure i.legal-icon-5 {
	background-position: -528px top
}
.legal-list figure i.legal-icon-6 {
	background-position: -663px top
}
.legal-list figure i.legal-icon-7 {
	background-position: -792px top
}
.legal-list figure i.legal-icon-8 {
	background-position: -924px top
}
.legal-list figure i.legal-icon-9 {
	background-position: -1052px top
}
.legal-list figure a:hover i.legal-icon-1 {
	background-position: left -106px
}
.legal-list figure a:hover i.legal-icon-2 {
	background-position: -130px -106px
}
.legal-list figure a:hover i.legal-icon-3 {
	background-position: -267px -106px
}
.legal-list figure a:hover i.legal-icon-4 {
	background-position: -396px -106px
}
.legal-list figure a:hover i.legal-icon-5 {
	background-position: -528px -106px
}
.legal-list figure a:hover i.legal-icon-6 {
	background-position: -663px -106px
}
.legal-list figure a:hover i.legal-icon-7 {
	background-position: -792px -106px
}
.legal-list figure a:hover i.legal-icon-8 {
	background-position: -924px -106px
}
.legal-list figure a:hover i.legal-icon-9 {
	background-position: -1052px -106px
}
.legal-one {
	background: #fff
}
.legal-one h3 {
	margin: 0;
	padding-bottom: 0
}
.legal-one h3.small {
	font-size: 30px;
	margin-bottom: 30px
}
.legal-one label {
	width: auto;
	float: left;
	font-size: 30px;
	font-weight: 400;
	line-height: 45px;
	margin: 0
}
.value-section {
	width: 100%;
	background: #f5f5f5
}
.looking {
	width: 585px;
	margin: 0 auto
}
.header {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}
.privacy-banner {
	background: url(../images/privacy-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.refund-banner {
	background: url(../images/refund-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.security {
	background: url(../images/security.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.spam-banner {
	background: url(../images/spam-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.term-banner {
	background: url(../images/term-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.cookies-banner {
	background: url(../images/cookies-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.copyright-banner {
	background: url(../images/copyright-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.trademarks-banner {
	background: url(../images/trademark-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.registration-banner {
	background: url(../images/registration-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.privacy-nav {
	height: 45px;
	margin-top: -45px;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 999
}
.privacy-nav a {
	font-size: 14px;
	color: #fff;
	padding: 0 15px 0 14px;
	line-height: 45px;
	display: inline-block;
	list-style: none;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	margin-left: -4px
}
.privacy-nav a:hover {
	background: rgba(0,0,0,0.25);
	text-decoration: none;
	color: #fff
}
.privacy-nav a.active {
	background: rgba(255,255,255,0.25);
	text-decoration: none;
	color: #fff
}
.privacy-sec {
	width: 100%;
	background: #f5f5f5
}
.privacy-sec p {
	color: var(--grey-dark);
	padding-bottom: 30px;
	margin: 0
}
.privacy-sec p strong {
	font-family:Arial, Helvetica, sans-serif;;
	font-weight: 400
}
.privacy-content {
	width: 100%;
	text-align: left
}
.privacy-content p {
	padding: 0 0 35px;
	margin: 0;
	color: var(--grey-dark);
	line-height: 27px
}
.privacy-content p a {
	color: #e74c3c;
	display: block
}
.privacy-sec h3 {
	margin-top: 0
}
.privacy-content h5 {
	margin: 0;
	padding: 0
}
.privacy-content h6 {
	font-family:Arial, Helvetica, sans-serif;;
	margin-top: 0
}
ol.privacy-list {
	list-style: number;
	margin: 0;
	padding: 0 0 0 30px;
	margin-left: 30px
}
.privacy-list li {
	padding: 0 0 30px
}
ul.change-loge {
	list-style: circle;
	margin: 0;
	padding: 0 0 0 18px
}
.change-loge li {
	padding: 0 0 25px 10px
}
.jj-download {
	color: #fff;
	background: none;
	border-color: #e94436;
	color: #e94436;
	margin-top: 10px;
	height: 45px
}
.jj-download.focus, .jj-download:focus {
	color: #fff;
	background: #e94436;
	border-color: #e94436
}
.jj-download:hover {
	color: #fff;
	background: #e94436;
	border-color: #e94436
}
.jj-download.active.focus, .jj-download.active:focus, .jj-download.active:hover, .jj-download:active.focus, .jj-download:active:focus, .jj-download:active:hover, .open>.dropdown-toggle.jj-download.focus, .open>.dropdown-toggle.jj-download:focus, .open>.dropdown-toggle.jj-download:hover {
	color: #fff;
	background: #e94436;
	border-color: #e94436
}
.jj-download i {
	display: inline-block;
	height: 45px;
	width: 55px;
	float: left;
	background: url(../images/dowload-btn.svg) 15px 8px no-repeat;
	border-right: solid 2px #e94436;
	margin: -2px 0 0
}
.jj-download:hover i {
	background: url(../images/dowload-btn-ho.svg) 15px 8px no-repeat;
	border-right: solid 2px #fff
}
.jj-download.active i {
	background: url(../images/dowload-btn-ho.svg) 15px 6px no-repeat;
	border-right: solid 2px #fff
}
.jj-download.active.focus i, .jj-download.active:focus i, .jj-download:active.focus i, .jj-download:active:focus i, .open>.dropdown-toggle i.jj-download.focus i, .open>.dropdown-togglei .jj-download:focus i, .open>.dropdown-toggle i.jj-download:hover {
	background: url(../images/dowload-btn-ho.svg) 15px 8px no-repeat;
	border-right: solid 2px #fff
}
.jj-copyright h5 {
	padding: 0
}
.jj-copyright p {
	color: var(--grey-dark)
}
.copyright-button {
	color: #fff;
	width: 280px;
	background: none;
	border-color: #e94436;
	color: #e94436;
	margin-top: 10px;
	margin-left: 8px
}
.copyright-button.focus, .copyright-button:focus {
	color: #fff;
	background: #e94436;
	border-color: #e94436
}
.copyright-button:hover {
	color: #fff;
	background: #e94436;
	border-color: #e94436
}
.copyright-button.active.focus, .copyright-button.active:focus, .copyright-button.active:hover, .copyright-button:active.focus, .copyright-button:active:focus, .copyright-button:active:hover, .open>copyright-button-toggle.copyright-button.focus, .open>.copyright-button.jj-copyright:focus, .open>.copyright-button-toggle.jj-copyright-button:hover {
	color: #fff;
	background: #e94436;
	border-color: #e94436
}
.jj-tradmark {
	width: auto;
	float: right;
	margin-left: 40px
}
.imgWrap {
	width: auto;
	float: left;
	margin-right: 40px;
	position: relative;
	height: 276px;
	max-width: 264px;
	width: 100%
}
.imgDescription {
	position: absolute;
	padding: 0;
	margin: 0;
	cursor: pointer;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 276px;
	right: 0;
	background: rgba(0,0,0,0.50);
	color: #fff;
	visibility: hidden;
	opacity: 0
}
.imgWrap:hover .imgDescription {
	visibility: visible;
	opacity: 1
}
.imgWrap-one {
	position: relative;
	height: 247px;
	max-width: 262px;
	width: 100%
}
.imgDescription-one {
	position: absolute;
	padding: 0;
	margin: 0;
	cursor: pointer;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 247px;
	right: 0;
	background: rgba(0,0,0,0.50);
	color: #fff;
	visibility: hidden;
	opacity: 0
}
.imgWrap-one:hover .imgDescription-one {
	visibility: visible;
	opacity: 1
}
.imgWrap-two {
	position: relative;
	height: 340px;
	max-width: 260px;
	width: 100%
}
.imgDescription-two {
	position: absolute;
	padding: 0;
	margin: 0;
	cursor: pointer;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 340px;
	right: 0;
	background: rgba(0,0,0,0.50);
	color: #fff;
	visibility: hidden;
	opacity: 0
}
.imgWrap-two:hover .imgDescription-two {
	visibility: visible;
	opacity: 1
}
.about-banner {
	background: url(../images/about-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.career-banner {
	background: url(../images/career-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.contact-banner {
	background: url(../images/contact-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.press-banner {
	background: url(../images/press-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.employe-banner {
	background: url(../images/employe-banner.jpg) center top no-repeat var(--grey-dark);
	height: 135px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.individual-banner {
	background: url(../images/individual.jpg) center top no-repeat var(--grey-dark);
	height: 380px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative
}
.blog-banner {
	background: url(../images/blog-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.blog-detail-banner {
	background: url(../images/blog-detail-banner.jpg) center top/cover no-repeat var(--grey-dark);
	height: 460px;
	position: relative
}
.blog-detail-banner .bg-color {
	background: none
}
.features-banner {
	background: url(../images/features.jpg) center top/cover no-repeat var(--grey-dark)
}
.brand-banner {
	background: url(../images/brand-banner.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.pricing-banner {
	background: url(../images/pricing.jpg) center top no-repeat var(--grey-dark);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.bg-color {
	background: #000;
	width: 100%;
	height: 100%;
	opacity: .4
}
.team-section {
	width: 100%;
	background: #f5f5f5
}
.team-section h3 {
	margin: 0;
	padding: 0 0 20px
}
.team-section h3.small {
	padding: 0 0 35px
}
.team-section h4 {
	margin: 0;
	padding: 0 50px 20px
}
.team-section .jj-content {
	padding: 0 0 100px
}
.team-list {
	margin-bottom: 35px
}
.team-list-end {
	margin-left: 38%
}
.team-list figure img {
	width: 150px;
	height: 150px
}
.team-list figure figcaption h6 {
	margin: 12px 0 0
}
.team-list figure figcaption span {
	font-size: 12px;
	color: #565a5c;
	text-transform: uppercase
}
.team-social {
	margin-top: 15px
}
.team-social a {
	width: 21px;
	height: 21px;
	background: url(../images/team-social.svg) left top no-repeat;
	display: inline-block;
	margin-right: 2px
}
.team-social a.tweet {
	background-position: -26px top
}
.team-social a.web {
	background-position: -54px top
}
.team-social a:hover {
	opacity: .8
}
.mission-section {
	width: 100%;
	background: url(../images/mission-bg.jpg) center top repeat-y;
	display: inline-block
}
.mission-section h3 {
	color: #fff
}
.mission-section p {
	color: #fff;
	font-size: 26px;
	line-height: 37px;
	padding: 0 80px
}
.value-section h3 {
	margin: 0
}
.value-section p {
	margin: 0;
	padding: 5px 0 0;
	color: #82888a
}
.value-list {
	margin-top: 40px
}
.value-list figure i {
	width: 75px;
	height: 70px;
	margin: 0 auto;
	background: url(../images/value-icon.svg) left top no-repeat;
	display: inline-block
}
.value-list figure figcaption h5 {
	margin: 18px 0 5px
}
.value-list figure figcaption p {
	line-height: 23px;
	padding: 0 20px
}
.value-list figure a {
	color: var(--grey-dark);
	text-decoration: none
}
.value-list figure a:hover {
	text-decoration: none
}
.value-list figure i.value-icon-1 {
	background-position: left top
}
.value-list figure i.value-icon-2 {
	background-position: -105px 6px
}
.value-list figure i.value-icon-3 {
	background-position: -205px -1px
}
.value-list figure i.value-icon-4 {
	background-position: left -105px
}
.value-list figure i.value-icon-5 {
	background-position: -103px -108px
}
.value-list figure i.value-icon-6 {
	width: 90px;
	height: 70px;
	background-position: -198px -106px
}
.company a {
	padding: 0 30px;
	margin-left: -4px
}
.bg-color-gr {
	padding: 100px 0;
	display: inline-block;
	background: #27c685
}
.bg-color-bl {
	padding: 100px 0;
	display: inline-block;
	background: #0079ff
}
.opening-section {
	width: 100%;
	width: 100%;
	background: #f5f5f5
}
.opening-section h3 {
	margin: 0;
	padding: 0 190px 50px
}
.opening-section h5 a {
	color: #e74c3c;
	text-decoration: underline
}
.jj-opening {
	background: #fff;
	border: solid 1px #dce0e0;
	border-radius: 3px;
	box-shadow: none;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	height: auto;
	border-bottom: solid 2px #e74c3c
}
.jj-opening-left {
	width: auto;
	float: left;
	margin-right: 3%
}
.jj-opening-right {
	width: 87%;
	display: inline-block
}
.jj-opening h4 {
	margin-top: 0;
	word-wrap: break-word
}
.jj-opening ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.jj-opening ul li {
	font-size: 17px;
	color: #82888a;
	float: left;
	width: 100%;
	padding-bottom: 2px
}
.jj-opening ul li i {
	width: 14px;
	height: 20px;
	background: url(../images/location-icon.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 2px 8px 0 0
}
.jj-opening ul li i.experience {
	background-position: left 4px
}
.jj-opening ul li i.location {
	background-position: left -21px
}
.team-pic {
	width: 100%;
	background: url(../images/team-pic.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 260px
}
.reasons-section {
	width: 100%;
	background: #f5f5f5
}
.reasons-section h3 {
	padding-bottom: 0;
	margin: 0
}
.reason-list {
	margin-top: 35px;
	height: 135px
}
.reason-list h3 {
	margin: 0;
	padding: 0
}
.reason-list figure figcaption p {
	margin: 5px 0 0
}
.reason-list figure a {
	color: var(--grey-dark);
	text-decoration: none
}
.reason-list figure a:hover {
	text-decoration: none
}
.reason-list figure i {
	width: 65px;
	height: 65px;
	margin: 0 auto;
	background: url(../images/reason-icon.svg) left top no-repeat;
	display: inline-block
}
.reason-list figure i.reason-icon-1 {
	background-position: left top
}
.reason-list figure i.reason-icon-2 {
	background-position: -85px top
}
.reason-list figure i.reason-icon-3 {
	background-position: -176px top
}
.reason-list figure i.reason-icon-4 {
	background-position: -263px top;
	width: 68px
}
.reason-list figure i.reason-icon-5 {
	background-position: -355px top
}
.reason-list figure i.reason-icon-6 {
	background-position: -445px top
}
.reason-list figure i.reason-icon-7 {
	background-position: -537px top
}
.reason-list figure i.reason-icon-8 {
	background-position: -628px top
}
.press-info {
	margin-top: 40px
}
.press-info h3 {
	margin: 0;
	padding: 0
}
.press-info figure figcaption p {
	margin: 5px 0 0
}
.press-info figure figcaption p span {
	display: block;
	color: #82888a;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0;
	line-height: normal
}
.press-info figure a {
	color: var(--grey-dark);
	text-decoration: none
}
.press-info figure a:hover {
	text-decoration: none
}
.press-info figure i {
	width: 80px;
	height: 78px;
	margin: 0 auto;
	background: url(../images/press-info.svg) left top no-repeat;
	display: inline-block
}
.press-info figure i img {
	width: 100%
}
.press-info figure i.info-icon1 {
	background-position: left top
}
.press-info figure i.info-icon2 {
	background-position: -104px top
}
.press-info figure i.info-icon3 {
	background-position: -209px top
}
.press-info figure i.info-icon4 {
	background-position: -314px top
}
.news {
	margin-top: 80px!important
}
.news h3 {
	margin: 0;
	padding: 0 0 35px
}
.news-list {
	background: #fff;
	border: solid 1px #e5e5e5;
	padding: 30px;
	border-radius: 0;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
	text-align: left;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	position: relative
}
.news-list span {
	position: absolute;
	right: 0;
	padding: 0;
	font-size: 16px;
	color: #82888a;
	border-left: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	top: 0;
	padding: 0 15px 0 15px;
	background: #fff;
	letter-spacing: 1px;
	text-transform: uppercase
}
.news-list a {
	color: #82888a;
	display: block;
	text-decoration: none
}
.news-list:hover {
	background: #f5f5f5
}
.news-list p {
	font-size: 22px;
	color: var(--grey-dark);
	line-height: 26px;
	padding: 22px 0 0
}
.press-content p {
	font-size: 16px;
	padding-bottom: 8px
}
.press-content span {
	display: block;
	color: #82888a;
	font-size: 11px!important;
	text-transform: uppercase;
	padding: 0
}
.press-content a {
	text-decoration: none;
	color: var(--grey-dark);
	float: left;
	padding-bottom: 30px
}
.blog {
	margin-top: 50px
}
.blog-list {
	margin-top: 0;
	height: 350px;
	box-shadow: 0 3px 0 #eaedef;
	background: #fff;
	border: solid 1px #eaedef;
	border-radius: 3px;
	text-align: left
}
.blog-none-color {
	border: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background: none
}
.blog-list .panel-default {
	box-shadow: none;
	border: none
}
.blog-list figure {
	position: relative
}
.blog-list figure img {
	width: 100%
}
.blog-list span {
	padding: 20px 20px 10px!important;
	color: #e74c3c;
	font-size: 12px!important;
	text-transform: uppercase;
	line-height: 17px;
	display: inline-block;
	width: 100%;
	font-weight: 400;
	text-align: left
}
.blog-list h5 {
	text-align: left;
	margin-top: 15px;
	padding: 0 20px 10px;
	min-height: auto
}
.blog-list a {
	text-decoration: none;
	color: var(--grey-dark)
}
.blog-soical-list {
	width: 100%;
	float: left;
	border-top: solid 1px #eaedef;
	padding: 15px 0
}
.blog-soical-list ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0
}
.blog-soical-list ul li {
	line-height: normal;
	float: left
}
.blog-soical-list ul li a {
	width: 30px;
	height: 19px;
	background: url(../images/blog-social.svg) left top no-repeat;
	display: block;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.blog-soical-list ul li a.blog-fb {
	background-position: left top
}
.blog-soical-list ul li a.blog-tweet {
	background-position: -52px top
}
.blog-soical-list ul li a.blog-gplus {
	background-position: -105px top
}
.blog-soical-list ul li a.blog-linked {
	background-position: -159px top
}
.blog-soical-list ul li a:hover.blog-fb {
	background-position: left -19px
}
.blog-soical-list ul li a:hover.blog-tweet {
	background-position: -52px -19px
}
.blog-soical-list ul li a:hover.blog-gplus {
	background-position: -105px -19px
}
.blog-soical-list ul li a:hover.blog-linked {
	background-position: -159px -19px
}
.subscribe {
	background: #0079ff;
	border: solid 1px #0079ff;
	border-radius: 0;
	padding: 30px;
	margin: 0;
	min-height: 247px
}
.subscribe h4 {
	color: #fff;
	line-height: 29px;
	margin: 0;
	padding-bottom: 22px;
	padding-right: 35px;
	text-align: left
}
.form-control.jj-subs {
	width: 58.2%;
	height: 50px;
	border-radius: 3px 0 0 3px;
	font-size: 15px;
	color: #565a5c;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	float: left;
	border: none
}
.subscribe-text {
	border: solid 1px #0079ff;
	font-size: 14px;
	color: #0079ff;
	text-align: left;
	line-height: 60px;
	text-indent: 27px
}
.subscribe-text a {
	color: #0079ff
}
.subscribe-text a:hover {
	text-decoration: underline
}
.jj-subscribe {
	border-radius: 0 3px 3px 0;
	background: #27c685;
	margin-left: -7px;
	padding: 0 25px;
	font-size: 16px
}
.jj-subscribe.focus, .jj-subscribe:focus {
	color: #fff;
	background-color: #27c685
}
.jj-subscribe:hover {
	color: #fff;
	background-color: #27c685
}
.jj-subscribe.active.focus, .jj-subscribe.active:focus, .jj-subscribe.active:hover, .jj-subscribe:active.focus, .jj-subscribe:active:focus, .jj-subscribe:active:hover, .open>.dropdown-toggle.jj-subscribe.focus, .open>.dropdown-toggle.jj-subscribe:focus, .open>.dropdown-toggle.jj-subscribe:hover {
	color: #fff;
	background-color: #27c685
}
.statnow {
	background: #27c685;
	border: solid 1px #27c685;
	padding: 20px 30px
}
.statnow-text {
	border: solid 1px #27c685;
	background: #fff;
	font-size: 13px;
	color: #27c685;
	text-align: left;
	line-height: 60px;
	text-indent: 27px
}
.statnow-text a {
	color: #27c685
}
.statnow p a {
	color: #fff
}
.loading {
	margin-top: 70px;
	font-size: 16px;
	color: #565a5c;
	cursor: default
}
.loading img {
	margin-right: 8px
}
#mc-embedded-subscribe-form .jj-primary {
	width: 130px;
	box-shadow: none
}
.brand {
	margin-top: 65px
}
.brand-sec {
	margin-bottom: 25px
}
.brand-sec h4 {
	margin: 0;
	padding-bottom: 10px
}
.brand-list ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.brand-list ul li {
	line-height: normal;
	float: left;
	margin: 0 2em 0 0
}
.brand-list ul li a {
	font-size: 18px;
	color: var(--grey-dark);
	text-align: left;
	display: block;
	line-height: 50px;
	text-decoration: none;
	text-indent: 20px;
	border-radius: 3px 0 0 3px;
	float: left;
	position: relative;
	text-decoration: none;
	z-index: 1;
	width: 175px
}
.brand-list ul li a.active {
	background: #27c685 none repeat scroll 0 0;
	color: #fff
}
.brand-list ul li a::after {
	border-radius: 3px;
	content: "";
	height: 36px;
	margin-top: -18px;
	position: absolute;
	right: -18px;
	top: 50%;
	transform: rotate(45deg);
	width: 37px;
	z-index: -1
}
.brand-list ul li a.active::after {
	background: #27c685 none repeat scroll 0 0
}
.brand-up {
	text-align: left;
	box-shadow: none;
	margin: 0;
	background: none
}
.brand-dotted-border {
	border: dotted 1px var(--grey-dark);
	text-align: center;
	padding: 6% 0
}
.brand-up img {
	width: 100%;
	width: 70%
}
.brand-up p a {
	font-size: 16px;
	color: var(--grey-dark);
	padding: 10px 0 0;
	text-decoration: none;
	display: inline-block;
	cursor: default
}
.brand-up p a img {
	margin: -2px 2px 0 0;
	width: auto;
	border: none
}
.brand-logo {
	border: dotted 1px var(--grey-dark);
	box-shadow: none;
	border-radius: 0;
	height: 162px;
	position: relative;
	line-height: 162px;
	margin-bottom: 10px
}
.imgWrap-three {
	position: relative;
	height: 162px;
	width: 100%
}
.imgDescription-three {
	position: absolute;
	padding: 0;
	margin: 0;
	cursor: pointer;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 162px;
	right: 0;
	background: rgba(0,0,0,0.50);
	color: #fff;
	visibility: hidden;
	opacity: 0
}
.imgWrap-three span {
	padding: 0;
	line-height: 162px
}
.imgWrap-three span img {
	width: auto;
	height: auto
}
.imgWrap-three:hover .imgDescription-three {
	visibility: visible;
	opacity: 1
}
.brand-mid {
	margin-bottom: 10px;
	box-shadow: none;
	border-radius: 0;
	background: var(--grey-dark);
	margin-bottom: 10px
}
.brand-mid img {
	width: 100%;
	height: 162px
}
.brand-bot {
	width: 100%;
	border: solid 1px #82888a;
	float: left
}
.color-list {
	border-right: solid 1px #82888a;
	padding-top: 15px;
	padding-bottom: 0
}
.color-list:last-child {
	border: none
}
.color-list ul {
	list-style: none;
	margin: 0;
	padding: 12px 0
}
.color-list ul li {
	font-size: 12px;
	color: #565a5c;
	text-align: left;
	padding: 7px 0;
	border-bottom: solid 1px #82888a
}
.color-list ul li:last-child {
	border-bottom: none
}
.color-list ul li label {
	font-size: 12px;
	color: #565a5c;
	text-align: left;
	font-weight: 400;
	width: 30%;
	margin: 0
}
.blue {
	background: var(--grey-dark);
	height: 130px;
	border-radius: 3px
}
.orange {
	background: #e74c3c
}
.green {
	background: #27c685
}
.light-blue {
	background: #0079ff
}
.jj-zip {
	color: #fff;
	background: none;
	border-color: #e94436;
	color: #e94436;
	margin-top: 40px;
	height: 45px
}
.jj-zip.focus, .jj-zip:focus {
	color: #fff;
	background: #e94436;
	border-color: #e94436
}
.jj-zip:hover {
	color: #fff;
	background: #e94436;
	border-color: #e94436
}
.jj-zip.active.focus, .jj-zip.active:focus, .jj-zip.active:hover, .jj-zip:active.focus, .jj-zip:active:focus, .jj-zip:active:hover, .open>.dropdown-toggle.jj-zip.focus, .open>.dropdown-toggle.jj-zip:focus, .open>.dropdown-toggle.jj-zip:hover {
	color: #fff;
	background: #e94436;
	border-color: #e94436
}
.jj-zip i {
	display: inline-block;
	height: 45px;
	width: 55px;
	float: left;
	background: url(../images/zip-icon.svg) 15px 8px no-repeat;
	border-right: solid 2px #e94436;
	margin: -2px 0 0
}
.jj-zip:hover i {
	background: url(../images/zip-icon-white.svg) 15px 8px no-repeat;
	border-right: solid 2px #fff
}
.jj-zip.active i {
	background: url(../images/zip-icon-white.svg) 15px 8px no-repeat;
	border-right: solid 2px #fff
}
.jj-zip.active.focus i, .jj-zip.active:focus i, .jj-zip:active.focus i, .jj-zip:active:focus i, .open>.dropdown-toggle i.jj-zip.focus i, .open>.dropdown-togglei .jj-zip:focus i, .open>.dropdown-toggle i.jj-zip:hover {
	background: url(../images/zip-icon-white.svg) 15px 8px no-repeat;
	border-right: solid 2px #fff
}
.pop-up {
	width: 100%;
	float: left;
	background: url(../images/pop-bg.jpg) center top no-repeat;
	padding: 100px 0
}
.pop-inside {
	width: 100%;
	background: #fff;
	border-radius: 3px;
	padding: 50px 90px;
	box-sizing: border-box;
	position: relative
}
.pop-inside h3 {
	margin: 0;
	padding: 0 0 10px
}
.pop-inside h4 {
	margin: 0;
	color: #0079ff;
	padding-bottom: 0
}
.pop-inside p {
	font-size: 16px;
	color: #565a5c;
	padding: 20px 0 0;
	margin: 0
}
.pop-inside span {
	font-size: 12px;
	color: #565a5c;
	display: block;
	padding-top: 19px;
	float: left
}
.pop-inside span em {
	color: #e74c3c;
	font-style: normal
}
.pop-inside span em a {
	color: #e74c3c
}
.pop-inside ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.pop-inside ul li {
	line-height: normal;
	display: inline-block;
	font-size: 14px;
	color: #565a5c;
	margin-right: 8px
}
.pop-inside ul li i {
	width: 14px;
	height: 20px;
	background: url(../images/share-icon.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 2px 5px 0 0
}
.pop-inside ul li i.name {
	background-position: left -21px
}
.pop-inside ul li i.user-location {
	background-position: left -45px
}
.pop-inside ul li i.office {
	background-position: left -97px
}
.pop-up .alert-input {
	margin-top: 20px
}
.pop-up .alert-area {
	margin-top: 20px
}
h4.job-title-popup-margin {
	margin-top: 15px
}
.alert-input {
	width: 100%;
	border: solid 1px var(--grey-light);
	border-radius: 3px;
	margin-top: 30px;
	padding: 0 20px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: var(--grey-light);
	display: inline-block
}

input.input-error-signup {
    border: solid 1px #e74c3c;
}

select.input-error-signup {
    border: solid 1px #e74c3c;
}

input.input-success-signup {
    border: solid 1px #e74c3c;
}

select.input-success-signup {
    border: solid 1px #e74c3c;
}

.alert-input:focus {
	color: #565a5c
}
div.input-error {
	width: 100%;
	font-size: 12px;
	color: #e74c3c;
	background: #fff6f5;
	border: solid 1px #f8cbc6;
	border-radius: 3px;
	padding: 9px 10px 5px;
	box-sizing: border-box;
	margin: -4px 0 0;
	float: left
}
div.input-success {
	width: 100%;
	font-size: 12px;
	color: #27c685;
	background: #f4fffa;
	border: solid 1px #ccebde;
	border-radius: 3px;
	padding: 9px 10px 5px;
	box-sizing: border-box;
	margin: -4px 0 0;
	float: left
}
.alert-textarea {
	width: 100%;
	border: solid 1px #82888a;
	border-radius: 3px;
	margin-top: 18px;
	padding: 20px;
	box-sizing: border-box;
	height: 50px;
	font-size: 16px;
	color: #82888a
}
.alert-textarea:focus {
	color: #565a5c
}
.location-input {
	width: 100%;
	border: solid 1px #82888a;
	border-radius: 3px;
	margin-top: 18px;
	padding: 0 20px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #565a5c
}
.location-btn {
	background: rgba(0,0,0,0) url(../images/location.svg) no-repeat scroll right center;
	border: medium none;
	cursor: pointer;
	float: right;
	height: 30px;
	margin: -41px 0 0;
	padding: 0;
	position: relative;
	width: 38px
}
.alert-area::-ms-expand {
display:none
}
.alert-area {
	width: 100%;
	border: solid 1px #82888a;
	border-radius: 3px;
	margin-top: 30px;
	padding:0 20px 0 10px;
	box-sizing: border-box;
	height: 50px;
	line-height: 40px;
	font-size: 16px;
	color: #82888a;
	background: url(../images/drop_arrow.svg) center right no-repeat #fff;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.alert-area:focus {
	color: #565a5c
}
.alert-area select {
	width: 100%
}
.alert-area-one {
	border: solid 1px #c0c3c4;
	background: url(../images/drop_arrow_dselect.svg) center right no-repeat #fff;
	color: #c0c3c4
}
.alert-multiple {
	width: 100%;
	border: solid 1px #82888a;
	border-radius: 3px;
	margin-top: 30px;
	padding: 0;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #82888a;
	display: inline-block;
	color: #82888a
}
.alert-multiple:focus {
	color: #565a5c
}
.alert-date-of {
	width: 30%;
	margin: 30px 14px 0 0
}
.alert-browse {
	width: 100%;
	border: solid 1px #82888a;
	border-radius: 3px;
	margin-top: 30px;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 50px;
	font-size: 16px;
	color: #82888a;
	display: inline-block
}
.captcha {
	margin: 30px 0 10px
}
.jj-submit {
	width: 100%;
	border-radius: 3px;
	background:var(--blue);
	border: solid 2px var(--blue);
	padding: 0;
	height: 50px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 18px;
	line-height: 47px;
	margin-top: 18px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.jj-submit.focus, .jj-submit:focus {
	color: #fff;
	background-color: var(--dark-blue);
	border: solid 2px var(--dark-blue);
	box-shadow: none
}
.jj-submit:hover {
	color: #fff;
	background-color: var(--dark-blue);
	border: solid 2px var(--dark-blue)
}
.jj-submit.active.focus, .jj-submit.active:focus, .jj-submit.active:hover, .jj-submit:active.focus, .jj-submit:active:focus, .jj-submit:active:hover, .open>.dropdown-toggle.jj-submit.focus, .open>.dropdown-toggle.jj-submit:focus, .open>.dropdown-toggle.jj-submit:hover {
	color: #fff;
	background-color: var(--dark-blue);
	border: solid 2px var(--dark-blue)
}
.email-submit {
	width: 100%;
	border-radius: 3px;
	background: none;
	border: solid 2px #27c685;
	padding: 0;
	height: 50px;
	color: #27c685;
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 18px;
	line-height: 47px;
	margin-top: 18px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.email-submit.focus, .email-submit:focus {
	color: #fff;
	background-color: #27c685;
	border: solid 2px #27c685;
	box-shadow: none
}
.email-submit:hover {
	color: #fff;
	background-color: #27c685;
	border: solid 2px #27c685
}
.email-submit.active.focus, .email-submit.active:focus, .email-submit.active:hover, .email-submit:active.focus, .jj-submit:active:focus, .email-submit:active:hover, .open>.dropdown-toggle.email-submit.focus, .open>.dropdown-toggle.email-submit:focus, .open>.dropdown-toggle.email-submit:hover {
	color: #fff;
	background-color: #27c685;
	border: solid 2px #27c685
}
.pop-close {
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff6f5;
	border-bottom: solid 1px #f8cbc6;
	border-left: solid 1px #f8cbc6;
	font-size: 12px;
	color: #e74c3c;
	text-transform: uppercase;
	letter-spacing: 2px
}
.pop-close a {
	color: #e74c3c;
	text-decoration: none;
	padding: 0 25px;
	line-height: 44px;
	display: block
}
.richard {
	width: 100%;
	border: solid 1px #82888a;
	margin-top: 18px;
	border-radius: 3px;
	padding: 8px;
	box-sizing: border-box
}
.richard ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.richard ul li {
	border: solid 1px #82888a;
	line-height: 32px;
	border-radius: 3px;
	padding: 0 8px
}
.richard ul li i {
	width: 14px;
	height: 20px;
	background: url(../images/share-icon.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 9px 5px 0 0
}
.richard ul li i.add-email {
	background-position: left -21px
}
.richard ul li span {
	float: right;
	margin: -1px 0 0 10px;
	padding: 0
}
.pop-bot {
	margin-top: 25px
}
.pop-bot p {
	font-size: 12px!important;
	color: #8c9293;
	text-align: center;
	margin: 0;
	padding: 0!important
}
.pop-bot p a {
	color: #e74c3c
}
.pop-bot p span {
	color: #e74c3c;
	display: inline-block;
	float: none
}
.pop-career {
	width: 100%;
	background: #fff;
	border-radius: 3px;
	padding: 50px;
	box-sizing: border-box;
	position: relative
}
.pop-career h3 {
	margin: 0;
	padding: 0;
	color: #0079ff
}
.pop-career ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.pop-career ul li {
	line-height: normal;
	display: inline-block;
	font-size: 16px;
	color: #565a5c;
	margin-right: 15px
}
.pop-career ul li i {
	width: 14px;
	height: 20px;
	background: url(../images/share-icon.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 2px 5px 0 0
}
.pop-career ul li i.full-time {
	background-position: left -70px
}
.pop-career ul li i.user-location {
	background-position: left -44px
}
.pop-career p {
	font-size: 16px;
	color: #565a5c;
	padding: 15px 0 0
}
.pop-career h5 {
	padding-top: 10px;
	margin: 0;
	padding-bottom: 5px
}
ol.personal-list {
	list-style: disc;
	padding: 0 0 0 15px
}
.personal-list li {
	padding-left: 5px;
	line-height: 30px;
	color: #565a5c;
	font-size: 16px
}
.radio {
	width: auto;
	margin: 18px 0 0;
	line-height: normal;
	display: inline-block;
	font-size: 14px;
	color: #565a5c;
	width: 100%
}
.radio label {
	padding: 0;
	width: auto;
	float: left;
	max-width: auto!important;
	display: flex;
	margin-right: 17px
}
.radio label span {
	padding: 0;
	font-size: 14px;
	color: #565a5c
}
.alert-input-one {
	width: 24%;
	border: solid 1px #82888a;
	margin-top: 18px;
	padding: 0 20px 0 40px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #565a5c;
	float: left;
	border-radius: 3px 0 0 3px;
	background: url(../images/india.svg) 14px 17px no-repeat
}
.alert-input-two {
	width: 40%;
	border-radius: 0 3px 3px 0;
	border-left: none;
	padding: 0 20px;
	background: none
}
.alert-input-three {
	width: 33%;
	margin-left: 8px;
	border-radius: 3px;
	float: right;
	padding: 0 20px;
	background: none
}
.alert-input-one:focus {
	box-shadow: none
}
.upload {
	width: 64%;
	float: left
}
.jj-upload {
	border-radius: 3px;
	margin: 18px 0 0 11px;
	padding: 0 31px;
	background: #f5f5f5;
	float: left;
	border: 1px solid #565a5c;
	box-sizing: border-box;
	color: #565a5c;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	width: 33%
}
.jj-upload.focus, .jj-upload:focus {
	color: #565a5c;
	border-color: none;
	background: #f5f5f5
}
.jj-upload:hover {
	color: #565a5c;
	background: none;
	border: 1px solid #565a5c
}
.jj-upload.active.focus, .jj-upload.active:focus, .jj-upload.active:hover, .jj-upload:active.focus, .jj-upload:active:focus, .jj-upload:active:hover, .open>.dropdown-toggle.jj-upload.focus, .open>.dropdown-toggle.jj-upload:focus, .open>.dropdown-toggle.jj-upload:hover {
	color: #565a5c;
	background: none
}
.porg {
	width: 100%;
	border: solid 1px #d9d9d9;
	background: none;
	height: 9px;
	margin-top: 10px;
	margin-bottom: 0;
	float: left;
	border-radius: 100px;
	box-shadow: none
}
.progress-bar {
	background: #27c685;
	box-shadow: none
}
.precent {
	font-size: 12px;
	color: #565a5c;
	width: 100%;
	float: left;
	padding-top: 8px
}
.precent span {
	float: right;
	color: #565a5c;
	font-size: 12px;
	padding: 0
}
.blog-detail h1 {
	letter-spacing: -4px;
	line-height: 61px;
	padding: 0 50px
}
.blog-detail {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1100px;
	min-width: 300px;
	display: inline-block;
	padding: 20px;
	text-align: left;
	zoom: 1;
	z-index: 1
}
.detail-user {
	list-style: none;
	padding: 0;
	width: 100%;
	margin-bottom: 0;
	text-align: center
}
.detail-user li {
	line-height: normal;
	display: inline-block
}
.detail-user li a {
	font-size: 16px;
	color: #fff;
	margin-right: 0;
	text-decoration: none;
	display: block;
	line-height: 45px
}
.detail-user li a i {
	width: 25px;
	height: 25px;
	background: url(../images/blog-detail-icon-new.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 5px 5px 0 0
}
.detail-user li a img {
	margin: -2px 5px 0 0
}
.detail-user li a i.detail-icon {
	background-position: left 4px
}
.detail-user li a i.detail-icon1 {
	background-position: left -32px
}
.detail-user li a i.detail-icon2 {
	background-position: left -73px
}
.detail-user li a span {
	width: 7px;
	height: 4px;
	display: inline-block;
	float: right;
	padding: 0;
	line-height: normal;
	background: url(../images/blog-ar.svg) left top no-repeat;
	margin: 15px 0 0 8px
}
.detail-user-right {
	width: 170px;
	display: inline-block;
	text-align: left;
	float: right
}
.search-blog {
	width: 100%;
	border-radius: 100px;
	border: solid 1px #565a5c;
	height: 33px;
	line-height: 33px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
	color: #565a5c
}
.search-blog-btn {
	width: 29px;
	height: 29px;
	background: url(../images/search-blog-icon.svg) left 6px no-repeat;
	display: inline-block;
	border: none;
	margin: 2px 0 0 -34px;
	position: relative;
	float: right
}
.drop-menu {
	width: 225px;
	background: #fff;
	border-radius: 0 0 8px 8px;
	border: solid 1px #e2e2e2;
	padding: 20px 25px;
	box-sizing: border-box;
	box-shadow: 0 0 40px #fafafa;
	display: inline-block
}
.drop-menu em {
	font-size: 16px;
	color: #0079ff;
	font-style: normal;
	text-align: left;
	display: block;
	padding: 0 0 15px
}
.drop-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.drop-menu ul span {
	font-size: 11px;
	color: #82888a;
	text-align: left;
	display: block;
	padding: 10px 0;
	font-weight: 400;
	line-height: normal
}
.drop-menu ul li {
	line-height: normal;
	float: none
}
.drop-menu ul li a {
	font-size: 16px;
	color: #565a5c;
	padding: 0 0 15px;
	margin: 0;
	line-height: normal;
	display: block;
	text-decoration: none
}
.drop-menu ul li a:hover {
	color: #0079ff
}
.dropdown-menu {
	border: none;
	box-shadow: none;
	margin-top: 16px;
	background: none
}
.drop-menu ul li a i {
	width: 23px;
	height: 20px;
	background: url(../images/blog-category.svg) left top no-repeat;
	display: inline-block;
	margin: 0 5px 0 0
}
.drop-menu ul li a i.cate-icon1 {
	background-position: left 1px
}
.drop-menu ul li a i.cate-icon2 {
	background-position: -38px 1px
}
.drop-menu ul li a i.cate-icon3 {
	background-position: -72px top
}
.drop-menu ul li a i.cate-icon4 {
	background-position: -111px top
}
.drop-menu ul li a i.cate-icon5 {
	background-position: -148px top
}
.drop-menu ul li a i.cate-icon6 {
	background-position: left top
}
.drop-menu ul li a i.cate-icon7 {
	background-position: left top
}
.drop-menu ul li a i.cate-icon8 {
	background-position: left top
}
.drop-menu ul li a:hover i.cate-icon1 {
	background-position: left -19px
}
.drop-menu ul li a:hover i.cate-icon2 {
	background-position: -38px -19px
}
.drop-menu ul li a:hover i.cate-icon3 {
	background-position: -72px -20px
}
.drop-menu ul li a:hover i.cate-icon4 {
	background-position: -111px -20px
}
.drop-menu ul li a:hover i.cate-icon5 {
	background-position: -148px -20px
}
.drop-menu ul li a:hover i.cate-icon6 {
	background-position: left -20px
}
.drop-menu ul li a:hover i.cate-icon7 {
	background-position: left -20px
}
.drop-menu ul li a:hover i.cate-icon8 {
	background-position: left -20px
}
.blog-detail-content span {
	line-height: 31px;
	color: var(--grey-dark);
	font-size: 20px;
	text-align: left;
	display: inline-block;
	padding: 20px 0;
	font-family:Arial, Helvetica, sans-serif;
}
.blog-detail-content p {
	padding: 0 0 20px;
	text-align: left;
	font-size: 16px;
	color: #565a5c;
	line-height: 27px
}
.blog-detail-content p a {
	text-decoration: none;
	color: #e74c3c
}
.blog-detail-content strong {
	color: var(--grey-dark);
	font-size: 16px;
	display: block;
	padding: 10px 0 5px;
	font-family:Arial, Helvetica, sans-serif;
}
iframe {
	width: 100%
}
.blog-detail-content blockquote {
	text-align: left;
	font-size: 22px;
	border-left: 5px solid #27c685;
	color: #27c685;
	padding: 0 20px
}
ul.detail-list {
	list-style: circle;
	margin: 0;
	padding: 0 0 0 18px
}
.detail-list li {
	padding: 5px 0 20px 5px;
	text-align: left;
	font-size: 16px;
	line-height: 28px
}
.left-social {
	position: absolute;
	top: 300px;
	left: 20px;
	z-index: 9
}
.after-login-nav {
	margin-top: 26px
}
.after-login-nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.after-login-nav ul li {
	line-height: normal
}
.after-login-nav ul li a {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase
}
.after-login-nav.navbar-right li a {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.after-login-nav.navbar-right li a:hover, a:focus {
	text-decoration: none
}
.after-login-nav.navbar-right li a.active {
	text-decoration: none
}
.after-login-nav ul li a i {
	width: 20px;
	height: 20px;
	background: url(../images/after-login-nav-icon.svg) left top no-repeat;
	display: inline-block;
	float: left;
	width: 24px;
	height: 25px;
	background: url(../images/after-login-nav-icon.svg) left top no-repeat;
	display: inline-block;
	float: left;
	margin: 0
}
.after-login-nav ul li a i.after-login-icon {
	background-position: -1px top
}
.after-login-nav ul li a i.after-login-icon1 {
	background-position: -42px top
}
.after-login-nav ul li a i.after-login-icon2 {
	background-position: -79px top
}
.after-login-nav ul li a i.after-login-icon3 {
	background-position: -114px top;
	width: 25px
}
.after-login-nav ul li a i.after-login-icon4 {
	background-position: -148px top
}
.after-login-nav ul li a span {
	background: rgba(0,0,0,0) url(../images/after-login-arrow.svg) no-repeat scroll left top;
	display: inline-block;
	float: right;
	height: 4px;
	line-height: normal;
	margin: 12px 0 0;
	padding: 0;
	width: 7px
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background: none
}
.after-login-drop {
	box-shadow: none;
	border-radius: 0;
	padding: 20px 20px 5px;
	margin-top: 10px
}
.after-login-drop ul li a {
	color: #565a5c!important;
	font-size: 16px!important;
	line-height: normal;
	font-family: 'Circular Air Book'!important;
	text-transform: none!important
}
.after-login-drop ul li a img {
	margin-right: 8px
}
.jj-mailing {
	padding: 33px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 30px;
	border: none;
	text-align: center;
	box-shadow: none
}
.jj-mailing h5 {
	text-align: center;
	color: #e74c3c;
	border-bottom: solid 1px #e74c3c;
	padding: 0 0 15px;
	margin: 0
}
.jj-mailing span {
	font-size: 10px;
	color: #82888a;
	text-transform: uppercase;
	padding: 20px 0 10px;
	display: block
}
.jj-mailing p {
	color: var(--grey-dark);
	font-size: 20px;
	line-height: 28px;
	padding: 0 15px; margin:0px !important;
}
.jj-mailing i {
	width: 25px;
	height: 20px;
	background: url(../images/mailing-icon.svg) center top no-repeat;
	display: inline-block;
	margin: 0 1px 0 0
}
.jj-mailing i.mail {
	background-position: 5px 1px
}
.jj-mailing i.email {
	background-position: -34px 3px
}
.jj-mailing i.suppot {
	background-position: -71px 2px
}
.contact-t-sec .jj-content {
	padding-top: 100px
}
.contact-map {
	width: 100%;
	height: auto
}
.contact-map img {
	width: 100%
}
.map {
	width: 172px;
	margin: 0 auto;
	padding: 122px 0 0
}
.jj-get {
	font-size: 11px;
	width: 48.3%;
	border-color: #e74c3c;
	color: #e74c3c;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 15px;
	letter-spacing: 1px
}
.jj-get.focus, .jj-get:focus {
	background: #e74c3c!important;
	border-color: #e74c3c;
	color: #fff
}
.jj-get:hover {
	background: #e74c3c!important;
	border-color: #e74c3c;
	color: #fff
}
.jj-get.active.focus, .jj-get.active:focus, .jj-get.active:hover, .jj-get:active.focus, .jj-get:active:focus, .jj-get:active:hover, .open>.dropdown-toggle.jj-get.focus, .open>.dropdown-toggle.jj-apply:focus, .open>.dropdown-toggle.jj-apply:hover {
	border-color: #e74c3c;
	background: #e74c3c;
	color: #fff
}
.jj-track {
	font-size: 11px;
	width: 47.5%;
	border-color: #0d7ffd;
	color: #0d7ffd;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 15px;
	letter-spacing: 1px
}
.jj-track.focus, .jj-track:focus {
	background: #0d7ffd!important;
	border-color: #0d7ffd;
	color: #fff
}
.jj-track:hover {
	background: #0d7ffd!important;
	border-color: #0d7ffd;
	color: #fff
}
.jj-track.active.focus, .jj-track.active:focus, .jj-track.active:hover, .jj-track:active.focus, .jj-track:active:focus, .jj-track:active:hover, .open>.dropdown-toggle.jj-track.focus, .open>.dropdown-toggle.jj-track:focus, .open>.dropdown-toggle.jj-track:hover {
	border-color: #0d7ffd;
	background: #0d7ffd;
	color: #fff
}
.jj-email h5 {
	border-bottom: solid 1px #27c685;
	color: #27c685
}
.jj-support-sec p {
	font-size: 17px;
	color: var(--grey-dark);
	line-height: 22px;
	padding: 20px 0 0
}
.jj-support-sec h5 {
	border-bottom: solid 1px #0d7ffd;
	color: #0d7ffd
}
.email-info {
	margin-top: 15px
}
.email-info figure{ margin:0px !important;}
.email-info figure figcaption p {
	margin: 0;
	font-size: 17px;
	color: var(--grey-dark)
}
.email-info figure figcaption p span {
	display: block;
	color: #82888a;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0;
	line-height: normal
}
.email-info figure a {
	color: var(--grey-dark);
	text-decoration: none
}
.email-info figure a:hover {
	text-decoration: none
}
.email-info figure i {
	width: 50px;
	height: 35px;
	margin: 0 auto;
	background: url(../images/email-icon.svg) left top no-repeat;
	display: inline-block
}
.email-info figure i.email-icon1 {
	background-position: 5px 2px
}
.email-info figure i.email-icon2 {
	background-position: -101px 2px
}
.email-info figure i.email-icon3 {
	background-position: -206px top
}
.email-info figure i.email-icon4 {
	background-position: -305px 1px
}
.contact-us {
	width: 100%;
	text-align: center;
	background: #f5f5f5
}
.contact-us h3 {
	margin: 0;
	padding-bottom: 10px
}
.jj-submit-btn {
	width: 100%;
	border-radius: 3px;
	color: #fff;
	background-color: #0079ff;
	border-color: #0079ff;
	margin-top: 18px
}
.jj-submit-btn.focus, .jj-submit-btn:focus {
	color: #fff;
	background-color: #0079ff;
	border-color: #0079ff;
	box-shadow: none
}
.jj-submit-btn:hover {
	color: #fff;
	background-color: #0079ff;
	border-color: #0079ff
}
.jj-submit-btn.active.focus, .jj-submit-btn.active:focus, .jj-submit-btn.active:hover, .jj-submit-btn:active.focus, .jj-submit-btn:active:focus, .jj-submit-btn:active:hover, .open>.dropdown-toggle.jj-submit-btn.focus, .open>.dropdown-toggle.jj-submit-btn:focus, .open>.dropdown-toggle.jj-submit-btn:hover {
	color: #fff;
	background-color: #0079ff;
	border-color: #0079ff
}
.feature h1 {
	margin: 0;
	font-family: 'montserratbold';
	text-transform: uppercase;
	color: #fff;
	font-size: 106px;
	padding: 0 0 10px
}
.feature span {
	margin: 0;
	font-size: 35px;
	font-family: 'Frontage-Outline';
	color: #fff
}
.feature p {
	font-size: 29px;
	color: #fff;
	text-align: justify;
	line-height: normal;
	letter-spacing: -.2px;
	line-height: 32px;
	padding-bottom: 0;
	padding-left: 4px;
	letter-spacing: .1px;
	margin: 0
}
.feature-left span {
	font-size: 16px;
	color: #fff;
	padding: 3px 12px;
	background: #0079ff;
	border-radius: 3px;
	margin-bottom: 30px;
	display: inline-block;
	position: relative
}
.feature-left span i {
	background: url(../images/features-arrow.svg) center top no-repeat;
	bottom: -4px;
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%
}
.feature-left span.fe-right {
	background: #27c685;
	float: right
}
.feature-left span.fe-right i {
	background: url(../images/features-arrow-green.svg) center top no-repeat;
	bottom: -4px;
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%
}
.for-employe {
	color: var(--grey-dark);
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px
}
.for-employe figure img {
	width: 100%
}
.for-employe figure figcaption h5 {
	margin: 0;
	padding: 15px 0 5px
}
.for-employe figure figcaption p {
	padding: 0;
	font-size: 17px;
	color: #82888a;
	line-height: 19px
}
.feature-work {
	height: 420px
}
.feature-bot {
	padding-top: 0
}
.feature-bot h3 {
	padding-bottom: 40px;
	margin-top: 0
}
.feature-list {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-bottom: 25px
}
.feature-list p {
	font-size: 16px;
	color: var(--grey-dark);
	padding: 6px 0 0;
	margin: 0
}
.feature-list figure {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
	padding: 0;
	line-height: 17px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.feature-list figure a {
	color: #fff
}
.feature-list figure i {
	width: 100px;
	height: 100px;
	display: flex;
	background: url(../images/more-features-list-icon.svg) left top no-repeat;
	margin: 0 auto;
	display: block
}
.feature-list figure i.feat-icon1 {
	background-position: -11px -11px
}
.feature-list figure i.feat-icon2 {
	background-position: -140px -11px
}
.feature-list figure i.feat-icon3 {
	background-position: -269px -11px
}
.feature-list figure i.feat-icon4 {
	background-position: -399px -11px
}
.feature-list figure i.feat-icon5 {
	background-position: -529px -10px
}
.feature-list figure i.feat-icon6 {
	background-position: -658px -11px
}
.feature-list figure i.feat-icon7 {
	background-position: -11px -139px
}
.feature-list figure i.feat-icon8 {
	background-position: -140px -139px
}
.feature-list figure i.feat-icon9 {
	background-position: -269px -139px
}
.feature-list figure i.feat-icon10 {
	background-position: -398px -139px
}
.feature-list figure i.feat-icon11 {
	background-position: -526px -139px
}
.feature-list figure i.feat-icon12 {
	background-position: -653px -139px
}
.feature-list figure i.feat-icon13 {
	background-position: -653px -139px
}
.feature-list figure i.feat-icon14 {
	background-position: -12px -267px
}
.feature-list figure i.feat-icon15 {
	background-position: -140px -267px
}
.feature-list figure i.feat-icon16 {
	background-position: -140px -267px
}
.pricing {
	width: 100%
}
.pricing span {
	padding-top: 0
}
.pricing-section {
	width: 100%;
	margin-top: 50px
}
.pricing-section ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.pricing-section ul li {
	line-height: normal;
	display: inline-block
}
.pricing-section ul li a {
	padding: 0 35px;
	text-decoration: none;
	font-size: 14px;
	color: #565a5c;
	display: block;
	height: 40px;
	line-height: 40px;
	border: solid 1px #565a5c;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	border-radius: 3px
}
.pricing-section ul li a:last-child {
	margin-left: -5px
}
.pricing-section ul li a:hover {
	background: #565a5c;
	color: #fff
}
.pricing-section ul li a.active {
	background: #565a5c;
	color: #fff
}
.plan-list {
	width: 100%;
	margin-top: 60px
}
.plan-list-left {
	background: #fff;
	border: solid 1px #e8e8e8;
	border-bottom: solid 2px #e74c3c;
	box-shadow: none;
	position: relative;
	text-align: center
}
.plan-list-mid {
	border-bottom: solid 2px #32c98b
}
.plan-list-left:hover {
	box-shadow: 0 0 15px #edecec
}
.plan-list-right {
	border-bottom: solid 2px #0d7efc
}
.red {
	background: #e74c3c none repeat scroll 0 0;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 80px;
	height: 195px;
	width: 100%
}
.green-plan {
	background: #32c98b
}
.blue-plan {
	background: #0d7ffd
}
.red sub {
	color: #fff;
	display: inline-block;
	padding: 0;
	bottom: 0!important;
	font-size: 40px;
	font-family: 'rupee_foradianregular'
}
.red-content {
	width: 100%;
	padding: 0 17% 45px;
	box-sizing: border-box
}
.red-content span {
	background: url(../images/plan-pricing-bg.svg) center top no-repeat;
	font-size: 14px;
	color: #565a5c;
	text-transform: uppercase;
	margin-top: -11px;
	padding: 8px 0 0;
	line-height: normal
}
.red-content p {
	color: #565a5c;
	line-height: normal;
	padding: 25px 0 0;
	margin: 0
}
.red-content h4 {
	color: #565a5c;
	margin: 0;
	padding: 25px 0 0
}
.red-content em {
	font-size: 16px;
	color: #565a5c;
	font-style: normal;
	display: inline-block
}
.red-content em i {
	font-family: 'rupee_foradianregular';
	font-style: normal
}
.jj-pricing-btn {
	color: #fff;
	background: #e74c3c;
	border: solid 1px #e74c3c;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	width: 100%;
	height: 45px;
	margin-top: 25px
}
.jj-pricing-btn.focus, .jj-pricing-btn:focus {
	color: #fff;
	background: #e74c3c;
	border: solid 1px #e74c3c
}
.jj-pricing-btn:hover {
	color: #fff;
	background: #e74c3c;
	border: solid 1px #e74c3c
}
.jj-pricing-btn.active.focus, .jj-pricing-btn.active:focus, .jj-pricing-btn.active:hover, .jj-pricing-btn:active.focus, .jj-plan:active:focus, .jj-pricing-btn:active:hover, .open>.dropdown-toggle.jj-pricing-btn.focus, .open>.dropdown-toggle.jj-pricing-btn:focus, .open>.dropdown-toggle.jj-pricing-btn:hover {
	color: #fff;
	background: #e74c3c;
	border: solid 1px #e74c3c
}
.jj-plan {
	color: #fff;
	background: none;
	border: solid 1px #e74c3c;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	width: 100%;
	color: #e74c3c
}
.jj-plan.focus, .jj-plan:focus {
	color: #fff;
	background: #e74c3c;
	border: solid 1px #e74c3c
}
.jj-plan:hover {
	color: #fff;
	background: #e74c3c;
	border: solid 1px #e74c3c
}
.jj-plan.active.focus, .jj-plan.active:focus, .jj-plan.active:hover, .jj-plan:active.focus, .jj-plan:active:focus, .jj-plan:active:hover, .open>.dropdown-toggle.jj-plan.focus, .open>.dropdown-toggle.jj-plan:focus, .open>.dropdown-toggle.jj-plan:hover {
	color: #fff;
	background: #e74c3c;
	border: solid 1px #e74c3c
}
.plan-list-left:hover .jj-plan {
	color: #fff;
	background: #e74c3c;
	border: solid 1px #e74c3c
}
.plan-list-mid:hover .jj-green {
	color: #fff;
	background: #32C98B;
	border: solid 1px #32C98B
}
.plan-list-right:hover .jj-blue {
	color: #fff;
	background: #0D7FFD;
	border: solid 1px #0D7FFD
}
.justmargintop50 {
	margin-top: 50px
}
.jj-green {
	color: #fff;
	background: none;
	border: solid 1px #32c98b;
	color: #32c98b;
	height: 44px;
	line-height: 44px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 0
}
.jj-green.focus, .jj-green:focus {
	color: #fff;
	background: #32c98b;
	border: solid 1px #32c98b
}
.jj-green:hover {
	color: #fff;
	background: #32c98b;
	border: solid 1px #32c98b
}
.jj-green.active.focus, .jj-green.active:focus, .jj-green.active:hover, .jj-green:active.focus, .jj-green:active:focus, .jj-green:active:hover, .open>.dropdown-toggle.jj-green.focus, .open>.dropdown-toggle.jj-green:focus, .open>.dropdown-toggle.jj-green:hover {
	color: #fff;
	background: #32c98b;
	border: solid 1px #32c98b
}
.jj-blue {
	color: #fff;
	background: none;
	border: solid 1px #0d7ffd;
	color: #0d7ffd;
	height: 44px;
	line-height: 44px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	width: 100%
}
.jj-blue.focus, .jj-blue:focus {
	color: #fff;
	background: #0d7ffd;
	border: solid 1px #0d7ffd
}
.jj-blue:hover {
	color: #fff;
	background: #0d7ffd;
	border: solid 1px #0d7ffd
}
.jj-blue.active.focus, .jj-blue.active:focus, .jj-blue.active:hover, .jj-blue:active.focus, .jj-blue:active:focus, .jj-blue:active:hover, .open>.dropdown-toggle.jj-blue.focus, .open>.dropdown-toggle.jj-blue:focus, .open>.dropdown-toggle.jj-blue:hover {
	color: #fff;
	background: #0d7ffd;
	border: solid 1px #0d7ffd
}
.popular {
	width: 100%;
	position: absolute;
	background: url(../images/green-up.png) center top no-repeat;
	margin: -10px 0 0;
	font-size: 10px;
	color: #fff;
	font-family: 'montserratbold';
	text-transform: uppercase;
	padding: 5px 0 0
}
.plan-bottom {
	width: 668px;
	margin: 0 auto
}
.plan-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block
}
.plan-bottom ul li {
	line-height: normal;
	font-size: 16px;
	color: #818789;
	margin-right: 30px;
	display: inline-block;
	margin-top: 20px
}
.plan-bottom ul li i {
	width: 25px;
	height: 20px;
	background: url(../images/plan-icon.svg) left top no-repeat;
	display: inline-block;
	margin: 0 3px 0 0;
	float: left
}
.plan-bottom ul li i.p-icon1 {
	background-position: left top
}
.plan-bottom ul li i.p-icon2 {
	background-position: -53px top
}
.plan-bottom ul li i.p-icon3 {
	background-position: -105px top
}
.plan-bottom h3.small {
	margin-top: 70px;
	display: inline-block
}
.plan-bottom h3.small a {
	color: #e74c3c;
	text-decoration: underline
}
.question {
	list-style: none;
	margin: 0;
	padding: 0
}
.question li {
	padding: 40px 0;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.question li p {
	font-size: 17px;
	color: var(--grey-dark);
	line-height: 26px;
	padding: 0 0 20px
}
.question li h5 {
	padding-left: 10px
}
.question li:hover {
	background: #fff;
	border-radius: 3px
}
.question li:hover h5 {
	color: #e74c3c
}
.new-things {
	background: #0d80ff
}
.new-things h3 {
	color: #fff
}
.new-things p {
	color: #fff
}
.new-things-list {
	margin-bottom: 40px
}
.new-things-list figure img {
	width: 100%
}
.new-things-list figure figcaption {
	color: #fff;
	text-align: center;
	padding: 8px 0 0
}
.jj-started {
	color: #fff;
	background: none;
	width: 350px;
	background: url(../images/up-arrow.png) right 14px no-repeat #e74c3c;
	border-color: #e74c3c;
	color: #fff
}
.jj-started.focus, .jj-started:focus {
	color: #fff;
	background: url(../images/up-arrow.png) right 14px no-repeat #e74c3c;
	border-color: #e74c3c
}
.jj-started:hover {
	color: #fff;
	background: url(../images/up-arrow.png) right 14px no-repeat #e74c3c;
	border-color: #e74c3c
}
.jj-started.active.focus, .jj-started.active:focus, .jj-started.active:hover, .jj-started:active.focus, .jj-started:active:focus, .jj-started:active:hover, .open>.dropdown-toggle.jj-started.focus, .open>.dropdown-toggle.jj-started:focus, .open>.dropdown-toggle.jj-started:hover {
	color: #fff;
	background: url(../images/up-arrow.png) right 14px no-repeat #e74c3c;
	border-color: #e74c3c
}
.error-page {
	background: #fff
}
.error-content {
	width: 100%
}
.error-content h2 {
	color: #e74c3c
}
.error-content ul {
	list-style: none;
	margin: 30px 0;
	padding: 0
}
.error-content ul li {
	line-height: normal;
	display: inline-block;
	margin-right: 45px
}
.error-content ul li a {
	font-size: 16px;
	color: #82888a;
	text-decoration: none
}
.error-content ul li a i {
	width: 20px;
	height: 23px;
	background: url(../images/error-list-iocn.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 0 5px 0 0
}
.error-content ul li a i.er-icon1 {
	background-position: left top
}
.error-content ul li a i.er-icon2 {
	background-position: -46px 2px
}
.error-content ul li a i.er-icon3 {
	background-position: -87px 1px
}
.center-contain {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1100px;
	min-width: 300px;
	display: inline-block;
	padding: 20px;
	text-align: left;
	zoom: 1;
	z-index: 1
}
.er-social {
	margin: 0 auto;
	width: 307px
}
.er-social ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.er-social ul li {
	line-height: none;
	float: left;
	margin-right: 13px
}
.er-social ul li a {
	width: 48px;
	height: 48px;
	background: url(../images/404-social.svg) left top no-repeat;
	display: block;
	border: solid 1px #888a8c;
	border-radius: 100px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.er-social ul li a:hover {
	background: url(../images/404-social.svg) left top no-repeat #fff
}
.er-social ul li a.f-icon {
	background-position: 14px 11px
}
.er-social ul li a:hover.f-icon {
	background-position: 14px -26px;
	background-color: #005189;
	border: solid 1px #005189
}
.er-social ul li a.t-icon {
	background-position: -50px 10px
}
.er-social ul li a:hover.t-icon {
	background-position: -50px -27px;
	background-color: #13a1d0;
	border: solid 1px #13a1d0
}
.er-social ul li a.g-icon {
	background-position: -112px 11px
}
.er-social ul li a:hover.g-icon {
	background-position: -112px -26px;
	background-color: #bf3729;
	border: solid 1px #bf3729
}
.er-social ul li a.link-icon {
	background-position: -178px 11px
}
.er-social ul li a:hover.link-icon {
	background-position: -178px -26px;
	background-color: #3a93c5;
	border: solid 1px #3a93c5
}
.er-social ul li a.e-icon {
	background-position: -243px 12px
}
.er-social ul li a:hover.e-icon {
	background-position: -243px -25px;
	background-color: #e74c3c;
	border: solid 1px #e74c3c
}
.mobile-social {
	margin: 0 auto;
	width: 100%;
	display: none
}
.mobile-social ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.mobile-social ul li {
	line-height: none;
	float: left;
	margin-right: 13px
}
.mobile-social ul li a {
	width: 40px;
	height: 40px;
	background: url(../images/mobile-social.svg) left top no-repeat;
	display: block;
	border: solid 2px var(--grey-dark);
	border-radius: 100px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.mobile-social ul li a:hover {
	background: url(../images/mobile-social.svg) left top no-repeat #fff
}
.mobile-social ul li a.mo-f {
	background-position: -2px 0
}
.mobile-social ul li a:hover.mo-f {
	background-position: -2px -40px;
	background-color: #005189;
	border: solid 2px #005189
}
.mobile-social ul li a.mo-t {
	background-position: -56px -2px
}
.mobile-social ul li a:hover.mo-t {
	background-position: -56px -41px;
	background-color: #13a1d0;
	border: solid 2px #13a1d0
}
.mobile-social ul li a.mo-g {
	background-position: -110px -3px
}
.mobile-social ul li a:hover.mo-g {
	background-position: -110px -42px;
	background-color: #bf3729;
	border: solid 2px #bf3729
}
.mobile-social ul li a.mo-link {
	background-position: -163px -2px
}
.mobile-social ul li a:hover.mo-link {
	background-position: -163px -41px;
	background-color: #3a93c5;
	border: solid 2px #3a93c5
}
.mobile-social ul li a.mo-e {
	background-position: -216px -1px
}
.mobile-social ul li a:hover.mo-e {
	background-position: -216px -41px;
	background-color: #e74c3c;
	border: solid 2px #e74c3c
}
.jj-back {
	color: #fff;
	width: auto;
	background: none;
	height: 30px;
	line-height: 30px;
	border: solid 1px #565a5c;
	color: #565a5c;
	font-size: 11px;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	margin: 20px 20px 0 0;
	width: 82px;
	padding: 0
}
.jj-back:hover {
	color: #fff;
	background: #565a5c;
	border: solid 1px #565a5c
}
.jj-back i {
	width: 10px;
	height: 9px;
	display: inline-block;
	background: url(../images/back-arrow.svg) left top no-repeat;
	margin-right: 4px
}
.jj-back:hover i {
	background: url(../images/back-arrow-white.svg) left top no-repeat
}
.jj-back.active i {
	background: url(../images/back-arrow-white.svg) left top no-repeat!important
}
.login-section {
	background:var(--white);
	width: 100%;
	float: left;
	height: 100%;
	position: fixed
}
.sign-right {
	width: auto;
	float: right;
	margin: 28px 20px 0 0
}
.sign-right label {
	color: #82888a;
	font-size: 14px;
	font-weight: 400;
	padding-right: 5px
}
.jj-login {
	color: #fff;
	width: auto;
	background: none;
	height: 30px;
	line-height: 30px;
	border: solid 1px #27c685;
	color: #27c685;
	font-size: 11px;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	width: 82px;
	padding: 0
}
.jj-login:hover {
	color: #fff;
	background: #27c685;
	border: solid 1px #27c685
}
.jj-login.focus, .jj-login:focus, .jj-login:hover {
	color: #fff;
	background: #27c685;
	border: solid 1px #27c685
}
.employe-login {
	background: #fff;
	border-radius: 3px;
	padding: 40px 95px;
	box-sizing: border-box;
	border:solid 1px var(--grey-light-more);
}
.employe-login h1 { font-size:24px;}
.employe-login h3 {
	text-align: center;
	margin: 0;
	padding: 0 0 20px
}
.remember {
	width: 100%;
	padding: 20px 0 5px;
	font-size: 14px;
	color:var(--grey-dark);
	font-weight: 500
}
.remember p {
	font-size: 11px;
	color: #565a5c;
	padding: 0!important;
	margin-top: -5px
}
.remember p a {
	color: #565a5c;
	padding: 0
}
.remember p a:hover {
	border-bottom: solid 1px #565a5c
}
.remember label {
	font-weight: 500
}
.remember label .jNiceWrapper {
	width: 18px;
	height: 18px;
	margin-right: 8px
}
.remember label a {
	color: #565a5c
}
.employe-login p {
	font-size: 14px;
	color: var(--grey-dark);
	text-align: left;
	padding: 12px 0 0
}
.employe-login p a {
	font-size: 14px;
	color: var(--grey-dark);
	text-align: right;
	text-decoration: none
}
.employe-login p a:hover {
	text-decoration: underline;
	color:var(--blue);
}
.inner-footer {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;
	padding: 12px 15px 10px;
	font-size: 14px;
	color: #82888a;
	line-height: 27px
}
.inner-footer span {
	float: right;
	font-size: 11px;
	color: #82888a
}
.sign-footer {
	position: inherit
}
.seeker-footer {
	background: rgba(0,0,0,0.1);
	width: 100%;
	color: #fff;
	line-height: 27px;
	margin: -52px 0 0;
	position: inherit;
	float: left
}
.seeker-footer span {
	color: #fff
}
.sign-section {
	background: #f5f5f5;
	width: 100%;
	float: left;
	height: 100%;
	position: inherit
}
.sign-section-inside {
	width: 100%;
	padding: 150px 0
}
.sign-left {
	background: #fff;
	box-shadow: none;
	border: solid 1px #dce0e0;
	border-radius: 3px;
	padding: 50px 60px;
	box-sizing: border-box
}
.sign-left h3 {
	margin: 0;
	padding: 0 0 25px
}
.sign-left span {
	color: #565a5c;
	display: block;
	margin: 0 0 -7px
}
.secure {
	width: 100%;
	padding: 30px 0 0;
	font-size: 16px;
	color: #565a5c
}
.secure img {
	margin: -11px 3px 0 0
}
.secure span {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right
}
.secure span img {
	margin: -11px 0 0
}
.apply-now-page h3 {
	padding: 0
}
.apply-now-page span {
	padding-bottom: 20px
}
.right-sign {
	background: #e74c3c;
	margin-left: 15px;
	padding: 30px 20px
}
.order-sum {
	border-bottom: solid 1px #fff;
	padding-bottom: 3px;
	margin-top: 25px
}
.order-sum h6 {
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'montserratbold';
	color: #fff;
	margin: 0;
	padding: 0 0 10px
}
.order-sum ul {
	list-style: none;
	border: solid 1px #fff;
	margin: 0;
	padding: 0
}
.order-sum ul li {
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	padding: 0 18px;
	border-bottom: solid 1px #fff
}
.order-sum ul li:last-child {
	border-bottom: none
}
.order-sum ul li span {
	float: right
}
.order-sum ul li span strong {
	font-family: 'montserratbold';
	font-weight: 400
}
.order-sum ul li strong {
	font-family: 'montserratbold';
	font-weight: 400
}
.order-sum:first-child {
	margin-top: 0
}
.promo {
	border-bottom: none
}
.promo p {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	padding: 10px 0 0;
	display: inline-block
}
.promo-input {
	width: 100%;
	border: none;
	border-radius: 3px;
	padding: 0 18px;
	box-sizing: border-box;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #565a5c;
	float: left
}
.promo-input:focus {
	box-shadow: none
}
.expire {
	font-size: 14px;
	color: #fff;
	width: 100%;
	float: left;
	padding-top: 10px
}
.expire img {
	padding-right: 6px;
	float: left;
	padding-top: 1px
}
.enter-code {
	width: 18px;
	height: 18px;
	background: url(../images/enter-code-icon.svg) left top no-repeat;
	display: block;
	float: left;
	border: none;
	margin: 12px 0 0 -30px
}
.enter-code:hover {
	background: url(../images/enter-code-icon.svg) left -18px no-repeat
}
ul.promo-list {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
	border: none
}
.promo-list li {
	line-height: 30px;
	border: none!important;
	padding: 0 0 5px!important;
	display: inline-block;
	line-height: normal!important
}
.promo-list li i {
	width: 20px;
	height: 20px;
	background: url(../images/promo-icon.svg) left top no-repeat;
	display: block;
	margin: 2px 8px 0 0;
	float: left
}
.promo-list li i.pr-icon1 {
	background-position: left top
}
.promo-list li i.pr-icon2 {
	background-position: left -30px
}
.promo-list li i.pr-icon3 {
	background-position: left -59px
}
.promo-list li i.pr-icon4 {
	background-position: left -89px
}
.an-individul {
	border: 1px solid #82888a;
	border-radius: 3px;
	box-sizing: border-box;
	color: #565a5c;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	margin-top: 18px;
	padding: 0 20px;
	width: 100%;
	font-size: 22px;
	color: #82888a;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
label.an-individul {
	font-weight: 500
}
.an-individul i {
	width: 26px;
	height: 26px;
	background: url(../images/individual-icon.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 8px 8px 0 0
}
.an-individul i.indi-icon1 {
	background-position: left top
}
.an-individul i.indi-icon2 {
	background-position: -55px top
}
.an-individul:hover {
	color: #fff;
	background: #27c685;
	border: solid 1px #27c685
}
.an-individul:hover i.indi-icon1 {
	background-position: left -28px
}
.an-individul:hover i.indi-icon2 {
	background-position: -55px -26px
}
.employer-section {
	width: 100%;
	padding-bottom: 100px;
	margin: -121px 0 0;
	display: inline-block
}
.top-breadcrumb {
	margin: 65px 0 0!important;
	position: relative;
	z-index: 9
}
.edit-ic {
	position: absolute;
	right: 29px;
	top: 13px
}
.edit-ic a {
	width: 20px;
	height: 20px;
	background: url(../images/pencial.svg) center center no-repeat #fff;
	display: inline-block;
	border-radius: 2px
}
.edit-ic a:hover {
	background: url(../images/pencial-ho.svg) center center no-repeat
}
.employer-info {
	margin-top: 100px;
	float: left;
	display: inline-block;
	width: 100%
}
.sm-list{ margin-top:30px;} 
.employer-info h4 {
	color: var(--grey-dark);
	margin: 0;
	padding: 0 0 12px
}
.employer-info p {
	font-size: 14px;
	color: var(--grey-dark);
	line-height: 20px
}
.employer-info ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.employer-info ul li {
	line-height: normal;
	width: 100%;
	float: left
}
.employer-info ul li span.info-icon {
	width: auto;
	float: left
}
.employer-info ul li span.info-icon i {
	width: 20px;
	height: 21px;
	display: block;
	float: left;
	background: url(../images/user-info-icon.svg) left top no-repeat;
	margin: 8px 8px 0 0
}
.employer-info ul li span.info-icon i.in-icon1 {
	background-position: left -1px
}
.employer-info ul li span.info-icon i.in-icon2 {
	background-position: left -35px
}
.employer-info ul li span.info-icon i.in-icon3 {
	background-position: left -77px
}
.employer-info ul li span.info-icon i.in-icon4 {
	background-position: left -119px
}
.employer-info ul li span.info-icon i.in-icon5 {
	background-position: left -154px
}
.employer-info ul li span.info-icon i.in-icon6 {
	background-position: left -193px
}
.employer-info ul li span.info-icon i.in-icon7 {
	background-position: left -230px
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.employer-info ul li span.info-icon i.in-icon1 {
	background-position: left -1px
}
.employer-info ul li span.info-icon i.in-icon2 {
	background-position: left -45px
}
.employer-info ul li span.info-icon i.in-icon3 {
	background-position: -2px -78px
}
.employer-info ul li span.info-icon i.in-icon4 {
	background-position: left -119px
}
.employer-info ul li span.info-icon i.in-icon5 {
	background-position: left -156px
}
.jj-verified ul li i.rupee-iocn {
	background-position: left 1px
}
.jj-verified ul li i.user-iocn {
	background-position: left -22px
}
.jj-verified ul li i.state-iocn {
	background-position: left -45px
}
}
.employer-info ul li span.info-text {
	width: 87%;
	float: left;
	font-size: 14px;
	color: var(--grey-dark);
	border-bottom: solid 1px #e5e5e5;
	padding: 8px 20px 8px 0;
	word-wrap: break-word
}
.employer-info ul li span.info-text a {
	color: var(--grey-dark);
	text-decoration: none
}
.employer-info ul li span.info-text a:hover {
	color: #e74c3c
}
.employer-info ul li span.info-text em {
	float: right;
	margin: 0 -17px 0 0
}
ul.employer-social {
	list-style: none;
	margin: 0;
	padding: 0
}
.employer-social li {
	line-height: normal
}
.employer-social li a {
	font-size: 16px;
	color: var(--grey-dark)
}
.employer-social li a i {
	width: 31px;
	height: 31px;
	background: url(../images/employe-social-icon.svg) left top no-repeat;
	display: block;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	margin: 2px 10px 0 0
}
.employer-social li a i.face-icon {
	background-position: 9px 5px
}
.employer-social li a:hover i.face-icon {
	background-position: 9px -26px
}
.employer-social li a i.tweet-icon {
	background-position: -46px 5px
}
.employer-social li a:hover i.tweet-icon {
	background-position: -46px -26px
}
.employer-social li a i.gplus-icon {
	background-position: -98px 5px
}
.employer-social li a:hover i.gplus-icon {
	background-position: -98px -26px
}
.employer-social li a i.linkdin-icon {
	background-position: -152px 5px
}
.employer-social li a:hover i.linkdin-icon {
	background-position: -152px -26px
}
.employer-social li a i.emai-icon {
	background-position: -207px 7px
}
.employer-social li a:hover i.emai-icon {
	background-position: -207px -24px
}
.employer-social li a span {
	width: 82%;
	display: inline-block;
	padding: 8px 0 10px;
	border-bottom: solid 1px #e5e5e5
}
.employer-placeholder img {
	border-radius: 3px
}
.jj-verified-border {
	border: 1px solid #e5e5e5
}
.right-info {
	width: 100%;
	padding: 0 0 0 40px
}
.right-info h1 {
	color: #fff;
	margin: 0 0 5px;
	padding: 13px 0 0;
	font-size: 38px
}
.right-info p {
	font-size: 18px;
	color: #fff;
	padding: 0;
	min-height: 53px;
	margin: 0 0 6px
}
.right-info p i {
	width: 20px;
	height: 20px;
	background: url(../images/emp-location-icon-white.svg) left top no-repeat;
	float: left;
	margin: 0;
	display: inline-block
}
.right-info p img {
	margin: -3px 5px 0 0
}
.right-info span a {
	width: 36px;
	height: 33px;
	background: url(../images/change-profile.svg) left top no-repeat;
	float: right;
	margin: 30px -66px 0 0;
	display: inline-block
}
.right-info p span a:hover {
	background: url(../images/change-profile-hover.svg) left top no-repeat
}
.right-info .logged_user {
	margin-top: -61px
}
.join-bg {
/*	background: url(../images/gray-bg.jpg) left 115px repeat-x*/ background:none;
}
.join-em {
	width: 100%;
	padding: 14px 0 17px;
	font-size: 14px;
	color: #565a5c;
	line-height: 30px
}
.join-em label {
	font-size: 14px;
	color: #565a5c;
	line-height: 30px;
	float: left;
	font-weight: 400
}
.join-em ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right
}
.join-em ul li {
	line-height: normal;
	float: left
}
.join-em ul li a {
	line-height: 30px;
	display: block;
	border: solid 1px #919698;
	font-size: 12px;
	color: #878d8f;
	border-radius: 3px;
	margin-left: 10px;
	text-decoration: none;
	padding: 0 18px;
	text-transform: uppercase;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.join-em ul li a i {
	width: 18px;
	height: 16px;
	background: url(../images/join-icon.svg) left top no-repeat;
	display: inline-block;
	float: left;
	margin: 6px 6px 0 0
}
.join-em ul li a i.j-icon1 {
	background-position: left top
}
.join-em ul li a i.j-icon2 {
	background-position: -48px top
}
.join-em ul li a i.j-icon3 {
	background-position: -93px top
}
.join-em ul li a:hover i.j-icon1 {
	background-position: left -15px
}
.join-em ul li a:hover i.j-icon2 {
	background-position: -48px -15px
}
.join-em ul li a:hover i.j-icon3 {
	background-position: -93px -15px
}
.join-em ul li a:hover {
	background: #27c685;
	border: solid 1px #27c685;
	color: #fff;
	cursor: pointer
}
.jj-post-emp {
	color: #82888a
}
.jj-post-emp:hover {
	text-decoration: none;
	color: #e74c3c
}
.benefits-sec {
	width: 100%;
	position: relative;
	float: left
}
.benefits-sec span {
	font-size: 26px;
	color: var(--grey-dark);
	padding:75px 70px 0 0;
	line-height: 33px;
	display: block
}
.benefits-sec span img {
	float: right;
	margin:32px 0 0 25px;
	position: absolute;
	top: 45px;
	right: 0
}
.benefits-sec h4 {
	margin: 0;
	padding: 80px 0 30px
}
.benefits-list i {
	width: 45px;
	height: 45px;
	float: left;
	background: url(../images/benefits-icon.svg) left top no-repeat;
	display: block;
	margin: 0 18px 0 0
}
.benefits-list i.b-icon1 {
	background-position: left top
}
.benefits-list i.b-icon2 {
	background-position: -116px top
}
.benefits-list i.b-icon3 {
	background-position: -228px top
}
.benefits-list i.b-icon4 {
	background-position: left -97px
}
.benefits-list i.b-icon5 {
	background-position: -115px -97px
}
.benefits-list i.b-icon6 {
	background-position: -228px -94px
}
.benefits-list i.b-icon7 {
	background-position: left -201px
}
.benefits-list i.b-icon8 {
	background-position: -114px -201px
}
.benefits-list i.b-icon9 {
	background-position: -226px -201px
}
.benefits-list i.b-icon10 {
	background-position: left -307px
}
.benefits-list i.b-icon11 {
	background-position: -115px -303px
}
.benefits-list i.b-icon12 {
	background-position: -228px -307px
}
.benefits-list i.b-icon13 {
	background-position: left -409px
}
.benefits-list i.b-icon14 {
	background-position: -116px -409px
}
.benefits-list i.b-icon15 {
	background-position: -226px -409px
}
.benefits-list i.b-icon16 {
	background-position: left -511px
}
.benefits-list i.b-icon17 {
	background-position: -116px -515px
}
.benefits-list i.b-icon18 {
	background-position: -226px -511px
}
.benefits-list i.b-icon19 {
	background-position: left -616px
}
.benefits-list i.b-icon20 {
	background-position: -115px -616px
}
.benefits-list i.b-icon21 {
	background-position: -231px -616px
}
.benefits-list i.b-icon22 {
	background-position: left -731px
}
.benefits-list span {
	font-size: 14px;
	color: var(--grey-dark);
	padding: 15px 0 20px;
	line-height: normal;
	display: inline-block;
	border-bottom: solid 1px #d5d8dc;
	width: 73%
}
ul.job-post {
	list-style: none;
	margin: -56px 0 0;
	padding: 0;
	float: right
}
.job-post li {
	line-height: normal;
	display: inline-block
}
.job-post li a {
	font-size: 10px;
	color: #82888a;
	text-transform: uppercase;
	margin-left: 6px;
	border: solid 1px #82888a;
	line-height: 15px;
	display: inline-block;
	padding: 0 12px;
	border-radius: 3px;
	text-decoration: none
}
.job-post li a:hover {
	background: #27c685;
	color: #fff;
	border: solid 1px #27c685
}
.no-active {
	background: #fffce3;
	border: solid 1px #f0e68e;
	border-radius: 3px;
	height: 180px;
	line-height: 180px;
	text-align: center;
	font-size: 17px;
	color: #565a5c
}
.jj-post {
	background: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #82888a
}
.jj-post em {
	font-style: normal
}
.jj-post h4 {
	margin-top: 0;
	word-wrap: break-word;
	padding: 0 0 15px;
	min-height: 0
}
.jj-post h4 a {
	color: var(--grey-dark);
	text-decoration: none
}
.jj-post ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 90px
}
.jj-post ul li {
	font-size: 14px;
	color: #82888a;
	float: left;
	width: 100%;
	padding-bottom: 2px
}
.jj-post ul li i {
	width: 14px;
	height: 20px;
	background: url(../images/verified-icon.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 2px 8px 0 0
}
.jj-post ul li i.rupee-iocn {
	background-position: left top
}
.jj-post ul li i.user-iocn {
	background-position: left -21px
}
.jj-post ul li i.state-iocn {
	background-position: left -44px
}
.jj-post ul li i.day-iocn {
	background-position: left -97px
}
.jj-new {
	border: solid 1px #27c483;
	background: #27c483;
	border-radius: 2px;
	font-size: 10px;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	text-transform: uppercase;
	font-family: "Circular Air Book";
	height: 18px;
	padding: 0 6px;
	line-height: 17px;
	-webkit-tap-highlight-color: transparent;
	font-weight: 400;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.jj-post:hover .jj-new {
	background: #27c483;
	border: solid 1px #27c483;
	color: #fff
}
.dash {
	width: 100%;
	background: url(../images/dash-bg.jpg) center top no-repeat
}
.bio {
	width: 100%;
	background: #fff;
	border-radius: 3px;
	padding: 50px;
	box-sizing: border-box;
	position: relative
}
.bio h3 {
	margin: 0;
	padding: 0;
	color: var(--grey-dark)
}
.bio-list {
	width: 100%
}
.bio-list ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.bio-list ul li {
	line-height: normal;
	padding: 30px 0;
	border-bottom: solid 1px #dad9d9
}
.bio-list span.list-left {
	width: 40px;
	height: 40px;
	border: solid 1px #848a8c;
	border-radius: 50px;
	font-size: 17px;
	color: #565a5c;
	text-align: center;
	line-height: 40px;
	padding: 0;
	margin-right: 20px;
	float: left
}
.bio-list span.list-right {
	width: 86%;
	font-size: 16px;
	color: #565a5c;
	line-height: 23px;
	padding: 0;
	float: left
}
.bio-list span.list-right  p{ padding:0px;}
.list-right ol {
	list-style: disc;
	margin: 10px 0 0;
	padding: 0
}
.list-right ol li {
	padding: 0;
	border-bottom: none;
	line-height: 30px;
	font-size: 16px;
	color: #565a5c;
	background: url(../images/bult.svg) left 12px no-repeat;
	padding: 0 0 0 20px
}
.jj-add {
	width: auto;
	border-radius: 3px;
	background: none;
	border: solid 1px #27c685;
	height: 16px;
	color: #27c685;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0 10px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.jj-add.focus, .jj-add:focus {
	color: #fff;
	background-color: #27c685;
	border: solid 1px #27c685
}
.jj-add:hover {
	color: #fff;
	background-color: #27c685;
	border: solid 1px #27c685
}
.jj-add.active.focus, .jj-add.active:focus, .jj-add.active:hover, .jj-add:active.focus, .jj-add:active:focus, .jj-add:active:hover, .open>.dropdown-toggle.jj-add.focus, .open>.dropdown-toggle.jj-add:focus, .open>.dropdown-toggle.jj-add:hover {
	color: #fff;
	background-color: #1fb276;
	border: solid 1px #27c685
}
.pop-plan {
	width: 1000px;
	margin: 0 auto
}
.bio span {
	float: none
}
.select-plan {
	padding: 0 10% 45px
}
.payment-tab {
	border: solid 1px #7c8385;
	border-right: 0;
	border-radius: 3px 0 0 3px;
	padding: 0;
	margin-top: 50px
}
.payment-tab ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.payment-tab ul li {
	line-height: normal
}
.payment-tab ul li a {
	font-size: 16px;
	color: #565a5c;
	padding: 25px 0;
	display: block;
	border-bottom: solid 1px #6b7274;
	text-decoration: none;
	position: relative
}
.payment-tab ul li a i {
	width: 24px;
	height: 24px;
	background: url(../images/payment-icon.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 2px 10px 0 25px
}
.payment-tab ul li a i.payment-icon1 {
	background-position: left 2px
}
.payment-tab ul li a i.payment-icon2 {
	background-position: left -68px
}
.payment-tab ul li a i.payment-icon3 {
	background-position: left -106px
}
.payment-tab ul li a i.payment-icon4 {
	background-position: left -139px
}
.payment-tab ul li a i.payment-icon5 {
	background-position: left -172px
}
.payment-tab ul li a:hover {
	background: #fff;
	border-left: solid 4px #e85747;
	left: -4px;
	border-radius: 3px 0 0 3px;
	width: 102%
}
.payment-tab span {
	background: #fff;
	display: block;
	padding: 28px 15px 28px 20px;
	font-size: 14px;
	color: #565a5c
}
.payment-tab span img {
	float: left;
	margin: 5px 10px 0 0
}
.payment-right {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #82888a;
	border-radius: 3px;
	box-shadow: none;
	box-sizing: border-box;
	padding: 50px 60px
}
.payment-right h3 {
	padding: 0 0 8px
}
.payment-right span {
	color: #565a5c;
	font-size: 14px;
	padding: 0;
	display: block
}
.payment-right span a {
	color: #e74c3c
}
.payment-right p {
	font-size: 16px;
	color: #565a5c;
	margin: 25px 0 -20px
}
.cvv-code {
	padding-top: 70px;
	padding-left: 0
}
.job-bg {
	width: 100%;
	float: left;
	background: url(../images/jobseeker-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 150px 0
}
.job-seeker-left {
	margin-top: 30px
}
.job-filled {
	width: 100%;
	position: relative;
	float: left
}
.job-seeker-left label {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	padding: 15px 0 5px;
	width: 100%
}
.form-control.jj-seeker-menu {
	width: 100%;
	height: 50px;
	border-radius: 0 0 0 0;
	border: none;
	border-left: solid 1px #dbdbdb;
	margin: 0;
	box-sizing: border-box;
	font-size: 15px;
	color: #fff;
	background: url(../images/white_drop_arrow.svg) center right no-repeat;
	position: relative;
	border: solid 1px #fff;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 0 0 40px;
	box-sizing: border-box
}
.jj-seeker-menu select {
	width: 100%
}
select option {
	width: 100%;
	float: left;
	display: block;
	font-size: 15px;
	color: #82888a;
	padding: 5px;
	text-align: left;
	text-decoration: none;
	text-indent: 15px;
	z-index: 1;
	position: relative
}
.form-control.seeker-input {
	background: url(../images/white-search-icon.svg) no-repeat scroll 22px 16px;
	border: solid 1px #fff;
	border-radius: 3px;
	box-sizing: border-box;
	color: #fff!important;
	float: left;
	font-size: 15px;
	height: 50px;
	padding: 0 0 0 50px;
	width: 100%
}
.seeker-state {
	background: none;
	left: 20px;
	top: 56px;
	margin: 0;
	position: absolute
}
.seeker-search {
	background: #e74c3c;
	border: none;
	color: #fff
}
.seeker-search.focus, .seeker-search:focus {
	color: #fff;
	background-color: #d23d2e;
	border-color: #d23d2e;
	box-shadow: none
}
.seeker-search:hover {
	color: #fff;
	background-color: #d23d2e;
	border-color: #d23d2e
}
.seeker-search.active.focus, .seeker-search.active:focus, .seeker-search.active:hover, .seeker-search:active.focus, .seeker-search:active:focus, .seeker-search:active:hover, .open>.dropdown-toggle.seeker-search.focus, .open>.dropdown-toggle.jj-search:focus, .open>.dropdown-toggle.seeker-search:hover {
	color: #fff;
	background-color: #d23d2e;
	border-color: #d23d2e
}
.seeker-tool {
	border: solid 1px #fff;
	border-radius: 3px;
	background: none;
	padding: 0 0 15px
}
.seeker-tool span {
	display: block;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border-bottom: solid 1px #fff;
	line-height: 55px
}
.seeker-list {
	margin: 25px 0
}
.seeker-list h3 {
	margin: 0;
	padding: 0;
	text-align: center
}
.seeker-list figure figcaption p {
	margin: 5px 0 0;
	text-align: center;
	color: #fff;
	font-size: 14px
}
.seeker-list figure a {
	color: var(--grey-dark);
	text-decoration: none
}
.seeker-list figure a:hover {
	text-decoration: none
}
.seeker-list figure i {
	width: 47px;
	height: 45px;
	margin: 0 auto;
	background: url(../images/seeker-icon.svg) left top no-repeat;
	display: flex
}
.seeker-list figure i.seekers-icon1 {
	background-position: left top
}
.seeker-list figure i.seekers-icon2 {
	background-position: -81px top
}
.seeker-list figure i.seekers-icon3 {
	background-position: left -68px
}
.seeker-list figure i.seekers-icon4 {
	background-position: -78px -67px
}
.seeker-list figure i.seekers-icon5 {
	background-position: left -144px
}
.seeker-list figure i.seekers-icon6 {
	background-position: -75px -140px
}
.jspanel-container {
	padding: 0 50px
}
.listing-banner {
	background: url(../images/job-listing-banner.png) center bottom no-repeat #0079ff;
	height: 350px
}
.listing-banner-one {
	background: url(../images/job-listing-banner-one.jpg) center bottom no-repeat #0079ff;
	height: 350px
}
.listing-banner h3 {
	padding-top: 110px;
	color: #fff
}
.job-list-section {
	width: 100%;
	display: inline-block
}
.job-search {
	width: 100%;
	border: solid 1px #0079ff;
	border-radius: 3px;
	padding: 0 20px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #0079ff
}
.search-btn {
	width: 18px;
	height: 18px;
	background: url(../images/job-search.svg) left top no-repeat;
	display: block;
	cursor: pointer;
	border: none;
	margin: -34px 15px 0 0;
	float: right
}
.job-list-section .jj-content {
	padding:25px 0 100px
}
.key-list1 {
	margin-bottom: 0
}
.key-list {
	margin-top: 0;
	width: 100%;
	float: left;
	border: solid 1px #ccc;
	border-radius: 3px
}
.key-list ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.key-list ul li {
	line-height: normal;
	width: 100%;
	float: left;
	border: none;
	box-shadow: none;
	margin: 0!important
}
.key-list ul li a {
	font-size: 16px;
	color: var(--grey-dark);
	line-height: 45px;
	text-decoration: none;
	display: block;
	outline: none;
	background: none;
	border: none;
	border-radius: 0;
	font-family: "Circular Air Book";
	padding: 0 0 0 20px;
	border-bottom: solid 1px #ccc
}
.key-list ul li a em {
	float: right;
	font-size: 14px;
	color: #565a5c;
	font-style: normal;
	padding: 0 15px 0 0;
	background: none;
	margin: 0
}
.key-list ul li a em img {
	margin: -3px 0 0 5px;
	margin-right: 5px
}
.key-list ul li a.active {
	background: #f2f8ff;
	border: none
}
.key-list ul li a i {
	display: none
}
.key-list ul li a span {
	width: 15px;
	height: 12px;
	background: url(../images/accordian-minus.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 17px 5px 0 0
}
.key-list ul li a:hover {
	color: var(--grey-dark)
}
.key-list ul li a:hover span {
	background: url(../images/accordian-minus.svg) left top no-repeat
}
.key-list ul li a.active {
	color: var(--grey-dark)
}
.key-list ul li a.active span {
	background: url(../images/accordian-plus.svg) left top no-repeat
}
.seeker-option {
	margin-top: 20px;
	width: 100%;
	float: left
}
.seeker-doption {
	background: #f1f1f2;
	padding: 0 15px;
	border-radius: 3px;
	float: left
}
.seeker-doption ul li a {
	line-height: 30px!important
}
.seeker-doption ul li a:hover {
	color: #0079ff!important
}
.seeker-doption ul li a i {
	margin: 6px 12px 0 0 !important
}
.seeker-option em {
	border: solid 1px #82888a;
	width: auto;
	float: left;
	font-size: 10px;
	color: #82888a;
	text-transform: uppercase;
	padding: 2px 5px 0;
	border-radius: 3px;
	font-style: normal;
	margin-top: 15px;
	margin-bottom: 10px
}
.seeker-option ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	float: left
}
.seeker-option ul li {
	line-height: normal;
	width: 100%;
	float: left
}
.seeker-option ul li a {
	font-size: 16px;
	color: #565a5c;
	line-height: 41px;
	text-decoration: none;
	display: block
}
.seeker-option ul li a i {
	width: 20px;
	height: 23px;
	background: url(../images/seeker-option.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 11px 12px 0 0
}
.seeker-option ul li a i.option-icon1 {
	background-position: left top
}
.seeker-option ul li a i.option-icon2 {
	background-position: left -35px
}
.seeker-option ul li a i.option-icon3 {
	background-position: left -69px
}
.seeker-option ul li a i.option-icon4 {
	background-position: left -105px
}
.seeker-option ul li a i.option-icon5 {
	background-position: left -139px
}
.seeker-option ul li a:hover {
	color: #27c685
}
.seeker-option ul li a:hover i.option-icon1 {
	background-position: left -182px
}
.seeker-option ul li a:hover i.option-icon2 {
	background-position: left -217px
}
.seeker-option ul li a:hover i.option-icon3 {
	background-position: left -251px
}
.seeker-option ul li a:hover i.option-icon4 {
	background-position: left -287px
}
.seeker-option ul li a:hover i.option-icon5 {
	background-position: left -321px
}
.seeker-option a img {
	width: 100%
}
.job-list-right {
	width: 100%
}
.job-list-right h4 {
	margin: 0;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 30px;
	color: #0173f2
}
.job-list-right h4 a {
	color: #0173f2
}
.job-list-right h4 a:hover {
	color: #0173f2
}
.job-list-right h1 a {
	color: #0173f2; font-size: 30px;
}
.job-list-right h1 a:hover {
	color: #0173f2
}
.job-list-right span {
	color: #565a5c;
	font-size: 16px;
	padding: 0 0 20px 65px;
	display: inline-block
}
.job-list-right span a{
	color: #565a5c;
}
.job-list-right span a:hover{
	color: #565a5c;
}
.total {
	width: 165px;
	float: right
}
.total ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.total ul li {
	font-size: 14px;
	color: #565a5c;
	background: #f5f5f5;
	line-height: 34px;
	padding: 0 10px;
	border-bottom: solid 1px #fff
}
.total ul li span {
	padding: 0;
	font-size: 14px;
	color: #565a5c;
	width: 80px;
	display: inline-block
}
.new-list {
	width: 100%
}
.new-list-inside {
	width: 100%;
	float: left
}
.new-list-inside-right {
	width: 91.5%;
	float: left;
	border-bottom: dotted 1px #cccecf;
	padding:20px 0 22px
}
.new-list-inside-right:hover h4 a {
	background: #0079ff;
	color: #fff;
	display: inline-block
}
.new-list-left {
	width: 60px;
	float: left;
	text-align: center;
	padding-top: 25px
}
.new-list-mid {
	width: 80%;
	float: left
}
.new-list-inside:hover {
	background: none;
	cursor: pointer
}
.new-list-mid h4 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 26px
}
.new-list-mid h4 a {
	text-decoration: none;
	color: var(--grey-dark);
	padding: 0;
	line-height: 35px
}
.new-list-mid h4 span {
	background: #e74c3c;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 4px 2px;
	border-radius: 3px;
	margin-left: 10px
}
.new-list-mid ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.new-list-mid ul li {
	line-height: normal;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	color: #565a5c
}
.ie .new-list-mid ul li {
	line-height: 23px
}
.ie .favorite-employe ul li i.tb-icon1.in-icon2 {
	background-position: left -35px;
	width: 20px
}
.new-list-mid ul li a {
	text-decoration: none;
	color: #565a5c
}
.new-list-mid ul li i {
	width: 16px;
	height: 15px;
	float: left;
	display: inline-block;
	background: url(../images/new-job-icon.svg) left top no-repeat;
	margin: 0 5px 0 0
}
.new-list-mid ul li i.new-job-icon1 {
	background-position: left top
}
.new-list-mid ul li i.new-job-icon2 {
	background-position: -31px top
}
.new-list-mid ul li i.new-job-icon3 {
	background-position: -63px top
}
.new-list-right {
	width: auto;
	float: right;
	margin: 17px 0 0;
	font-size: 12px;
	color: #565a5c
}
.new-list-right em {
	font-style: normal;
	font-size: 10px;
	color: #565a5c;
	display: block;
	text-align: center;
	text-transform: uppercase
}
.new-list-right span {
	background: #e74c3c;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 5px 0;
	border-radius: 3px
}
.home-apply {
	width: 100%;
	float: left;
	margin-bottom: 3px
}
.home-apply a {
	height: 33px;
	line-height: 30px;
	background: #27c685;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;;
	display: inline-block;
	padding: 0 18px;
	text-decoration: none;
	width: 100%
}
.home-apply a:hover {
	background: #1eb778
}
.job-list-footer p a {
	color: var(--grey-dark)
}
.job-list-footer p a:hover {
	color: #e74c3c
}
.list-mode {
	width: 161px;
	float: right;
	margin: -42px 0 0
}
.h-mode {
	margin: -31px 0 0;
	display: none
}
.b-all-job {
	width: 100%;
	float: left;
	text-align: center
}
.b-all-job a {
	height: 44px;
	line-height: 44px;
	background: #0079ff;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;;
	display: inline-block;
	padding: 0 50px;
	text-decoration: none
}
.b-all-job a:hover {
	background: #0173f2
}
.job-focused {
	width: 100%;
	background: #27c685 url(../images/job-focused.png) center bottom no-repeat
}
.job-focused h3 {
	color: #fff
}
.search-total {
	width: 100%;
	margin: 0 0 10px;
	float: left;
	border-radius: 3px
}
.search-total h3 {
	font-size: 20px;
	margin: 0;
	padding-top: 0;
	display: block;
	width: 100%;
	float: left
}
.search-total ul {
	list-style: outside none none;
	margin: 0;
	padding: 0
}
.search-total ul li {
	color: #27c685;
	font-size: 11px;
	width: 50%;
	text-align: center;
	line-height: 22px;
	padding: 0 14px;
	float: left;
	text-transform: uppercase;
	border-right: solid 1px #27c685;
	letter-spacing: 1px
}
ul.s-cat-list {
	list-style: none;
	margin: 0 0 20px 65px;
	padding: 0;
	width: 77%;
	float: left
}
.s-cat-list li {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	color: #565a5c;
	background: #f2f2f2;
	line-height: 24px;
	padding: 0 10px;
	margin: 10px 10px 0 0
}
.s-cat-list li i {
	font-size: 10px;
	font-family: 'rupee_foradianregular'
}
.s-cat-list li em {
	float: right;
	margin: -1px 0 0 10px
}
.s-cat-list li span {
	border: solid 1px #e95849;
	color: #e95849;
	background: #fff;
	font-size: 10px;
	line-height: 21px;
	padding: 0
}
.s-cat-list li span a {
	color: #e95849;
	text-decoration: none;
	display: block;
	padding: 0 12px
}
.s-cat-list li span a:hover {
	background: #e95849;
	color: #fff
}
.s-cat-list li.cl-ear {
	padding: 0;
	background: none
}
.s-cat-list li.cl-ear a {
	padding-top: 1px
}
.s-clear {
	width: auto;
	float: right;
	margin: 46px 0 0
}
.s-clear a {
	font-size: 11px;
	color: #fff;
	background: #82888a;
	text-transform: uppercase;
	padding: 0 10px;
	display: block;
	line-height: 21px;
	height: 22px;
	text-decoration: none
}
.page-in {
	width: 100%;
	float: left;
	margin-top: 50px
}
.page-in ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center
}
.page-in ul li {
	line-height: normal;
	display: inline-block
}
.page-in ul li a {
	width:auto;
	height:auto;
	border: solid 1px #565a5d;
	border-radius: 3px;
	display: inline-block;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	margin: 0 6px; padding:0 10px;
	color: #82888a;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none
}
.page-in ul li a:hover {
	color: #fff;
	background: #0079ff;
	border: solid 1px #0079ff
}
.page-in ul li a.active {
	color: #fff;
	background: #0079ff;
	border: solid 1px #0079ff
}
.page-in span.current {
	color: #fff;
	background: #27c685;
	border: solid 1px #27c685;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin: 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none
}
.col-lg-12 p.fav-midtext {
	min-width: 400px;
	margin: 80px auto 0
}
.page-in-seeker {
	width: auto;
	float: right;
	margin-top: -30px
}
.emppage-in ul li a:hover {
	color: #fff;
	background: #27c685;
	border: solid 1px #27c685
}
.page-in ul li.next-page {
	width: auto;
	float: right
}
.page-in ul li.next-page a {
	width: auto;
	padding: 0 15px;
	background: #f1f2f2;
	border: solid 1px #565a5d
}
.page-in ul li.prev-page {
	width: auto;
	float: left
}
.page-in ul li.prev-page a {
	width: auto;
	padding: 0 15px;
	background: #f1f2f2;
	border: solid 1px #565a5d;
	margin: 0
}
.page-in ul li.prev-page a i {
	width: 7px;
	height: 10px;
	background: url(../images/page-in-ar.svg) left top no-repeat;
	float: left
}
.page-in ul li.prev-page a i.page-in-ar {
	background-position: left top;
	margin: 10px 5px 0 0
}
.page-in ul li.prev-page a:hover i.page-in-ar {
	background-position: left -10px
}
.page-in ul li.prev-page a.active i.page-in-ar {
	background-position: left -10px
}
.page-in ul li.next-page a i {
	width: 7px;
	height: 10px;
	background: url(../images/page-in-ar.svg) left top no-repeat;
	margin: 10px 0 0 4px;
	float: right
}
.page-in ul li.next-page a i.page-in-ar-right {
	background-position: -6px top
}
.page-in ul li.next-page a:hover i.page-in-ar-right {
	background-position: -6px -10px
}
.page-in ul li.next-page a.active i.page-in-ar-right {
	background-position: -6px -10px
}
.page-in ul li.next-page a:hover {
	color: #fff;
	background: #0079ff;
	border: solid 1px #0079ff
}
.page-in ul li.prev-page a:hover {
	color: #fff;
	background: #0079ff;
	border: solid 1px #0079ff
}
.page-in ul li.next-page a.active {
	color: #fff;
	background: #0079ff;
	border: solid 1px #0079ff
}
.page-in ul li.prev-page a.active {
	color: #fff;
	background: #0079ff;
	border: solid 1px #0079ff
}
.recent-drop {
	width: 115px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	border: solid 1px #565a5c;
	margin: 1px 0 0;
	float: left;
	font-size: 14px;
	color: #565a5c;
	background: url(../images/recent-arrow.svg) center right no-repeat #fff;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.recent-drop:focus {
	color: #565a5c;
	box-shadow: none
}
.recent-drop select {
	width: 100%
}
.change-area {
	width: 100%;
	border: 1px solid #b2b3b4;
	border-radius: 2px;
	margin-top: 0;
	padding: 0 15px;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #82888a;
	background: url(../images/drop_arrow.svg) center right no-repeat #fff;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.change-area:focus {
	color: #565a5c;
	box-shadow: none
}
.change-area select {
	width: 100%
}
.set-input {
	width: 100%;
	border: solid 1px #b2b3b4;
	border-radius: 0;
	margin-top: 0;
	padding: 0 20px;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #82888a;
	display: inline-block
}
.set-input:focus {
	color: #565a5c
}
.alert-job-btn {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding: 0 0 20px
}
.alert-job-btn a {
	height: 38px;
	line-height: 38px;
	border: 2px dotted #0079ff;
	font-size: 13px;
	color: #0079ff;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;;
	text-transform: uppercase;
	display: block;
	text-align: center;
	border-radius: 2px;
	text-decoration: none
}
.alert-job-btn a img {
	margin: -4px 5px 0 0
}
.alert-job-btn a:hover {
	color: #0079ff
}
.alert-job-btn a:focus, a:hover {
	color: #0079ff
}
.refine-total {
	width: 100%;
	float: left;
	border: solid 1px #0079ff;
	border-radius: 3px;
	margin-bottom: 20px
}
.refine-total a {
	display: block;
	font-size: 12px;
	color: #0079ff;
	width: auto;
	float: left;
	line-height: 26px;
	height: 26px;
	text-align: center;
	border-right: solid 1px #0079ff;
	text-decoration: none;
	padding: 0 7px
}
.refine-total a:hover {
	color: #0079ff
}
.refine-total a:focus, a:hover {
	color: #0079ff
}
.none-job {
	width: 92%;
	float: left;
	margin-left: 65px
}
.none-post {
	background: #fffce3 none repeat scroll 0 0;
	border: 1px solid #f0e68e;
	border-radius: 3px;
	float: left;
	margin: 30px 0 0;
	padding: 40px 35px;
	text-align: center;
	width: 100%
}
.none-post h6 {
	border-bottom: 1px solid #f0e68e;
	padding-bottom: 20px;
	line-height: 30px;
	margin-bottom: 20px
}
.none-post p {
	font-size: 14px;
	color: #565a5c;
	line-height: 25px;
	margin: 0
}
.none-post p a {
	font-size: 14px;
	color: var(--grey-dark);
	display: block;
	padding-top: 25px
}
.job-listing {
	width: 100%;
	float: left;
	margin-bottom: 10px
}
.location-list {
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 18px 18px 18px 20px;
	box-sizing: border-box;
	margin-bottom:0; 
	border-bottom: solid 1px #ccc
}
.list-input {
	margin: 0;
	border: solid 1px #d9d9d9;
	height: 40px;
	line-height: 40px
}
ul.select-list {
	list-style: none;
	margin: 0;
	width: 100%;
	display: inline-block
}
.select-list li {
	font-size: 16px;
	color: #565a5c;
	padding: 5px 0
}
.select-list li label {
	font-weight: 400;
	float: left;
	margin: 0
}
.range {
	background: none;
	border: none;
	padding: 0
}
.jtime-list {
	margin-top: 0
}
ul.select-list li {
	color: #565a5c;
	font-size: 14px;
	line-height: 26px;
	padding: 0
}
ul.select-list label.active {
	color: #0079ff;
	font-family:Arial, Helvetica, sans-serif;
}
ul.select-list li span {
	background: #0079ff;
	border-radius: 100px;
	font-size: 10px;
	color: #fff;
	font-weight: 700;
	line-height: 18px;
	padding: 0 6px;
	display: inline-block
}
.job-seeker-list-left {
	width: auto;
	float: left;
	margin-top: 25px
}
.job-seeker-list-left img {
	width: 73px;
	height: 73px;
	border-radius: 100px
}
.job-seeker-list-left span {
	background: #0079ff;
	border-radius: 100px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	line-height: 73px;
	padding: 0!important;
	width: 73px;
	height: 73px
}
.home-job-list h4 {
	padding-left: 0;
	padding-bottom: 0
}
.home-job-list .searchfiltersadd {
	margin-left: 0
}
.job-seeker-list-right {
	width: 86.7%;
	float: left;
	margin-left: 20px;
	padding: 25px 0;
	border-bottom: 1px dotted #cccecf
}
.job-seeekr-info-dtail h4 {
	margin-bottom: 0;
	padding-left: 0
}
.job-seeekr-info-dtail h4 a {
	padding: 0
}
.job-seeekr-info-dtail:hover h4 a {
	background: #0079ff;
	display: inline-block;
	color: #fff
}
.job-seeekr-info-dtail p {
	font-size: 14px;
	color: #82888a;
	margin: 0;
	padding: 2px 0 5px
}
.job-seeekr-info-dtail p em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic
}
.job-seeekr-info-dtail ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.job-seeekr-info-dtail ul li {
	line-height: normal;
	float: left
}
.job-seeekr-info-dtail ul li i {
	background: rgba(0,0,0,0) url(../images/jobs-seeker-info-icon.svg) no-repeat scroll left top;
	display: inline-block;
	float: left;
	height: 15px;
	margin: 2px 5px 0 0;
	width: 18px
}
.job-seeekr-info-dtail ul li i.j-s-icon1 {
	width:18px;
	background-position:2px top
}
.job-seeekr-info-dtail ul li i.j-s-icon2 {
	background-position: -20px top
}
.job-seeekr-info-dtail-right {
	width: auto;
	float: right
}
.job-seeekr-info-dtail {
	width: 70%
}
.seeker-detail-like {
	position: absolute;
	right: 20px;
	top: 10px
}
.seeker-like {
	width: auto;
	float: left;
	padding-top: 0
}
.seeker-like ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.seeker-like ul li {
	line-height: normal;
	float: left;
	margin-left: 8px
}
.seeker-like ul li a {
	text-decoration: none
}
.seeker-like ul li a i {
	width: 19px;
	height: 19px;
	background: url(../images/seeker-like.svg) left top no-repeat;
	display: block;
	margin: 10px 0 0
}
.seeker-like ul li a i.see-like-icon1 {
	background-position: left top
}
.seeker-like ul li a i.see-like-icon2 {
	background-position: -25px top
}
.seeker-like ul li a.jj-red i.see-like-icon1 {
	background-position: left -19px
}
.seeker-like ul li a.jj-red i.see-like-icon2 {
	background-position: -25px -19px
}
.seeker-hire-btn {
	border: solid 1px #0079ff;
	font-size: 16px;
	color: #0079ff;
	height: 33px;
	line-height: 33px;
	display: inline-block;
	border-radius: 3px;
	padding: 0 12px;
	font-family: "CircularAir-Bold";
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-left: 5px
}
.seeker-hire-btn:hover {
	color: #fff;
	background: #0079ff
}
.seeker-hire-btn:focus {
	color: #fff;
	background: #0079ff
}
.seeker-hire-btn.active {
	color: #fff;
	background: #0079ff
}
.seeker-like em {
	font-size: 10px;
	color: #82888a;
	text-transform: none;
	display: block;
	text-align: right;
	padding-top: 5px
}
.emp-login-last .job-seeekr-info-dtail {
	width: 61%
}
.emp-login-last .new-list-right {
	margin: 0
}
.emp-login-last .seeker-like ul {
	text-align: right
}
.emp-login-last .seeker-like ul li {
	float: none;
	display: inline-block
}
.emp-seeker-text {
	width: auto;
	float: left;
	padding-top: 0
}
.emp-seeker-text em {
	font-style: normal;
	font-style: normal;
	font-size: 14px;
	display: block
}
.job-detail-banner {
	background: #0079ff;
	height: 180px
}
.job-detail-banner h3 {
	padding-top: 120px;
	color: #fff
}
.job-detail-section {
	width: 100%;
	padding: 50px 0 10px
}
.job-detail-up ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.job-detail-up ul li {
	line-height: normal
}
.job-detail-up ul li a {
	float: left;
	background: #e5e5e5;
	height: 50px;
	text-align: center;
	display: block;
	width: 33.3%;
	text-decoration: none;
	margin-bottom: 30px
}
.job-detail-up ul li a i {
	width: 28px;
	height: 25px;
	background: url(../images/job-detail-icon.svg) left top no-repeat;
	display: flex;
	margin: 11px auto 0
}
.job-detail-up ul li a i.detail-ic1 {
	background-position: left top
}
.job-detail-up ul li a i.detail-ic2 {
	background-position: -53px top
}
.job-detail-up ul li a i.detail-ic3 {
	background-position: -105px top
}
.job-detail-up ul li a:hover i.detail-ic1 {
	background-position: left -23px
}
.job-detail-up ul li a:hover i.detail-ic3 {
	background-position: -105px -24px
}
.job-detail-up ul li a.active i.detail-ic1 {
	background-position: left -44px
}
.job-detail-up ul li a.active i.detail-ic2 {
	background-position: -53px -46px
}
.job-detail-up ul li a.active i.detail-ic3 {
	background-position: -105px -46px
}
.job-detail-up ul li a.active {
	background: #27c685
}
.other-option {
	margin-top: 30px
}
.other-option ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.other-option ul li {
	line-height: normal;
	width: 100%;
	float: left
}
.other-option ul li a {
	width: auto;
	float: none;
	color: #565a5c;
	font-size: 14px
}
.other-option ul li a i {
	width: 18px;
	height: 20px;
	display: block;
	float: left;
	background: url(../images/other-icon.svg) left top no-repeat;
	margin: 8px 8px 0 0
}
.other-option ul li a span {
	width: 80%;
	display: inline-block;
	padding: 8px 0;
	border-bottom: solid 1px #e5e5e5
}
.other-option ul li a i.other-icon1 {
	background-position: -2px 3px
}
.other-option ul li a i.other-icon2 {
	background-position: -38px 3px
}
.other-option ul li a i.other-icon3 {
	background-position: -75px 1px
}
.other-option ul li a i.other-icon4 {
	background-position: -110px 2px
}
.other-option ul li a i.other-icon5 {
	background-position: -144px 0
}
.other-option ul li a i.other-icon6 {
	background-position: -181px 2px
}
.other-option ul li a i.other-icon7 {
	background-position: -38px 3px
}
.other-option ul li a:hover i.other-icon1 {
	background-position: -2px -18px
}
.other-option ul li a:hover i.other-icon2 {
	background-position: -38px -18px
}
.other-option ul li a:hover i.other-icon3 {
	background-position: -75px -20px
}
.other-option ul li a:hover i.other-icon4 {
	background-position: -110px -19px
}
.other-option ul li a:hover i.other-icon5 {
	background-position: -144px -21px
}
.other-option ul li a:hover i.other-icon6 {
	background-position: -181px -19px
}
.other-option ul li a:hover {
	color: #0079ff
}
.job-detail-right {
	width: 100%;
	padding-left: 50px
}
.job-detail-right h1 {
	margin: 0;
	padding: 0 0 25px
}
.employe-detail ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.employe-detail ul li {
	width: auto;
	color: #565a5c;
	font-size: 16px;
	width: 100%;
	float: left
}
.employe-detail ul li span {
	font-weight: 400;
	display: inline-block;
	width: 80%;
	border-bottom: solid 1px #e5e5e5
}
.employe-detail ul li span label {
	font-weight: 400;
	width: 140px;
	float: left;
	margin: 0
}
.employe-detail ul li i {
	width: 25px;
	height: 21px;
	display: block;
	float: left;
	background: url(../images/em-detail-icon.svg) left top no-repeat;
	margin: 8px 8px 0 0
}
.employe-detail ul li span {
	width: 80%;
	display: inline-block;
	padding: 8px 0;
	border-bottom: solid 1px #e5e5e5
}
.employe-detail ul li i.em-detail-icon1 {
	background-position: left top
}
.employe-detail ul li i.em-detail-icon2 {
	background-position: left -44px
}
.employe-detail ul li i.em-detail-icon3 {
	background-position: left -87px
}
.employe-detail ul li i.em-detail-icon4 {
	background-position: left -130px
}
.employe-detail ul li i.em-detail-icon5 {
	background-position: left -165px
}
.employe-detail ul li i.em-detail-icon6 {
	background-position: left -206px
}
.employe-detail ul li i.em-detail-icon7 {
	background-position: left -245px
}
.employe-detail ul li i.em-detail-icon8 {
	background-position: left -286px
}
.jobs-benefits {
	width: 100%
}
.jobs-benefits span {
	font-size: 16px;
	color: #565a5c;
	padding: 22px 0 0;
	display: block
}
.jobs-benefits span img {
	float: left;
	margin: 0 25px 0 0
}
.jobs-benefits h5 {
	margin: 0;
	padding: 50px 0 20px
}
.jobs-benefits p {
	font-size: 16px;
	color: #565a5c
}
.jobs-benefits p span {
	font-size: 14px;
	color: #565a5c;
	padding: 0
}
.jobs-benefits ul {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 15px
}
.jobs-benefits ul li {
	font-size: 16px;
	color: #565a5c;
	padding: 5px 0
}
.jj-suitable-btn {
	width: 420px;
	border-radius: 3px;
	color: #fff;
	background: #27c685!important;
	border-color: #27c685!important;
	margin-top: 18px
}
.jj-suitable-btn.focus, .jj-suitable-btn:focus {
	color: #fff;
	background-color: #27c685!important;
	border-color: #27c685!important;
	box-shadow: none
}
.jj-suitable-btn:hover {
	color: #fff;
	background-color: #27c685;
	border-color: #27c685
}
.jj-suitable-btn.active.focus, .jj-suitable-btn.active:focus, .jj-suitable-btn.active:hover, .jj-suitable-btn:active.focus, .jj-suitable-btn:active:focus, .jj-suitable-btn:active:hover, .open>.dropdown-toggle.jj-submit-btn.focus, .open>.dropdown-toggle.jj-suitable-btn:focus, .open>.dropdown-toggle.jj-suitable-btn:hover {
	color: #fff;
	background-color: #27c685;
	border-color: #27c685
}
.popular-search {
	width: 100%;
	margin-top: 70px
}
.popular-search label {
	font-size: 11px;
	color: #66696b;
	font-weight: 400;
	text-transform: uppercase;
	padding-right: 20px;
	float: left;
	line-height: 26px
}
.popular-search label img {
	margin: -1px 0 0 5px
}
.popular-search ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.popular-search ul li {
	margin-right: 9px;
	float: left
}
.popular-search ul li a {
	font-size: 11px;
	color: #565a5c;
	border: solid 1px #565a5c;
	padding: 0 10px;
	line-height: 19px;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase
}
.popular-search ul li a:hover {
	color: #fff;
	border: solid 1px #0079ff;
	background: #0079ff
}
.pageination {
	width: 100%;
	background: #f5f5f5;
	border-top: solid 1px #82888a;
	float: left
}
.pageination ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.pageination ul li {
	line-height: 80px;
	color: #82888a;
	border-right: solid 1px #82888a;
	border-right: solid 1px #82888a;
	display: block;
	width: 33.3%;
	text-align: center;
	font-size: 16px;
	float: left
}
.pageination ul li a {
	text-decoration: none;
	color: var(--grey-dark);
	display: block;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.pageination ul li a:hover {
	background: #fff
}
.pageination ul li a.active {
	background: #fff
}
.copy-form {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 50px;
	position: relative;
	width: 100%;
	float: left;
	border: solid 1px #e4e4e4;
	box-shadow: 0 0 10px #e4e4e4;
	margin-top: 20px
}
.copy-form h3 {
	margin: 0
}
.copy-form h3 span {
	font-size: 14px;
	color: #82888a;
	padding: 5px 0 25px;
	line-height: 18px
}
.copy-form h5 {
	color: var(--grey-dark);
	margin: 0
}
.copy-form p {
	font-size: 12px;
	color: #565a5c;
	padding: 5px 0 0
}
.alert-otp {
	margin-top: 30px
}
.copy-form-new h3 span {
	padding-bottom: 0
}
.copy-form-new h4 {
	color: var(--grey-dark)
}
.copy-form-new h5 {
	padding: 20px 0 0
}
.copy-form-new em {
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	display: inline-block;
	padding: 20px 0 0
}
.complaint-submit {
	width: 100%;
	border-radius: 3px;
	background: #e74c3c;
	border: solid 2px #e74c3c;
	padding: 0;
	height: 50px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 18px;
	line-height: 47px;
	margin-top: 18px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.complaint-submit.focus, .complaint-submit:focus {
	color: #fff;
	background-color: #e74c3c;
	border: solid 2px #e74c3c;
	box-shadow: none
}
.complaint-submit:hover {
	color: #fff;
	background-color: #e74c3c;
	border: solid 2px #e74c3c
}
.complaint-submit.active.focus, .complaint-submit.active:focus, .complaint-submit.active:hover, .complaint-submit:active.focus, .complaint-submit:active:focus, .complaint-submit:active:hover, .open>.dropdown-toggle.complaint-submit.focus, .open>.dropdown-toggle.complaint-submit:focus, .open>.dropdown-toggle.complaint-submit:hover {
	color: #fff;
	background-color: #e74c3c;
	border: solid 2px #e74c3c
}
.jj-form-btn {
	width: 215px;
	border-radius: 3px;
	color: #e74c3c;
	background: none;
	border-color: #e74c3c;
	margin-top: 18px
}
.jj-form-btn.focus, .jj-form-btn:focus {
	color: #fff;
	background-color: #e74c3c;
	border-color: #e74c3c
}
.jj-form-btn:hover {
	color: #fff;
	background-color: #e74c3c;
	border-color: #e74c3c
}
.jj-form-btn.active.focus, .jj-form-btn.active:focus, .jj-form-btn.active:hover, .jj-form-btn:active.focus, .jj-form-btn:active:focus, .jj-form-btn:active:hover, .open>.dropdown-toggle.jj-form-btn.focus, .open>.dropdown-toggle.jj-form-btn:focus, .open>.dropdown-toggle.jj-form-btn:hover {
	color: #fff;
	background-color: #e74c3c;
	border-color: #e74c3c
}
.jj-remove-btn {
	width: 135px;
	border-radius: 3px;
	color: var(--grey-dark);
	background: none;
	border: solid 1px var(--grey-dark);
	margin-top: 18px;
	font-size: 14px;
	color: var(--grey-dark);
	font-family:Arial, Helvetica, sans-serif;
	height: 35px;
	line-height: 34px;
	margin-right: 5px
}
.jj-remove-btn.focus, .jj-remove-btn:focus {
	color: #fff;
	background-color: #e74c3c;
	border: solid 1px #e74c3c
}
.jj-remove-btn:hover {
	color: #fff;
	background-color: #e74c3c;
	border: solid 1px #e74c3c
}
.jj-remove-btn.active.focus, .jj-remove-btn.active:focus, .jj-remove-btn.active:hover, .jj-remove-btn:active.focus, .jj-remove-btn:active:focus, .jj-remove-btn:active:hover, .open>.dropdown-toggle.jj-remove-btn.focus, .open>.dropdown-toggle.jj-remove-btn:focus, .open>.dropdown-toggle.jj-remove-btn:hover {
	color: #fff;
	background-color: #e74c3c;
	border: solid 1px #e74c3c
}
.cpy-remember {
	color: #565a5c;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0 0;
	width: 100%
}
.cpy-remember label {
	font-weight: 400;
	line-height: 17px;
	margin: 0
}
.favorite-sec h3.small {
	margin: 0;
	padding-top: 35px;
	padding-bottom: 35px
}
.fav-nav li a {
	color: #565a5c!important
}
.search-fav {
	width: 16px;
	height: 16px;
	background: url(../images/gray-search.png) left top no-repeat;
	display: block;
	border: none;
	float: left;
	margin: 3px 7px 0 0
}
.fav-nav-right label {
	color: #565a5c
}
.fav-sign {
	border: solid 2px #565a5c;
	border-radius: 3px;
	background: none;
	padding: 0 25px;
	height: 34px;
	color: #565a5c;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.fav-sign.focus, .fav-sign:focus {
	color: #fff;
	background-color: #1fb276;
	border: solid 2px #1fb276
}
.fav-sign:hover {
	color: #fff;
	background-color: #1fb276;
	border: solid 2px #1fb276
}
.jj-default.active.focus, .fav-sign.active:focus, .fav-sign.active:hover, .fav-sign:active.focus, .fav-sign:active:focus, .fav-sign:active:hover, .open>.dropdown-toggle.fav-sign.focus, .open>.dropdown-toggle.fav-sign:focus, .open>.dropdown-toggle.fav-sign:hover {
	color: #fff;
	background-color: #1fb276;
	border: solid 2px #1fb276
}
ul.favorite-job li {
	line-height: normal;
	float: left;
	list-style: none;
	width: 22%;
	margin: 0 1.5% 0 1%
}
.favorite-job li a {
	font-size: 45px;
	color: #27c685;
	text-align: center;
	border: solid 1px #27c685;
	display: block;
	border-radius: 3px;
	text-decoration: none;
	line-height: normal;
	padding: 18px 0 10px;
	line-height: 35px;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	position: relative;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	outline: none
}
.favorite-job li a span {
	font-size: 15px;
	display: block;
	color: #27c685;
	margin: 0
}
.favorite-job li a em {
	height: 14px;
	bottom: -14px;
	display: block;
	position: absolute;
	left: 0;
	width: 100%
}
.favorite-job li a:hover em.tab-green {
	background: url(../images/tab-green-arrow.svg) no-repeat scroll center top
}
.favorite-job li a:hover em.tab-blue {
	background: url(../images/tab-blue-arrow.svg) no-repeat scroll center top
}
.favorite-job li a:hover em.tab-red {
	background: url(../images/tab-red-arrow.svg) no-repeat scroll center top
}
.favorite-job li a:hover em.tab-gray {
	background: url(../images/tab-gray-arrow.svg) no-repeat scroll center top
}
.favorite-job li a.active em.tab-green {
	background: url(../images/tab-green-arrow.svg) no-repeat scroll center top
}
.favorite-job li a.active em.tab-blue {
	background: url(../images/tab-blue-arrow.svg) no-repeat scroll center top
}
.favorite-job li a.active em.tab-red {
	background: url(../images/tab-red-arrow.svg) no-repeat scroll center top
}
.favorite-job li a.active em.tab-gray {
	background: url(../images/tab-gray-arrow.svg) no-repeat scroll center top
}
.favorite-job li a:hover {
	color: #fff;
	background: #27c685
}
.favorite-job li a:hover span {
	color: #fff
}
.favorite-job li a.active {
	color: #fff;
	background: #27c685
}
.favorite-job li a.active span {
	color: #fff
}
.favorite-job li a.fav-employe {
	color: #2483fe;
	border: solid 1px #2483fe
}
.favorite-job li a.fav-employe span {
	color: #2483fe
}
.favorite-job li a:hover.fav-employe {
	color: #fff;
	background: #2483fe
}
.favorite-job li a:hover.fav-employe span {
	color: #fff
}
.favorite-job li a.active.fav-employe {
	color: #fff;
	background: #2483fe
}
.favorite-job li a.active.fav-employe span {
	color: #fff
}
.favorite-job-list {
	width: 100%;
	margin: 80px 0 0;
	float: left
}
.favorite-job li a.fav-apply {
	color: #e74c3c;
	border: solid 1px #e74c3c
}
.favorite-job li a.fav-apply span {
	color: #e74c3c
}
.favorite-job li a:hover.fav-apply {
	color: #fff;
	background: #e74c3c
}
.favorite-job li a:hover.fav-apply span {
	color: #fff
}
.favorite-job li a.active.fav-apply {
	color: #fff;
	background: #e74c3c
}
.favorite-job li a.active.fav-apply span {
	color: #fff
}
.favorite-job li a.fav-view {
	color: #565a5c;
	border: solid 1px #565a5c
}
.favorite-job li a.fav-view span {
	color: #565a5c
}
.favorite-job li a:hover.fav-view {
	color: #fff;
	background: #565a5c
}
.favorite-job li a:hover.fav-view span {
	color: #fff
}
.favorite-job li a.active.fav-view {
	color: #fff;
	background: #565a5c
}
.favorite-job li a.active.fav-view span {
	color: #fff
}
.green-star {
	width: 43px;
	height: 43px;
	margin: 0;
	right: 0;
	background: none;
	top: -3px;
	right: 6px;
	position: absolute
}
.jj-view {
	float: left
}
.jj-view.focus, .jj-view:focus {
	background: #27c685!important;
	border: solid 1px #27c685;
	color: #fff
}
.jj-view:hover {
	background: #27c685!important;
	border: solid 1px #27c685;
	color: #fff
}
.jj-view.active.focus, .jj-view.active:focus, .jj-view.active:hover, .jj-view:active.focus, .jj-view:active:focus, .jj-view:active:hover, .open>.dropdown-toggle.jj-view.focus, .open>.dropdown-toggle.jj-view:focus, .open>.dropdown-toggle.jj-view:hover {
	border: solid 1px #27c685;
	background: none;
	color: #fff
}
.note {
	background: #fffce3;
	border: solid 1px #f0e68e;
	border-radius: 3px;
	font-size: 14px;
	color: #565a5c;
	line-height: 50px;
	text-align: left;
	padding: 0 0 0 25px
}
.note img {
	margin-right: 5px
}
.jj-all-job {
	width: 100%;
	border-radius: 3px;
	background: none;
	border: solid 1px #27c685;
	color: #27c685;
	padding: 0;
	margin: 0
}
.jj-all-job.focus, .jj-all-job:focus {
	color: #fff;
	background-color: #27c685;
	border: solid 1px #27c685
}
.jj-all-job:hover {
	color: #fff;
	background-color: #27c685;
	border: solid 1px #27c685
}
.jj-all-job.active.focus, .jj-all-job.active:focus, .jj-all-job.active:hover, .jj-all-job:active.focus, .jj-all-job:active:focus, .jj-all-job:active:hover, .open>.dropdown-toggle.jj-all-job.focus, .open>.dropdown-toggle.jj-all-job:focus, .open>.dropdown-toggle.jj-all-job:hover {
	color: #fff;
	background-color: #27c685;
	border: solid 1px #27c685
}
.fav-tab-first {
	padding: 0 0 110px
}
.jj-view-red {
	float: left
}
.jj-view-red.focus, .jj-view-red:focus {
	background: #e74c3c!important;
	border: solid 1px #e74c3c;
	color: #fff
}
.jj-view-red:hover {
	background: #e74c3c!important;
	border: solid 1px #e74c3c;
	color: #fff
}
.jj-view-red.active.focus, .jj-view-red.active:focus, .jj-view-red.active:hover, .jj-view-red:active.focus, .jj-view:active:focus, .jj-view-red:active:hover, .open>.dropdown-toggle.jj-view-red.focus, .open>.dropdown-toggle.jj-view-red:focus, .open>.dropdown-toggle.jj-view-red:hover {
	border: solid 1px #e74c3c;
	background: none;
	color: #fff
}
.jj-view-blue {
	float: left
}
.jj-view-blue.focus, .jj-view-blue:focus {
	background: #0079ff!important;
	border: solid 1px #0079ff;
	color: #fff
}
.jj-view-blue:hover {
	background: #0079ff!important;
	border: solid 1px #0079ff;
	color: #fff
}
.jj-view-blue.active.focus, .jj-view-blue.active:focus, .jj-view-blue.active:hover, .jj-view-blue:active.focus, .jj-view:active:focus, .jj-view-blue:active:hover, .open>.dropdown-toggle.jj-view-blue.focus, .open>.dropdown-toggle.jj-view-blue:focus, .open>.dropdown-toggle.jj-view-blue:hover {
	border: solid 1px #0079ff;
	background: none;
	color: #fff
}
.jj-all-job-one {
	width: 100%;
	border-radius: 3px;
	background: none;
	border: solid 1px #0079ff;
	color: #0079ff;
	padding: 0;
	margin: 0
}
.jj-all-job-one.focus, .jj-all-job-one:focus {
	color: #fff;
	background-color: #0079ff;
	border: solid 1px #0079ff
}
.jj-all-job-one:hover {
	color: #fff;
	background-color: #0079ff;
	border: solid 1px #0079ff
}
.jj-all-job-one.active.focus, .jj-all-job-one.active:focus, .jj-all-job-one.active:hover, .jj-all-job-one:active.focus, .jj-all-job-one:active:focus, .jj-all-job-one:active:hover, .open>.dropdown-toggle.jj-all-job-one.focus, .open>.dropdown-toggle.jj-all-job-one:focus, .open>.dropdown-toggle.jj-all-job-one:hover {
	color: #fff;
	background-color: #0079ff;
	border: solid 1px #0079ff
}
.jj-all-job-two {
	width: 100%;
	border-radius: 3px;
	background: none;
	border: solid 1px #e74c3c;
	color: #e74c3c;
	padding: 0;
	margin: 0
}
.jj-all-job-two.focus, .jj-all-job-two:focus {
	color: #fff;
	background-color: #e74c3c;
	border: solid 1px #e74c3c
}
.jj-all-job-two:hover {
	color: #fff;
	background-color: #e74c3c;
	border: solid 1px #e74c3c
}
.jj-all-job-two.active.focus, .jj-all-job-two.active:focus, .jj-all-job-two.active:hover, .jj-all-job-two:active.focus, .jj-all-job-two:active:focus, .jj-all-job-two:active:hover, .open>.dropdown-toggle.jj-all-job-two.focus, .open>.dropdown-toggle.jj-all-job-two:focus, .open>.dropdown-toggle.jj-all-job-two:hover {
	color: #fff;
	background-color: #e74c3c;
	border: solid 1px #e74c3c
}
.favorite-employe {
	height: auto;
	padding-bottom: 80px;
	border: solid 1px #e4e4e4
}
.favorite-employe ul {
	height: auto;
	width: 100%;
	float: left;
	padding-bottom: 15px
}
.favorite-employe ul li {
	line-height: normal;
	width: auto;
	margin-right: 15px
}
.favorite-employe ul li i {
	width: 14px;
	height: 20px;
	background: url(../images/bule-tab-iocn.svg) left top no-repeat;
	margin: -2px 5px 0 0
}
.favorite-employe ul li i.tb-icon1 {
	background-position: left top
}
.favorite-employe ul li i.tb-icon2 {
	background-position: -42px top
}
.favorite-employe ul li i.tb-icon3 {
	background-position: -85px top
}
.favorite-sec .jj-verified {
	border: solid 1px #e4e4e4
}
.privacy-drop {
	width: 100%;
	display: none
}
.author-banner {
	background: #27c685;
	height: 450px;
	padding-top: 104px;
	box-sizing: border-box
}
.author-banner img {
	width: 112px
}
.author-banner h2 {
	color: #fff;
	position: relative;
	z-index: 999;
	letter-spacing: -2px;
	margin: 0;
	padding: 10px 0 0
}
.author-banner p {
	color: #fff
}
.author-social {
	width: 100%;
	float: left
}
.author-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
	margin: 0 auto
}
.author-social ul li {
	line-height: none;
	float: left
}
.author-social ul li a {
	width: 27px;
	height: 27px;
	background: url(../images/author-social.svg) left top no-repeat;
	display: block;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.author-social ul li a:hover {
	background: url(../images/author-social.svg) left top no-repeat
}
.author-social ul li a.f-icon {
	background-position: 12px 9px
}
.author-social ul li a:hover.f-icon {
	background-position: 12px 9px
}
.author-social ul li a.t-icon {
	background-position: -47px 9px
}
.author-social ul li a:hover.t-icon {
	background-position: -47px 9px
}
.author-social ul li a.g-icon {
	background-position: -104px 9px
}
.author-social ul li a:hover.g-icon {
	background-position: -104px 9px
}
.author-social ul li a.link-icon {
	background-position: -161px 9px
}
.author-social ul li a:hover.link-icon {
	background-position: -161px 9px
}
.author-social ul li a.e-icon {
	background-position: -219px 9px
}
.author-social ul li a:hover.e-icon {
	background-position: -219px 9px
}
li.dropdown {
	list-style: none
}
.author-drop {
	color: #fff;
	background: url(../images/author-arrow.svg) right 19px no-repeat;
	border: solid 1px #fff;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	width: auto;
	padding: 0 30px 0 20px;
	margin-top: 20px
}
.author-drop.focus, .author-drop:focus {
	color: #fff;
	background: url(../images/author-arrow.svg) right 19px no-repeat;
	border: solid 1px #fff
}
.author-drop:hover {
	color: #fff;
	background: url(../images/author-arrow.svg) right 19px no-repeat;
	border: solid 1px #fff
}
.author-drop.active.focus, .author-drop.active:focus, .author-drop.active:hover, .author-drop:active.focus, .author-drop:active:focus, .author-drop:active:hover, .open>.dropdown-toggle.author-drop.focus, .open>.dropdown-toggle.author-drop:focus, .open>.dropdown-toggle.author-drop:hover {
	color: #fff;
	background: url(../images/author-arrow.svg) right 19px no-repeat;
	border: solid 1px #fff
}
.author-menu {
	width: 225px;
	margin: 0 auto;
	left: auto;
	position: relative;
	box-shadow: none;
	float: none
}
.author-menu .drop-menu {
	box-shadow: none;
	margin-top: 20px
}
.job-detail-section {
	width: 100%;
	padding: 50px 0 10px;
	background: #f5f5f5
}
.user-detail {
	width: 100%;
	background: #fff;
	padding: 40px 35px 60px;
	border: solid 1px #e5e5e5;
	margin-bottom: 10px;
	position: relative
}
.all-ready {
	width: auto;
	float: left;
	position: absolute;
	top: -12px;
	background: #fff880;
	border: 1px solid #e0dfd3;
	font-size: 11px;
	color: #8c872b;
	text-transform: uppercase;
	line-height: 22px;
	padding: 0 15px
}
.user-detail h1 {
	padding: 0;
	margin: 0;
	line-height: 49px;
	letter-spacing: -1px;
	font-size: 45px
}
.user-detail p {
	font-size: 18px;
	padding: 18px 0 0
}
.user-detail p img {
	margin: -4px 3px 0 0
}
.user-detail p span {
	float: right;
	margin: -2px 0 0
}
.user-detail p span a {
	color: var(--grey-dark);
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	border: solid 1px var(--grey-dark);
	line-height: 20px;
	padding: 0 14px;
	display: inline-block;
	border-radius: 3px;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.user-detail p span a:hover {
	background: #0079ff;
	border: solid 1px #0079ff;
	color: #fff
}
.user-detail-deselect {
	width: auto;
	float: right;
	position: absolute;
	right: 10px;
	top: 10px
}
.user-detail-deselect a {
	width: 24px;
	height: 23px;
	background: url(../images/star-deslect.svg) left top no-repeat;
	display: inline-block
}
.user-detail-deselect a:hover {
	background-position: left -22px
}
.user-detail-deselect a.jj-green1 {
	background-position: left -46px
}
.home-deselect a {
	width: 16px;
	height: 14px;
	background: url(../images/home-star.svg) left top no-repeat;
	display: inline-block
}
.home-deselect a:hover {
	background-position: left -14px
}
.home-deselect a.jj-green1 {
	background-position: left -28px
}
.user-detail-info {
	margin: 40px 0 0
}
.user-detail-info ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.user-detail-info ul li {
	width: auto;
	color: #565a5c;
	font-size: 16px;
	width: 100%;
	float: left
}
.user-detail-info ul li span {
	font-weight: 400;
	display: inline-block;
	width: 80%
}
.user-detail-info ul li span label {
	font-weight: 400;
	width: 120px;
	float: left;
	color: #9d9fa0;
	margin: 0;
	padding: 8px 0 12px
}
.user-detail-info ul li span em {
	float: left;
	font-style: normal;
	color: var(--grey-dark);
	width: 175px;
	border-bottom: solid 1px var(--grey-dark);
	padding: 8px 0 12px
}
.user-detail-info ul li i {
	width: 25px;
	height: 23px;
	display: block;
	float: left;
	background: url(../images/user-detail-info-icon.svg) left top no-repeat;
	margin: 8px 8px 0 0
}
.user-detail-info ul li span {
	width: 80%;
	display: inline-block
}
.user-detail-info ul li i.us-detail-icon1 {
	background-position: left top
}
.user-detail-info ul li i.us-detail-icon2 {
	background-position: 2px -44px
}
.user-detail-info ul li i.us-detail-icon3 {
	background-position: 2px -87px
}
.user-detail-info ul li i.us-detail-icon4 {
	background-position: 2px -130px
}
.user-detail-info ul li i.us-detail-icon5 {
	background-position: left -165px
}
.user-detail-info ul li i.us-detail-icon6 {
	background-position: left -206px
}
.user-detail-info ul li i.us-detail-icon7 {
	background-position: left -245px
}
.user-detail-info ul li i.us-detail-icon8 {
	background-position: left -286px
}
.benifit-user h3.small {
	margin: 0;
	padding: 0 0 20px
}
.benifit-user {
	margin-top: 20px;
	min-height: 73px
}
.benifit-user i {
	width: 56px;
	height: 56px;
	float: left;
	background: url(../images/user-benifits-icon.svg) left top no-repeat;
	display: block;
	margin: 0 18px 0 0
}
.benifit-user i.benefit-icon1 {
	background-position: left top
}
.benifit-user i.benefit-icon2 {
	background-position: -86px top
}
.benifit-user i.benefit-icon3 {
	background-position: -173px top
}
.benifit-user i.benefit-icon4 {
	background-position: left -76px
}
.benifit-user i.benefit-icon5 {
	background-position: -86px -76px
}
.benifit-user i.benefit-icon6 {
	background-position: -173px -76px
}
.benifit-user i.benefit-icon7 {
	background-position: left -156px
}
.benifit-user i.benefit-icon8 {
	background-position: -86px -156px
}
.benifit-user i.benefit-icon9 {
	background-position: -173px -156px
}
.benifit-user i.benefit-icon10 {
	background-position: left -234px
}
.benifit-user i.benefit-icon11 {
	background-position: -86px -234px
}
.benifit-user i.benefit-icon12 {
	background-position: -173px -234px
}
.benifit-user i.benefit-icon13 {
	background-position: left -315px
}
.benifit-user i.benefit-icon14 {
	background-position: -86px -315px
}
.benifit-user i.benefit-icon15 {
	background-position: -173px -315px
}
.benifit-user i.benefit-icon16 {
	background-position: left -394px
}
.benifit-user i.benefit-icon17 {
	background-position: -86px -394px
}
.benifit-user i.benefit-icon18 {
	background-position: -173px -394px
}
.benifit-user i.benefit-icon19 {
	background-position: left -474px
}
.benifit-user i.benefit-icon20 {
	background-position: -86px -474px
}
.benifit-user i.benefit-icon21 {
	background-position: -173px -474px
}
.benifit-user i.benefit-icon22 {
	background-position: left -560px
}
.benifit-user span {
	font-size: 16px;
	color: var(--grey-dark);
	width: 67%;
	display: inline-block;
	padding: 4px 0 0
}
.seeker-user {
	width: 100%;
	margin: 0;
	position: relative;
	line-height: 44px;
	padding: 15px 0 0;
	float: left
}
.seeker-user ul label {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	line-height: normal
}
.seeker-user ul {
	list-style: none;
	margin: 0!important;
	padding: 0;
	width: auto
}
.seeker-user ul li {
	line-height: normal;
	float: auto;
	display: inline-block
}
.seeker-user ul li a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	margin-right: 2px;
	border: solid 2px #ccc;
	padding: 2px 8px;
	display: inline-block;
	border-radius: 3px;
	line-height: 23px
}
.seeker-user ul li a i {
	width: 17px;
	height: 18px;
	display: inline-block;
	float: left;
	background: url(../images/social-seeker-n.svg) left top no-repeat;
	margin: 3px 5px 0 0
}
.seeker-user ul li a.share-f-blue {
	border-color: #005189;
	color: #005189
}
.seeker-user ul li a.share-t-lightblue {
	border-color: #13a1d0;
	color: #13a1d0
}
.seeker-user ul li a i.social-seeker1 {
	background-position: 0 top
}
.seeker-user ul li a i.social-seeker2 {
	background-position: -30px top
}
.seeker-user ul li a i.social-seeker3 {
	background-position: -63px top
}
.seeker-user ul li a i.social-seeker4 {
	background-position: -94px top
}
.seeker-user .ap-job-btn {
	width: auto;
	margin-bottom: 50px;
	padding: 0 30px;
	margin-top: 0!important
}
.description-user {
	width: 100%;
	float: left;
	padding: 50px 0 0;
	word-wrap: break-word
}
.description-user h3.small {
	margin: 0;
	padding: 0
}
.description-user p {
	font-size: 17px;
	line-height: 27px
}
.description-user p span {
	font-size: 14px;
	color: #565a5c;
	padding: 0
}
.description-user ul {
	list-style: disc;
	margin: 0;
	padding: 10px 0 0 45px
}
.description-user ul li {
	font-size: 17px;
	padding: 5px 0
}
.apply-job-btn {
	line-height: 40px;
	height: 44px;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0
}
.apply-user {
	width: 100%;
	float: left;
	background: #fff;
	border: solid 1px #e5e5e5;
	padding: 20px 25px 30px;
	box-sizing: border-box
}
.apply-user figure {
	text-align: center;
	margin: 10px 0 0
}
.apply-user figure figcaption {
	font-size: 26px;
	color: var(--grey-dark);
	text-align: center;
	padding: 10px 7px 0;
	line-height: 28px;
	word-wrap: break-word
}
.apply-user figure a {
	text-decoration: none;
	display: block
}
.apply-user figure i {
	width: 125px;
	height: 125px;
	margin: 0 auto;
	display: flex;
	background: #f1f1f1;
	border-radius: 100px;
	text-align: center;
	display: block;
	line-height: 125px;
	color: #8e8e8e;
	font-style: normal
}
.apply-user:hover figure i {
	color: #8e8e8e
}
.apply-user figure i img {
	height: 100%
}
.ab-emp-heading {
	width: 100%;
	float: left;
	margin-top: 10px
}
.ab-emp-heading h4 {
	text-align: center;
	border: solid 1px #dedede;
	border-bottom: none;
	font-size: 10px;
	margin: 0;
	padding: 5px 0;
	background: #dedede;
	color: #8e8e8e;
letter-spacing:.06rem;
	text-transform: uppercase
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.apply-user figure i img {
	height: 115px;
	width: 115px
}
}
.apply-user h4 {
	color: var(--grey-dark);
	margin: 0;
	padding: 0 0 10px
}
.apply-user p {
	font-size: 14px;
	color: #565a5c;
	line-height: 20px
}
.apply-user ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.apply-user ul li {
	line-height: normal;
	width: 100%;
	float: left
}
.apply-user ul li span.info-icon {
	width: auto;
	float: left
}
.apply-user ul li span.info-icon i {
	width: 20px;
	height: 21px;
	display: block;
	float: left;
	background: url(../images/user-info-icon.svg) left top no-repeat;
	margin: 8px 8px 0 0
}
.apply-user ul li span.info-icon i.in-icon1 {
	background-position: left -1px
}
.apply-user ul li span.info-icon i.in-icon2 {
	background-position: left -34px
}
.apply-user ul li span.info-icon i.in-icon3 {
	background-position: left -77px
}
.apply-user ul li span.info-icon i.in-icon4 {
	background-position: left -119px
}
.apply-user ul li span.info-icon i.in-icon5 {
	background-position: left -154px
}
.apply-user ul li span.info-icon i.in-icon6 {
	background-position: left -193px
}
.apply-user ul li span.info-icon i.in-icon7 {
	background-position: left -270px
}
.apply-user ul li span.info-icon i.in-icon8 {
	background-position: left -301px
}
.apply-user ul li span.info-icon i.in-icon9 {
	background-position: left -329px
}
.apply-user ul li span.info-icon i.in-icon10 {
	background-position: left -365px
}
.apply-user ul li span.info-icon i.in-icon11 {
	background-position: left -404px
}
.apply-user ul li span em {
	float: right;
	font-style: normal
}
.apply-user ul li span.info-text {
	width: 86%;
	float: left;
	font-size: 14px;
	color: var(--grey-dark);
	border-bottom: solid 1px #e5e5e5;
	padding: 8px 25px 8px 0;
	word-wrap: break-word;
	position: relative
}
.apply-user ul li span.info-text a {
	color: var(--grey-dark);
	text-decoration: none
}
.apply-user ul li span.info-text a:hover {
	color: #e74c3c
}
.apply-user ul li span.info-text em {
	float: right;
	margin: 0;
	position: absolute;
	top: 7px;
	right: 0
}
.apply-user ul li span.info-text em i {
	font-size: 10px;
	font-style: normal
}
.user-option ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.user-option ul li {
	line-height: normal;
	width: 100%;
	float: left
}
.user-option ul li a {
	width: auto;
	float: none;
	color: var(--grey-dark);
	font-size: 14px;
	outline: none
}
.user-option ul li a i {
	width: 21px;
	height: 20px;
	display: block;
	float: left;
	background: url(../images/user-other-icon.svg) left top no-repeat;
	margin: 8px 8px 0 0
}
.user-option ul li a span {
	width: 80%;
	display: inline-block;
	padding: 8px 0;
	border-bottom: solid 1px #e5e5e5
}
.user-option ul li a i.other-icon1 {
	background-position: -2px 1px
}
.user-option ul li a i.other-icon2 {
	background-position: -36px 1px
}
.user-option ul li a i.other-icon3 {
	background-position: -74px 1px
}
.user-option ul li a i.other-icon4 {
	background-position: -108px 2px
}
.user-option ul li a.share-highlight {
	color: #0079ff
}
.user-option ul li a.share-highlight i.other-icon1 {
	background-position: -2px -20px
}
/*.user-link {
	width: 100%;
	float: left;
	background: #fff;
	border: solid 1px #e5e5e5;
	margin-top: 10px;
	padding: 10px 14px;
	font-size: 14px;
	color: var(--grey-dark);
	line-height: 20px
}*/
.user-link .input {
	color: var(--grey-dark);
	line-height: 20px;
	padding: 0;
	border: none;
	width: 76%;
	float: left;
	box-shadow: none;
	line-height: normal;
	height: auto; background:none;
}
.user-link .copy-btn {
	float: right;
	font-size: 12px;
	color: #0079ff;
	text-transform: uppercase;
	width: 24%;
	border: none;
	background: none;
	cursor: pointer;background:none;
}
.user-category {
	width: 100%;
	float: left;
	margin: 30px 0 0
}
.user-category ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.user-category ul li {
	line-height: normal
}
.user-category ul li a {
	line-height: 29px;
	display: block;
	float: left;
	font-size: 14px;
	color: var(--grey-dark);
	border: solid 1px #c5c5c5;
	padding: 0 8px;
	margin: 0 5px 5px 0;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.user-category ul li a:hover {
	background: #27c685;
	border: solid 1px #27c685;
	color: #fff
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.apply-user ul li span.info-icon i.in-icon1 {
	background-position: left -1px
}
.apply-user ul li span.info-icon i.in-icon2 {
	background-position: left -35px
}
.apply-user ul li span.info-icon i.in-icon3 {
	background-position: left -77px
}
.apply-user ul li span.info-icon i.in-icon4 {
	background-position: left -119px
}
.apply-user ul li span.info-icon i.in-icon5 {
	background-position: left -156px
}
.apply-user ul li span.info-icon i.in-icon6 {
	background-position: left -193px
}
.apply-user ul li span.info-icon i.in-icon7 {
	background-position: left -268px
}
.apply-user ul li span.info-icon i.in-icon8 {
	background-position: left -303px
}
.apply-user ul li span.info-icon i.in-icon9 {
	background-position: left -332px
}
.apply-user ul li span.info-icon i.in-icon10 {
	background-position: left -364px
}
.user-option ul li a i.other-icon3 {
	background-position: -74px -1px
}
.user-option ul li a i.other-icon4 {
	background-position: -108px 0
}
}
.apply-job-btn {
	margin-top: 0!important
}
.jj-login-btn {
	border: solid 1px #fff;
	border-radius: 3px;
	background: none;
	padding: 0 25px;
	height: 34px;
	color: #fff;
	font-size: 14px;
	-webkit-tap-highlight-color: transparent;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 33px;
	margin-left: 10px
}
.jj-login-btn.focus, .jj-login-btn:focus {
	color: #fff;
	background-color: #0079ff;
	box-shadow: none;
	border: solid 1px #0079ff
}
.jj-login-btn:hover {
	color: #fff;
	background-color: #0079ff;
	border: solid 1px #0079ff
}
.jj-login-btn.active.focus, .jj-login-btn.active:focus, .jj-login-btn.active:hover, .jj-login-btn:active.focus, .jj-login-btn:active:focus, .jj-login-btn:active:hover, .open>.dropdown-toggle.jj-login-btn.focus, .open>.dropdown-toggle.jj-login-btn:focus, .open>.dropdown-toggle.jj-login-btn:hover {
	color: #fff;
	background-color: #0079ff;
	border: solid 1px #0079ff
}
.jj-employer-btn {
	background-color: #27c685;
	border: solid 1px #27c685
}
.jj-employer-btn.focus, .jj-employer-btn:focus {
	color: #fff;
	background-color: #27c685;
	box-shadow: none;
	border: solid 1px #27c685
}
.jj-employer-btn:hover {
	color: #fff;
	background-color: #27c685;
	border: solid 1px #27c685
}
.jj-employer-btn.active.focus, .jj-employer-btn.active:focus, .jj-employer-btn.active:hover, .jj-employer-btn:active.focus, .jj-employer-btn:active:focus, .jj-employer-btn:active:hover, .open>.dropdown-toggle.jj-employer-btn.focus, .open>.dropdown-toggle.jj-employer-btn:focus, .open>.dropdown-toggle.jj-employer-btn:hover {
	color: #fff;
	background-color: #27c685;
	border: solid 1px #27c685
}
.navbar-right {
	margin: 26px 0 0;
	padding-right: 0
}
.navbar-right ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.navbar-right ul li {
	line-height: normal;
	float: left
}
.login-list {
	background: #fff;
	border-radius: 3px 3px 0 0;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding: 30px;
	width: 330px;
	margin-top: 18px
}
.login-list h3.small {
	margin: 0
}
.login-list h4 {
	color: #27c685!important;
	padding-bottom: 0;
	font-size: 22px;
	font-family: 'Circular Air Book'
}
.navbar-form .form-control.login-input {
	width: 100%
}
.login-input {
	width: 100%;
	border: solid 1px #82888a;
	border-radius: 3px;
	margin-top: 13px;
	padding: 0 15px;
	box-sizing: border-box;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #82888a;
	display: inline-block;
	float: left;
	position: relative
}
.login-input:focus {
	color: #565a5c
}
.drop-top-arrow {
	height: 10px;
	position: absolute;
	right: 35px;
	top: -8px;
	width: 18px;
	background: url(../images/drop-top-arrow.svg) left top no-repeat
}
.login-list label {
	font-size: 14px;
	color: var(--grey-dark);
	margin: 0;
	font-weight: 500;
	line-height: 20px;
	padding-top: 13px
}
.login-list span {
	float: right;
	font-size: 14px;
	line-height: 22px;
	padding-top: 13px
}
.login-list span a {
	color: var(--grey-dark);
	border-bottom: solid 1px var(--grey-dark)
}
.login-list span a:hover {
	text-decoration: none
}
.login-list em {
	bottom: -50px;
	color: var(--grey-dark);
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	background: #f5f5f5;
	line-height: 50px;
	border-top: solid 1px #e5e5e5;
	border-radius: 0 0 3px 3px
}
.login-list em a {
	color: #e74c3c;
	border-bottom: solid 1px #e74c3c
}
.login-list em a:hover {
	text-decoration: none
}
.jj-employer-login {
	width: 100%;
	border-radius: 3px;
	color: #fff;
	background-color: #27c685;
	line-height: 40px;
	height: 44px;
	border-color: #27c685;
	margin-top: 15px
}
.jj-employer-login.focus, .jj-employer-login:focus {
	color: #fff;
	background-color: #27c685;
	border-color: #27c685;
	box-shadow: none
}
.jj-employer-login:hover {
	color: #fff;
	background-color: #27c685;
	border-color: #27c685;
	opacity: .9
}
.jj-employer-login.active.focus, .jj-employer-login.active:focus, .jj-employer-login.active:hover, .jj-employer-login:active.focus, .jj-employer-login:active:focus, .jj-employer-login:active:hover, .open>.dropdown-toggle.jj-employer-login.focus, .open>.dropdown-toggle.jj-employer-login:focus, .open>.dropdown-toggle.jj-employer-login:hover {
	color: #fff;
	background-color: #27c685;
	border-color: #27c685
}
.seeker-job {
	width: 20px;
	height: 20px;
	background: url(../images/search-icon-one.svg) left top no-repeat;
	border: none;
	margin: 25px 11px 0 -34px;
	float: right;
	position: relative
}
.list-seeker {
	width: 100%;
	float: left;
	margin-top: 13px
}
.list-seeker li {
	line-height: normal;
	width: 49.2%;
	background: #f5f5f5;
	margin: 0 2px 2px 0
}
.list-seeker li a {
	text-align: center;
	height: 110px;
	display: block;
	text-align: center;
	font-size: 35px;
	color: #0079ff;
	padding: 12px 20px 0;
	border: solid 2px #f5f5f5;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.list-seeker li a:hover {
	text-decoration: none;
	background: #fff;
	border: solid 2px #f5f5f5
}
.list-seeker li a span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;;
	float: none;
	padding: 0 12px;
	line-height: normal
}
.list-seeker li.seeker-red a {
	color: #e74c3c
}
.list-seeker li.seeker-green a {
	color: #27c685
}
.list-seeker li.seeker-gray a {
	color: #565a5c
}
.list-seeker p {
	margin: 0
}
p.jj-alert {
	margin: 0
}
.jj-alert {
	color: #565a5c;
	padding: 20px 0 0;
	display: inline-block
}
.jj-alert:hover {
	text-decoration: none;
	color: #565a5c
}
.jj-alert img {
	margin: -2px 5px 0 0
}
.seeker-create {
	border-radius: 3px;
	padding: 30px 30px 20px
}
.drop-plan {
	margin-top: 35px
}
.drop-price {
	width: 730px;
	margin-top: 18px
}
.drop-price-inside {
	padding: 25px;
	box-sizing: border-box
}
.drop-price-inside h3.small {
	margin: 0;
	padding: 10px 0 0
}
.drop-price-inside p {
	text-align: center;
	padding: 0
}
.red em {
	display: block;
	font-size: 20px;
	font-style: normal;
	margin: -18px 0 0;
	text-align: center;
	text-transform: uppercase
}
.drop-red {
	height: 125px;
	font-size: 45px;
	padding: 20px 0 0
}
.drop-red em {
	font-size: 16px;
	padding-top: 10px
}
.drop-price-content span {
	float: none;
	font-size: 11px
}
.drop-price-content {
	padding: 0 12% 25px
}
.drop-price-content h4 {
	font-size: 22px;
	padding-top: 20px
}
.drop-price-content h4 i {
	font-family: 'rupee_foradianregular';
	font-style: normal
}
.drop-price-content em {
	font-size: 11px;
	text-transform: uppercase;
	color: #82888a;
	letter-spacing: 1px;
	padding-bottom: 20px
}
.drop-price-content em i {
	font-family: 'rupee_foradianregular';
	font-style: normal
}
.plan-red-btn {
	height: 34px;
	line-height: 32px;
	font-size: 14px
}
.drop-plan-bot {
	width: 560px
}
.drop-plan-bot ul li {
	font-size: 11px;
	text-transform: uppercase;
	color: #82888a;
	margin: 0 15px
}
.drop-plan-bot ul li i {
	width: 25px;
	height: 20px;
	background: url(../images/plan-dorp-icon.svg) left top no-repeat;
	display: inline-block;
	margin: -2px 3px 0 0;
	float: left
}
.drop-plan-bot ul li i.drop-ic1 {
	background-position: left top
}
.drop-plan-bot ul li i.drop-ic2 {
	background-position: -35px top
}
.drop-plan-bot ul li i.drop-ic3 {
	background-position: -72px top
}
.user-drop {
	width: 225px;
	float: right;
	position: absolute;
	right: 0;
	z-index: 99;
	background: #fff;
	border-bottom: solid 1px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	padding: 10px 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	border-right: none;
	border-top: none;
	margin: 10px 0 0;
	border-radius: 3px
}
.user-drop p {
	font-size: 14px;
	color: #82888a;
	border: dashed 1px #82888a;
	margin: 10px 20px;
	padding: 10px
}
.user-drop p a {
	color: #82888a;
	text-decoration: none;
	border-bottom: solid 1px #82888a
}
.user-drop p a:hover {
	color: #82888a;
	text-decoration: underline
}
.warning-differnt {
	background-color: #fcf8e3;
	color: #8a6d3b;
	font-size: 16px;
	height: 50px;
	line-height: 47px;
	padding: 0;
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 5px
}
.warning-differnt a {
	color: #8a6d3b;
	border-bottom: solid 1px #8a6d3b;
	text-decoration: none
}
.success-message {
	background-color: #cbf3db;
	color: #3c765a;
	font-size: 16px;
	height: 50px;
	line-height: 47px;
	padding: 0;
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 5px
}
.success-message a {
	color: #3c765a;
	border-bottom: solid 1px #3c765a;
	text-decoration: none
}
.user-drop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%
}
.user-drop ul li {
	line-height: 32px;
	margin-left: 25px;
	float: none
}
.user-drop ul li a {
	color: #82888a!important;
	font-size: 14px!important;
	text-decoration: none;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	text-transform: none!important;
	display: block;
	font-family: 'Circular Air Book'!important;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.user-drop ul li a i {
	width: 19px;
	height: 17px;
	background: url(../images/user-icon.svg) left top no-repeat;
	display: block;
	float: left;
	margin: 8px 8px 0 0
}
.user-drop ul li a i.user-icon1 {
	background-position: left top
}
.user-drop ul li a i.user-icon2 {
	background-position: left -32px
}
.user-drop ul li a i.user-icon3 {
	background-position: left -66px
}
.user-drop ul li a i.user-icon4 {
	background-position: left -100px
}
.user-drop ul li a i.user-icon5 {
	background-position: left -150px
}
.user-drop ul li a span {
	border-top: solid 1px #f5f5f5;
	display: block;
	margin-top: 8px;
	color: #e74c3c;
	font-size: 14px;
	height: auto;
	width: 100%;
	line-height: 30px
}
i.rupee {
	font-family: 'rupee_foradianregular';
	font-style: normal
}
.contact-list p {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-align: center
}
.contact-list p a {
	color: #27c685;
	text-decoration: underline
}
.contact-list p i {
	margin: 0 5px 0 8px
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.search-blog-btn {
	margin-top: -31px
}
.alert-input {
	line-height: normal
}
}

.new-signupemp .alert-input{ width: 92% !important; margin-right: 5px;}
.new-signupemp .login-area{ width: 92% !important; margin-right: 5px;}
.new-signupemp .mobile-row .alert-input-two{ width: 92% !important; margin-right: 5px;}
.new-signupemp .jj-submit{ width: 92% !important; }
#breadcrumbs {
	width: 100%;
	float: left;
	background: #f1f1f1;
	padding: 5px 5px 5px 10px;
	color: #8e8e8e;
	margin: 0
}
#breadcrumbs span a {
	color: #8e8e8e;
	font-size: 14px;
	background: url(../images/breadcrumb-arrow.svg) right 6px no-repeat;
	display: inline-block;
	padding: 0 15px 0 8px
}
#breadcrumbs span a:hover {
	color: #8e8e8e
}
#breadcrumbs span.breadcrumb_last {
	color: #4e4e4e;
	font-size: 14px;
	padding-left: 8px
}
#ibm-homepage-cognitive, #particles-js, .ibm-cci_particles {
	background-color: #e74c3c
}
.ibm-center-block {
	margin: 0 auto!important;
	float: none!important
}
#ibm_cci-close-bg-video {
	position: absolute;
	top: -16px;
	right: -26px
}
#ibm_cci-close-bg-video a {
	color: #fff
}
.ibm-cci_particles {
	position: relative;
	box-sizing: border-box
}
.ibm-cci_particles .ibm-cci_particles-background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0
}
.ibm-cci_particles .ibm-columns {
	position: relative;
	z-index: 1
}
#particles-js {
	background-image: url();
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.new-pageination{ width:100%; float:left; background:var(--grey-dark);}
.new-pageination ul{ list-style:none; margin:0px 0px 0px -10px; padding:0px;}
.new-pageination ul li{ line-height:normal; display:inline-block;}
.new-pageination ul li a{ font-size:11px; color:#ffffff; height:34px; line-height:34px; text-transform:uppercase;  padding:0 17px 0 10px; text-decoration:none; background: url(../images/nav-arrow.svg) right 3px no-repeat; letter-spacing:0.08rem;}
.new-pageination ul li a i{font-family:'Font Awesome 5 Solid'; font-style:normal;}
.new-pageination ul li a.active{color:#8f99a3; background:none;}


.new-pageination-white{ background:#f1f1f1;}
.new-pageination-white ul li a{ color:var(--grey-dark);}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
.eight-grid {
	width: 100%
}
.ten-grid {
	width: 100%
}
.three-grid {
	width: 100%
}
.four-grid {
	width: 100%
}
.new-list-mid {
	width: 69%;
	float: left
}
.form-control.jj-input {
	width: 35.7%
}
.banner-left {
	width: 85%
}
.navbar-brand > img {
	width: 150px
}
.navbar-nav {
	margin-left: 0
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 13px
}
.navbar-nav > li > a {
	padding: 26px 4px 10px
}
.jj-default {
	font-size: 14px
}
.sign-in {
	margin: 19px 0 0
}
.sign-in label {
	font-size: 13px;
	margin-right: 5px;
	padding: 0
}
.jj-default {
	font-size: 13px;
	padding: 0 10px
}
.jj-verified {
	padding: 25px;
	height: 330px
}
.jj-success {
	width: 48.4%;
	margin-right: 5px
}
.contact-list ul li {
	padding: 0
}
.employers {
	left: 40%;
	top: 58px;
	height: 80px;
	width: 80px;
	font-size: 10px;
	padding: 28px 0 0
}
.jobs-list figure {
	width: 115px;
	height: 115px
}
.jj-testimonial figure figcaption p {
	padding: 8px 0 0
}
.privacy-drop {
	width: 100%;
	display: none
}
.thing figure figcaption {
	font-size: 14px
}
.privacy-nav a {
	padding: 0 7px;
	font-size: 12px;
	letter-spacing: 0
}
.text-right img {
	width: 100%
}
.company a {
	font-size: 14px;
	padding: 0 15px 0 14px
}
.value-list figure figcaption p {
	padding: 0
}
.mission-section p {
	padding: 0 30px
}
.jj-opening-right {
	width: 83%
}
.jj-opening ul li {
	font-size: 14px
}
.opening-section h3 {
	padding: 0 0 50px
}
.jj-opening-right {
	height: 180px
}
.legal-sec span {
	padding: 40px 0 0
}
.blue {
	height: 100px
}
.color-list ul li label {
	font-size: 11px
}
.color-list ul li {
	font-size: 11px
}
.form-control.jj-subs {
	width: 64.2%
}
.jj-subscribe {
	padding: 0 16px
}
.blog-detail h1 {
	padding: 0
}
.detail-user-right {
	width: 23%
}
.jj-mailing {
	padding: 10px
}
.jj-get {
	width: 100%
}
.jj-track {
	width: 100%
}
.email-info figure figcaption p {
	font-size: 15px
}
.right-sign {
	margin-left: 0;
	padding: 15px 10px
}
.sign-left {
	padding: 25px
}
.remember {
	display: inline-block;
	font-size: 14px
}
.pop-career {
	margin: 15px;
	width: 95.9%;
	padding: 20px
}
.pop-inside {
	margin: 15px;
	width: 91.9%
}
.drop-price {
	width: 100%
}
.login-list h3.small {
	padding: 0
}
.pop-plan {
	width: 100%
}
.plan-bottom {
	margin: 0 auto;
	width: 595px
}
.plan-bottom ul li {
	margin-right: 10px
}
.upload {
	width: 71%
}
.jj-upload {
	width: 27%
}
.red-content {
	padding: 0 5% 45px
}
.red-content span {
	padding: 0
}
.feature-list {
	height: 135px
}
.feature-list p {
	font-size: 14px
}
.payment-right p {
	font-size: 15px
}
.payment-tab ul li a {
	padding: 20px 0
}
.job-detail-right {
	padding-left: 15px
}
.job-detail-up img {
	width: 100%
}
.employer-info ul li span.info-text {
	width: 87%
}
.jobs-benefits span {
	font-size: 14px;
	padding: 28px 0 0
}
.user-detail h2 {
	font-size: 40px
}
.seeker-user label {
	padding: 10px 0 0;
	width: 100%;
	line-height: normal
}
.seeker-user ul {
	float: left
}
.benefits span {
	padding: 18px 0 0
}
.employer-social li a span {
	width: 81%
}
.join-em ul {
	float: left
}
.join-em ul li a {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 10px
}
.join-em {
	display: inline-block;
	padding: 5px 0;
	margin: -12px 0 0
}
.jj-post {
	padding: 25px
}
ul.job-post {
	float: left;
	margin: -25px 0 0
}
.no-active {
	margin-top: 10px
}
.right-info h2 {
	font-size: 25px
}
.right-info .logged_user {
	margin-top: -89px
}
.join-em label {
	width: 44%;
	font-size: 13px;
	padding: 8px 0 0;
	line-height: normal
}
.right-info p {
	padding: 0 50px 0 0;
	min-height: 67px
}
.right-info span a {
	margin: 68px 0 0
}
.seeker-option a img {
	width: 100%
}
.search-total ul li {
	letter-spacing: 0;
	font-size: 10px
}
.new-list-mid ul li {
	margin: 0 10px 5px 0
}
.new-list-mid h4 {
	font-size: 22px
}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.apply-user ul li span.info-icon i.in-icon1 {
	background-position: left -1px
}
.apply-user ul li span.info-icon i.in-icon2 {
	background-position: left -35px
}
.apply-user ul li span.info-icon i.in-icon3 {
	background-position: left -78px
}
.apply-user ul li span.info-icon i.in-icon9 {
	background-position: left -331px
}
}
.fav-sign {
	padding: 0 10px
}
.note {
	line-height: normal;
	padding: 10px
}
.benifit-user span {
	width: 59%
}
.apply-user {
	padding: 20px 15px 30px
}
.apply-user ul li span.info-text {
	width: 85%;
	padding: 8px 0
}
.benefits-list span {
	width: 71%
}
.benefits-list {
	height: 70px
}
.benefits-list i {
	margin: 0 10px 0 0
}
@media only screen and (min-width:980px) and (max-width:1280px) {
.three-grid {
	width: 550px;
	margin: 0 auto
}
.four-grid {
	width: 750px;
	margin: 0 auto
}
.eight-grid {
	width: 870px;
	margin: 0 auto
}
.ten-grid {
	width: 950px;
	margin: 0 auto
}
.navbar-nav {
	margin-left: 86px
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 15px
}
.navbar-nav > li > a {
	padding: 30px 8px 10px
}
.sign-in label {
	font-size: 15px
}
.sign-in {
	margin: 24px 0 0
}
.jj-verified {
	height: 280px
}
.employers {
	left: 42%;
	top: 81px
}
.contact-list ul li {
	padding: 0 15px
}
.jj-opening-right {
	height: auto
}
.privacy-nav a {
	padding: 0 13px;
	font-size: 14px;
	letter-spacing: 0
}
.company a {
	font-size: 14px;
	padding: 0 15px 0 14px
}
.jj-get {
	width: 48.3%
}
.jj-track {
	width: 47.5%
}
.upload {
	width: 65%
}
.jj-upload {
	width: 31%
}
.right-info .logged_user {
	margin-top: -62px
}
.seeker-user label {
	padding: 10px 0 0;
	width: 46%;
	line-height: normal
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.h1, h1 {
	font-size: 45px
}
.h2, h2 {
	font-size: 30px
}
.h3, h3 {
	font-size: 25px
}
.h4, h4 {
	font-size: 22px
}
.h5, h5 {
	font-size: 20px
}
.h6, h6 {
	font-size: 17px
}
p {
	margin: 0 0 10px
}
h1.small {
	font-size: 17px
}
h3.small {
	font-size: 25px
}
.container {
	padding: 0 25px
}

.inside-banner h1{ font-size:40px; padding:100px 0 120px 0;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	background: rgba(44,62,80,0.85);
	border: none
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 100%!important
}
.navbar-nav {
	margin-left: 0;
	width: 100%
}
.navbar-form {
	padding: 10px 0
}
.jj-default {
	float: right
}
.navbar-nav > li > a {
	padding: 15px 0
}
.navbar-inverse .navbar-nav > li > a {
	color: var(--grey-dark);
	font-size: 20px
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: var(--grey-dark)
}
.search {
	width: 100%;
	border: solid 1px #0079ff;
	color: #82888a;
	border-radius: 3px;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	font-size: 17px
}
.s-btn {
	width: 20px;
	height: 20px;
	background: url(../images/search-icon-mo.svg) left top no-repeat;
	float: right;
	margin: 13px 10px 0;
	position: absolute;
	right: 0
}
.navbar-nav > li > a i img {
	display: none
}
.navbar-nav li.mobile-search {
	display: none
}
.navbar-inverse .navbar-nav > li > a i {
	float: left;
	display: inline-block
}
.sign-in label {
	color: var(--grey-dark);
	float: right;
	line-height: 44px;
	font-size: 16px;
	padding: 0;
	text-align: right
}
.jj-default {
	border: solid 2px #27c685;
	border-radius: 3px;
	background: #27c685;
	padding: 0 22px;
	height: 44px;
	color: #fff;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;;
	-webkit-tap-highlight-color: transparent;
	float: left;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s
}
.jj-default span {
	display: inline-block
}
.sign-in {
	margin: 0;
	width: 100%;
	background: none;
	display: inline-block
}
.search-top {
	display: block;
	margin: 20px 0 0;
	position: relative
}
.mobile-social {
	width: 100%;
	display: inline-block;
	padding: 30px 0
}
.navbar-brand > img {
	width: 150px
}
.banner {
	height: 440px
}
.banner-left {
	margin-top: 110px;
	width: 100%
}
.banner-left h1 {
	padding-bottom: 8px;
	line-height: 44px
}
.banner-left h1.small {
	line-height: 22px;
	margin-bottom: 20px
}
.jj-verified h4 {
	padding-right: 20px
}
.jj-link {
	font-size: 12px;
	padding: 0;
	height: 40px;
	line-height: 40px
}
.jj-primary {
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	padding: 0 30px
}
.jj-head-bottom {
	padding: 30px
}
.navbar-form {
	padding: 10px 0
}
.navbar-toggle {
	margin-top: 19px;
	border: none
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: none
}
.form-control.jj-input {
	width: 100%;
	border: solid 1px #cfcfcf;
	border-radius: 3px;
	background: #fff url(../images/search-icon-one.svg) no-repeat scroll 18px 16px
}
.jj-group {
	width: 100%
}
.jj-search {
	width: 100%;
	border-radius: 3px;
	margin: 8px 0 0
}
.form-control.jj-menu {
	width: 100%;
	border: solid 1px #cfcfcf;
	border-radius: 3px;
	margin: 0;
	margin-top: 8px
}
.jj-head-bottom .sticky {
	display: none
}
.jj-group i {
	margin: 22px 0 0 12px
}
.jj-content {
	padding:30px 0 30px 0;
}
.section-one p {
	font-size: 14px;
	padding: 5px 0 25px
}
.section-two p {
	font-size: 14px;
	padding: 5px 0 25px
}
.section-three p {
	font-size: 14px;
	padding: 5px 0 25px
}
.section-four p {
	font-size: 14px;
	padding: 5px 0 25px
}
.section-six p {
	font-size: 14px;
	padding: 5px 0 25px
}
.jj-testimonial {
	margin-bottom: 35px
}
.section-four p.text {
	margin-top: 0
}
.section-three p.text {
	padding: 0
}
.section-six p.text {
	margin-top: 0
}
.thing figure figcaption {
	font-size: 12px;
	padding: 5px 15px 0 16px
}
.thing {
	margin-bottom: 10px
}
.jj-verified {
	height: auto;
	display: inline-block;
	padding: 20px
}
.jj-verified ul {
	height: auto
}
.jj-success {
	margin-right: 6px
}
.jj-head-bottom {
	background: #fff;
	margin: 0;
	height: auto
}
.eight-grid {
	width: 100%
}
.ten-grid {
	width: 100%
}
.three-grid {
	width: 100%
}
.four-grid {
	width: 100%
}
.employers {
	border: 1px solid #0079ff;
	height: 65px;
	width: 65px;
	top: 50px;
	font-size: 9px;
	padding: 21px 0 0
}
.employers-one {
	border: 1px solid #27c685
}
.jj-testimonial {
	margin-bottom: 30px
}
.jj-testimonial figure figcaption p {
	padding: 8px 0 0
}
.jj-blog {
	margin-bottom: 30px;
	height: auto;
	padding: 0
}
.footer-nav {
	width: 100%;
	float: left;
	padding-bottom: 25px
}
.footer-nav ul li a {
	padding: 0 15px 0 0;
	float: left
}
.footer-bot {
	padding-top: 20px
}
.footer-nav ul li a.emp-landing-foot {
	padding-top: 0
}
.ten-grid {
	width: 100%
}
.type-job {
	margin: 0
}
.section-five h3 {
	font-size: 28px
}
.contact-list ul li {
	width: 50%;
	padding: 0 0 8px
}
.contact-list ul li a i.helpdesk {
	background-position: -124px top
}
.jj-support {
	width: 100%
}
.jj-support label {
	display: none
}
.jj-support ul li {
	width: 16%;
	margin: 0 5px 0 0
}
.jj-support ul li:nth-child(4) {
	width: 9%
}
.jj-support ul li img {
	width: 100%
}
.job-list-section .jj-content {
	padding: 40px 0 0
}
.banner {
	-webkit-background-size: none;
	-moz-background-size: none;
	-o-background-size: none;
	background-size: none
}
.job-detail-banner {
	background: #0079ff
}
.job-list-right h4 {
	font-size: 22px
}
.list-mode {
	margin: 0;
	width: 100%!important
}

.legal-sec span {
	font-size: 25px;
	padding: 40px 0 0
}
.legal-list figure figcaption p {
	padding: 0
}
.legal-list {
	margin-top: 40px
}
.legal-one h3.small {
	font-size: 25px
}
.inside-banner {
	height: auto;
	background-position: center center!important
}
.privacy-nav {
	display: none
}
.privacy-content {
	width: auto
}
.text-right img {
	width: 100%
}
.jj-tradmark {
	margin-left: 0;
	width: 100%;
	padding-bottom: 15px
}
.jj-tradmark img {
	width: 100%
}
.jj-certificat {
	margin-left: 0;
	width: 100%;
	padding-bottom: 15px
}
.jj-certificat img {
	width: 100%
}
.privacy-sec p {
	margin: 0
}
.team-section h3.small {
	font-size: 25px
}
.team-list figure img {
	width: 130px;
	height: 130px
}
.team-list figure figcaption span {
	font-size: 11px
}
.bg-color-gr {
	background: #27c684;
	padding: 60px 15px
}
.bg-color-bl {
	background: #0079fe;
	margin: -10px 0 0;
	padding: 60px 15px
}
.mission-section p {
	line-height: 30px;
	font-size: 22px;
	padding: 0
}
.mission-section {
	background: none
}
.mission-section .jj-content {
	padding: 0
}
.looking {
	width: 100%
}
.legal-one label {
	font-size: 23px
}
.team-section h4 {
	padding: 0 0 20px
}
.opening-section h3 {
	padding: 0 0 30px
}
.jj-opening ul li {
	font-size: 15px
}
.jj-opening-right {
	width: 100%;
	padding-top: 15px
}
.legal-sec span {
	padding: 20px 0 0
}
.news-list span {
	font-size: 16px;
	padding: 0 15px
}
.color-list {
	border: none
}
.brand-list ul li a {
	text-indent: 12px;
	width: auto
}
.brand-up {
	padding-top: 20px;
	display: inline-block
}
.blog-detail h1 {
	padding-top: 0;
	line-height: 45px
}
.blog-list {
	height: auto;
	margin-bottom: 30px
}
.blog {
	margin-top: 0
}
.blog-detail-content p a img {
	width: 100%
}
.form-control.jj-subs {
	width: 100%;
	border-radius: 3px
}
.jj-subscribe {
	margin: 10px 0 0;
	border-radius: 3px
}
.detail-user li {
	padding: 0!important
}
.detail-user li a {
	margin: 0;
	padding: 0 15px!important
}
.blog-detail h1 {
	padding: 0
}
.detail-user-right {
	width: 100%
}
.jj-mailing {
	padding: 15px 15px 20px 15px;
}
.email-info figure figcaption p {
	font-size: 15px
}
.employe-login {
	padding: 20px
}
.sign-right {
	float: right;
	margin: 22px 20px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto
}
.login-section {
	height: auto;
	position: inherit
}
.center-contain {
	left: auto;
	max-width: auto;
	float: left;
	min-width: auto;
	position: inherit;
	top: auto;
	left: auto;
	transform: translate(0%, 0%);
	padding: 100px 0 60px
}
.inner-footer {
	position: inherit;
	line-height: 19px;
	text-align: center
}
.inner-footer span {
	display: block;
	text-align: center;
	float: none;
	padding-top: 5px
}
.sign-right label {
	display: none
}
.error-page .center-contain {
	padding: 60px 0
}
.error-content ul li {
	margin-right: 12px
}
.er-social {
	width: 300px
}
.right-sign {
	margin-left: 0;
	margin-top: 30px;
	padding: 15px 10px
}
.sign-left {
	padding: 20px;
	margin: 15px
}
.sign-section-inside {
	padding: 80px 0 50px
}
.pop-career {
	margin: 15px;
	width: 91%;
	padding: 50px 15px 15px
}
.personal-list li {
	line-height: 22px;
	padding-bottom: 8px
}
.pop-inside {
	padding: 50px 15px 15px;
	margin: 0;
	width: 100%
}
.pop-inside h3 {
	padding-bottom: 10px
}
.radio label {
	margin-right: 8px;
	margin-bottom: 8px
}
.alert-input-one {
	padding: 0 2px 0 35px;
	font-size: 14px
}
.alert-input-two {
	padding: 0 8px;
	font-size: 14px
}
.alert-input-three {
	padding: 0 8px;
	font-size: 14px;
	margin-left: 5px
}
.jj-primary {
	padding: 0 10px
}
.upload {
	width: 61%
}
.bio-list span.list-right {
	width: 78%
}
.bio-list span.list-left {
	margin-right: 15px
}
.pop-plan {
	width: 100%
}
.plan-bottom {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box
}
.plan-bottom ul li {
	margin-right: 10px
}
.red-content {
	padding: 0 5% 45px
}
.plan-list {
	width: auto
}
.red-content span {
	padding: 0;
	font-size: 14px
}
.plan-bottom {
	width: 100%
}
.plan-bottom ul li {
	margin: 8px 0 0
}
.pricing-section {
	width: auto
}
.new-things-list {
	height: auto;
	margin-bottom: 10px
}
.new-things-list figure figcaption {
	font-size: 14px
}
.jj-started {
	width: 100%
}
.question li {
	padding: 25px 0
}
.serach-j-btn {
	margin: 0 0 15px
}
.feature-list {
	height: 120px
}
.feature-list p {
	font-size: 14px
}
.feature h1 {
	font-size: 52px
}
.feature span {
	font-size: 21px
}
.feature p {
	font-size: 22px;
	line-height: 22px
}
.feature-work {
	height: auto; padding:0 20px;
}
.blog-list {
	margin: 30px 0 0
}
.subscribe h4 {
	padding: 0 0 20px
}
.job-bg {
	padding: 60px 0 100px
}
.seeker-tool {
	margin-top: 30px
}
.seeker-footer {
	margin: -96px 0 0
}
.copy-form {
	padding: 15px
}
.jj-remove-btn {
	width: 46.9%
}
.payment-tab {
	margin: 15px 0 0 -7px;
	border: solid 1px #7c8385;
	border-radius: 3px
}
.cvv-code {
	padding-top: 15px
}
.secure span {
	float: left
}
.secure span img {
	margin: 10px 0 0
}
.payment-tab ul li a:hover {
	width: 101%
}
.payment-tab ul li a {
	padding: 15px 0
}
.payment-tab span {
	padding: 15px 15px 15px 20px
}
.job-detail-right {
	margin-top: 30px;
	display: inline-block;
	padding: 20px
}
.job-detail-up img {
	width: 100%
}
.employe-detail ul li span {
	width: 88%
}
.other-option ul li a span {
	width: 88%
}
.employer-info ul li span.info-text {
	width: 87%
}
.jobs-benefits span {
	font-size: 14px;
	padding: 28px 0 0
}
.employer-info {
	position: relative;
	z-index: 1
}
.benefits-list i {
	float: none;
	margin: 0 auto
}
.jobs-benefits span {
	padding: 10px 0 0;
	text-align: center
}
.jj-suitable-btn {
	width: 100%
}
.pageination ul li a {
	font-size: 13px
}
.pageination ul li {
	line-height: 40px
}
.benefits-sec h4 {
	padding: 0 0 30px
}
.user-detail-info {
	display: inline-block;
	margin:10px 0 0;
	width: 100%;
	float: left
}
.user-detail-info ul li span {
	width: 85%
}
.user-detail-info ul li span label {
	width: 42%
}
.user-detail-info ul li span em {
	width: 52%
}
.benifit-user {
	min-height: 120px
}
.benifit-user i {
	margin: 0 auto;
	float: none
}
.benifit-user span {
	width: 100%;
	text-align: center;
	padding: 5px 0 0;
	font-size: 15px
}
.seeker-user {
	padding: 15px 0 0
}
.seeker-user label {
	line-height: normal;
	padding: 10px 0 0
}
.seeker-user ul {
	float: left;
	padding-bottom: 30px
}
.seeker-user ul li a {
	margin-right: 6px;
	font-size: 13px
}
.user-detail {
	padding: 20px
}
.user-detail p {
	display: inline-block; padding:15px 0 0;
}
.benefits-list span {
	font-size: 14px;
	text-align: center;
	padding: 10px 0 0
}
.join-em {
	display: inline-block;
	padding: 10px 0 20px
}
.join-em ul li a {
	margin: 0 10px 5px 0
}
ul.job-post {
	float: left;
	margin: -20px 0 15px
}
.job-post li a {
	margin: 0 5px 0 0
}
.no-active {
	display: inline-block;
	line-height: normal;
	height: auto;
	padding: 20px 0
}
.employer-section {
	padding-bottom: 60px
}
.loading {
	margin-top: 40px
}
.right-info {
	padding: 20px 0 0;
	display: inline-block
}
.right-info h2 {
	color: var(--grey-dark);
	padding: 0
}
.right-info p {
	color: var(--grey-dark);
	padding: 0 0 10px
}
.right-info p img {
	padding: 2px
}
.jj-post h4 {
	padding: 15px 0
}
.benefits-sec span {
	padding: 20px 40px 0 0
}
.benefits-list {
	margin-bottom: 20px;
	min-height: 110px
}
.benefits-list i {
	float: none;
	margin: 0 auto
}
.benefits-list span {
	display: block;
	font-size: 14px;
	padding: 10px 0 0;
	text-align: center;
	width: 100%;
	border: none
}
.right-info span a {
	margin: 10px 0 0;
	background: rgba(0,0,0,0) url(../images/change-profile.svg) no-repeat scroll left top var(--grey-dark);
	border-radius: 3px
}
.join-em label {
	line-height: normal
}
.seeker-option a img {
	width: 100%
}
.job-list-right {
	margin:15px 0 0;
	display: inline-block
}
.new-list-mid {
	width: 77%
}
.new-list-mid h4 {
	display: block!important
}
.job-list-right h3 {
	padding: 0
}
.job-list-right span {
	padding: 0 0 20px
}
.total {
	width: 100%;
	margin-bottom: 10px;
	float: left
}
.new-list-right span {
	padding: 2px 5px
}
.privacy-drop {
	background: rgba(0,0,0,0.4);
	display: block;
	margin: -54px 0 0;
	width: 100%;
	position: relative;
	z-index: 999
}
.privacy-drop li {
	list-style: none
}
.privacy-drop li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px
}
.privacy-drop li a span {
	float: right;
	margin: 8px 0 0
}
.privacy-drop li ul {
	margin: 0 15px 15px;
	width: 92%
}
.privacy-drop li ul li a {
	font-size: 14px;
	color: var(--grey-dark);
	padding: 0;
	line-height: 35px;
	display: block;
	text-indent: 15px
}
.new-list-left {
	width: 30px
}
.new-list-mid h4 {
	font-size: 20px
}
.fav-sign {
	padding: 0 10px
}
.note {
	line-height: normal;
	padding: 10px
}
.jj-all-job-one {
	margin-top: 10px
}
.jj-all-job {
	margin-top: 10px
}
.jj-all-job-two {
	margin-top: 10px
}
.jj-view-blue {
	font-size: 12px
}
.jj-apply {
	font-size: 12px
}
ul.favorite-job li {
	width: 48%;
	margin: 0 1% 1%
}
.favorite-job li a span {
	font-size: 13px
}
.favorite-job {
	padding: 0
}
.blog-detail h1 {
	letter-spacing: -1px
}
.feature span {
	font-size: 24px!important
}
.jj-blog span {
	font-size: 10px!important
}
.none-job {
	width: 100%;
	margin-left: 0
}
.posted-note {
	padding: 0
}
.job-seeker-list-left span {
	width: 50px;
	line-height: 50px;
	height: 50px;
	font-size: 20px
}
.job-seeker-list-left img {
	width: 50px;
	height: 50px
}
.job-seeker-list-right {
	width: 76.7%;
	margin-left: 10px
}
.seeker-like ul li {
	margin-left: 0;
	margin-right: 8px
}
.page-in ul li a {
	margin: 0 2px 5px
}
.new-list-mid h4 a {
	line-height: 23px
}
.new-list-mid ul li {
	float: none;
	width: 100%;
	display: inline-block; margin:3px 0 3px 0;
}
.after-login-nav.navbar-right li a {
	color: #fff
}
.job-list-right {
	float: left
}
.right-info p i {
	background: url(../images/emp-location-icon.svg) left top no-repeat;
	margin: 3px 0 0
}
.m-heading {
	display: none
}
.employer-info {
	margin-top:30px
}

.employer-info .sm-list{
	margin-top:40px !important;
}
.home-apply a {
	padding: 0
}
.ab-emp-heading {
	width: 100%;
	float: left
}
.seeker-user ul {
	width: 100%;
	float: left;
	padding: 0 0 15px!important
}
.seeker-user .ap-job-btn {
	margin: 0 0 20px!important
}

.job-list-right h1{ display:none;}

.page-in{ margin-top:25px;}
.section-two h3{ padding-top:30px;}
.contact-t-sec .jj-content{ padding-top:20px; padding-bottom:10px;}
.user-detail h1{ font-size:25px; line-height:28px;}
.jj-info{ width:auto; padding:0 16px;}
.postjob-button{ margin:0 0 15px 5px;}
.team-section h3{ padding:35px 0 20px;}

.contact-banner h1{ padding:120px 0 110px 0;}
.legal-banner h1{ padding:120px 0 110px 0;}
.user-detail p{ margin-bottom:0px;}
.right-info h1{ color:var(--grey-dark);}
.jj-post ul{ height:auto;}
.right-info h1{ font-size:30px;}
.new-list-mid h4 a{ float:left;}
.seeker-hire-btn{ font-size:14px;}
.job-seeekr-info-dtail ul li i{ margin:1px 5px 5px 0;}
.new-list-mid ul li{ word-wrap:break-word;}
.emp-login-last .job-seeekr-info-dtail{ width:91%;}
.page-in ul li.next-page{width:100%; margin:7px 0 0 0;}
.page-in ul li.next-prev{width:100%; margin:0 0 10px 0;}
.refine-total a{ width:50%;}
.jj-view{ width:110px;}
.jj-apply{ width:110px;}
.jj-view-blue{ width:140px;}

.st-inline-share-buttons { margin:0px !important;}

}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 0
}
.wpml-ls-legacy-list-horizontal a span {
	color: rgba(255,255,255,0.5)
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a span {
	color: #fff!important
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
.seeker-footer {
	margin: -78px 0 0
}
.employers {
	left: 43%;
	top: 76px
}
.contact-list ul li {
	width: 33%
}
.benefits-list {
	min-height: auto
}
.benifit-user {
	min-height: auto
}
}
@media only screen and (min-width: 481px) and (max-width:640px) {
.employers {
	left: 45%;
	top: 111px
}
.serach-j-btn {
	margin: 0 20px 0 0
}
}
