/* SHAHAJI CSS*/
.error{
color: #fE2E2E !important;
font-size: 14px !important;
}
.star{
color: #fE2E2E !important;
font-size: 20px !important;
}
#message1{
	margin-bottom:10px;
}
/*.form-control{
color: #999 !important;
}*/
/* SHAHAJI CSS END*/
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul:after, ul:before {
	display:table;
	content:"";
}
ul:after {
	clear:both;
}
body {
	padding-top:120px;
	font-family: 'Raleway', sans-serif;
	color:#000;
	overflow:hidden;
}
a{
	outline:none !important;
}
a:hover{
	transition:0.30s;
}
.modal{
	z-index:99999;
}
.font-light {
	font-weight:300;
}
.font-normal {
	font-weight:400;
}
.font-medium {
	font-weight:500;
}
.font-bold {
	font-weight:600;
}
.font-color-orange{
	color:#ef7700;
}
.orange-btn{
	border:1px solid #d86c01;
	background-color:#ef7700;
	border-radius:0;
	color:#fff;
}
.orange-btn:hover{
	background-color:#d86c01;
	border:1px solid #ef7700;
	transition:0.30s;
	color:#fff;
}
.form-control{
	box-shadow:none;
	border-radius:0;
	border:1px solid #ccc;
	height:40px;
}
.form-control:focus{
	box-shadow:none;
	border:solid 1px #666 !important;
}
h1, h2, h3 {
	margin:0
}
.modal-backdrop{
	position:fixed !important;
}
.five{
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
	float:left;
	width:20%;
}
.heading{
	font-size:36px;
	line-height:1;
}
.nicescroll-rails{
	width:10px !important;
	background:#000 !important;
	z-index:9999 !important;
	/*opacity:1 !important;*/
}
.nicescroll-cursors{
	width:10px !important;
	border:none !important;
	background:#999 !important;
}
#ascrail2001, #ascrail2002, #ascrail2003, #ascrail2004{
	background:#ccc !important;
	width:4px !important;
	opacity:1 !important;
}
#ascrail2001 .nicescroll-cursors, #ascrail2002 .nicescroll-cursors, #ascrail2003 .nicescroll-cursors, #ascrail2004 .nicescroll-cursors{
	background:#666 !important;
	border-radius:0 !important;
	height:30px !important;
	left:3px;
	cursor:pointer;
}
.modal-open {
  padding-right: 0 !important;
}
/* CUSTOM STYLE FORMS*/
select::-ms-expand {
    display: none;
}
.custom-select {
	position: relative;
}
.custom-select:before{
	content:"";
	background:#fff;
	top:1px;
	right:1px;
	bottom:1px;
	position:absolute;
	pointer-events:none;
}
.custom-select:after{
	content:"";
	border-top:5px solid #666;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	position:absolute;
	right:10px;
	top:18px;
	z-index:10;
	pointer-events:none;
}
.custom-select .form-control {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
/* CUSTOM STYLE FORMS END*/

/*HEADER*/
header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99999;
}
#ascrail2000{
	z-index:999999 !important;
}
.top-nav {
	background:#000;
	color:#fff;
	padding:8px 0;
}
.login-info .sm{
	border:none;
	margin-left:5px;
}
.login-info .sm:hover{
	background:none;
	border:none;
}
.login-info li:nth-child(5) a, .login-info li:nth-child(4) a, .login-info li:nth-child(3) a{
	padding:2px 3px;
}
.top-c-info li, .login-info li {
	float:left;
}
.top-c-info {
	float:left;
	padding:3px 0;
}
.top-c-info li {
	margin-right:25px;
}
.top-c-info li img {
	margin-right:7px;
}
.login-info {
	float:right;
}
.login-info li a {
	border: 1px solid #fff;
	padding:2px 10px;
	display:block;
	color:#fff;
	margin-left:15px;
	text-decoration:none;
	font-weight:500;
}
.login-info li a:hover {
	background:#F68A25;
	transition:0.30s;
	border:1px solid #F68A25;
}
.main-nav .navbar-default {
	background:#fff;
	border-radius:0;
	border-bottom: solid 5px #f68a25;
	border-top:0;
	border-left:0;
	border-right:0;/*	box-shadow:0px 1px 2px rgba(0,0,0,0.1);*/
}
.main-nav .navbar-default .nav > li > a {
	padding:30px 20px;
	line-height:18px;
	color:#000;
	font-size:15px;
}
.main-nav .navbar-default .navbar-nav > .active > a, .main-nav .navbar-default .navbar-nav > .active > a:focus, .main-nav .navbar-default .navbar-nav > .active > a:hover {
	background-color: #f68a25;
	color: #fff;
	transition:0.30s;
}
.main-nav .navbar-default .navbar-nav > .open > a, .main-nav .navbar-default .navbar-nav > .open > a:focus, .main-nav .navbar-default .navbar-nav > .open > a:hover .main-nav .nav.navbar-nav.navbar-right a:hover {
	background-color: #f68a25;
	color: #fff;
	transition:0.30s;
}
.main-nav .navbar-default .navbar-nav > li > a:focus, .main-nav .navbar-default .navbar-nav > li > a:hover {
	background-color: #f68a25;
	color: #fff;
	transition:0.30s;
}
.main-nav .navbar-nav > li > .dropdown-menu {
	margin:5px 0 0;
	border-bottom:solid 5px #f68a25;
	border-top:0;
	padding:0;
}
.main-nav .dropdown-menu > li > a {
	padding:10px 20px;
	border-bottom:dashed 1px #d7d7d7;
}
.main-nav .dropdown-menu > li:last-child a {
	border:0;
}
.main-nav .dropdown-menu > li > a:focus, .main-nav .dropdown-menu > li > a:hover {
	background:none;
	color:#f68a25;
	transition:0.30s;
}
.main-nav .navbar-right .dropdown-menu {
	left:0;
	right:0;
}
.main-nav .navbar-brand{
	height:auto;
	padding:9px 15px;
}
/*BANNER*/
#banner-slider .item {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:700px;
}
.banner-content {
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding-top:120px;
}
.cityName {
  margin: 0 auto;
  padding-top: 12px;
  font-size: 20px;
  text-align: right;
}
/* HOME PAGE CONTENT*/
.home-page {
	position:relative;
	z-index:1000;
	margin-top:40px;
}
.home-page .form-section .form-control{
	height:34px;
}
.home-page .company-name h2{
	color:#fff;
	font-size:80px;
	margin-left:-6px;
}
.home-page .left-section {
	background-color:rgba(0, 0, 0, 0.5);
	padding:15px 15px 30px;
	margin-top:25px;
}
.home-page .left-section h2 {
	font-size:18px;
	color:#fff;
	line-height:24px;
	border-bottom:solid 1px #fff;
	padding-bottom:10px;
}
.home-page .left-section p {
	font-size:13px;
	color:#fff;
	padding-top:10px;
}
.home-page .left-section a {
	font-size:12px;
	color:#fff;
	float:right;
}
.home-page .right-section{
	margin-top:30px;
}
.home-page .right-section p{
	font-size:16px;
	color:#fff;
	padding:10px 15px;
	margin-bottom:0;
	background:#000;
}
.home-page .right-section a{
	float:right;
	font-size:12px;
	color:#fff;
	padding-top:5px;
	text-decoration:underline;
}
.home-page .right-section form {
	background-color:rgba(227, 227, 227, 0.4);
	padding:15px;
}
.home-page .right-section form label {
	font-weight:600;
}
.home-page .right-section form .form-control {
	padding:6px;
	border:1px solid #999999;
	border-radius:0;
}
.home-page .right-section form .btn-block {
	background-color:#000;
	border-radius:0;
	color:#fff;
}
.home-page .right-section form .btn-block:hover {
	background-color:#F68A25;
	transition:0.30s;
}
/*INTRO*/
.intro{
	margin:80px 0;
}
.intro .heading {
	//color:#fff;
	background-color:rgba(0, 0, 0, 0.60);
	padding:10px 0;
}
.home-page .intro .text {
	background-color:#fff;
	padding:20px;
	line-height:24px;
	text-align:center;
}
.home-page .intro .text .link {
	margin-top:20px;
}
.home-page .intro .text .link a {
	color:#fff;
	background-color:#000;
	padding:8px 15px;
	text-decoration:none;
	display:inline-block;
}
.home-page .intro .text .link a:hover {
	background:#F68A25;
	color:#fff;
	transition:0.30s;
}
.map {
	margin-bottom:30px;
}
/*FOOTER*/
footer {
	background-color:#000;
	padding:30px 0 10px;
}
footer ul li {
	float:left;
	margin-top:8px;
}
footer ul li a {
	font-size:14px;
	color:#fff;
	display:block;
	text-decoration:none;
	font-weight:500;
	text-decoration:none;
	padding:0 15px;
	border-right:solid 1px #666;
}
footer ul li:last-child a{
	border-right:none;
}
footer ul li:first-child a{
	padding-left:0;
}
footer ul li a:hover {
	color:#F68A25;
	transition:0.30s;
	text-decoration:none;
}
footer .sm-group .sm {
	display:inline-block;
	float:left;
}
footer .sm-group a {
	border:solid 1px #fff;
	padding:5px;
	display:inline-block;
	margin-right:12px;
}
footer .sm-group a:hover {
	background:#F68A25;
	transition:0.30s;
	border:solid 1px #F68A25;
}
footer .row {
	margin-bottom:30px;
}
footer .copyright {
	border-top:1px solid #666;
}
footer .copyright p {
	font-size:12px;
	color:#fff;
	padding-top:18px;
}
/* All POPUP*/
#login-popup .modal-dialog .modal-title, #forgot-popup .modal-dialog .modal-title, #register-popup .modal-dialog .modal-title, #job-apply-popup .modal-dialog .modal-title{
	color:#ef7700;
	font-size:26px;
}
#login-popup .modal-dialog .modal-content, #register-popup .modal-dialog .modal-content{
	border-radius:4px;
}
#login-popup .modal-dialog .form-group label, #forgot-popup .modal-dialog .form-group label, #register-popup .modal-dialog .form-group label{
	color:#333333;
	font-size:16px;
}
#login-popup .modal-dialog .form-group label img, #forgot-popup .modal-dialog .form-group label img{
	margin-right:7px;
	margin-bottom:3px;
}
#login-popup .modal-dialog .form-control{
	box-shadow:none;
	border-radius:0;
	border:1px solid #ccc;
	height:40px;
}
#login-popup .modal-dialog .forgot-password{
	margin-top:-6px;
}
#login-popup .modal-dialog .forgot-password a{
	font-size:13px;
}
#login-popup .modal-dialog .forgot-password a:hover{
	color:#ef7700;
}
#login-popup .modal-dialog .btn, #forgot-popup .modal-dialog .btn{
	font-size:18px;
	color:#fff;
}
#login-popup .links{
	margin-bottom:40px;
}
#register-popup {
  overflow-y: scroll;
  z-index:9999999;
}
#register-popup .modal-dialog, #login-popup .modal-dialog, #forgot-popup .modal-dialog, #emailjob-popup .modal-dialog, #forgot-popupreset .modal-dialog, #job-apply-popup .modal-dialog{
	width:450px;
}
#register-popup .modal-dialog .form-group label img{
	margin-right:7px;
}
#register-popup .modal-dialog .form-control{
	box-shadow:none;
	border-radius:0;
	border:1px solid #ccc;
	height:40px;
        color:#000 !important;
}
#register-popup .modal-dialog .custom-select::before{
	top:17px;
}
#register-popup .modal-dialog .custom-select option{
	padding:10px;
	border-right:1px solid #999;
}
#register-popup .modal-dialog .forgot-password{
	margin-top:-6px;
}
#register-popup .modal-dialog .forgot-password a{
	font-size:13px;
}
#register-popup .modal-dialog .btn{
	margin-top:10px;
	font-size:18px;
	color:#fff;
}
#register-popup .form-group .row{
	margin:0 -5px;
}
#register-popup .form-group .row .col-sm-4, #register-popup .form-group .row .col-sm-6{
	padding:0 5px;
}
#register-popup .linkedin{
	margin:10px 0;
}
#register-popup .linkedin a{
	background-color:#0275b3;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	padding:10px 14px;
	border-radius:0;
	height:10px;
}
#register-popup .linkedin a:hover{
	background-color:#056193;
	transition:0.30s;
}
#register-popup .linkedin a img{
	padding-right:10px;
	border-right:2px solid #056193;
	margin-right:10px;
}
.seperator{
	margin-bottom:20px;
}
.seperator .line{
	background-color:#d9d9d9;
	height:1px;
	width:43%;
	display:inline-block;
}
.seperator .txt{
	color:#b3b3b3;
	font-size:16px;
	padding:10px;
}
#msg-box .modal-dialog{
	width:300px;
}
#msg-box .modal-header{
	border-bottom:none;
}
#msg-box p{
	font-size:18px;
}
/*USER PROFILE SECTION*/
.user-nav{
	float:right;
}
.user-nav li{
	display:inline-block;
	margin-left:25px;
	margin-top:3px;
}
.user-nav li a{
	text-decoration:none;
	display:block;
}
.user-nav li a:hover{
	color:#ef7700;
	transition:0.30s;
}
.user-nav li a img{
	margin-right:6px;
	vertical-align:top;
}
.user-page{
	margin:20px 0;
}
.user-page .left-panel{
	border:1px solid #ccc;
	padding:20px 0 0;
}
.user-page .left-panel .user .user-pic{
	border:2px solid #CCC;
	height:130px;
	width:130px;
	border-radius:50%;
	overflow:hidden;
}
.user-page .left-panel .user .user-pic .pic img{
	height:100%;
	width:100%;
}
.user-page .left-panel .user .upload img{
	vertical-align:top;
	margin-right:5px;
}
.user-page .left-panel .user .upload a{
	font-size:13px;
	color:#999;
}
.user-page .left-panel .user .user-name{
	font-size:18px;
	margin-top:5px;
}
.user-page .left-panel .left-panel-menu{
	margin-top:60px;
}
.user-page .left-panel .left-panel-menu a{
	font-size:16px;
	color:#000;
	text-decoration:none;
	border-bottom:solid 1px #ccc;
	display:block;
	padding:20px 0;
	font-weight:500;
}
.user-page .left-panel .left-panel-menu li:first-child a{
	border-top:solid 1px #ccc;
}
.user-page .left-panel .left-panel-menu li:last-child a{
	border-bottom:0;
}
.user-page .left-panel .left-panel-menu a img{
	padding:0 15px 0 25px;
}
.user-page .left-panel .left-panel-menu a:hover{
	border-left:solid 5px #ef7700;
	transition:0.30s;
}
.user-page .left-panel .left-panel-menu .active{
	border-left:solid 5px #ef7700;
}
.status-btn{
	width:73px;
	height:23px;
	color:#fff;
	font-size:13px;
	width:75px;
}
.status-applied{ 
	background:#148C08;
}
.status-accept{
	background:#0D7EAA;
}
.status-shortlist{
	background:yellow;
	color:#000;
}
.status-reject{
	background:#eb3c13;
}


