@charset "utf-8";
/* CSS Document */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 13px;
}
a {
	text-decoration: none;
	font-size: 13px;
}
a.btn.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.row.m-5{
    margin-left:-5px;
    margin-right:-5px;
}
.row.m-5 > [class*="col-"]{
    padding-left:5px;
    padding-right:5px;
}
a:hover {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: 'Roboto', sans-serif;
}
h1, .section-title h2  {
	font-size: 16px;
	font-weight: 600;
	color: #e94300;
	font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
}
h2 {
	font-size: 32px;
	font-weight: 600;
	color: #337AB7;
	margin: 0;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
	margin-bottom: 0;
	color: #1F1C76;
	font-weight: 300;
}
img {
	max-width: 100%;
	margin: 0;
}
p {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
span {
	font-weight: 500;
	font-size: 15px;
}
#AjaxLoading{
    display:none;
}
#AjaxLoading.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100%;
    z-index: 9999999999999999;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    
}
#AjaxLoading.active i{
    position:absolute;
    top:49%;
    left:0;
    width:100%;
}
.top-search{
    width: 70%;
    margin-left: 210px;
}

.top-5{margin-top:5px}
.top-10{margin-top:10px}
.top-15{margin-top:15px}
.top-20{margin-top:20px}
.top-25{margin-top:25px}
.top-30{margin-top:30px}
.top-35{margin-top:35px}
.top-40{margin-top:40px}
.top-45{margin-top:45px}
.top-50{margin-top:50px}
.top-55{margin-top:55px}
.top-60{margin-top:60px}
.top-65{margin-top:65px}
.top-70{margin-top:70px}
.top-75{margin-top:75px}
.top-80{margin-top:80px}
.top-85{margin-top:85px}
.top-90{margin-top:90px}
.top-95{margin-top:95px}
.top-100{margin-top:100px}
.bottom-0{margin-bottom:0}
.bottom-5{margin-bottom:5px}
.bottom-10{margin-bottom:10px}
.bottom-15{margin-bottom:15px}
.bottom-20{margin-bottom:20px}
.bottom-25{margin-bottom:25px}
.bottom-30{margin-bottom:30px}
.bottom-35{margin-bottom:35px}
.bottom-40{margin-bottom:40px}
.bottom-45{margin-bottom:45px}
.bottom-50{margin-bottom:50px}
.bottom-55{margin-bottom:55px}
.bottom-60{margin-bottom:60px}
.bottom-65{margin-bottom:65px}
.bottom-70{margin-bottom:70px}
.bottom-75{margin-bottom:75px}
.bottom-80{margin-bottom:80px}
.bottom-85{margin-bottom:85px}
.bottom-90{margin-bottom:90px}
.bottom-95{margin-bottom:95px}
.padding-10{padding: 10px;padding-bottom: 15px;}
.pt-0{
    padding-top: 0px;
}
.left-5{ margin-left: 5px; }

.bordered-btn {
    padding: 2px;
    height: 40px;
    color:#fff;
    display: inline-block;
    box-shadow:2px 2px 4px -1px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}
.bordered-btn.warning{
    background-color:#FF9D05
}
.bordered-btn.success{
    background-color:#28A745
}
.bordered-btn.danger{
    background-color:#EE1A1F
}
.bordered-btn i{
    width:38px;
    text-align:center;
}
.bordered-btn span {
    line-height: 36px;
    background-color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #0067B2;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.bordered-btn.warning span{
    color:#FF9D05;
}
.bordered-btn.success span{
    color:#28A745
}
.bordered-btn.danger span{
    color:#EE1A1F
}
.padding-30 {padding: 30px 0;}

.feedback-btn-fixed {
    position: fixed;
    z-index: 999999;
    right: 0;
    transform: translate(0, 80%);
}
.feedback-btn-fixed ul li {
    list-style: none;
    background-color: #E40613;
    padding: 15px 15px;
}
.feedback-btn-fixed ul li  {
  font-size: 16px;
  color: #fff;
}
.feedback-btn-fixed ul a  {
      text-decoration: none;
}
header {
    min-height: 95px;
}
.affix {
      top: 0;
      width: 100%;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }
.navbar-default {
	background-color: #fff;
	border: none;
	border-radius: 0;
	z-index: 1000;
}
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    padding: 5px 0;
    height: auto;
}
.navbar {
    margin-bottom: 0;
    padding: .5rem 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: padding .3s ease-in-out;
}
.navbar-default .navbar-nav > li > a {
    color: #606060;
    font-size: 12px;
    padding: 14px 24px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto";
}

