@charset "utf-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
 [hidden] {
 display: none;
}
html {
	font-size: 100%;
}
.col-half-offset{
    margin-left:4.166666667%
}
.logo {
	width:180px;
 }

.sap-training{
padding:0 0 10px;
  width:auto;
  overflow:hidden;
  border-bottom:1px solid #ddd;
}
.logoMid,
.logoRgt,
.logoLft{
width:33.33%;
padding:0 53px;
margin:0;
float:left;
box-sizeing:border-box;
}

.logoRgt img{
 width:100%;
}
 
.home_page_ads{
 width:550px;
 height:80px;
}
 

body {
	margin: 0;
	font-family: arial;
	font-size: 0.75em;
	line-height: 1.25em;
}
html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
body {
	padding:90px 0 0;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #414E5B;
	width: 100%;
	height: 100%;
        position:relative;
}
a {
	color: #333;
	outline: 0;
	transition: all 0.1s linear 0s, letter-spacing 0s linear 0s;
	-webkit-transition: all 0.1s linear 0s, letter-spacing 0s linear 0s;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: none;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	/*background: none;*/
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: none repeat scroll 0 0 #FFFF00;
	color: #000000;
}
p, pre {
	margin: 0 0 10px;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: none;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl, menu, ol, ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
menu, ol, ul {
	padding: 0 0 0 40px;
}
nav ul, nav ol, li {
	list-style: none outside none;
}
img {
	border: 0 none;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
}
legend {
	border: 0 none;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	-moz-box-sizing: border-box;
	box-shadow: none;
	padding: 0;
	outline: none;
}
input, select,textarea {
	border-radius:0 !important;
	box-shadow: none !important;
}

input:focus, select:focus, textarea:focus{
	box-shadow: none !important;
}
input[type="text"],input[type="email"],input[type="password"],.contactForm textarea,.account-form textarea{
	border-radius:0;
	border:1px solid #ddd;
	height:auto;
	padding:8px 15px;
	color:#999;
	font-size:14px;
	}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,.contactForm textarea:focus,.account-form textarea:focus{
	border:1px solid #2E2E2E;
	box-shadow:none;
	}
	
input[type="search"] {
	-moz-box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0 none;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize:none;
	box-shadow:none;
	border-radius:0 ;
	border:1px solid #ddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.warning {
	color: #A94442
}
.success {
	color: #3C763D;
}
.unstyled li {
	list-style: none;
}
::-moz-selection {
color: #fff;
background: #2E2E2E;
}
::selection {
	color: fff;
	background: #2E2E2E;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	background: #fff;
	color: #333;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color: #333;
}

/*---------------- STYLE ---------------------*/
.inner-padding {
    display: block;
    overflow: hidden;
    padding: 0 10px;
}
@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}
.top-bar {
  background: #f3f3f3 none repeat scroll 0 0;
  border-bottom: 1px solid #b1b1b4;
  display: block;
  height: auto;
  margin-bottom: 15px;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  left:0;
  top:0
}

.top-bar .pull-right li{
	position:relative;}
.top-bar .pull-right li::after,.footer ul li::after {
    background: #010101 none repeat scroll 0 0;
    content: "";
    height: 11px;
    width: 1px;
    position: absolute;
    right: -3px;
    top: 5px;
}
.top-bar .pull-right li:last-child::after,.footer ul li:last-child::after{
	background:none;}
.top-bar ul li a {
    color: #010101;
    font-size: 16px;
}
.top-bar ul li a:hover {
    color:#333;
}
.top-bar input {
    background: none repeat scroll 0 0 #cecece;
    border: 1px solid #cecece;
    color: #222;
    font-size: 12px;
    letter-spacing: 0.25px;
    padding: 5px;
    width: 200px;
	text-transform:uppercase;
}

.top-bar button {
    background: url("../images/search-btn.png") no-repeat scroll center center #2E2E2E;
    border: medium none;
    border-radius: 2px;
    height: 25px;
    text-indent: -9999px;
    width: 36px;
}
.top-bar button:hover{
    background: url("../images/search-btn.png") no-repeat scroll center center #b2c8f4;
}
.navbar-site{
	/*background:#2E2E2E;*/
	background:#cfcfcf;
	border:none;
	margin-bottom:15px;
	min-height:0;
	border-radius:0;}
.navbar-site .navbar-collapse{
	padding-left:0;
	padding-right:0;}
.navbar-site ul{
	margin:0;}*/