.user-jobs table thead th{
	background:#000;
	color:#fff;
	font-size:16px;
	font-weight:500;
}
.user-jobs table th, .user-jobs table td{
	text-align:center;
}
.user-details, .user-password{
	border:solid 1px #ccc;
	padding:15px;
}
.user-details .form-heading{
	font-size:16px;
}
.user-details form label, .user-password form label{
	font-size:16px;
	font-weight:500;
}
.user-details .form-group .row{
	margin:0 -5px;
}
.user-details .form-group .col-sm-4, .user-details .form-group .col-sm-2, .user-details .form-group .col-sm-10, .user-details .form-group .col-sm-6{
	padding:0 5px;
}
.user-details .custom-select::before {
  top: 17px;
}
.user-details form .btn, .user-password form .btn{
	color:#fff;
	font-size:16px;
	padding:5px 15px;
}
.user-details label img, .user-password label img{
	margin-right:7px;
}
.user-details button.btn{
	border-radius:0;
	margin-right:10px;
}
/*LEFT PANEL FOR JOB SEARCH*/
.search-job .form{
	margin:5px 0;
}
.search-job .searchbox{
	margin-bottom:10px;
}
.search-job .form-control{
	height:30px;
}
.search-job .btn{
	color:#fff;
	font-size:18px;
	padding:0px;
	margin-top:10px;
}
.select-group .heading{
	font-size:16px !important;
	background-color:#000;
	color:#fff;
	padding:5px;
}
.select-group .heading img{
	margin:0 9px 0 0px;
}
.select-group .checkbox{
	margin-bottom:4px;
	margin-left: 5px;
}
.select-group .form{
	height:140px;
	overflow-x:hidden;
    overflow-y:scroll;
}
.select-group .form-exp, .select-group .form-cntry{
	height:106px;
	overflow-x:hidden;
    overflow-y:scroll;
}
.checkbox{
	margin:0;
}
.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 0;
	margin-right: 10px;
	font-size:13px;
}
.checkbox input[type=checkbox] {
	display: none;
}
.checkbox label:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 13px;
	margin-right: 10px;
	left: 0;
	bottom: 1px;
	background-color: #fff;
	border:1px solid #F68A25;
}
.checkbox label {
	margin-bottom:0px;
}
.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 14px;
	color: #F68A25;
	text-align: center;
    line-height: 14px;
}
.function-name {
  font-weight: 600;
  margin-bottom: 2px;
  font-size:14px;
}
/*SEARCH RESULT*/
.main-section{
	margin:20px 0;
}
.main-section .company-overview .heading, .search-result .heading, .apply-form .heading{
	font-size:20px;
}
.left-border{
	padding:2px 0px 1px 10px;
	border-left:5px solid #f68a25;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	text-align:left;
}
.search-result ul li{
	//list-style-image:url(../img/icon-arrow.png);
	list-style-image:url(../img/icon-arrow-orange.png);
	list-style-position:inside;
}
.search-result .position-name{
	font-size:16px;
	margin-bottom:10px;
}
.search-result p{
	margin-top:10px;
}
.search-result a{
	padding:5px 5px;
	border:1px solid #F68A25;
	margin:5px 5px 0 0;
	display:inline-block;
	text-decoration:none;
}
.search-result a:hover{
	background-color:#F68A25;
	color:#fff;
	transition:0.30s;
}
.search-result .result-group{
	border-bottom:1px solid #ccc;
	padding:0 0 15px;
}
.search-result .result-group{
	padding-top:0;
}
.search-result .result-group .position-name{
	margin-top:10px;
}
.search-result .result-group:first-child .position-name{
	margin-top:0;
}
.search-result .pagination{
	float:right;
}
.search-result .pagination > li > a, .search-result .pagination > li > span{
	background:none;
	border:1px solid #ccc;
	padding:7px 10px;
	line-height:1;
	color:#000;
}
.search-result .pagination > li > a:hover{
	background:#000;
	color:#fff;
}
.search-result .pagination li.active a{
	background:#000 !important;
	color:#fff;
}
.search-result .pagination > li:first-child > a, .search-result .pagination > li:first-child > span, .search-result .pagination > li:last-child > a, .search-result .pagination > li:last-child > span{
	border-radius:0;
}