.menu-icon  {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 30px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li:hover > a {
	background: transparent;
	color: #606060;
}
.navbar-default .navbar-nav li.menu-item-has-children {
    position: relative;
}
.navbar-default .navbar-nav li.menu-item-has-children ul.sub-menu {
    display: none;
}
.navbar-default .navbar-nav li.menu-item-has-children:hover a {
    color:#000;
}
.navbar-default .navbar-nav li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    background-color: #1E1B7B;
    position: absolute;
    left: 0px;
    top: 80%;
    padding-left: 0;
    white-space: nowrap;
    border-radius: 0px 0px 10px 10px;
}
.navbar-default .navbar-nav li.menu-item-has-children ul.sub-menu li {
    list-style: none;
    display: inline-block;
    padding:15px 21px;
}
.navbar-default .navbar-nav li.menu-item-has-children ul.sub-menu li a {
    padding: 0;
    display: block;
    color: #FFFFFF;
    white-space: nowrap;
    border-bottom: 1px solid #1E1B7B;
}
.navbar-default .navbar-nav li.menu-item-has-children ul.sub-menu li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}
.shrink .navbar {
    background-image: linear-gradient(to right, #E9430A, #E9430A);
    padding: 0;
}
.shrink .navbar-brand img {
    filter: brightness(0%) grayscale(100%) invert(100%);
}
.shrink .navbar-header .navbar-brand {
    width: 126px;
}
.shrink .navbar-default .navbar-nav li.menu-item-has-children a, .shrink .navbar-default .navbar-nav > li > a {
    color: #fff;
}
.shrink  .navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    color: #000;
}
.login-register .nav li a {
	font-weight: 600;
	padding: 10px;
    display: block;
    font-size: 11px;
}
.login-register .nav li:first-child a {
	border-left: none;
}
.login-register .nav li:last-child a {
	border-right: none;
}
.login-register .nav  li:hover a {
	background: none;
	color: #000;
}
.btn-warning  {
	color: #fff;
    font-weight: 600;
    background-image: -webkit-gradient(linear,left top,right top,from(#FA4A0D),to(#AB0D04));
    background-image: linear-gradient(to right,#FA4A0D,#AB0D04);
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 1;

}
.btn-warning::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(to right, #E7000A, #FCAB29);
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;

}
.btn-warning:hover::before {
    width: 100%;
}
.carousel-caption {
    background: transparent;
    padding: 0;
    bottom: 50px;
    left: 15%;
    right: 15%;
    border-radius: 6px;
    width: 60%;
    margin-left:50px;
}
.carousel-caption h2, .job-search-form h2 {
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
#BannerSlider .carousel-control-prev {
    position: absolute;
    top: 47%;
    left: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #C3342C !important;
    border-radius: 10px 0;
    background-color: #C3342C;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0;
}
#BannerSlider .carousel-control-next {
    position: absolute;
    top: 47%;
    right: 30px;
    width: 50px;
    height: 50px;
    border: 2px solid #C3342C !important;
    border-radius: 10px 0;
    background-color: #C3342C;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0;
}
#BannerSlider .carousel-control-prev:hover {
    border: 2px solid #C3342C !important;
    background-color: transparent;
}
#BannerSlider .carousel-control-next:hover {
    border: 2px solid #C3342C !important;
    background-color: transparent;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
        background-image: none;
        color: #fff;
text-align: center;

}
.border-tri {
	border-top: 30px solid #c9302c;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
}
.job-search-form .form-control {
	float: left;
	width: 28.3%;
	border-radius: 0;
	height: 35px;
}
.job-search-form .btn {
	float: left;
	width: 12%;
	border-radius: 0;
    background-color: #c9302c;
    border: none;
    font-size: 15px;
    height:35px;
    padding: 8px 10px;
}
.carousel-caption select, .job-search-form select {
	-webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}
.carousel-caption select, .job-search-form select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.8em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.section-title {
	text-align: center;
}
.section-title h1 {
	margin-bottom: 0;
}
.section-title p {
	font-size: 13px;
	color: #7b7d95;
}
.number-count {
	font-size: 50px;
	font-weight: 200;
	font-family: 'Roboto', sans-serif;
}
.sign-in-section {
	background-color: #005A9F;
}
.sign-in-section .section-title h2 {
	color: #ffffff;
}

