body {
	font-family: 'Open Sans', sans-serif;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

.new-header-con {
	position: fixed !important;
	width: 100%;
	height: 60px;
	background: #FFF;
	top: 0;
	left: 0;
	z-index: 99999;
	border-bottom: 1px solid #c4c4c4;
	transition: margin 0.3s ease 0s;
}

.new-logo-con {
	float: left;
	margin: 8px 0 0 20px;
}

.header-join-btn {
	float: right;
	margin: 11px 10px 0 0;
	width:100px;
	height: 38px;
	text-align: center;
	line-height: 34px;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
}

.header-join-btn:hover {
	background: #0070e0;
	color: #FFF;
	border-color: #005fbd;
	-webkit-transition: background .5s; /* Safari */
    transition: background .5s;
}

.header-login-btn {
	float: right;
	margin: 9px 0 0 0;
	width: 80px;
	height: 36px;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size: 14px;
	cursor: pointer;
}

.header-employers-btn {
	float: right;
	margin: 12px 50px 0 0;
	width: auto;
	height: auto;
	border: 0;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: 600;
	padding: 8px 15px;
	border-radius: 3px;
	background: #003d4f;
}


.latest-header-nav {
	float: right;
	width: auto;
	margin: 0 20px 0 0 !important;
	border-right: 0;
	padding: 6px 0 0 0;
	position: relative;
}

.latest-header-nav li {
	float: left;
	padding: 0 0 !important;
	line-height: 22px;
	text-align: center;
	width: 90px;
	position: relative;
}

.latest-header-nav li a img {
	width: 30px;
	height: 30px;
}

.latest-header-nav li a {
	font-size: 14px !important;
	color: #7d7d7d;
}

.header-nav-drop-down {
	position: absolute;
	width: 150px;
	height: auto;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	padding: 15px 0 0;
	border-radius: 5px;
	right: 20px;
	top: 60px;
	display: none;
}


.header-nav-drop-down p {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 15px;
}

.header-nav-drop-down p img {
	display: inline-block;
	margin-right: 10px;
}

.header-nav-drop-down p a {
	font-size: 14px !important;
	color: #7d7d7d;
}

.latest-header-nav-sel {
	border-bottom: 2px solid #26c6ff !important;
}

.header-nav-drop-down span {
	float: left;
	width: 100%;
	padding-left: 15px;
	border-top: 1px solid #ccc;
	padding-top: 3px;
}

.updated-after-top-plus {
	float: right;
	width: 30px !important;
	height: 30px !important;
	margin: 7px 20px 0 0 !important;
	background: none !important;
	border-radius: 50%;
	text-align: center;
	line-height: 8px !important;
	font-size: 30px;
	color: #2ee4ff !important;
	cursor: pointer;
	position: relative;
}

.updated-after-top-plus span {
	font-size: 14px !important;
	color: #7d7d7d;
	margin: 0;
	padding: 0;
}

.updated-header-plus-drop {
	top: 33px !important;
}


















.updated-job-icon {
	float: right;
	margin: 0 26px 0 0;
	padding: 0 0 0 10px;
	width: auto;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #404040;
	position: relative;
	cursor: pointer;
}

.updated-job-icon:hover {
	color: #0070e5;
}

.updated-talent-icon {
	float: right;
	margin: 0 26px 0 0;
	padding: 0 0 0 10px;
	width: auto;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #404040;
	position: relative;
	cursor: pointer;
}

.updated-talent-icon a{
	color: #404040;
}

.updated-talent-icon:hover {
	color: #0070e5;
}

.updated-talent-icon:hover a {
	color: #0070e5;
}


.updated-talent-icon-sel {
	color: #0070e5;
	border-bottom: 4px solid #0070e0;
}

.updated-chat-icon {
	float: right;
	margin: 0 30px 0 0;
	padding: 0 0 0 10px;
	width: auto;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #404040;
	position: relative;
}

.updated-chat-icon:hover {
	color: #0070e5;
}

.updated-talent-drop-down {
	position: absolute;
	width: 199px;
	height: 0;
	z-index: 1;
	left: -0px;
	top: 40px;
	-webkit-transition: height .5s; /* Safari */
    transition: height .5s;
    overflow: hidden;
}

.updated-talent-drop-down-inr {
	float: left;
	margin: 19px 0 0;
	width: 100%;
	height: auto;
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
	-moz-box-shadow:    inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
	box-shadow:         inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
    padding: 0 20px;
    overflow: hidden;
}


.updated-talent-drop-down-inr:after, .updated-talent-drop-down-inr:before {
	top: 5px;
	left: 31px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.updated-talent-drop-down-inr:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 8px;
	margin-left: -8px;
}

.updated-talent-drop-down-inr:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #999;
	border-width: 7px;
	margin-left: -7px;
}