/*VIEW AND APPLY*/
.company-overview .summary ul li{
	font-weight:500;
	list-style-image:url(../img/icon-arrow-orange.png);
	list-style-position:inside;
	margin-bottom:3px;
}
.company-overview .sub-heading{
	font-size:15px;
	margin-bottom:5px;
}
.company-overview .summary, .company-overview .short-info, .company-overview .details{
	margin:10px 0;
}
.company-overview a{
	background:none;
	border:1px solid #f47f38;
	margin-top:10px;
	cursor:pointer;
	text-decoration:none;
	padding:5px 5px;
	margin-right:5px;
	display:block;
	float:left;
}
.company-overview a:hover{
	background:#f47f38;
	color:#fff;
	transition:0.30s;
}
.company-overview .go-back a{
	clear:both;
	background:none;
	border:none;
	padding:0;
	color:#000;
	font-size:13px;
}
.company-overview .go-back a:hover{
	color:#F68A25;
}
#job-apply-popup .btn{
	border-radius:0;
}
/*APPLY FOR JOB*/
.apply-job .job-apply-form{
	padding:15px;
	border:solid 1px #ccc;
	margin:20px 0;
}
.job-apply-form label{
	font-size:16px;
	font-weight:500;
	padding-top:3px;
}
.job-apply-form label img{
	margin-right:7px;
}
.job-apply-form .form-group .row{
	margin:0 -5px;
}
.job-apply-form .form-group .col-sm-2, .job-apply-form .form-group .col-sm-10, .job-apply-form .form-group .col-sm-2, .job-apply-form .form-group .col-sm-6{
	padding:0 5px;
}
.job-apply-form .upload-cv a{
	color:#000;
	text-decoration:none;
	font-size:16px;
}
.job-apply-form .upload-cv a img{
	margin-right:7px;
}
.job-apply-form .upload-cv a:hover{
	color:#F68A25;
	transition:0.30s;
}
.job-apply-form textarea{
	resize:none;
}
.job-apply-form .btn{
	font-size:16px;
	color:#fff;
}
/*ABOUT US, CLIENT, CANDIDATE, CANDIDATE SERVICE*/
/*.banner .owl-prev{
	position:absolute;
	top:40%;
	height:54px;
	width:32px;
	background:url(../img/arrow-back.png) no-repeat center rgba(0,0,0,0.3);
	transition:0.30s;
}
.banner .owl-prev:hover{
	background:url(../img/arrow-back.png) no-repeat center rgba(0,0,0,0.9);
}
.banner .owl-next{
	position:absolute;
	top:40%;
	right:0;
	margin-right:10px;
	height:54px;
	width:32px;
	background:url(../img/arrow-next.png) no-repeat center rgba(0,0,0,0.3);
	transition:0.30s;
}
.banner .owl-next:hover{
	background:url(../img/arrow-next.png) no-repeat center rgba(0,0,0,0.9);
} */
.banner .text{
	position:absolute;
	top:15%;
	color:#fff;
	left:0;
	right:0;
	//text-align:center;
	padding-left:45px;
}
.about-section .heading, .client-section .heading, .candidate-section .heading, .candidate-service-section .heading, .services-section .heading, .industries-section .heading{
	margin:40px 0 20px;
}
.about-section .who-we-are p, .about-section .our-values p, .client-section .what-we-do p, .candidate-section .what-we-do p, .candidate-section .benefit p, .services-section .what-we-do p, .industries-about p{
	text-align:justify;
	margin-bottom:10px;
}
.about-section .areas-we-deal .five{
	margin-bottom:60px;
}
.about-section .areas-we-deal .title{
	margin-top:15px;
	font-weight:600;
}
.about-section .what-we-do{
	background:url(https://em-recruitment.com/img/about-banner-2.png) no-repeat center center;
	height:350px;
	background-size:cover;
	color:#fff;
	padding:50px 0;
	margin-top:20px;
}
.about-section .what-we-do .heading{
	margin-top:0;
}
.about-section .what-we-do .owl-carousel .owl-item img{
	width:auto;
	display:inline-block;
}
.about-section .what-we-do .title{
	font-weight:600;
	margin-top:15px;
}
.about-section .our-values{
	margin-bottom:40px;
}
.about-section .our-values img{
	margin-top:20px;
}
.candidate-infograph{
	margin-bottom:40px;
}
.service-list .icon img{
	width:60px;
	height:auto;
}
.service-list .title{
	font-weight:600;
	margin:20px 0 5px;
}
.service-list .col-md-4{
	margin-bottom:80px;
}
/*CONTACT*/
.contact .heading{
	margin:40px 0 20px;
}
.contact .contact-form{
	margin-bottom:40px;
}
.radio-btn span{
	margin-right:5px;
}
.radio-btn label {
    display:inline-block;
    cursor:pointer;
    position:relative;
    padding-left:20px;
    margin-right:10px;
}
.radio-btn label:before {
    content:"";
    display:inline-block;
    width:14px;
    height:14px;
    margin-right:10px;
    position:absolute;
    left:0;
    bottom:3px;
    background-color:#fff;
	border:solid 1px #F68A25;
}
input[type=radio] {
    display:none;
}
.radio-btn label:before {
    border-radius:8px;
}
input[type=radio]:checked + label:before {
    content:"\2022";
    color:#F68A25;
    font-size:30px;
    text-align:center;
    line-height:12px;
}
.contact .contact-form textarea{
	resize:none;
	min-height:120px;
}
.contact .contact-form .btn{
	padding:6px 20px;
}
.contact .contact-form label img{
	margin-right:7px;
	margin-bottom:3px;
}
.contact .map{
	background:url(../img/map.jpg) no-repeat center;
	height:400px;
	background-size:contain;
	position:relative;
	width: 818px;
  	margin: 0 auto;
}
.contact .pointer{
	position:absolute;
	height:10px;
	width:10px;
	border-radius:50%;
	background:#F68A25;
	text-decoration:none;
}
.contact .pointer:hover:before{
	color:#fff;
	margin-left:15px;
	font-size:12px;
	background:#F68A25;
	line-height:18px;
	padding:3px 6px;
	position:absolute;
	z-index:999;
	width:91px;
	text-align:center;
}
.pointer:nth-child(1) {
  left: 372px;
  top: 30%;
}
.pointer:nth-child(1):hover:before{
	content:"London";
}
.pointer:nth-child(2) {
  left: 387px;
  top: 35%;
}
.pointer:nth-child(2):hover:before{
	content:"Geneva";
}
.pointer:nth-child(3) {
  left: 526px;
  top: 52%;
}
.pointer:nth-child(3):hover:before{
	content:"Mumbai";
}
.pointer:nth-child(4) {
  left: 537px;
  top: 48%;
}
.pointer:nth-child(4):hover:before{
	content:"New Delhi";
}
.pointer:nth-child(5) {
  left: 360px;
  top: 45%;
}
.pointer:nth-child(5):hover:before{
	content:"Casablanca";
}
.pointer:nth-child(6) {
  left: 451px;
  top: 44%;
}
.pointer:nth-child(6):hover:before{
	content:"Amman";
}
.pointer:nth-child(7) {
  left: 453px;
  top: 49%;
}
.pointer:nth-child(7):hover:before{
	content:"Jeddah";
}
.pointer:nth-child(8) {
  left: 466px;
  top: 49%;
}
.pointer:nth-child(8):hover:before{
	content:"Riyadh";
}
.pointer:nth-child(9) {
  left: 471px;
  top: 46%;
}
.pointer:nth-child(9):hover:before{
	content:"Kuwait City";
}
.pointer:nth-child(10) {
  left: 490px;
  top: 50%;
}
.pointer:nth-child(10):hover:before{
	content:"Dubai";
}
.pointer:nth-child(11) {
  left: 486px;
  top: 51%;
}
.pointer:nth-child(11):hover:before{
	content:"Abu Dhabi";
}
.pointer:nth-child(12) {
  left: 473px;
  top: 39%;
}
.pointer:nth-child(12):hover:before{
	content:"Baku";
}
.pointer:nth-child(13) {
  left: 476px;
  top: 49%;
}
.pointer:nth-child(13):hover:before{
	content:"Doha";
}
.pointer:nth-child(14) {
  left: 475px;
  top: 48%;
}
.pointer:nth-child(14):hover:before{
	content:"Manama";
}
.pointer:nth-child(15) {
  left: 475px;
  top: 47.5%;
}
.pointer:nth-child(15):hover:before{
	content:"Dammam";
}
.pointer:nth-child(16) {
  left: 415px;
  top: 81%;
}
.pointer:nth-child(16):hover:before{
	content:"Cape Town";
}
.pointer:nth-child(17) {
  left: 591px;
  top: 62%;
}
.pointer:nth-child(17):hover:before{
	content:"Singapore";
}
.pointer:nth-child(18) {
  left: 437px;
  top: 46%;
}
.pointer:nth-child(18):hover:before{
	content:"Cairo";
}
.pointer:nth-child(19) {
  left: 429px;
  top: 38%;
}
.pointer:nth-child(19):hover:before{
	content:"Istanbul";
}
.pointer:nth-child(20) {
  left: 430px;
  top: 76%;
}
.pointer:nth-child(20):hover:before{
	content:"Johannesburg";
}
.pointer:nth-child(21) {
  left: 625px;
  top: 46.5%;
}
.pointer:nth-child(21):hover:before{
	content:"Shanghai";
}
.pointer:nth-child(22) {
  left: 586px;
  top: 61%;
}
.pointer:nth-child(22):hover:before{
	content:"Kuala Lumpur";
}
.pointer:nth-child(23) {
  left: 603px;
  top: 67%;
}
.pointer:nth-child(23):hover:before{
	content:"Jakarta";
}
.pointer:nth-child(24) {
  left: 383px;
  top: 58.4%;
}
.pointer:nth-child(24):hover:before{
	content:"Lagos";
}
.pointer:nth-child(25) {
  left: 452px;
  top: 63%;
}
.pointer:nth-child(25):hover:before{
	content:"Nairobi";
}
.pointer:nth-child(26) {
  left: 375px;
  top: 59.2%;
}
.pointer:nth-child(26):hover:before{
	content:"Accra";
}
.pointer:nth-child(27) {
  left: 511px;
  top: 49.2%;
}
.pointer:nth-child(27):hover:before{
	content:"Karachi";
}
.pointer:nth-child(28) {
  left: 447px;
  top: 27%;
}
.pointer:nth-child(28):hover:before{
	content:"Moscow";
}
.pointer:nth-child(29) {
  left: 587px;
  top: 56%;
}
.pointer:nth-child(29):hover:before{
	content:"Bangkok";
}
.pointer:nth-child(30) {
  left: 630px;
  top: 57%;
}
.pointer:nth-child(30):hover:before{
	content:"Cebu";
}
.pointer:nth-child(31) {
  left: 217px;
  top: 39.9%;
}
.pointer:nth-child(31):hover:before{
	content:"New York";
}
.pointer:nth-child(32) {
  left: 273px;
  top: 74.9%;
}
.pointer:nth-child(32):hover:before{
	content:"Sao Paulo";
}
.pointer:nth-child(33) {
  left: 248px;
  top: 80.9%;
}
.pointer:nth-child(33):hover:before{
	content:"Buenos Aires";
}
/*FOOTER LINK*/
.footer-link .container{
	border-top:dashed 1px #ccc;
	padding:40px 15px;
}
.footer-link .container1{
	border:none !important;
	padding:10px 15px 40px 15px!important;
}
.footer-link p{
	font-size:24px;
	display:inline-block;
	margin-right:15px;
}
.footer-link a{
	color:#F68A25;
	text-decoration:none;
	border:1px solid #F68A25;
	padding:12px 15px;
	font-size:20px;
}
.footer-link a:hover{
	background:#F68A25;
	color:#fff;
}
/*SERVICES*/
.services-section .what-we-do{
	margin-bottom:0;
}
.services-section .link-2{
	margin-left:10px;
}
/*INDUSTRIES*/
.sector-focus{
	margin:20px 0 40px;
}
.gallery-items .thumbnail{
	background:none;
	border:none;
	padding:0;
	margin:0;
	border-radius:0;
	cursor:pointer;
	position: relative;
}
.overlayImg{ position: absolute; background:#000; opacity:0.8;width: 100%; height:100%; z-index: 1;}
.gallery-items .thumbnail:hover .overlayImg{ opacity:0;}
.active .overlayImg{ opacity:0;}
.gallery-items{
	font-size: 0;
	position:relative;
	margin:0 -2px;
}
.gallery-item {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
  padding:0 2px;
  margin-bottom:4px;
  width:33.3333%;
}
.gallery-expander {
  position: absolute;
  left: 2px;
  right: 2px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}
.gallery-contents { position: relative; }
.gallery-contents:after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  content: '';
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  -webkit-transition: border-bottom-width 500ms ease;
  -o-transition: border-bottom-width 500ms ease;
  transition: border-bottom-width 500ms ease;
}
.gallery-item.active .gallery-contents:after {
	border-bottom-width: 30px;
}
.gallery-item {
  text-align: left;
}
.gallery-contents:after {
	border-bottom-color: #f68a25;
}
.gallery-expander-contents {
  margin: 0 auto;
  padding:20px;
  border:solid 1px #ccc;
  border-top:3px solid #f68a25;
}
.gallery-expander-contents div.close {
  position: absolute;
  top: 10px;
  right: 20px;
}
.gallery-expander-contents div.contents {
  font-size: 14px;
  line-height: 24px;
  padding-right:20px;
}
.thumbnail.gallery-trigger > img{
	width:100%;
	position:relative;
}
.thumbnail.gallery-trigger > .heading{
	position:absolute;
	color:#fff;
	font-size:34px;
	text-align:center;
	left:0;
	right:0;
	top:12%;
	font-weight:600; z-index:2;
}
.orangeBullet{padding:5px;}
.orangeBullet li, .tab-pane li{list-style-image: url(../img/icon-arrow-orange.png); /* list-style-position: inside;*/ margin-left:10px;}
.gallery-expander .contents ul li{list-style-image: url(../img/icon-arrow-orange.png); /* list-style-position: inside;*/ margin-left:10px;}
.gallery-expander .contents ul li ul{ padding-left:15px;}
/* Preloader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
	background:rgb(0,0,0);
}
#loader {
    display: block;
    position: relative;
    left: 42%;
    top: 30%;
    width: 400px;
    height: 400px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
 #loader-wrapper > img {
  left:40.5%;
  position: absolute;
  top:40%;
  width:auto;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F68A25;
    -webkit-animation: spin 3s linear infinite;
      animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1.5s linear infinite;
      animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* CASE STUDIES */
.case-studies{
	margin:40px 0;
}
.case-studies .bs-example.bs-example-tabs{
	padding:20px 0;
}
.tab-list{
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
}
.tab-list ul{
	display:table;
	width:100%;
}
.tab-list ul li{
	display:table-cell;
	float:none;
}
.case-studies .heading{
	margin-top:0;
}
.case-studies .nav > li > a{
	height:65px;
}
.case-studies li:last-child a{
	margin-right:0;
}
.case-studies .tab-content{
 text-align: justify;
 border:solid 1px #eee;
 color:#fff;
}
.case-studies .tab-content .tab-pane{
 padding:15px;
}
.case-studies .tab-content .tab-pane:nth-child(1){
 background: url(../img/fmcg-bg.jpg) no-repeat center;
 background-size:cover;
}
.case-studies .tab-content .tab-pane:nth-child(2){
 background: url(../img/natural-resources-bg.jpg) no-repeat center;
 background-size:cover;
}
.case-studies .tab-content .tab-pane:nth-child(3){
 background: url(../img/finance-bg.jpg) no-repeat center;
 background-size:cover;
}
.case-studies .tab-content .tab-pane:nth-child(4){
 background: url(../img/healthcare-bg.jpg) no-repeat center;
 background-size:cover;
}
.case-studies .tab-content .tab-pane:nth-child(5){
 background: url(../img/industrials-bg.jpg) no-repeat center;
 background-size:cover;
}
.case-studies .tab-content .tab-pane:nth-child(6){
 background: url(../img/hospitality-bg.jpg) no-repeat center;
 background-size:cover;
}
.case-studies .tab-content .tab-pane:nth-child(7){
 background: url(../img/tmt-bg.jpg) no-repeat center;
 background-size:cover;
}
.case-studies .tab-content .tab-pane:nth-child(8){
 background: url(../img/transport-bg.jpg) no-repeat center;
 background-size:cover;
}
.case-studies .tab-content .tab-pane:nth-child(9){
 background: url(../img/business-service-bg.jpg) no-repeat center;
 background-size:cover;
}
.case-studies .tab-content .heading{
	font-size:18px;
	margin:0 0 15px;
	font-weight:500;
	text-align:center;
	color:#F68A25;
}
.case-studies .tab-content .col-sm-4{
	border-right:solid 1px #eee;
	min-height:245px;
}
.case-studies .tab-content .col-sm-4:last-child{
	border:none;
}
.case-studies .nav-tabs > li.active > a, .case-studies .nav-tabs > li.active > a:focus, .case-studies .nav-tabs > li.active > a:hover, .case-studies .nav-tabs > li > a:hover{
	border:solid 1px #F68A25;
	color:#fff;
	font-weight:500;
	border-radius:0;
	background:#F68A25;
	cursor:pointer;
	border-bottom:none;
}
.situation, .action, .result{
	color:#fff;
}
.case-studies .nav-tabs > li > a{
	color:#000;
	font-weight:500;
	border-radius:0;
	border:solid 1px #eee;
	border-bottom:none;
	text-align:center;
	padding:10px;
	background:#eee;
}
.my-font{
	font-size:40px;
}
.search-nav a {
	border:none;
}
.search-nav a:hover {
	border:none;
	background:none;
	color:#F68A25
}
.search-nav a img{
	padding:0px 5px 0px 5px
}
.go-back{
	float:right;
}
/*OWL THEME*/
.owl-theme .owl-controls{
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	*display:inline
}
.owl-theme .owl-dots .owl-dot span{
	width:20px;
	height:8px;
	margin:5px 7px;
	background:#d6d6d6;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	background:#F68A25;
}
.inner-container{
	padding: 0px 105px;
	text-align:justify;
	}
#scrollToTop {
  width: 42px;
  height: 42px;
  z-index: 3;
  position: fixed;
  bottom: 45px;
  right: 50px;
  display: none;
  background: url(../img/upArrow2.png) no-repeat;
  transition: all .5s ease;
  display: none;
  }