.sign-in-different .sign-in-with {
	border-right: 1px solid #9795E3;
    padding-right: 100px;
}
.sign-in-different .sign-in-with::after {
    content: "OR";
    color: #9795E3;
    position: absolute;
    right: 4px;
    top: 40%;
    font-family: "Roboto";
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #005A9F;
}
.sign-in-form {
	margin: 0 auto;
	width: 100%;
	
}
.sign-in-form .form-control {
	border-radius: 0;
	margin: 0 auto; 
	width: 300px;
}
.sign-in-form .form-group {
	margin-bottom: 6px;
}
.sign-in-form .btn {
	margin-left: -103px;
}
.forget-pass {
	color: #a3afb8;
	font-size: 13px;
	margin-left: 15px;
}
.forget-pass:hover {
	color: #ff9900;
}
.sign-up {
	color: #ffffff;
	text-align: left;
	margin-left: 70px;
}
.sign-up a {
	font-weight: 800;
	font-size: 14px;
	color: #ffffff;
	background-color: #ff9900;
	padding: 4px 8px;
	border-radius: 2px;
}
.sign-up a:hover {
	text-decoration: none;
}
.sign-in {
	color: #fff;
	margin-bottom: 15px;
}
.top-employers-section {
	/*background-color: #F6F6F6;*/
	background: url(../images/html.png);
}
.top-employers ul {
	padding-left: 0;
}
.top-employers ul li {
	list-style: none;
	float: left;
	width: 108px;
	height: 108px;
	padding: 15px;
	text-align: center;
	background-color: #ffffff;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.top-employers ul li:nth-child(9n) {
	margin-right: 0;
}
.section-title .fa, .page-heading .fa {
	font-size: 30px;
	color: #EE1A1F;
}
.job-category .tab-list {
    text-align: center;
    padding-left: 0;
    margin-top: 20px;
    display:inline-block;
    border:1px solid #E6232E;
    margin-bottom:0;
}
.tab-list li {
    list-style: none;
    display: inline-block;
}
.tab-list li a {
	padding: 12px 25px;
	display: block;
	font-size: 15px;
    color: #F7A926;
}
.tab-list li a:hover, .tab-list li a:focus {
	text-decoration: none;
	border: none;
}
.tab-list li.active a {
	background-image: linear-gradient(to right,#FA4A0D,#AB0D04);
	color: #ffffff;
}
.job-category-list h5 {
	border-bottom: 1px solid #aaaaaa;
	line-height: 20px;
}
.job-category-list a {
	font-size: 12px;
	line-height: 24px;
	display: block;
}
.badge {
	color: #000000;
	background: none;
	border-radius: 0;
	font-size: 10px;
	font-weight: 200;
	padding: 0;
	margin-bottom: 4px;
}
#myTabContent {
  margin-top: 20px;
}
#myTab li.active a {
	background-image: linear-gradient(to right,#FA4A0D,#AB0D04);
	color: #ffffff;
    text-decoration: underline;
}
#myTab li a {
  font-size: 20px;
  color: #E9430A;
}
/*
.company-list ul {
	padding-left: 0;
}
.company-list ul li {
	list-style: none;
	float: left;
	width: 150px;
	height: 150px;
	padding: 25px;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.company-list ul li a {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}
.company-list ul li:nth-child(5n){
	border-right: 1px solid transparent;
}*/
.company-logo {
	background-color: #ffffff;
	text-align: center;
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
	border-radius: 5px;
    height: 75px;
}
.company-logo span {
	color: #F01E22;
}
.single-best-job {
    background-color: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    height:110px;
    border: 1px solid #eee;
}
.single-best-job .row [class*=col-] {
	padding: 0;
}
.single-best-job .row {
	margin: 0;
}
.job-post {
	padding-left: 0;
	padding-top: 6px;
	margin-bottom: 0;
}
.job-post li {
	color: #666666;
	list-style: none;
}
.job-post li:before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 10px;
	padding-right: 5px;
}
.job-post-com {
	padding-left: 10px;
}
.job-post-com h4 {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 15px;
    color: #94101E;
}
.job-post-com span {
	font-size: 11px;
	color: #666;
	display: block;
	margin-bottom: 5px;
}
.job-post-com h5 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #E40613;
}
.single-best-job:hover h4 {
	color: #94101E;
}
.job-alert-section {
	background-image: linear-gradient(to right,#FA4A0D,#AB0D04);
}
.job-alert {
    background-color: #94101E;
    border-right: 5px solid #FF834B;
    padding: 30px 0;
    height: 151px;
    transform: skew(-20deg);
    padding-left: 1000px;
    margin-left: -1000px;
}
.job-alert p {
    color: #ffffff;
    transform: skew(20deg);
}
.job-alert a {
	transform: skew(20deg);
	margin-left: 15px;
    border: none;
}
.sign-in-different {
    width: 80%;
    margin: 30px auto;
}
.resume {
	padding: 30px 0;
	margin-left: 30px;
}
.resume h4 {
	color: #ffffff;
}
.resume .btn-lg {
	border-radius: 0;
	margin: 25px 15px 0 0 ;
    border: none;
}
.home-services h5 {
    color: #606060;
}
.footer-nav-list {
    background-image: linear-gradient(to right, rgba(233, 67, 10, 0.92), rgba(233, 67, 10, 0.92)), url('../images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
}
.footer ul {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-nav ul li {
	list-style: none;
    font-size: 12px;

}
.footer-nav {
	float: left;
	width: 20%;
}
.social-media ul {
    margin: 0;
    padding: 0;
}
.social-media ul li {
	list-style: none;
	display: inline-block;
}
.social-media ul li .fa {
	font-size: 18px;
	color: #201D77;
    margin-right: 5px;
}
.footer-nav li a, .footer-nav ul li{
    font-size:12px;
}
.footer-nav li a {
    line-height: 25px;
}
.footer-nav h5, .footer-nav li a, .footer-nav ul li {
    color: #fff;
}
.footer-nav h5 {
    text-transform: uppercase;
    font-size: 14px;
}
.copyright {
	background-image: linear-gradient(to right, rgba(233, 67, 10, 0.92), rgba(233, 67, 10, 0.92)), url('../images/footer-bg.jpg');
	padding: 8px 0;
}
.copyright p {
	margin-bottom: 0;
	font-size: 12px;
    color: #fff;
}
.copyright2017 a {
    color: #F7AD2A;
}
.managedby {
	text-align: right;
}
.about-banner {
	background: url(../images/about-banner.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 280px;
}
.about-transparent-bg {
	background: rgba(0,0,0,0.4);
	padding: 20px 0;
}
.about-banner h1 {
	font-weight: 600;
	color: #ffffff;
	font-size: 40px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.about-banner p {
	color:  #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 18px;
}
.about-menu-container {
	background: #F11A1F;
}
.about-menu {
	padding-left: 0;
	margin-bottom: 0;
}
.about-menu li {
	float: left;
	list-style: none;
}
.about-menu li.active a,
.about-menu li:hover a,
.about-menu li:focus a{
	background-color: #ffffff;
	color: #F11A1F;
	text-decoration: none;
}
.about-menu li a {
	padding: 10px 20px;
	font-size: 14px;
	display: block;
	color: #ffffff;
}
.about-content {
	padding: 30px 0;
}
.about-content h5 {
	margin-bottom: 0;
	color: #24217A;
}
.why-choose h5::before {
	content: "\f00c";
	font-family: FontAwesome;
	padding-right: 10px;
	color: #24217A;
}
.our-team {
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.our-team:last-child {
	border-bottom: 1px solid transparent;
	padding-bottom: 0;
}
.our-team h5 {
	margin-bottom: 15px;
}
.our-team span {
	font-size: 10px;
}
.our-team span .fa {
	margin-right: 5px;
	color: #F11A1F;
}
.team-content h4 {
	font-weight: 600;
}
.team-image img {
	border: 3px solid #ffffff;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
}
.legal-document ul {
	padding-left: 0;
}
.legal-document ul li {
	list-style: none;
	float: left;
	width: 24.5%;
	margin-bottom: 5px;
	margin-right: 5px;
}
.legal-document ul li:nth-child(4n) {
	margin-right: 0;
}
/*.job-banner {
	background-image: url(../images/job-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.job-banner h2 {
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: 400;
}
.job-trans-back {
	background: rgba(0,0,0,0.3);
	padding: 50px;
}
.job-category-item {
	text-align: center;
	padding: 20px 0;
}
.job-category-item .number {
	font-size: 40px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.job-category-item h4 {
	font-weight: 400;
	font-size: 16px;
	color: #1F1C77;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 500px;
}*/
select option {
	padding: 6px 10px;
}
.job-category-list .row .col-md-2, .job-category-list .row .col-sm-2 {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.job-category-list .row .col-md-2:nth-child(6n), .job-category-list .row .col-sm-2:nth-child(6n) {
	border-right: 1px solid transparent;
}
.page-heading {
    /*background-color: #ffffff;
    border-top: 3px solid #EE1A1F;
    padding: 10px;
    box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.5);*/
    margin-bottom: 15px;
}
.page-heading h1 {
	font-size: 28px;
}
.sercices-content ul {
	padding-left: 0;
}
.sercices-content ul li {
	list-style: none;
}
.sercices-content ul li:before {
	content: "\f046";
	font-family: FontAwesome;
	padding-right: 15px;
	color: #1496D2;
}
.best-jobs-block {
	background-color: #ffffff;
	padding: 15px;
}
.best-jobs-block .page-heading h3 {
    color: #E40613;
}
.best-jobs-block ul {
	padding-left: 0;
}
.best-jobs-block > ul > li {
	list-style: none;
	padding-bottom: 15px;
}
.best-jobs-block > ul > li:first-child {
	padding-top: 0;
}
.best-jobs-block > ul > li:last-child {
	padding-bottom: 0;
	border-bottom: 1px solid transparent;
}
.page-heading h2 {
	font-weight: 200;
	text-align: center;
	margin-bottom: 20px;
}
.service-item {
	text-align: center;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
	margin-bottom: 30px;
}
.service-image {
	overflow: hidden;
}
.service-image img {
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
}
.service-image:hover img {
	transform: scale(1.1);
}
.service-item h4 {
	padding: 5px 10px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	width: 500px;
	background-color: #ffffff;
}
.services-block {
	background-color: #f0f0f0;
}
.login-section .section-title h1, .login-if-have a {
	color: #ffffff;
}
.login-option {
	background-color: #ffffff;
	padding: 10px 0;
}
.border-title {
	height: 2px;
}
.login-block {
	background-color: #f0f0f0;
	padding: 20px;
}
.login-with-fb-gp a {
	margin-bottom: 15px;
}
.job-login .form-group {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}
.login-section .section-title h1, .border-title {
	background: transparent url(../images/title.png) repeat-x 50% 50%;
}
.login-section .section-title h1 b {
	font-weight: 600;
	background: #fff;
	display: inline-block;
	padding: 0 10px;
	background:  url(../images/html.png) repeat 0 0;
	color: #000000;
}
.job-seeker-login {
	background-color: #EBECEC;
	padding: 20px;
}
.inner-page-bg  {
	background-image: linear-gradient(to right, #f6fafe 0%,#DEE9F5 15%, #DEE9F5 85%, #f6fafe);
	background-repeat: repeat;
}
.job-alert-form {
	width: 60%;
	background-color: #ffffff;
	padding: 15px;
}
.job-alert-section-form  .page-heading, .advertisement-block .page-heading {
	background-color: #2B2779;
	padding: 6px 20px;
	text-align: center;
}
.job-alert-section-form .page-heading h1 {
	color: #ffffff;
}
.job-alert-form .control-label {
	font-weight: 300;
	font-size: 12px;
}
.job-alert-form .form-control {
	font-weight: 300;
	font-size: 12px;
}
.advance-form .form-group{
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}
.job-alert-form .form-control, blockquote .form-control, blockquote .btn {
	border-radius: 0;
}
.job-count {
	color: #000000;
	float: right;
	display: inline-block;
}
.job-by-role {
	background-color: #ffffff;
	padding: 30px;
	margin: 30px 100px;
	box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.5);
}
.job-by-role h3 {
	border-bottom: 2px solid #EC1C21;
}
.job-search-block-bar .form-control {
	width: 33%;
}
blockquote {
	border-left: 5px solid #EC1C21;
	background-color: #ffffff; 
	margin: 30px 0;
	background-color:  #f9f9f9; 
}
blockquote .form-control {
	width: 50%;
}
.note {
	font-size: 12px;
	color: #aaa;
}
.single-job-alert-section {
	background-color: #24217A; 
}
.average-sallary {
	background-color: #f9f9f9;
	padding: 15px;
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	height: 200px;
	display: table-cell;
	vertical-align: middle;
	width: 500px;
}
.job-role-decription {
	padding: 15px 0;
}
.job-role-decription h1, .job-role-decription p {
	color: #ffffff;
}
.related-jobs ul {
	padding-left: 0;
}
.related-jobs ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.related-jobs ul li a {
	padding: 6px 10px;
	background: #33A7E5;
	color: #ffffff;
	font-size: 14px;
}
.explore-career {
	background-color: #ffffff;
	padding: 15px;
	margin: 0 100px;
}
.explore-heading h3 a {
	font-size: 18px;
	position: relative;
	display: block;
}
.explore-heading h3 a::after {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	right: 15px;
	top: 0;
}
.explore-career .panel {
	border: none;
	box-shadow: none;
}
.explore-menu {
	padding-left: 0;
}
.explore-menu li {
	list-style: none;
}
.explore-menu li a {
	font-size: 16px;
	padding: 5px 0;
}

/************** blog css **************/
.blog-banner {
	background-color: #1F1C77;
}
.blog-banner h1, .blog-banner p {
	color: #ffffff;
}
.blog-section {
	background-color: #f0f0f0;
}
.blog-description h4 {
	font-weight: 600;
}
.blog-span span {
	color: #333333;
	margin: 10px 10px 10px 0;
	display: inline-block;
	font-weight: 600;
}
.blog-span span a {
	font-weight: 600;
	font-size: 14px;
}
.blog-image-block {
	position: relative;
	border: 5px solid #ffffff;
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.5);
}
.blog-date {
	background-color: #1496D2;
	border: 3px solid #ffffff;
	padding: 5px;
	height: 70px;
	width: 70px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: absolute;
	left: 10px;
	top: 10px;
}
.blog-date h2 {
	color:  #ffffff;
	font-size: 24px;
}
.blog-detail-content .blog-image-block {
    margin-bottom: 15px;
}
.single-blog-block {
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 30px;
}
.single-blog-block:last-child {
	margin-bottom: 0;
}
.sidebar {
	background-color: #ffffff;
	padding: 10px;
}
.sidebar h4 {
	font-size: 18px;
    font-weight: 600;
    color: #666;
    margin-bottom: 20px;
}
.sidebar #accordion h4 {
	border-bottom: 1px solid #f0f0f0;
}
.blog-counting {
	height: 30px;
	width: 30px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	background-color: #1496D2;
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.5);
	color: #ffffff;
	margin-right: 20px;
}
.month {
	height: 30px;
	vertical-align: middle;
	display: table-cell;
	width: 500px;
	padding-left: 10px;
}
.sidebar  ul {
	padding-left:30px;
}
.sidebar ul li {
	list-style: none;
	position: relative;
	margin: 8px 0;
	padding-left: 10px;
}
.sidebar ul li::after {
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 5px;
	color: #EC1B20;
}
.blog-item {
	margin-bottom: 20px;
}
.blog-detail-content {
	background-color: #ffffff;
	padding: 10px;
}
.sidebar .best-jobs-block  {
	background:none;
	padding: 0;
}
.sidebar .best-jobs-block  ul {
	padding-left: 0;
}
.sidebar .best-jobs-block  ul li:after {
	content: " ";
}
.sidebar .best-jobs-block .job-post-com h4 {
	margin-bottom: 0;
}
.sidebar .best-jobs-block .single-best-job {
	margin-bottom: 15px;
}
.press-release-block {
	background-color: #ffffff;
	padding: 10px;
}
.press-release-block a {
	font-size: 16px;
	display: block;
}
.advertisement-block .page-heading h4 {
	color: #ffffff;
	margin-bottom: 0;
}
.advertisement-block ul {
	text-align: center;
	background-color: #f9f9f9;
}
.job-list-filter-bar {
	background-color: #ffffff;
	border: 1px solid #c4c4c4;
}
.filter-block {
	padding: 15px;
	border-bottom: 1px solid #eeeeee;
	background-color: #f9f9f9;
}
.radio label, .checkbox label{
	min-height: 15px;
	font-size: 12px;
}
.filter-block form h5 {
    margin-bottom: 0;
    border-bottom: 1px solid #C9302C;
    line-height: 20px;
    margin-top: 15px;
    color: #337DC3;
}
.filter-block form h5:first-child {
	margin-top: 0;
}
.filter-block form .control-label {
	font-weight: 600;
	font-size: 13px;
}
.job-list-filter-bar h4 {
	background-color: #C9302C;
	color: #ffffff;
	padding: 10px 15px;
}
.main-job-list {
	background-color: #ffffff;
	padding: 15px;
}
.job-item {
	margin-top: 30px;
}
.short-description {
	border: 1px solid #eeeeee;
	margin-bottom: 30px;
	padding-top: 10px;
}
.short-description .company-logo {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    width: 100%;
}
.short-description .company-logo img {
    position: absolute;
    width: 80%;
    left: 10%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.short-description .job-description {
	margin-right: 10px;
}
.short-description h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.short-description h5 {
	font-size: 16px;
}
.short-description p {
	color: #aaaaaa;
	font-size: 13px;
}
.job-detail-btn span {
	font-size: 12px;
	color: #FD0000;
    line-height:25px;
}
.short-description a:hover {
	text-decoration: none;
}
.short-description:hover {
	background-color: #f9f9f9;
	border-color: #C9302C;
}
.job-detail-btn {
	padding-bottom: 10px;
    padding-right: 10px;
}
.other-job-feature {
	background-color: #f1f1f1;
	padding: 5px 10px;
}
.other-job-feature ul {
	padding-left: 0;
	margin-bottom: 0;
}
.other-job-feature ul li {
	font-size: 12px;
	font-weight: 600;
	color: #666;
	list-style: none;
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #666;
}
.other-job-feature ul li:last-child {
	border-right: 1px solid transparent;
}
.job-detail-content {
	background-color: #ffffff;
	padding: 15px;
}
.job-overview, .company-about-inshort {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px;
}
.job-overview ul, .company-about-inshort ul {
	padding-left: 0;
}
.job-overview ul li, .company-about-inshort ul li {
	list-style: none;
	font-size: 12px;
	padding: 5px 0;
	border-bottom: 1px dashed #eeeeee;
}
.job-overview ul li span, .company-about-inshort ul li span {
	width: 100px;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
}
.job-requirement h4 {
	border-bottom: 1px solid #24217A;
}
input[type="checkbox"] {
	margin: 0;
}
input[type="radio"] {
	margin: 2px 0;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 0;
}
.employer-item {
	margin-bottom: 30px;
}
.employer-item .company-logo {
	text-align: center;
	display: inline-block;
	height: 100px;
	width: 100%;
	margin: 0 auto;
	background-color: #fcfcfc;
	padding: 10px;
	border-radius: 5px 5px 0px 0px;
}
.employer-item .company-logo img{
	height: 80px;
	border-radius: 5px;
}
.employer-item h4 {
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
}
.employer-content {
	background-color: #ffffff;
	text-align: center;
	border-radius: 0px 0px 5px 5px;
	overflow: hidden;
}
.employer-content p {
	font-size: 11px;
	font-weight: 600;
	color: #666;
	margin-top: 6px;
}
.vacancy-job {
	color: #FE0000;
	font-weight: 500;
	font-family: 'Roboto Slab', serif;
}
.vacancy-job:hover {
	color: #cc070c;
	text-decoration: none;
}
.employer-title {
	padding: 10px;
	height: 115px;
}
.com-review-detail-btn {
	border-top: 1px solid #dddddd;
	background-color: #F8F8F8;
}
.com-review-detail-btn a {
	padding: 10px;
	color: #777777;
	font-weight: 600;
	float: left;
	width: 50%;
}
a.company-review {
	border-right: 1px solid #ccc;
	color: #ff9900;
}
.hiring-cms {
	color: #b4b4b4;
	text-align: center;display: block;
	margin-top: 6px;
}
.com-review-detail-btn a:hover {
	text-decoration: none;
}
a.company-review:hover {
	color: #dc8503;
}
a.company-detail {
	color: #005A9F;
}
a.company-detail:hover {
	color: #033f6d;
}
.company-headline, .company-content-indetail, .company-current-job, .company-review-detail {
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: 10px;
}
.company-headline .company-logo {
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
}
.company-content-indetail h4, .company-current-job h4, .company-review-detail h4 {
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	color: #E40613;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.company-review-detail {
	margin-bottom: 0;
}
.company-review-detail .media img {
	max-width: inherit;
	width: 80px;
}
.rating .fa {
    font-size: 15px;
    color: #FC0738;
    height: 12px;
    width: 12px;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 2px;
    margin-right: 4px;
}
.media-body h5 {
	margin-bottom: 0;
}
.review-block {
	padding: 10px 0;
	border-bottom: 1px dashed #dddddd;
    background-color: #F0F0F0;
}
.review-block:first-child {
	padding-top: 0;
}
.review-block:last-child {
	padding-bottom: 0;
	border-bottom: 1px dashed transparent;
}
.review-form .rating {
	margin-bottom: 0;
	padding-top: 8px;
}
.review-form .rating .fa {
	height: 16px;
	width: 16px;
	font-size: 15px;
}
.review-form .form-horizontal .control-label {
	text-align: left;
}
.review-form .form-group {
	margin-bottom: 6px;
}
.review-form {
    border: 1px solid #005A9F;
}
.review-form form {
    padding: 15px;
}
.review-form h4 {
	background-color: #005A9F;
	padding: 6px 15px;
	color: #ffffff;
}
#home_top_employers {
    min-width: 100%;
}
.star-cb-group {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 165px;
    height: 30px;
    line-height: 30px;
}
.star-cb-group > input {
    display: none;
}
.star-cb-group > input + label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 30px;
    height: 30px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    font-size: 24px;
}
.star-cb-group > input + label:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f006";
    font-family: "fontawesome";
    color: #888;
}
.star-cb-group > input:checked ~ label:before,
.star-cb-group > input + label:hover ~ label:before,
.star-cb-group > input + label:hover:before {
    content: "\f005";
    font-family: "fontawesome";
    color: #e52;
}
.star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: 30px;
    margin-left: -30px;
}
.star-cb-group > .star-cb-clear + label:before {
    width: 30px;
}
.star-cb-group:hover > input + label:before {
    content: "\f006";
    font-family: "fontawesome";
    color: #888;
    text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before,
.star-cb-group:hover > input + label:hover:before {
    content: "\f005";
    font-family: "fontawesome";
    color: #e52;
}

.faq-section h4.panel-title, .faq-section .panel-heading {
    padding: 0;
}
.faq-section .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    margin-top: 0 !important;
}
.faq-section h4.panel-title a {
    display: block;
    padding: 15px;
    color: #1F1C78;
    font-weight: 600;
    background-color: #fff;
}
.login-register .nav li a.name {
    padding: 0;
    padding-right: 15px;
    display: block;
    padding-bottom: 12px;
}
.fb-share
{
    background-color: #3B5998;
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    display:inline-block;
}
.twitter-share
{
    background-color: #4099FF;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
}
.gplus-share
{
    background-color: #D34836;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
}
.social-share .fa {
    font-size: 18px;
}
.social-share
{
    margin-bottom: 15px;
}
.login-dropdown {
    position: absolute;
    top: 100%;
    right: 10%;
    padding: 0;
    list-style: none;
    z-index: 9999;
    background-color:#fff;
    white-space: nowrap;
    display:none;
}

.login-register .login-dropdown li a {
    padding: 6px 10px;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ccc;
}
.login-register li:hover > ul.login-dropdown
{
    display: block;
}

/*login css*/
.login-modal-dialog {
    width: 375px;
}
.logmod {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.logmod::after {
  clear: both;
  content: "";
  display: table;
}
.logmod__wrapper {
  display: block;
  background: #FFF;
  position: relative;
  max-width: 550px;
  border-radius: 4px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  margin: 120px auto;
}
.logmod__container {
  overflow: hidden;
  width: 100%;
}
.logmod__container::after {
  clear: both;
  content: "";
  display: table;
}

/*--------candidate form css---------*/
.candidate-form-page {
    padding: 30px 0;
}

.candidate-form-page .candidate-content .card {
background-color: #fff;
padding: 50px 50px 25px;
box-shadow: 6px 6px 9px -5px rgba(0,0,0,.5);
border-radius: 0 0 5px 5px;
margin-bottom: 50px;
}
.candidate-form-page .candidate-content .card-content h4 { 
    margin-bottom: 10px;
}

.radio-btns label {
    margin-right: 10px;
}
.radio-btns input {
    margin-right: 5px;
}
/*
.logmod__tab {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.logmod__tab-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.logmod__tab.show {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
*/
.logmod__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.logmod__tabs::after {
  clear: both;
  content: "";
  display: table;
}

.logmod__tabs li.active a {
  background: #1F1C78;
  color: #fff;
}

.logmod__tabs li a {
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
  background: #D2D8D8;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
  color: #809191;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.logmod__heading {
  text-align: center;
  padding: 12px 0 12px 0;
}
.logmod__heading-subtitle {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #888;
  line-height: 20px;
}
.logmod__form {
  border-top: 1px solid #e5e5e5;
}
.logmod__alter {
  display: block;
  position: relative;
  margin-top: 7px;
}
.logmod__alter::after {
  clear: both;
  content: "";
  display: table;
}
.logmod__alter .connect:last-child {
  border-radius: 0 0 2px 2px;
}

.connect {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
.connect::after {
  clear: both;
  content: "";
  display: table;
}
.connect:focus, .connect:hover, .connect:visited {
  color: #FFF;
  text-decoration: none;
}
.connect__icon {
  vertical-align: middle;
  float: left;
  width: 50px;
  text-align: center;
  font-size: 22px;
}
.connect__context {
  vertical-align: middle;
  text-align: center;
}
.connect.facebook {
  background: #3b5998;
  color: #FFF;
}
.connect.facebook a {
  color: #FFF;
}
.connect.facebook .connect__icon {
  background: #283d68;
}
.connect.googleplus {
  background: #dd4b39;
  color: #FFF;
}
.connect.googleplus a {
  color: #FFF;
}
.connect.googleplus .connect__icon {
  background: #b52f1f;
}

.simform {
  position: relative;
}
.simform__actions {
  padding: 0px 15px;
  font-size: 14px;
}
.simform__actions::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions .sumbit {
    height: 35px;
    color: #FFF;
    width: 45%;
    font-weight: 700;
    font-size: 16px;
    background: #4CAF50;
    margin: 5px 0px 0px 90px;
    line-height: 18px;
    border-radius: 2px;
}
.simform__actions .sumbit::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions-sidetext {
  display: inline-block;
  float: left;
  width: 37%;
  padding: 0px 10px;
  margin: 9px 0px 0px 0px;
  color: #8C979E;
  text-align: center;
  line-height: 24px;
}
.simform__actions-sidetext::after {
  clear: both;
  content: "";
  display: table;
}

.sminputs {
  border-bottom: 1px solid #E5E5E5;
}
.sminputs::after {
  clear: both;
  content: "";
  display: table;
}
.sminputs .input {
  display: block;
  position: relative;
  width: 50%;
  height: 50px;
  padding: 10px 24px;
  border-right: 1px solid #e5e5e5;
  border-bottom: none;
  float: left;
  background-color: #FFF;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sminputs .input.active {
  background: #eee;
}
.sminputs .input.active .hide-password {
  background: #eee;
}
.sminputs .input.full {
  width: 100%;
}
.sminputs .input label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  line-height: 18px;
}
.sminputs .input input {
  position: relative;
  display: inline-block;
  height: 30px !important;
  font-size: 16px;
  line-height: 19.2px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: rgba(75, 89, 102, 0.85);
}
.sminputs .hide-password {
  display: inline-block;
  position: absolute;
    right: 0;
    top: 0;
    padding: 0px 15px;
    border-left: 1px solid #e4e4e4;
    font-size: 14px;
    background: #FFF;
    overflow: hidden;
    color: #444;
    cursor: pointer;
    margin-top: 5px;
    line-height: 40px;
}

.special {
  
  position: relative;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
.special:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.special:hover {
  transition: all 0.15s ease-out;
  color: #de1b1b;
  text-decoration: none;
}
.special:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

#baseline {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-image: url(https://basehold.it/i/24);
}
.padding-20 {
    padding: 20px 0;
}
.employer-zone-banner {
    background-size:100% auto;
    background-position:center center;
    position:relative;
}
.employer-zone-banner::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
}
.employer-login {
    margin: 32px 0 auto;
    width: 350px;
    background: rgba(255, 240, 240, 0.6);
    padding: 15px;
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.5);
    border-radius: 15px;
}
.employer-login .forget-pass {
    display: block;
    color: #000;
    margin-left: 0;
    margin-bottom: 10px;
    font-weight: 600;
}
.employer-login .register-now {
    margin-bottom: 0;
    margin-top: 10px;
}
.employer-login .register-now a {
    color: #000;
    font-weight: 600;
}
.employer-zone-banner .about-company {
    width: 100%;
    margin: 80px 0;
    background: rgba(192, 192, 192, 0.6);
    padding: 15px;
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.5);
    border-radius: 15px;
}
.free-post-job {
    background-color: #1E1B77;
    padding: 30px 0;
}
.free-post-job h1, .free-post-job p {
    color: #fff;
}
.about-company {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
.padding-50 {
    padding: 20px 0;
}
.who-we-are p {
    color: #868686;
    font-weight: 600;
    font-size: 15px;
}
.about-company h2 {
    padding-bottom: 15px;
    color: #000000;
}
.what-we-do-block {
    background-color: #ddd;
}
.do-point {
    background-color: #fff;
    padding: 15px;
}
.do-point .fa {
    position: relative;
    top: -30px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 24px;
}
#home_top_employers li{
    position:relative;
}
#home_top_employers li a{
    position:absolute;
    display:inline-block;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#home_top_employers li a img{
    position:absolute;
    max-width:80%;
    max-height:80%;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);    
}
.home-services .media img{
    max-width:50px;
}
.select2-results__option {
    font-size: 12px;
}
.filter-block select.form-control {
    font-size: 14px;
    color: #333;
}
.select2-container--default .select2-selection--single {
    height: inherit;
    padding: 3px 7px;
    box-shadow: inset 1px 2px 3px -2px rgba(0, 0, 0, 0.2);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.modal-content{
    border-radius:5px;
    overflow: hidden;
}
.modal a.bordered-btn{
    border: 1px solid #ccc;
    width: 100%;
}
.modal a.bordered-btn span {
    text-transform: inherit;
    font-size: 13px;
    font-family: "Roboto";
    font-weight: 500;
    line-height:30px;
}
.modal a.bordered-btn {
    padding: 1px;
    height: 35px;
    color: #fff;
    display: inline-block;
    box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.5);
    border: 1px solid #ccc;
    background:transparent;
}
.modal a.bordered-btn i,
.modal a.bordered-btn span{
    color:#3B5998;
}
.modal a.bordered-btn.danger i,
.modal a.bordered-btn.danger span{
    color:#C9302C;
}
.forget-password {
    font-family: "Roboto";
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 300;
    display: inline-block;
    color: #C9302C;
}
.dashboard-main-contents h1 {
    color: #808080;
    margin-bottom:25px;
}
.social-media .fa.fa-facebook-square{
    color: #3A589E !important;
}
.social-media  .fa.fa-google-plus-square{
    color: #DD4B39 !important;
}
.social-media  .fa.fa-linkedin-square{
    color: #007BB6 !important;
}
.social-media  .fa.fa-twitter-square{
    color: #5EA9DD !important;
}
.social-media  .fa.fa-youtube{
    color: #CD201F !important;
}
.sign-in-with a.bordered-btn{
    width:250px;
    height: 35px;
    color: #fff;
    display: inline-block;
    box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.5);
    border: 1px solid #ccc;
    background: white;
    margin-bottom: 10px;
}
.sign-in-with a.bordered-btn span {
    text-transform: inherit;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 30px;
}
.sign-in-with i{
    color: #3A589E;
    line-height: 25px;
    font-size: 20px;
    width:26px;
}
.consent{
    max-width: 360px;
    display: block;
    margin: 0 auto;
    color: #a3afb8;
}
.job-login .btn i {
    margin-right: 10px;
}
.about-company p{
    color: #000000;
}
.logged-username{
    margin-top:13px;
}
.pagination >li >a {
    font-size: 15px;
}
.navbar-item .nav > li {
    padding: 5px;
    margin-left: 10px;
}
.single-page{
    margin-top:30px;
}
.single-page .container{
    margin-bottom:40px;
    min-height: 330px;
}
.login-register {
    margin-right: 10px;
}
.navbar .row{
    display: flex;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.or{
    background: #ffffff;
    padding: 0px 16px;
    position: absolute;
    top: -11px;
    left: 160px;

}
.or-line{
    position: relative;
    padding:  0px 25px;
    margin: 25px 0px;
}
.not-registered {
    padding: 0px 0px;
    text-align: center;
    margin: 5px 0px;
}
.not-registered hr{
    margin-top:0px;
    margin-bottom:12px;
}
.modal-title{
    text-align:center;
    margin-bottom:5px;
}
.modal-sm {
  width: 330px; 
  max-width: 95%;
}
.lower-head > ul {
   margin-bottom: 0px;
padding: 10px;
padding-right: 25px;
font-weight: 600;
line-height: 0.9;
list-style: none;
}
.lower-head{
    position: absolute;
    top: 0;
    z-index:999; 
    width:100%; 
    /*background: rgba(0,0,0,0.1);**/
    padding-left:510px;
}
.lower-head > ul > li {
    display: inline;
    padding: 0px 15px;
    text-transform: uppercase;
}
.lower-head > ul > li a{
    color: white;
    text-decoration: none;
    font-size: 11px;
}
.modal-title i, .login-register .nav li a > i{
    margin-right:10px;
}
.modal-btn{
    margin-left: 35px; 
    width:80% !important;
}
.reg-modal-btn{
    margin-top:10px;
}
.modal-body h3 {
    margin-bottom: 15px;
    font-size: 15px;
}
.btn i{
    margin-right: 10px;
}
#LoginModal .nav-tabs{
    /* border-top:1px solid #f0f0f0; */
}
#LoginModal .nav-tabs > li {
    margin-top: -1px;
}
#RegisterModal .nav-tabs{
    /* border-top:1px solid #f0f0f0; */
}
#RegisterModal .nav-tabs > li {
    margin-top: -1px;
}
.modal-title.tab-title {
    font-size: 12px;
}
.item img{
    width:1400px;
    height: 270px !important;
}
.mb-15{
    margin-bottom: 15px;
}
.what-we-do {
    text-transform: uppercase;
    color: #337AB7;
}
.ml-15{
    margin-left: 15px;
}
.jobseeker-title {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #337AB7;
    font-style: inherit;
}
.js-err-msg {
    margin-bottom: 15px;
    display: inline-block;
    padding: 8px;
    font-size: 12px;
    white-space: normal;
}
.js-err-msg.label-danger {
    padding-left: 50px;
    text-align: left;
    position: relative;
    background-color: #fff;
    border: 1px solid #C9302C;
    color: #C9302C;
    font-weight:400;
}
.js-err-msg.label-danger::before {
    content: "\f071";
    font-family: "Fontawesome";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    background-color: #C9302C;
    color: #fff;
    bottom: 0;
    padding: 11px;
}
.sidebar-nav li a:hover{
    text-decoration: none;
    color: #1E1B76 !important;
}
.footer-nav > ul{
    padding: 0px;
}
.modal-header {
    padding: 0px;
    border-bottom: none;
}
.close{
    font-size: 25px;
    position: absolute;
    right: 20%;
color: #fff;
}