.updated-talent-drop-down-inr ul {
	float: left;
	margin: 12px 0 12px;
	width: 100%;
	position: relative;
}

.updated-talent-drop-down-inr ul li {
	float: left;
	width: 100%;
	text-align: left;
	line-height: 30px;
	border-bottom: 1px solid #939393;
	padding: 6px 0;
}

.updated-talent-drop-down-inr ul li:last-child {
	border-bottom: 0;
}

.updated-talent-drop-down-inr ul li a {
	line-height: 22px;
	font-size: 16px;
	color: #626262;
}

.updated-spas-icon {
	float: right;
	margin: 0 26px 0 0;
	padding: 0 0 0 10px;
	width: auto;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #404040;
	position: relative;
	cursor: pointer;
}

.updated-spas-icon:hover {
	color: #0070e5;
}

.updated-explore-icon {
	float: right;
	margin: 0 26px 0 0;
	padding: 0 0 0 10px;
	width: auto;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #404040;
	position: relative;
	cursor: pointer;
}

.updated-explore-icon:hover {
	color: #0070e5;
}

.updated-jtn-box-icon {
	float: right;
	margin: 0 26px 0 0;
	padding: 0 0 0 10px;
	width: auto;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #404040;
	position: relative;
	cursor: pointer;
}

.updated-jtn-box-icon:hover {
	color: #0070e5;
}

.updated-jtn-box-icon-sel {
	color: #0070e5;
	border-bottom: 4px solid #0070e0;
}

.updated-alert-icon {
	float: right;
	margin: 0 26px 0 0;
	padding: 0 0 0 10px;
	width: auto;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #404040;
	position: relative;
	cursor: pointer;
}

.updated-alert-icon:hover {
	color: #0070e5;
}



.for-employers-home-btn {
	float: left;
	margin: 10px 0 0 20px;
	padding-left: 20px;
	width: auto;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #0070e5;
	font-size: 16px;
	cursor: pointer;
	border-left: 1px solid #bfbfbf;
}

.updated-junction-drop-down {
	position: absolute;
	width: 199px;
	height: 0;
	z-index: 1;
	left: -18px;
	top: 40px;
	-webkit-transition: height .5s; /* Safari */
    transition: height .5s;
    overflow: hidden;
}

#nav-icon3 {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 30px;
	height: 23px;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: none;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #8c8c8c;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* updated after login */

.updated-header-right-after-login {
	float: right;
	width: 70px;
	height: 60px;
	position: relative;
}

.updated-header-right-after-login-pro-img {
	float: right;
	margin: 8px 30px 0 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}

.updated-header-right-after-login-pro-img:before {
   content: "Me";
   display: inline-block;
   padding-right: 0;
   vertical-align: middle;
   font-size: 14px;
   color: #818181;
   position: absolute;
   top: 37px;
   right: 35px;
}

.updated-header-right-after-login-pro-img img {
	width: 100%;
}

.updated-header-pro-img {
	float: right;
	margin: 0;
	width: 100%;
}

.updated-header-right-arrow {
	position: absolute;
	margin: 16px 9px 0 0;
	width: 12px;
	height: 12px;
	cursor: pointer;
	right: 0;
}

.updated-header-right-arrow:before {
   font-family: FontAwesome;
   content: "\f0d7";
   display: inline-block;
   padding-right: 0;
   vertical-align: middle;
   font-size: 20px;
   color: #818181;
}

.updated-header-right-after-login span {
	float: left;
	width: 100%;
	padding-left: 24px;.
	font-size: 14px !important;
	color: #7d7d7d;
}