/*RESPONSIVE*/
@media (min-width: 992px) and (max-width: 1199px) {
	#loader-wrapper > img{
		top:35%;
	}
	.heading{
		font-size:34px;
	}
	footer .sm-group a{
		padding:2px;
	}
	.home-page .company-name h2{
		font-size:60px;
	}
	.text h2{
		font-size:28px;
	}
	.thumbnail.gallery-trigger > .heading{
		font-size:32px;
	}
	.case-studies .nav > li > a{
		height:75px;
	}
	.about-section .our-values img{
		width:100%;
	}
	.footer-link p{
		font-size:20px;
		margin-right:5px;
	}
	.footer-link a{
		font-size:18px;
		padding:10px 12px;
	}
	.orangeBullet{
		text-align:justify;
	}	
}
@media (min-width: 768px) and (max-width: 991px){
	#loader{
		left:35%;
	}
	#loader-wrapper > img{
		left:32.5%;
		top:38%;
	}
	.main-nav .navbar-default .nav > li > a{
		font-size:14px;
		padding:30px 12px;
	}
	.home-page .company-name h2{
		font-size:50px;
	}
	.right-section .form-control{
		font-size:13px;
	}
	.text h2{
		font-size:26px;
	}
	.my-font{
		font-size:28px;
	}
	.about-section .our-values img{
		width:100%;
	}
	.thumbnail.gallery-trigger > .heading{
		font-size:24px;
		top:0;
	}
	.client-infograph img{
		width:100%;
	}
	.case-studies .tab-content .col-sm-4{
		min-height:310px;
	}
	.case-studies .nav > li > a{
		height:85px;
		padding:5px;
	}
	.user-page .left-panel .left-panel-menu a{
		padding:15px 0;
	}
	.user-page .left-panel .left-panel-menu a img{
		padding:0 15px;
	}
	.footer-link p{
		font-size:18px;
		margin-right:0;
	}
	.footer-link a{
		font-size:18px;
		padding:10px 12px;
	}
	.services-section .link-2{
		margin-top:20px;
	}
	.orangeBullet{
		text-align:justify;
	}
	.inner-container{
		padding:0px;
	}
}
@media screen and (max-width: 767px){
	#loader{
		height:250px;
		width:250px;
		left:35%;
	}
	#loader-wrapper > img{
		width:50%;
		left:25.5%;
		top:35%;
	}
	.main-nav .navbar-toggle{
		margin:15px;
		padding:15px;
		border:none;
		background:#F68A25;
		border-radius:0;
	}
	.main-nav .navbar-default .navbar-toggle .icon-bar{
		background:#fff;
	}
	.main-nav .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background:#F68A25;
	}
	.main-nav .navbar-default .nav > li > a{
		padding:15px;
	}
	.main-nav .navbar-nav{
		margin-top:0;
		margin-bottom:0;
	}
	.login-info li a{
		padding:1px 6px;
		font-size:13px;
		margin-left:10px;
	}
	.home-page .company-name h2{
		font-size:36px;
	}
	.home-page .left-section h2{
		font-size:16px;
		line-height:22px;
	}
	#register-popup .modal-dialog, #login-popup .modal-dialog, #forgot-popup .modal-dialog, #emailjob-popup .modal-dialog, #forgot-popupreset .modal-dialog, #job-apply-popup .modal-dialog{
		margin:0 auto;
	}
	#register-popup .modal-dialog .form-control{
		margin-bottom:10px;
	}
	#login-popup .modal-dialog .modal-title, #forgot-popup .modal-dialog .modal-title, #register-popup .modal-dialog .modal-title, #job-apply-popup .modal-dialog .modal-title{
		font-size:22px;
	}
	#ascrail2001 .nicescroll-cursors, #ascrail2002 .nicescroll-cursors, #ascrail2003 .nicescroll-cursors, #ascrail2004 .nicescroll-cursors{
		width:9px !important;
	}
	#ascrail2001, #ascrail2002, #ascrail2003, #ascrail2004{
		width:4px !important;
		opacity:0 !important;
	}
	.main-section .heading{
		position:relative;
	}
	.select-group{
		margin-bottom:1px;
	}
	.select-group .heading{
		padding:7px 5px;
	}
	.select-group .heading:before{
		content:"";
		display:block;
		border-top:5px solid #fff;
		border-left:5px solid transparent;
		border-right:5px solid transparent;
		position:absolute;
		right:10px;
		top:15px;
		z-index:10;
	}
	.select-group .form{
		display:none;
		margin-left:10px;
		height:120px;
	}
	.select-group:hover .form{
		display:block;
	}
	.checkbox label::before{
		border:2px solid #F68A25;
		height:16px;
		width:16px;
	}
	.checkbox input[type="checkbox"]:checked + label::before{
		font-weight:bold;
	}
	.text h2{
		font-size:16px;
	}
	.my-font{
		font-size:20px;
	}
	.about-section .heading, .client-section .heading, .candidate-section .heading, .candidate-service-section .heading, .services-section .heading, .industries-section .heading{
		margin:20px 0 10px;
	}
	.heading{
		font-size:30px;
	}
	.nicescroll-rails{
		width:5px !important;
	}
	.nicescroll-cursors{
		width:5px !important;
	}
	.footer-link .container{
		padding:10px 15px 20px;
	}
	.footer-link p{
		font-size:20px;
		display:block;
		margin:0 0 15px;
	}
	.footer-link a{
		padding:8px 10px;
		font-size:18px;
	}
	footer ul{
		text-align:center;
	}
	footer ul li{
		float:none;
		display:inline-block;
	}
	.sm-group{
		text-align:center;
		margin-top:15px;
	}
	footer .sm-group .sm{
		float:none;
	}
	footer .copyright{
		text-align:center;
	}
	.thumbnail.gallery-trigger > .heading{
		font-size:24px;
		top:0;
	}
	#infograph, #infograph-2{
		margin-top:20px;
	}
	#infograph .item .heading, #infograph-2 .item .heading{
		font-size:20px;
		font-weight:500;
		margin:10px 0;
	}
	#infograph .item img, #infograph-2 .item img{
		width:auto;
		margin:0 auto;
	}
	#infograph-2 .item{
		text-align:center;
	}
	.case-studies .tab-content .col-sm-4{
		min-height:100%;
		margin-bottom:20px;
		border:none;
	}
	.case-studies .tab-content .col-sm-4:last-child{
		margin-bottom:0;
	}
	.case-studies .tab-content .heading{
		margin:0 0 5px;
	}
	.case-studies .nav > li > a{
		height:50px;
		padding:5px;
		min-width:140px;
	}
	.view-apply .company-overview, .search-result .company-overview{
		margin-top:20px;
		text-align:justify;
	}
	.company-overview .summary, .company-overview .short-info, .company-overview .details{
		margin-bottom:10px;
	}
	.company-overview a{
		margin-top:0;
	}
	.company-overview .go-back a{
		margin-top:10px;
	}
	.search-result{
		margin-top:20px;
	}
	.main-section .company-overview .heading, .search-result .heading, .apply-form .heading{
		font-size:18px;
	}
	.apply-job .apply-form{
		margin-top:20px;
	}
	.apply-job .apply-form .form-control{
		margin-bottom:10px;
	}
	.left-panel-menu{
		overflow-x:auto;
		overflow-y:auto;
		width:100%;
	}
	.left-panel-menu ul{
		display:table;
		width:100%;
	}
	.left-panel-menu ul li{
		display:table-cell;
		float:none;
		border:solid 1px #ccc;
	}
	.user-page .left-panel .left-panel-menu a{
		border-bottom:none;
		padding:15px 0;
		text-align:center;
		min-width:150px;
	}
	.user-page .left-panel .left-panel-menu li:first-child a{
		border-top:0;
	}
	.user-page .left-panel .left-panel-menu a:hover, .user-page .left-panel .left-panel-menu .active, .user-page .left-panel .left-panel-menu li:last-child a:hover, .user-page .left-panel .left-panel-menu li:last-child a .active{
		border-bottom:solid 5px #ef7700;
		border-left:none;
	}
	.user-page .left-panel .left-panel-menu .active{
		border-left:none;
	}
	.user-page .left-panel .left-panel-menu a img{
		display:none;
	}
	.user-page .left-panel .left-panel-menu{
		margin-top:20px;
	}
	.user-details, .user-password, .user-jobs{
		margin-top:20px;
	}
	.user-details .form-control{
		margin-bottom:10px;
	}
	.map-responsive img{
		width:100%;
	}
	.footer-link p{
		font-size:16px;
		margin-right:0;
	}
	.footer-link a{
		font-size:16px;
		padding:6px 8px;
	}
	.services-section .link-2{
		margin-top:20px;
	}
	.orangeBullet{
		text-align:justify;
	}
	.inner-container{
		padding:0px;
	}
} 
@media screen and (max-width:480px){
	.banner-content{
		padding-top:0;
	}
	header{
		position:absolute;
	}
	footer{
		padding-top:10px;
	}
	footer .row{
		margin-bottom:15px;
	}
	footer ul li a{
		padding:0 7px;
		font-size:13px;
	}
	footer .sm-group a{
		padding:2px;
	}
	footer .sm-group{
		margin-top:15px;
	}
	#register-popup .modal-dialog, #login-popup .modal-dialog, #forgot-popup .modal-dialog, #emailjob-popup .modal-dialog, #forgot-popupreset .modal-dialog, #job-apply-popup .modal-dialog{
		width:auto;
		margin:10px;
	}
	.gallery-item{
		width:100%;
	}
	.thumbnail.gallery-trigger > .heading{
		font-size:30px;
		top:13%;
	}
	.gallery-expander-contents{
		padding:10px;
	}
	.gallery-expander-contents div.contents{
		padding-right:0;
		text-align:justify;
		margin-top:15px;
	}
	.gallery-expander-contents div.close{
		right:10px;
		top:5px;
	}
	.main-section .company-overview .heading{
		font-size:18px;
	}
	.search-result .position-name{
		font-size:15px;
	}
	.search-result a{
		padding:3px;
	}
	.search-result .pagination > li > a, .search-result .pagination > li > span{
		padding:5px 8px;
	}
	.job-apply-form label, .job-apply-form .upload-cv a{
		font-size:15px;
	}
	.user-page .left-panel .left-panel-menu a{
		padding:10px 0;
	}
	.user-details form .btn, .user-password form .btn{
		font-size:14px;
	}
	.home-page .intro .text, .home-page .left-section h2{
		text-align:justify;
	}
	.go-back{
		float:right;
		position:absolute;
		right:0;
		top:-5px;
	}
	.search-nav{
		margin-top:15px;
	}
	.orangeBullet{
		text-align:justify;
	}
	.inner-container{
		padding:0px;
	}
}
@media screen and (max-width:320px){
	.home-page .company-name h2{
		font-size:32px;
	}
	.cityName{
		font-size:18px;
	}
	#infograph .item .heading{
		font-size:18px;
	}
	#infograph .item img{
		width:60px;
	}
	.main-section .company-overview .heading, .search-result .heading, .apply-form .heading{
		font-size:16px;
	}
	.user-details button.btn{
		width:100%;
	}
	.user-details form .btn, .user-password form .btn{
		width:100%;
		margin-top:10px;
	}
	.contact .contact-form .btn{
		width:100%;
	}
	.heading{
		font-size:24px;
	}
	.radio-btn span{
		display:block;
		margin-bottom:5px;
	}
	.orangeBullet{
		text-align:justify;
	}
	.inner-container{
		padding:0px;
	}
}