@media only screen and (max-width: 600px) {
    
    .lower-head > ul > li {
        display: inline;
        padding: 0px 10px;
        text-transform: uppercase;
    }   
     .lower-head {
        padding-left: 0px;
     }
     
     .carousel-caption {
        left:5%;
     }
     .tel{
        margin-top:10px;
     }
     .job-search-form .form-control {
        width: 100%;   
     }
     .job-search-form .btn {
        width: 56%;
        margin-top: 5px;
        margin-left: 20%;
     }
     .nav > li {
        display: inline-block;
        border-right: none!important;
     }
     .navbar-default .navbar-collapse{
        border: none;
     }
     .navbar-nav {
        margin: 0px -15px;
        margin-top: 10px;
    }
    .login-register{
        float:right;
        display: inline-block;
        margin-bottom: 5px;
    }
    .navbar-right{
        margin-top: 10px;
    }
    .navbar > .container-fluid .navbar-brand{
        margin-bottom: 5px;
        width:70%;
    }
    .sign-in-form .form-control {
        width:100%;
    }
    .job-alert, .job-alert p, .job-alert a {
        transform: none;
    }   
    .job-alert{
        margin-right: -15px;
        text-align: center;
    }
    .footer-nav{
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        margin-bottom: 15px;
    }
    .footer-nav > ul {
        margin-bottom: 5px;
    }
    .tab-list li {
        border: 1px solid #d2d3de;
        width: 100%;
    }
    .job-category .tab-list{
        border: none;
    }
    .sign-in-different .sign-in-with {
        border-bottom: 1px solid #9795E3;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-right: none;
        padding-right: 0px;
    }
    .sign-in-different .sign-in-with::after {
        right: 43%;
        top: 88%;
        padding: 10px;
    }
    .sign-up {
        margin-left: 0px;
    }
    .lower-btn{
        padding-left: 100px;
    }
    .sign-in-different {
        margin-top:0px;
    }
    .navbar-toggle {
        margin-top:15px;
        margin-right: 0px;
    }
    .fb-page{
        margin-top: 15px;
    }
    .single-best-job {
        height:100%;
    }
}
.job-detail-background {
    background-size: cover;
    background-position: center;
    margin: -15px;
    padding: 15px;
    position:relative;
}
.job-detail-background::before{
    content:"";
    position: absolute;
    height:100%;
    width:100%;
    left:0;
    top:0;
    background-color:rgba(255, 255, 255, 0.6)
}
@media (max-width:480px){
    
    .modal-content{
        width: 91%;
    }
    .modal-body{
        width:100%;
    }
    .company-content-indetail{
        width: 95%;
    }
    #EmployerLogin{
        width: 100%;
    }
    .short-description .company-logo{
        width: 95%;
    }
    .short-description .company-logo img{
        width: 35%;
    }
    .company-job-desc {
        padding-left: 25px;
    }
    .carousel-caption{
        width: 75%;
margin-left: 25px;
    }
    .job-alert a {
	margin-left: 0;
}
.top-search{
    margin-left: 40px;
}
#academic-qualification-container .degree{
    width: 130px;
}