.less-space {
	margin-right: 0 !important;
	float: right;
}

.less-space li {
	width: 60px;
}

.header-mid {
	width: 100%;
	position: absolute;
	left: 0;
	padding: 0 175px 0 203px;
	text-align: center;
}


/****************************************/

.updated-header-pro-drop {
	position: absolute;
	width: 159px;
	height: 0;
	z-index: 1;
	right: 0;
	top: 40px;
	-webkit-transition: height .5s; /* Safari */
    transition: height .5s;
    overflow: hidden;
}

.updated-header-pro-drop-inr {
	float: left;
	margin: 19px 0 0;
	width: 100%;
	height: auto;
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
	-moz-box-shadow:    inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
	box-shadow:         inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
    padding: 0 20px;
    overflow: hidden;
}


.updated-header-pro-drop-inr:after, .updated-header-pro-drop-inr:before {
	top: 5px;
	right: 14px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.updated-header-pro-drop-inr:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 8px;
	margin-right: -8px;
}

.updated-header-pro-drop-inr:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #999;
	border-width: 7px;
	margin-right: -7px;
}

.updated-header-pro-drop-inr ul {
	float: left;
	margin: 12px 0 12px;
	width: 100%;
	position: relative;
}

.updated-header-pro-drop-inr ul li {
	float: left;
	width: 100%;
	text-align: left;
	line-height: 30px;
	border-bottom: 1px solid #939393;
	padding: 6px 0;
}

.updated-header-pro-drop-inr ul li:last-child {
	border-bottom: 0;
}

.updated-header-pro-drop-inr ul li a {
	line-height: 22px;
	font-size: 16px;
	color: #626262;
}

/****************************************/


.updated-header-plus-drop {
	position: absolute;
	width: 185px;
	height: 0;
	z-index: 1;
	right: 0;
	top: 29px;
	-webkit-transition: height .5s; /* Safari */
    transition: height .5s;
    overflow: hidden;
}

.updated-header-plus-drop-inr {
	float: left;
	margin: 19px 0 0;
	width: 100%;
	height: auto;
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
	-moz-box-shadow:    inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
	box-shadow:         inset 0px 0px 0px 1px rgba(196, 196, 196, 1);
    padding: 0 20px;
    overflow: hidden;
}


.updated-header-plus-drop-inr:after, .updated-header-plus-drop-inr:before {
	top: 5px;
	right: 14px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.updated-header-plus-drop-inr:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 8px;
	margin-right: -8px;
}

.updated-header-plus-drop-inr:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #999;
	border-width: 7px;
	margin-right: -7px;
}

.updated-header-plus-drop-inr ul {
	float: left;
	margin: 12px 0 12px;
	width: 100%;
	position: relative;
}

.updated-header-plus-drop-inr ul li {
	float: left;
	width: 100%;
	text-align: left;
	line-height: 30px;
	border-bottom: 1px solid #939393;
	padding: 6px 0;
}

.updated-header-plus-drop-inr ul li:last-child {
	border-bottom: 0;
}

.updated-header-plus-drop-inr ul li a {
	line-height: 22px;
	font-size: 16px;
	color: #626262;
}

.updated-after-top-plus {
	float: right;
	width: 38px;
	height: 38px;
	margin: 11px 20px 0 0;
	background: #d44836;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	font-size: 30px;
	color: #FFF;
	cursor: pointer;
	position: relative;
}

.langingpage-header {
	position: fixed !important;
	width: 100%;
	height: 60px;
	background: #FFF;
	top: 0;
	left: 0;
	z-index: 99999;
	border-bottom: 1px solid #c4c4c4;
	transition: margin 0.3s ease 0s;

}

.langingpage-header-bdr {
	border-bottom: 1px solid #c4c4c4;
}

.landing-logo {
    float: left;
    margin: 8px 0 0 20px;
}

.updated-have-account {
    float: right;
    margin: 0 20px 0 0;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #000;
    line-height: 56px;
}

.updated-have-account a {
    font-weight: 600;
    color: #0070e5;
}


.new-job-count-top {
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #c0504d;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height:26px;
	top: -3px;
	left: 53px;
}