@media (min-width:768px) {
.navbar-site .nav-justified li{
	border-right:1px solid #ededed;}
.navbar-site .nav-justified li a{
	padding:5px;
	display:block;
	/*height:65px;*/
	height:45px;
	color:#fff;}
.navbar-site .navbar-nav > li > a{
	padding:10px 15px;
	display:block;
	color:#fff }
.navbar-site ul li a:hover,.navbar-site .navbar-nav > li > a:hover,.navbar-site ul li a:focus,.navbar-site .navbar-nav > li > a:focus,.navbar-site ul li a:active,.navbar-site .navbar-nav > li > a:active{
	background:#ededed;
	color:#2E2E2E;}
}
.navbar-site .nav-justified li a{
	padding:5px;
	display:block;
	/*color:#fff;*/
	color:#505050;}
.navbar-site .nav-justified li a:hover,.navbar-site .nav-justified li a:focus,.navbar-site .nav-justified li a:active{
	background:#ededed;
	color:#2E2E2E;}

@media all and (max-width:767px) {
.navbar-site .navbar-nav > li > a{
 padding:10px 15px;
 display:block;
 color:#fff;}
.top-bar ul{
 text-align:center;}
.top-bar ul li{
 padding-bottom:5px;}
.navbar-site .navbar-nav > li > a:hover{
 color:#010101;
  }
.navbar-site .navbar-toggle{
 background:#fff;}
.navbar-header {
    background: none repeat scroll 0 0 #b2c8f4;
}
 }
	
.home-banner {
    background: none repeat scroll 0 0 #2E2E2E;
    border: 2px solid #2E2E2E;
    height: auto;
    width: 100%;
}
/* fade on slider */
.carousel-fade .carousel-inner .item {
  opacity:0.5;
  transition:all 0.3s linear;
}
.carousel-fade .carousel-inner .active {
  opacity: 1 !important;
}
.nrb-partner{
	widows:100%;
	margin:15px 0 0 0;
	height:auto;}
.nrb-partner h3 {
    border-bottom: 4px solid #eee;
    color: #222;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 15px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}
.nrb-partner h3:after {
    background: none repeat scroll 0 0 #2E2E2E;
    bottom: -4px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 244px;
}
.nrb-partner h3 span {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.25px;
    padding-left: 10px;
    text-transform: none;
}
/*---------------- SEVEN COLOUMN ------------------*/
@media (max-width: 767px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width:48%;
    *width:48%;
	float:left;
  }
}
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 24%;
    *width: 24%;
	float:left;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
.nrb-partner-logo {
    display: block;
    min-height: 57px;
	margin-bottom:15px;
	
}
.nrb-partner-logo img{
	transition:all 0.3s linear;
	border:1px solid #ddd;}
.nrb-partner-logo img:hover{
	transform:scale(1.3);
	}
.community-tab{
	width:100%;
	margin:20px 0;
	height:auto;
	}
.community-tab-module {
    /*background: none repeat scroll 0 0 #eee;*/
    min-height: 220px;
    width: 100%;
}
@media all and (max-width:767px){
.community-tab-module {
   margin-bottom:15px;
}	
	}
.community-tab-module h2 {
    /*background: none repeat scroll 0 0 #2b2a2b;*/
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    /*letter-spacing: 0.25px;*/
    margin: 0;
    padding:5px;
    /*text-transform: uppercase;*/
	text-decoration:underline;
}
.community-tab-module ul{
	margin:0;
	padding:5px 5px 10px;
}
.community-tab-module ul li{
	padding:3px 0;}
.community-tab-module ul li a {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 500;
    /*letter-spacing: 0.25px;*/
}
.community-tab-module ul li a:hover{
    color: #2b2a2b;
}
.footer {
    background: none repeat scroll 0 0 #f3f3f3;
    /*border-top:3px solid #2B2A2B;*/
    height: auto;
    padding: 15px 0 0 0;
    width: 100%;
}
.footer ul li{
	position:relative;}
.footer ul li a{
	color:#2B2A2B;
	font-size:12px;
}
.footer ul li a:hover{
	color:#010101;}
.footer p {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
    margin-bottom:5px;
}
/*----------------- SKILLED WORKER --------------------*/
.inner-content,.inner-content-area{
	width:100%;
	height:auto;
	background:#fff;}
.inner-content{
	min-height:450px;
	margin-bottom:15px;}
.content-text{
	border:1px solid #2E2E2E;
	position:relative;
	width:100%;
	padding:10px;
	height:auto;}
.content-heading {
    background: none repeat scroll 0 0 #fff;
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 600;
    left: 12px;
    letter-spacing: 0.25px;
    padding: 0 5px;
    position: absolute;
    text-transform: capitalize;
    top: -11px;
}
.content-text p{
	color:#666;
	letter-spacing:0.25px;}
.job-search-form{
	margin:15px 0;
	}
.job-search-form button,.btn-advanced,.btn-site,.buy_now_button {
    background-color:#ca3f3c;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
	border-radius:3px;
	-webkit-box-shadow:0 0 1px 1px #8a8a8a;
	box-shadow:0 0 1px 1px #8a8a8a;
}

.mce-container-body button{background: none;}

.job-search-form button:hover,.btn-advanced:hover,btn-site:hover,.job-search-form button:focus,.btn-advanced:focus,.btn-site:hover,.buy_now_button:hover,.buy_now_button:focus{
    background:#010101;
	color:#fff;
}
.daily-star{
	margin:15px 0 25px;}
.mce-container-body button:hover{background: none;}

.job-category-list label,.job-search-form label{
	color:#4a4a4a;
	font-weight:normal;}
.job-category-list li a{
	color:#2E2E2E;
	letter-spacing:0.25px;}
.job-category-list li a:hover{
	color:#010101;}
.category-list h2 {
    border-bottom: 1px solid #ddd;
    color: #2E2E2E;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.25px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.category-list ul,.feature-job-content ul,.quick-link ul,.accounts-nav ul{
	padding:0;
	margin:0;}
.category-list ul li a,.feature-job-content ul li a{
	color:#2E2E2E;
	letter-spacing:0.25px;
	padding:3px 0;}
.category-list ul li a:hover,.feature-job-content ul li a:hover{
	color:#010101;}
.feature-job-content ul li a{
	font-size:13px;}
.feature-job h3 {
    background: none repeat scroll 0 0 #2E2E2E;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.25px;
    padding: 10px;
}
.feature-job-box {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    margin-bottom: 5px;
    min-height: 120px;
    overflow: hidden;
    padding: 10px;
    transition: all 0.3s linear 0s;
    width: 100%;
}


@media all and (max-width:767px){
	.feature-job-box {
		height:auto;
		display:table;}
	}
.feature-job-img{
    height: 54px;
    width: 54px;
    padding:3px;
	float:left;
	overflow:hidden;
    vertical-align: top;
	border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0 0 2px rgba(0, 0, 0, 0.35);
	-o-box-shadow:0 0 2px rgba(0, 0, 0, 0.35);
	-ms-box-shadow:0 0 2px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.35);
	transition:all 500ms;
}
.feature-job-box:hover .feature-job-img{
	box-shadow:0 0 4px #777;
}
.feature-job-img img {
    width:100%;
	height:100%;
}
.feature-job-content{
	width:80%;
	float:right;
}
.feature-job-content strong {
    color: #010101;
    font-weight: 600;
}
@media all and (max-width:415px){
	.feature-job-content {
    display: block;
    float: none;
    margin-left: 57px;
}
	}
.side-bar{
	width:100%;
	height:auto;
	}
.full-ad{
	margin-bottom:10px;
	border:1px solid #ddd;}
.quick-link,.accounts-nav{
	width:100%;
	margin-bottom:15px;
	height:auto;
}
.accounts-nav{
	border:1px solid #333;
}
.accounts-nav ul li{border-bottom:1px solid #333}
.accounts-nav ul li:last-child{border-bottom:0}
.quick-link{
	border:1px solid #333;
	overflow:hidden;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
}
.quick-link h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
	margin:0;
    letter-spacing: 0.25px;
    padding: 10px;
    text-transform:uppercase;
    background-color:#2E2E2E;
}
.quick-link ul li {
	border-bottom:1px solid #333;
}
.quick-link ul li:last-child{
	border-bottom:0;
}
.quick-link ul li a,.accounts-nav ul li a{
    background: none repeat scroll 0 0 #eee;
    color: #2E2E2E;
    display: block;
    letter-spacing: 0.25px;
    padding: 5px;
}
.quick-link ul li a:hover,
.quick-link ul li a.active,.accounts-nav ul li a.active {
    background:#666;
    color:#fff;
}
.quick-link ul li a.active:hover,.accounts-nav ul li a.active:hover {
    color: #fff;
}
.half-ad-area .half-ad{
	margin-bottom:15px;
	/*max-height:60px;*/
}
	
/*---------------- internationalJobs ------------------------*/
.international-job-search .form-group{
	margin-bottom:15px;
	min-height:40px;}
.international-job-search .form-group input{
	width:100%;}
@media all and (max-width:360px){
.btn-advanced{
	padding:10px 5px;}
	.btn-site{padding:10px 15px;}
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 767px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }

}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
@media all and (max-width:800px){
	.all-ad [class*="col-xs-12"]{
	width:auto;

}}
.all-ad .full-ad{
	width:135px;
	height:62px;}
/*------------------ LOGIN ---------------------*/
.login-form{
	width:100%;
	height:auto;
	margin-top:100px;
	background:#eee;
	padding:10px;}
.login-form h3{
	font-weight:500;
	text-transform:uppercase;
	}
.login-form .control-label {
    font-weight: 500;
    letter-spacing: 0.25px;
}
.login-text{
	color:#666;
	letter-spacing:0.25px;
	}
.login-text a{
	color:#2E2E2E;
	font-weight:600;}
.login-text a:hover{
	color:#010101;}
/*---------------------- HEADHUNTINGS -------------------------*/
.headhuntings p,.tab-content p,.tab-content ul li{
	color:#666;
	letter-spacing:0.25px;
	margin-bottom:20px;}
.page-heading {
    border-bottom: 1px solid #2e2e2e;
    color: #2e2e2e;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0 0 5px;
    /*text-transform: capitalize;*/
}

.tab-content h3 {
    background-color: #2e2e2e;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.25px;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
}

.job-description-top .page-heading{
	padding:4px 0 0;
	border:none;
	font-size:24px;
}
.registered-user {
    color: #2E2E2E;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
}
.job-search-form sup{
	color:#f30;
	font-size:12px;}
.helpful-info{
	margin:0 0 10px;
    background:#eee;
    height: auto;
    padding: 10px;
    width: 100%;
	overflow:hidden;
	border:1px solid #333;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
}
.helpful-info-box{
	margin-bottom:15px;}
.helpful-info-box h3 {
    border-bottom:1px solid #333;
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    padding-bottom: 5px;
	font-weight:bold;
}
.helpful-info-box p{
	color:#333;
	letter-spacing:0.25px;
	}
.helpful-info-box p a{
	display:block;
	color:#2E2E2E;
	font-weight:bold;
}
.helpful-info-box p a:hover{
	color:#010101;}
/*------------------- PRODUCT SERVICES --------------------*/	
.inner-tab ul{
	border:none;}
.inner-tab ul li a {
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 10px;
}
.inner-tab ul li.active > a, .inner-tab ul li.active > a:hover, .inner-tab ul li.active > a:focus{
	border: 1px solid #2E2E2E;
	background:#2E2E2E;
	color:#fff;
	}
.tab-content ul{
	padding:0;
	}
.tab-content .buy_now_button{
	margin:10px 0;
	display:inline-block;
	}
.tab-content ul li{
	margin:0;
	padding:0 0;}
	
/*------------- TERMS ------------------*/
.terms-pages ul{
	padding:0;}
.terms-pages h4{
	color:#2E2E2E;}
.terms-pages p,.terms-pages ul li{
	color:#666;
	letter-spacing:0.25px;
	}
/*----------------- REGISTER -------------------*/
.btn-cancel {
    background-color: #d9534f !important;
	border:0;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}
.margin-top{
	margin-top:20px;}
.employer-type{
	margin:20px 0;
	color:#2E2E2E;
	letter-spacing:0.25px;}
/*------------------ ACCOUNTS -------------------*/
.accounts-nav ul li ul li a{
	background:#c7c7c7;}
.account-tab ul li a {
    background: none repeat scroll 0 0 #e74c3c;
    color: #fff;
    letter-spacing: 0.25px;
    padding: 7px 10px;
    text-transform: uppercase;
}
.account-tab ul li a:hover {
    background: none repeat scroll 0 0 #2c3e50;
}
.accounts-intro p{
	color:#666;
	letter-spacing:0.25px;
	}
.job-status thead th {
    background: none repeat scroll 0 0 #e3e3e3;
    font-weight: normal;
}
.job-status td a{
color:#2E2E2E;}
/*-------------------------- ACCOUNTS ------------------------------*/
.accounts-sub-heading {
    font-size: 18px;
    font-weight: 600;
}
.contact-details .input-sm{
	padding:8px 12px;
	}
.multiple-category{
	width:100%;
	height:200px;
	border:1px solid #ddd;
	padding:10px;
	overflow-y: scroll;}
	
/*------------------- JOBPOST --------------------*/
.padding-top-none{
	padding-top:0 !important;}
.custom-dropdown-sm{
	border:1px solid #ddd;
	padding:5px;
	color:#666;
	width:100px;
	}
.job-post-form .DivSelectyze{
	float:none;}

/*-------------------- REGISTRATION-STEP ---------------------*/
.intro-text p strong{
	color:#2E2E2E;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	display:block;
	font-size:14px;}
.intro-text p{
	color:#666;}
.intro-text p a{
	color:#2E2E2E;}
.registration-step,.active-registration{
	width:100%;
	height:auto;
	background:#F3F3F3;
	padding:10px;
	display:block;}
.registration-step ul,.active-registration ul{
	margin:0;}
.registration-step li,.active-registration li{
	text-align:center;
	color:#666;
	}
.registration-step li strong,.active-registration li strong {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    padding: 6px 0 0;
    width: 36px;
}
.active-registration li strong {
    border: 2px solid #2E2E2E;
}
.active-registration li strong.active  {
    border: 2px solid #c33d3e;
}
.active-registration li{
   color:#2E2E2E;
  }
.add-experience  .custom-dropdown-sm{
	width:32.8%;
}
@media all and (max-width:480px){
.add-experience .custom-dropdown-sm{
	width:32%;
	}
	}
.add-experience .select-dropdown {
    border: 1px solid #ddd;
    height: auto;
    padding: 5px;
    width: 100%;
}
.registration-info{
	width:100%;
	height:auto;
	display:block;
	margin-top:25px;
	overflow:hidden;
	}
.register-info-box{
	width:100%;
	height:auto;
	margin-bottom:15px;
	background:#eee;
	padding:15px;}
.register-info-box ul{
	padding:0;
	margin:0;}
.register-info-box ul li,.register-info-box p{
	color:#222930;
	font-size:14px;
	letter-spacing:0.25px;}
.register-info-box ul li strong{
	font-weight:600;}
.register-info-box p{
	color:#666;}
.personal-user-info{
	display:block;
	overflow:hidden;}
.personal-user-info ul,.personal-user-info img{
	display:inline-block;}
@media all and (max-width:640px){
.personal-user-info .pull-right{
	float:none !important;
	margin-top:30px;
	}
	}
.personal-user-info img{
	height:130px;
	width:130px;
	}
.no-margin{
	margin:0;}
.edit-resume{
	font-weight:normal;
	font-size:16px;
	color:#C81B18;
	}
.view-statistics {
    background: none repeat scroll 0 0 #eaeaea;
}
.view-statistics th{
    font-weight:600;
}
.view-statistics a,.view-statistics strong{
	color:#2E2E2E;
	font-weight:600;}
.job-description-top{
	width:100%;
	height:auto;
	padding:13px 15px 0;
	display:block;
	overflow:hidden;
	border:1px solid #333;
	border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	background: rgb(236, 236, 236);
	background: -moz-linear-gradient(270deg, rgb(236, 236, 236) 30%, rgb(189, 189, 189) 80%);
	background: -webkit-linear-gradient(270deg, rgb(236, 236, 236) 30%, rgb(189, 189, 189) 80%);
	background: -o-linear-gradient(270deg, rgb(236, 236, 236) 30%, rgb(189, 189, 189) 80%);
	background: -ms-linear-gradient(270deg, rgb(236, 236, 236) 30%, rgb(189, 189, 189) 80%);
	background: linear-gradient(0deg, rgb(236, 236, 236) 30%, rgb(189, 189, 189) 80%);
}
.product_box_text-top h3{
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(236, 236, 236) 30%, rgb(189, 189, 189) 80%) repeat scroll 0 0;
    border: 1px solid #333;
    color: #000000;
    display: block;
    font-size: 18px;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 7px 10px;
    width: 100%;
}

.job-description-top h2,.job-description-top p{
	display:inline-block;
	}
.job-description-top p {
    color: #000;
    float: right;
    letter-spacing: 0.25px;
    padding-right: 10px;
	font-size:12px;
	line-height:16px;
}
.job-description-top h2{
	margin:0;}
.job-description{
	padding:0;
	width:100%;
	height:auto;
	overflow:hidden;
	border:1px solid #333;
	border-top:0;
	border-radius:0 0 8px 8px;
}
.job-description ul{
	padding:0;
	margin:0;
	}
.job-description h3 {
	color:#2c8f30;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.job-description h4 {
    font-size: 16px;
    font-weight: 600;
    margin:15px 0 5px 0;
}
.job-description p,.job-description ul li{
	color:#444444;
	letter-spacing:0.25px;
	list-style:disc;
}
.job-description ul li{margin-left:30px;}
.job-description p strong{
	font-weight:600;
	color:#222;
	}
.cover-letter-view{
	width:100%;
	height:auto;}
.cover-letter-view p{
	margin:0 0 15px 0;
	color:#666;
	letter-spacing:0.25px;
	}
.user-multiple-category {
    height: auto;
    overflow-y: auto;
}
.specializations p{
	cursor:pointer;
	font-weight:600;
	color:#2E2E2E;
}
.see-more{
color:#2E2E2E;
font-weight:600;
}
@media all and (max-width:800px){
.nrb-partner-logo {
    min-height:66px;
 }
}




.job-category {
    border-radius: 4px;
    padding: 10px;
    background: #f2f2f2;
}
.job-category h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 10px;
    margin: 0 0 10px;
}
.banner-jobs {
    background: #e5e5e5 none repeat scroll 0 0;
    height: auto;
    margin-bottom: 20px;
    padding:0;
    width: 100%;
    min-height:570px;
}
.banner-jobs-govt {
    background: #e5e5e5 none repeat scroll 0 0;
    height: auto;
    margin-bottom: 20px;
    padding:0;
    width: 100%;
    min-height:268px;
}
.banner-jobs-govt .banner-jobDes ul{padding:0 10px;} 
.banner-jobs-govt ul li{
	margin-bottom:10px;
	color:#2c8f30;
}
.banner-jobs-govt ul li a{
	padding-left:10px;
}
.banner-jobs-heading {
    color:#00A0E3;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: normal;
    margin:0;
    padding: 0;
    text-transform: uppercase;
}
.banner-jobsTitl{
	padding:10px;
	color:#fff;
	background-color:#2B2A2B;
}
.banner-jobsTitl h2.banner-jobs-heading a{
	color:#fff;
}
/*.banner-jobs-heading:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #010101 rgba(0, 77, 127, 0) rgba(0, 77, 127, 0);
    border-image: none;
    border-style: solid;
    border-width: 12px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -12px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}*/

.banner-jobs-heading i {
    color: #222;
    display: inline-block;
    font-size: 14px;
    padding-right: 5px;
}
.banner-jobs ul {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}
.banner-jobs ul li{padding:0;}
.banner-jobs ul li a {
    color: #4d4d4d;
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: all 0.3s linear 0s;
}
.banner-jobs ul li a:hover {
    color: #010101;
}
.read-more {
    text-align: right;
    display: block;
    color:#2B2A2B;
}
.read-more:hover{
    color:#010101;
}
@media all and ( max-width:800px ){
	.daily-star img{
		width:300px;}	
.top-bar .pull-right, .top-bar .pull-left{
		float:none !important;
		margin:0 auto;
		text-align:center;}
	}

@media all and ( max-width:991px ){
.logoMid, .logoRgt, .logoLft {
  padding: 0 25px;
}
.top-bar ul li a {
  font-size: 15px;
}

}
@media all and ( max-width:639px ){
.logoMid, .logoRgt, .logoLft {
  padding: 0 9px;
}

}
@media all and ( max-width:479px ){
.logoMid, .logoRgt, .logoLft {
width:auto;
float:none;
padding-bottom:15px;
}
.logoMid img, .logoRgt img, .logoLft img {
  width: 58%;
}
body{padding:115px 0 0}

}

/*---------Edit by mobarak--------*/
.nrbjobTab{
	padding:18px 15px 10px;
	margin:0 0 20px;
	border:1px solid #ddd;
}
.nrbjobTab ul{
	margin:0;
}
.job-description-top p{
	font-weight:bold;
}
.job-infotop{
	padding:15px 15px 0;
	margin:0;
}
.company-info{
	padding:0 15px 15px;
	margin:20px 0 0;
	border-top:1px solid #9b9b9b;
	background: rgb(236, 236, 236);
	background: -moz-linear-gradient(90deg, rgb(236, 236, 236) 30%, rgb(200, 200, 200) 80%);
	background: -webkit-linear-gradient(90deg, rgb(236, 236, 236) 30%, rgb(200, 200, 200) 80%);
	background: -o-linear-gradient(90deg, rgb(236, 236, 236) 30%, rgb(200, 200, 200) 80%);
	background: -ms-linear-gradient(90deg, rgb(236, 236, 236) 30%, rgb(200, 200, 200) 80%);
	background: linear-gradient(180deg, rgb(236, 236, 236) 30%, rgb(200, 200, 200) 80%);
}
.company-info p{
	padding:0;
	margin:0;
}
.job-infotop .btn-site{
	display:inline-block;
}
.job-infotop .catTitle{
	margin-top:0;
	color:#000;
}
.catTitle span{
	padding-bottom:5px;
	display:inline-block;
	border-bottom:2px solid #000;
}
.col-D91C23{color:#D91C23}
.job-infotop p a{
	font-weight:bold;
}
ul.noDot li{
	margin:0;
	list-style:none;
}
.css3 .UlSelectize {
	height:300px;
	overflow:auto;
}
.msgInfo{
	padding:10px;
	margin:0;
	border:1px solid #333;
}
.msgInfo p{
	padding:0;
	margin:0;
}
ul.tabBtn{
	width:auto;
	padding:0;
	margin:0;
	overflow:hidden;
}
ul.tabBtn li{
	padding:0 5px 0 0;
	margin:0;
	float:left;
}
ul.tabBtn li a{
	display:block;
	border-radius:4px 4px 0 0;
}
.tblCont{
	padding:5px;
	margin:20px 0 0;
	border:1px solid #333;
}
.totalJob{
	padding:7px 5px 5px;
	margin:5px 0 0;
	color:#fff;
	background-color:#2c8f30;
}
.tblCont table{ margin-bottom:0}
.css3 .selectyzeValue{padding:10px !important}
.banner-jobs-heading i,
.banner-jobs-heading a{color:#fff}
.banner-jobDes{
	padding:5px;
	margin:0;
}

/*-----site map----*/
.sitemapWrap{
	padding:0 0 50px;
	margin:0;
	text-align:left;
}
.sitemap-box{
	padding:10px;
	margin:0;
	background-color:#c9c9c9;
}
.sitemap-box h1{
	padding:0 10px 5px;
	margin:0 0 10px;
	color:#333333;
	font-size:15px;
	line-height:20px;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
	border-bottom:1px solid #fff;
}
.sitemapWrap h2{
	padding:0 0 5px;
	margin:15px 15px 15px;
	color:#000000;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
	border-bottom:1px solid #000000;
}
.sitemap-box ul{
	padding:10px 0;
	margin:0;
	background-color:#fff;
	border-radius:6px;
}
.sitemap-box ul li{
	padding:0;
	margin:0;
	font-size:13px;
	line-height:20px;
	font-family: 'Roboto', sans-serif;
	position:relative;
}

.sitemap-box ul li a{
	padding:0 10px;
	display:block;
}
.sitemap-box ul li i{
	margin-right:3px;
}
.sitemap-box ul li a:hover{
	text-decoration:underline
}
/*-----// end site map----*/
/*-----help page---*/
.help{
	padding:20px 0;
	margin:0;
	text-align:left;
}
.help h3{
	padding:0;
	margin:0;
	color:#0f6936;
	cursor:pointer;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
}
.ans{
	padding:0;
	margin:0;
	padding:15px 0 0;
	display:none;
}
.helpBox{
	padding:5px 10px;
	margin:0 0 5px;
	border:1px solid #ddd;
}
.help h3:hover{
	color:#EC2028;
}
h2.banner-jobs-heading a{color:#00aae2}
/*-----//end help page---*/
.packagecatwiselist {
	margin:35px 0 0;
	padding:10px;
	border:1px solid #2e2e2e;
	position:relative;
}
.packagecatwiselist h4 {
	margin:0;
	padding:0 5px;
	left:40px;
	top:-12px;
	position:absolute;
	background-color:#fff;
}
.job-category .col-md-4.col-sm-6.col-xs-12{
	padding-left:5px;
	padding-right:5px;

}
.tab-content p{text-align:justify;}

.contact-page{
	padding:0;
	margin:0;
	max-width:795px;
}
.contImg{
	padding:0 0 15px;
	margin:0;
}
.contImg img{
	width:100%;
	display:block;
}
.contact-page h1{
	padding:0;
	margin:0;
	font-size:28px;
	line-height:34px;
	border-bottom:2px solid #666;
}
.contTop{
	width:auto;
	padding:20px 0;
	margin:0;
	overflow:hidden;
}
.contTopIn{
	width:50%;
	padding:0;
	margin:0;
	float:left;
}
.contTopIn h3{
	padding:0;
	margin:0;
	font-size:18px;
	line-height:22px;
}
.contTopIn  span{
	border-bottom:1px solid #666;
}
.contTopIn address{
	padding:10px 0 0;
	margin:0;
}
.board{
	padding:0 0 10px;
	margin:0;
	border-bottom:1px solid #666;
	
}
.board h2{
	padding:0;
	margin:0;
	font-size:18px;
	line-height:22px;
	border-bottom:1px solid #666;
}
.boardIn{
	padding:10px;
	margin:10px 0 0;
	overflow:hidden;
	border:1px solid #666;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	background: rgb(236, 236, 236);
	background: -moz-linear-gradient(90deg, rgb(236, 236, 236) 30%, rgb(200, 200, 200) 80%);
	background: -webkit-linear-gradient(90deg, rgb(236, 236, 236) 30%, rgb(200, 200, 200) 80%);
	background: -o-linear-gradient(90deg, rgb(236, 236, 236) 30%, rgb(200, 200, 200) 80%);
	background: -ms-linear-gradient(90deg, rgb(236, 236, 236) 30%, rgb(200, 200, 200) 80%);
	background: linear-gradient(180deg, rgb(236, 236, 236) 30%, rgb(200, 200, 200) 80%);
}
.boardBox{
	width:20%;
	padding:0 10px;
	margin:0;
	float:left;
	box-sizing:border-box;
	border-right:1px solid #666;
}
.boardBox:last-child{ border:0;}
.boardBox h4{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:20px;
}
.midCont{
	padding:0;
	margin:0;
}
.midContIn{
	width:auto;
	padding:40px 0 5px;
	margin:0;
	overflow:hidden;
}
.midConBox{
	width:45%;
	padding:10px;
	margin:0;
	float:left;
	position:relative;
	border:2px solid #666;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
}
.midConBox:last-child{ float:right}
.midConBox h3{
	padding:0 5px;
	margin:0;
	font-size:18px;
	line-height:22px;
	background-color:#fff;
	position:absolute;
	left:15px;
	top:-13px;
}
.midConBox ul{
	padding:10px 0 0;
	margin:0;
	list-style:none;
}
.midConBox ul li{
	padding:3px 0;
	margin:0;
	font-size:16px;
	line-height:20px;
}
.midConBox ul li a{
	color:#00A319;
}
.map{
	height:200px;
	padding:4px;
	margin:15px 0 0;
	border:2px solid #666;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
}
.contSocial{
	padding:5px;
	margin:10px 0;
	border:2px solid #666;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
}

/*---------View page slider--------*/
.trnSld{
 padding:0;
 margin:30px 0 0;
 overflow:hidden;
 border:1px solid #666;
 border-radius:4px;
 -o-border-radius:4px;
 -ms-border-radius:4px;
 -webkit-border-radius:4px;
 position:relative;
}
.trnSld .container{
 padding:10px 0; 
 width:auto
}
.trnSld h2{
 padding:5px 0 7px;
 margin:0;
 color:#fff;
 font-size:18px;
 line-height:24px;
 text-align:center;
 text-transform:uppercase;
 background-color:#2b2a2b;
}
.trnSld h3{
margin-top:0;
}
.trnSld h3 a{
 padding:0 0 3px;
 margin:0;
 color:#333;
 font-size:16px;
 line-height:22px;
}
.trnSld h3 span{
 border-bottom:1px solid #D11C21;
}
.trnIn{
 width:auto;
 padding:20px 25px 20px;
 margin:0;
 overflow:hidden;
}
.trnInLft{
 width:50%;
 padding:0;
 margin:0;
 float:left;
}
.trnInRgt{
 width:50%;
 padding:0;
 margin:0;
 float:right;
}
.trnIn ul{
 width:auto;
 padding:0;
 margin:0;
 overflow:hidden;
}
.trnIn ul li{
 width:50%;
 padding:3px 0;
 margin:0;
 float:left;
}
.trnSld .carousel-control.right,
.trnSld .carousel-control.left{background:none}
.trnSld .glyphicon-chevron-right::before,
.trnSld .glyphicon-chevron-left::before{ color:#000;}
.trnSld .carousel-control{width:3%}
.trnSld .left.carousel-control{left:-3%}
.trnSld .right.carousel-control{right:-3%}
.trnSld:hover .left.carousel-control{left:0}
.trnSld:hover .right.carousel-control{right:0;}
.allCors{
 padding:0;
 margin:0;
 color:#333;
 position:absolute;
 right:15px;
 top:50px;
 font-weight:bold;
 z-index: 2;
}



f