#academic-qualification-container .specialization{
    width: 130px;
}

#academic-qualification-container .institution{
    width: 130px;
}

#academic-qualification-container .board{
    width: 130px;
}
#academic-qualification-container .percentage{
    width: 130px;
}
#academic-qualification-container .year{
    width: 80px;
}
#academic-qualification-container .company{
    width: 130px;
}
#academic-qualification-container .position{
    width: 130px;
}
#academic-qualification-container .job_detail{
    width: 130px;
    height: 90px;
}
#academic-qualification-container .start_year{
    width: 80px;
}
#academic-qualification-container .start_month{
    width: 120px;
}
#academic-qualification-container .end_year{
    width: 80px;
}
#academic-qualification-container .end_month{
    width: 130px;
}
#academic-qualification-container .subject{
    width: 130px;
}
#academic-qualification-container .institute{
    width: 130px;
}
#academic-qualification-container .title{
    width: 130px;
}
#academic-qualification-container .organization{
    width: 130px;
}
#academic-qualification-container .language{
    width: 130px;
}

#academic-qualification-container .reading{
    width: 110px;
}
#academic-qualification-container .writing{
    width: 110px;
}
#academic-qualification-container .speaking{
    width: 110px;
}
#academic-qualification-container .reference_name{
    width: 130px;
}
#academic-qualification-container .designation{
    width: 130px;
}
#academic-qualification-container .contact_no{
    width: 130px;
}
.top-search {
    margin-left: 25px;
    width: 75%;
}
#information .form-control{
    padding: 6px 6px;
}
#total_vacancies{
    width: 85px;
}
.rusumedownload{
    padding-right: 160px;
}
.navbar-item .nav > li {
    padding: 5px;
    margin-left: 20px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 11px;
    padding: 0 2px;
}
}

@media (max-width:640px){
    
 .modal-content {
    width: 100%;
}
.top-search {
    margin-left: 35px;
    width: 75%;
}
.navbar-item .nav > li {
    padding: 5px;
    margin-left: 3px;
}
}

