@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,900');
/* ==========================================================================
   Gobal Styles
   ========================================================================== */
/* ==========================================================================
   Google Font Loader
   ========================================================================== */
/* ==========================================================================
   Common Styles
   ========================================================================== */
body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  overflow-x: hidden;
  /* fixing the overflow duting animation */
  color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 3em;
}
h3 {
  font-size: 1.6em;
  line-height: 1.4em;
}
p {
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
  margin: 0;
  line-height: 24px;
  font-weight: 400;
}
a {
  color: #444;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
a:hover,
a:focus {
  color: #e83643;
}
img {
  max-width: 100%;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
  margin: 0;
}
ol {
  list-style: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.center {
  text-align: center;
}
::selection {
  background: #e83643;
  color: #fff;
}
::-moz-selection {
  background: #e83643;
  color: #fff;
}
.btn {
  padding: 12px 30px;
  color: #fff;
  position: relative;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: none;
}
.btn-common:hover,
.btn-common:focus {
  color: #fff;
  background: #ea4249;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.btn-search-icon:hover {
  opacity: 0.8;
}
.btn-common {
  background-color: #e83643;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.btn-border {
  background: #fff;
  color: #e83643;
  text-transform: uppercase;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.btn-border:hover {
  color: #e83643;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.btn-search {
  padding: 11px;
}
.btn-lg {
  padding: 15px 30px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-radius: 4px;
}
.btn-sm {
  font-size: 14px;
  padding: 7px 18px;
  line-height: 1.5;
  margin-bottom: 5px;
  border: none;
  text-transform: capitalize;
}
.btn.btn-sm,
.btn-group-sm .btn,
.navbar .navbar-nav > li > a.btn.btn-sm,
.btn-group-sm .navbar .navbar-nav > li > a.btn {
  padding: 5px 20px;
  font-size: 13px;
}
.btn-xs {
  border-radius: 0px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
}
.btn-rm {
  padding: 10px 31px;
  text-transform: uppercase;
}
.btn-post {
  padding: 10px 16px;
}
.btn-search-icon {
  padding: 14px 22px;
  height: 55px;
  font-size: 22px;
  background: #e83643;
  color: #fff;
  width: 65px;
  text-align: center;
}
.btn-search-icon:hover {
  color: #fff;
}
.section {
  padding: 60px 0;
}
.section-title {
  font-size: 36px;
  padding: 0px 0px 30px;
  font-weight: 900;
}
.medium-title {
  font-size: 24px;
  padding: 10px 0;
  text-transform: uppercase;
  position: relative;
}
.medium-title:before {
  position: absolute;
  content: " ";
  width: 56px;
  bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 2px solid #e83643;
}
#content {
  padding: 80px 0;
}
.main-container {
  padding: 80px 0;
}
.no-padding {
  padding: 0px !important;
}
.page-header {
  padding: 40px 0;
  margin: 0;
  border-top: 1px solid #999;
  position: relative;
}
.page-header .product-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
}
.breadcrumb-wrapper {
  text-align: center;
}
.breadcrumb {
  font-size: 14px;
  color: #e83643;
  border-radius: 0px;
  background: transparent;
  padding: 5px 0px;
  z-index: 1;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:hover {
  color: #e83643;
}
/*  preloader   */
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#loading .object {
  width: 20px;
  height: 20px;
  background-color: #e83643;
  position: absolute;
  left: 65px;
  top: 65px;
  border-radius: 500px;
}
#loading .object:nth-child(2n+0) {
  margin-right: 0px;
}
#loading #object_one {
  -webkit-animation: object_one 2s infinite;
  animation: object_one 2s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#loading #object_two {
  -webkit-animation: object_two 2s infinite;
  animation: object_two 2s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#loading #object_three {
  -webkit-animation: object_three 2s infinite;
  animation: object_three 2s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#loading #object_four {
  -webkit-animation: object_four 2s infinite;
  animation: object_four 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#loading #object_five {
  -webkit-animation: object_five 2s infinite;
  animation: object_five 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#loading #object_six {
  -webkit-animation: object_six 2s infinite;
  animation: object_six 2s infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#loading #object_seven {
  -webkit-animation: object_seven 2s infinite;
  animation: object_seven 2s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#loading #object_eight {
  -webkit-animation: object_eight 2s infinite;
  animation: object_eight 2s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes object_one {
  50% {
    -webkit-transform: translate(-65px, -65px);
  }
}
@keyframes object_one {
  50% {
    transform: translate(-65px, -65px);
    -webkit-transform: translate(-65px, -65px);
  }
}
@-webkit-keyframes object_two {
  50% {
    -webkit-transform: translate(0, -65px);
  }
}
@keyframes object_two {
  50% {
    transform: translate(0, -65px);
    -webkit-transform: translate(0, -65px);
  }
}
@-webkit-keyframes object_three {
  50% {
    -webkit-transform: translate(65px, -65px);
  }
}
@keyframes object_three {
  50% {
    transform: translate(65px, -65px);
    -webkit-transform: translate(65px, -65px);
  }
}
@-webkit-keyframes object_four {
  50% {
    -webkit-transform: translate(65px, 0);
  }
}
@keyframes object_four {
  50% {
    transform: translate(65px, 0);
    -webkit-transform: translate(65px, 0);
  }
}
@-webkit-keyframes object_five {
  50% {
    -webkit-transform: translate(65px, 65px);
  }
}
@keyframes object_five {
  50% {
    transform: translate(65px, 65px);
    -webkit-transform: translate(65px, 65px);
  }
}
@-webkit-keyframes object_six {
  50% {
    -webkit-transform: translate(0, 65px);
  }
}
@keyframes object_six {
  50% {
    transform: translate(0, 65px);
    -webkit-transform: translate(0, 65px);
  }
}
@-webkit-keyframes object_seven {
  50% {
    -webkit-transform: translate(-65px, 65px);
  }
}
@keyframes object_seven {
  50% {
    transform: translate(-65px, 65px);
    -webkit-transform: translate(-65px, 65px);
  }
}
@-webkit-keyframes object_eight {
  50% {
    -webkit-transform: translate(-65px, 0);
  }
}
@keyframes object_eight {
  50% {
    transform: translate(-65px, 0);
    -webkit-transform: translate(-65px, 0);
  }
}
/* ==========================================================================
   Navigation Menu Styles
   ========================================================================== */
nav { float:left; z-index:1; overflow:hidden; position:relative; margin-left: 12%; }
#menu-icon { display: hidden; width: 40px; height: 40px; background: url(../images/menu-icon.png) center; }
nav ul li a, nav ul li a:visited {
	cursor:pointer;  padding: 40px 25px; 
	text-decoration: none; color:#8799a3; display:block; 
}

nav ul li a:hover {
	cursor:pointer;
	color: #fff !important;
}
nav ul li a:hover#menu-icon { border-radius: 4px 4px 0 0; }
nav ul { list-style: none; }
nav ul li { display: inline-block; float: left;color:#8799a3; }
.current {  }
nav ul li:hover { background:#e83643;color: #fff !important;  }
@media only screen and (max-width : 1024px) {
	nav { float:right; margin: 40px 20px 0 0;  z-index:1; position:absolute; padding:0px; right:0px; overflow:visible; }
	#menu-icon { display:inline-block; float:right;  width: 40px; height: 40px; }
	#menu-icon:hover { background: url(../img/menu-icon-close.png) center;}
	nav:hover #menu-icon, nav:active #menu-icon:hover, nav:active #menu-icon:active { background: url(../img/menu-icon-close.png) center;}
	nav ul, nav:active ul { 
		display: none;
		float: right;
		position: absolute;
		padding: 10px 42px;
		background: #fff;
		right: 0px;
		top: 69px;
		width: 92%;  z-index:1;
		border-radius: 8px;
	}

	nav li {
		text-align: left; z-index:1; 
		width: 100%;
		padding: 10px 0;
		margin: 0; border-bottom: 2px solid #e8e8e8;
	}
	nav li:last-child {
	border-bottom: 0px solid #e8e8e8;
	}
	nav:hover ul {width: 92%; display: inline-block; z-index:1; position:relative; float:right; padding: 10px 42px;
		background: #fff;
		right: 0px;
		top: 69px; } 
		.search-container { border: none; }
		nav ul li a, nav ul li a:visited {
	cursor:pointer; padding: 0px 0px; font-weight:bold;
	text-decoration: none; color:#8799a3; display:block; 
}

nav ul li a:hover {
	cursor:pointer;
	color: #0081ff !important;
}
nav ul li:hover { background:none;color: #fff !important;  }
}
/* ==========================================================================
   Custom Component
   ========================================================================== */
/* ==========================================================================
   Preset Loader
   ========================================================================== */
/*====================================================
    intro section style
    ====================================================*/
.section-intro {
  background:#fff;
  color: #fff;
  position: relative;
  width: 100%;
}
.logo-menu .navbar{border-bottom: 4px solid #ef3740;}
.section-intro:before {
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}
.search-container {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    position: relative;
    padding-bottom: 0px;
	background: #000;
	border-top: 4px solid #ef3740;
}
.search-container h2{color:#fff !important;}
.search-container .form-control {
  padding: 0 40px;
  border: 1px solid transparent;
}
.disclaimer-bar{    background-color: #ebeaed;
    box-shadow: 0px 10px 90px 0px rgba(0,0,0,0.1);
    font-size: 14px;padding: 10px 0;
    line-height: 24px;
    color: #5e5e5e;}
.search-container .form-group {
  margin-bottom: 0px!important;
}
.formcontainer {padding: 40px 0 28px 0; background: #f9f9f9; margin-bottom: 50px;}
.jobscontainer {padding: 24px 0 10px 0; background: #f9f9f9; margin-bottom: 40px;}

.form-section-title{    text-align: center;
    padding-bottom: 25px;}
	.form-action-area{    margin: auto;
    position: relative;
    float: none;
    margin-bottom: 10px;}
	.form-dropdown .dropdown-product button.btn-default{background: #eeeeee; padding:0px; border: 1px solid #ccc;}
	.dropdown-product .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 87% !important;
    float: left !important;
    text-align: left; padding-top: 10px;
	    padding-bottom: 10px;
    padding-left: 11px;
    font-size: 13px;
    font-weight: bold;
}

.dropdown-product .bs-caret{    display: block;
    background: red;
    float: right;
    width: 24px;
    z-index: 1001;
    position: relative;
    height: 39px;}
	.dropdown-product .caret {
    position: absolute;
    top: 50%;
    right: 8px !important; color:#fff;
    margin-top: -2px;
    vertical-align: middle;
}

	.form-dropdown:before{content:none !important;}
.search-container h2 {
  font-size: 30px;
  color: #e83643;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
.search-container h1 {
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 1px;
  line-height: 30px;
}
.search-container .content {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  margin-bottom: 30px;
}
.popular-jobs a {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 10px;
  color: #fff;
  margin: 0 5px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popular-jobs a:hover {
  background: #e83643;
  border-color: #e83643;
  color: #fff;
}
.section-intro .main-text {
  margin: 100px 15px 130px;
  text-transform: uppercase;
}
.section-intro .main-text .intro-title {
  font-size: 48px;
  color: #fff;
  white-space: nowrap;
  line-height: 58px;
}
.section-intro .main-text .sub-title {
  font-size: 14px;
  color: #fff;
  padding: 15px 0;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
#search-row-wrapper {
  background: url("../img/bg/counter-bg.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#search-row-wrapper .overlay {
  background: url("../img/bg/bg-overlay.png") rgba(0, 0, 0, 0.3) repeat;
  width: 100%;
  height: 100%;
}
#search-row-wrapper .search-inner {
  padding: 40px 0;
}
#intro-bg {
  background: url("../img/bg/bg-intro-1.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  width: 100%;
}
#intro-bg:before {
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(42, 46, 50, 0.7);
  position: absolute;
}
/* ==========================================================================
   Advanced search
   ========================================================================== */
.search-bar {
  background: rgba(68, 68, 68, 0.7);
  padding: 20px;
}
.search-bar i {
  font-size: 15px;
  position: absolute;
  top: 0px;
  background-color: transparent;
  color: #444;
  right: 15px;
  padding: 15px;
}
.search-bar label {
  z-index: 0;
  font-weight: 400;
  width: 100%;
  margin: 0px;
}
.search-bar .form-group {
  margin-bottom: 0px!important;
}
.input-group-addon {
  border: none;
}
.search-category .search-category-container {
  border: none;
  padding: 0;
  position: relative;
  border-radius: 0;
  border: none!important;
  background: #fff;
}
.input-group-addon {
  padding: 0!important;
}
.styled-select {
  position: relative;
  width: 100%;
  background: #fff;
}
.styled-select:before {
  content: "\e651";
  float: left;
  position: absolute;
  font-family: themify;
  color: #666;
  left: 2px;
  padding: 13px;
  z-index: 999;
}
.styled-select > select {
  background: transparent;
  font-size: 14px;
  line-height: 18px;
  border: 0;
  border-radius: 0;
  height: 44px;
}
.search-category select {
  padding: 12px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
select > opation:focus {
  box-shadow: none;
  border: none;
}
.dropdown-product select.balck {
  background-color: #666;
}
.dropdown-product select.option3 {
  border-radius: 10px 0;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted transparent!important;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px!important;
}
.btn-default {
  padding: 17px 14px;
  border-radius: 0px;
  color: #2d2d2d !important;
  background: #fff;
  text-transform: none;
}
.btn-default:hover {
  background-color: #fff;
  border-color: #fff;
}
label {
  margin: 0;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.page-ads .styled-select {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
  color: #444;
  display: block;
}
.page-ads .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
/* ==========================================================================
   Jobs section Start
   ========================================================================== */
.find-job {
  background: #fff;
}
.find-job .tabs-container {
  background: #F0F3FA;
  padding: 15px;
  border: 1px solid #ddd;
}
.find-job .nav-tabs {
  padding: 20px 0;
  background: transparent;
}
.find-job .nav-tabs > li > a {
  padding: 10px 15px;
  font-size: 14px;
  color: #e83643;
  text-transform: uppercase;
  border: 1px solid #e83643 !important;
  border-radius: 0px;
  margin-right: 10px;
  font-weight: 700;
}
.find-job .nav > li > a:focus,
.find-job .nav > li > a:hover {
  background-color: #e83643;
  color: #fff;
}
.find-job .nav-tabs > li.active > a,
.find-job .nav-tabs > li.active > a:focus,
.find-job .nav-tabs > li.active > a:hover {
  border-radius: 0px;
  background: #e83643;
  color: #fff;
}
.find-job table td {
  line-height: 78px !important;
  font-size: 14px;
  font-weight: 700;
}
.find-job td img {
  margin-right: 10px;
}
.find-job .table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #fff;
}
.find-job .table > caption + thead > tr:first-child > td,
.find-job .table > caption + thead > tr:first-child > th,
.find-job .table > colgroup + thead > tr:first-child > td,
.find-job .table > colgroup + thead > tr:first-child > th,
.find-job .table > thead:first-child > tr:first-child > td,
.find-job .table > thead:first-child > tr:first-child > th {
  padding: 15px 0;
  color: #627198;
  font-size: 14px;
  font-weight: 700;
}
.find-job .pill {
  display: inline-block;
  padding: 4px 4px;
  height: 18px;
  line-height: 12px;
  text-align: center;
  border-radius: 30px;
  color: white;
}
.find-job .pill.medium {
  padding: 4px 10px;
  height: 22px;
  font-size: 12px;
  line-height: 15px;
}
.find-job .green {
  background: #9DB722;
}
.find-job .red {
  background: #DE4003;
}
.find-job .yellow {
  background: #DDA103;
}
.find-job .showing a {
  margin-left: 10px;
  font-size: 14px;
  line-height: 32px;
}
.find-job .showing a span {
  color: #e83643;
}
.find-job .pagination > li > a,
.find-job .pagination > li > span {
  margin-right: 5px;
  border-radius: 50px;
  background: transparent;
}
.find-job .pagination .btn i {
  font-size: 10px;
}
/* ==========================================================================
   Footer Style
   ========================================================================== */
footer .block-title {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 900;
  margin-bottom: 30px;
}
footer .footer-Content {
  background-color: #191919;
  padding: 60px 0;
  color: #fff;
}
a.back-to-top i {
    color: #fff;
    background-color: #ff4f57;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;	    
}
 a.back-to-top { display:block; overflow:hidden; z-index:1; float: right; position:relative;
    margin-top: -50px !important; margin-right: 20px;  z-index:1; overflow:hidden; width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    background-color: #ff4f57;}
.textwidget {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}
footer .menu {
  padding-left: 0;
}
footer .menu li {
  padding-bottom: 10px;
}
footer .menu li a {
    color: #8799a3;
    padding: 0px;
    font-size: 18px;
}
footer .menu li a:hover {
  color: #e83643;
}
.subscribe-box {
  margin-top: 18px;
}
.subscribe-box input[type="text"] {
  color: #444;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
}
.subscribe-box input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  background: #e83643;
  text-transform: uppercase;
  border: none;
  padding: 7px 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.bottom-social-icons {
  margin-bottom: 10px;
}
.bottom-social-icons a {
  color: #fff;
  text-align: center;
  width: 42px;
  line-height: 44px;
  margin-right: 5px;
  border-radius: 50px;
  background: #e83643;
  display: inline-block;
  height: 42px;
  position: relative;
  overflow: hidden;
}
#copyright {
  background-color: #202020;
  border-top: 1px solid #393939;
  padding: 20px 0 10px;
  color: #fff;
}
#copyright p {
    line-height: 34px;
    text-align: left;
    color: #484848;
}
#copyright p a {
  color: #fff;
}
#copyright p a:hover {
  color: #e83643;
}
.social-icon .facebook:hover {
  background-color: #3b5998;
}
.social-icon .twitter:hover {
  background-color: #55acee;
}
.social-icon .dribble:hover {
  background-color: #D34836;
}
.social-icon .flickr:hover {
  background-color: #ff0084;
}
.social-icon .youtube:hover {
  background-color: #CC181E;
}
.social-icon .google-plus:hover {
  background-color: #dd4b39;
}
.social-icon .linkedin:hover {
  background-color: #007bb5;
}
footer ul li a {
  padding: 0px;
}
footer {
  padding: 0px;
}
.flogo { width: 85%;}
.logo-menu { clear:both; display:block;}
.vlogo { width: 65%; margin-right: 45px;}
.headern {overflow: hidden; clear:both; display:block; }
.logotwc { width: 220px; float:left; margin-top: 20px; position:relative; z-index:1; }
.vlogotop { width:220px; float:right; margin-top: 20px; height:60.5333px; line-height:60.5333px;}
.vlogotop img { height:60.5333px; line-height:60.5333px; padding:0; margin:0;}
/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination-bar {
  padding-bottom: 35px;
  margin-top: 35px;
}
.pagination {
  margin: 0 10px 0 0;
}
.pagination > li > a,
.pagination .pagination > li > span {
  border: 1px solid #eee;
  border-radius: 0;
}
.pagination .active > a,
.pagination .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #e83643 !important;
  border-color: #e83643 !important;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: #e83643;
  border-color: #e83643;
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  box-shadow: none;
}
.post-promo {
  background: #e5e5e5;
  border: 1px solid #ddd;
  padding: 30px;
}
.post-promo h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.post-promo h5 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* ==========================================================================
   Job Details Page Style
   ========================================================================== */
.jobdetailcontainer { overflow:hidden; margin-bottom: 20px; font-size: 14px;}
.jobdetailcontainer h1 { font-size: 2.5em; margin-bottom: 28px; color: #333; }
.jobdetailcontainer h3 { margin-bottom: 25px; }
.jobdetailcontainer span.job-location { color: #333; font-size: 16px; }
.jobdetailcontainer .fa { font-size: 21px !important; padding-right: 8px; color: #e83643; }
.job-title-location { width: 100%;}
.detailscontainerleft { width: 64%; float:left; }
.jobdetailcontainer hr { border: 0; height:1px; color: #666; background-color: #666; clear:both; display:block; margin: 25px 0;}
.detailscontainerright { width: 31%; float:right; }
.detailscontainerright .apply-now {margin-right: 30%;}
.buttons-container { width: 44%; }
.otherjobdetails { background: #f2f2f2; padding: 20px; clear: both; margin-top: 35px;}
.otherjobdetails span { display:block; width: 100%; margin:0 0 20px 0;}
.job-detail {
  background: #F5F5F5;
}
.job-detail .medium-title {
  margin-bottom: 30px;
  font-weight: 900;
}
.job-detail .box {
  background: #fff;
  margin-bottom: 30px;
}
.job-detail .thumb {
  float: left;
  margin: 0 20px 0 0;
}
.job-detail .text-left {
  float: left;
  width: 75%;
}
.job-detail .text-left h3 {
  font-size: 24px;
  margin: 0 0 5px 0;
}
.job-detail .text-left p {
  margin: 0 0 10px 0;
}
.job-detail .text-left .meta span {
  margin-right: 20px;
  color: #999;
}
.job-detail .text-left .meta span i {
  color: #e83643;
  margin-right: 3px;
}
.job-detail .text-left .price {
  font-size: 18px;
  padding: 10px 0 15px 0;
  display: block;
  clear: both;
}
.job-detail .text-left .price i {
  font-size: 15px;
  margin-right: 10px;
  color: #e83643;
}
.job-detail .text-left .btn {
  margin-right: 20px;
}
.job-detail .clearfix {
  display: inline-block;
  width: 100%;
  padding: 30px 0 0 0;
}
.job-detail .clearfix h4 {
  margin-bottom: 10px;
}
.job-detail .clearfix p {
  color: #888;
  margin: 0 0 20px 0;
}
.job-detail .clearfix ul li {
  padding: 0 0 30px 20px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  color: #666;
  position: relative;
}
.job-detail .clearfix ul li i {
  position: absolute;
  left: 0;
  top: 4px;
  margin-right: 5px;
  color: #e83643;
}
.job-detail .sidebar .thumb {
  width: 100%;
  background: #000;
  position: relative;
  border-radius: 4px;
  margin-bottom: 20px;
}
.job-detail .sidebar .text-box h4 {
  margin: 0 0 12px 0;
}
.job-detail .sidebar .text-box h4 a {
  color: #e83643;
}
.job-detail .sidebar .text-box p {
  color: #888;
  margin: 0 0 10px 0;
}
.job-detail .sidebar .text-box a.text {
  display: block;
  color: #888;
  padding: 0 0 5px 0;
}
.job-detail .sidebar .text-box a.text i {
  margin-right: 5px;
  color: #e83643;
}
.job-detail .sidebar .text-box strong.price {
  color: #666;
  font-size: 15px;
  display: block;
  padding: 3px 0 15px 0;
}
.job-detail .sidebar .text-box strong.price i {
  margin-right: 5px;
  color: #e83643;
}
.job-detail .sidebar .sidebar-jobs ul li {
  display: block;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.job-detail .sidebar .sidebar-jobs ul li:last-child {
  border: none;
}
.job-detail .sidebar .sidebar-jobs ul li a {
  display: block;
  padding: 0 0 5px 0;
}
.job-detail .sidebar .sidebar-jobs ul li span {
  color: #888;
  display: block;
}
.job-detail .sidebar .sidebar-jobs ul li span i {
  margin-right: 5px;
  color: #e83643;
}
/* ==========================================================================
   Browse Jobs Page Style
   ========================================================================== */
.full-time {
  font-size: 12px;
  color: #fff;
  background: #2c3e50 !important;
  border-radius: 4px;
  margin-left: 10px;
  padding: 7px 18px;
}
.part-time {
  font-size: 12px;
  color: #fff;
  background: #7f8c8d !important;
  border-radius: 4px;
  margin-left: 10px;
  padding: 7px 18px;
}
.job-browse .pagination {
  margin-top: 30px;
}
.job-browse .cat-list li {
  padding: 7px 0;
  border-bottom: 1px solid #eee;
}
.job-browse .cat-list li a {
  text-decoration: none;
  color: #999;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.job-list { border: 1px solid #f1f1f1; width: 96%; margin: 0 auto; padding: 15px; background:#fff; display: block; margin-bottom: 15px; overflow:hidden; }
.job-list:nth-child(odd) { border-left: 6px solid #e83643; }
.job-list:nth-child(even) { border-left: 6px solid #757575; }

.job-list .thumb {
  float: left;
}
.job-list .thumb img {
  border-radius: 4px;
}
.job-list .job-list-content {
  display: block;
  position: relative;
}
.job-list .job-list-content h4 {
  font-size: 26px;
  margin-bottom: 10px; font-weight: normal;
}
.job-list .job-list-content p {
  margin-bottom: 20px;
}
.job-list .job-tag {
  border-top: 1px solid #ddd;
  padding: 15px 0;
  line-height: 35px;
}
.job-list .job-tag .meta-tag span {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
}
.job-list .job-tag .meta-tag span a {
  color: #999;
}
.job-list .job-tag .meta-tag span a:hover {
  color: #e83643;
}
.job-list .job-tag .meta-tag span i {
  margin-right: 5px;
}
.job-list .job-tag .icon {
  float: left;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50px;
  text-align: center;
  margin-right: 18px;
  background: #f1f1f1;
  color: #e83643;
  font-size: 16px;
}
.otherdetails { width:100%; margin-top:10px; overflow:hidden; }
.apply-now a {font-weight: bold;}
.job-expiry-date { color:#999999; font-size:14px; margin-top: 22px;}
span.job-location { color:#999999; font-size:17px;}
.fa { font-size: 21px !important; padding-right: 8px; }
/* ==========================================================================
   Job Alerts Pages Style
   ========================================================================== */
.right-sideabr h4 {
  font-size: 13px;
  color: #999;
}
.right-sideabr .item {
  padding: 15px 0px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
}
.right-sideabr .lest li {
  padding: 5px 0;
}
.right-sideabr .lest li a {
  font-size: 14px;
  font-weight: 700;
  color: #888;
}
.right-sideabr .lest li a:hover {
  color: #e83643;
}
.right-sideabr .lest li a.active {
  color: #e83643;
}
.right-sideabr .lest .notinumber {
  float: right;
  width: 24px;
  height: 24px;
  background: #e83643;
  text-align: center;
  border-radius: 50px;
  color: #fff;
}
.job-alerts-item {
  border: 1px solid #eee;
  padding: 30px;
}
.job-alerts-item .alerts-list {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}
.job-alerts-item .alerts-title {
  font-size: 26px;
  margin-bottom: 30px;
}
.job-alerts-item .alerts-content {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.job-alerts-item .alerts-content h3 {
  font-size: 16px;
}
.job-alerts-item .alerts-content .location {
  color: #999;
}
.job-alerts-item .alerts-content p {
  color: #999;
  margin-top: 15px;
}
.job-alerts-item .job-list {
  border: none;
  padding: 15px 0;
}
/* ==========================================================================
   My Resume Page Style
   ========================================================================== */
.my-resume .item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.my-resume .item h3 {
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.my-resume .item h3 i {
  margin-right: 5px;
  color: #999;
}
.my-resume .item h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.my-resume .item h5 {
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.my-resume .item .date {
  font-size: 15px;
  color: #888;
}
.my-resume .item p {
  color: #888;
}
.my-resume .item br {
  margin-bottom: 20px;
}
.my-resume .author-resume {
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.my-resume .author-resume .thumb {
  float: left;
}
.my-resume .author-resume .thumb img {
  border-radius: 4px;
}
.my-resume .author-resume .author-info {
  margin-left: 140px;
}
.my-resume .author-resume .author-info h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.my-resume .author-resume .author-info p {
  line-height: 30px;
}
.my-resume .author-resume .author-info .social-link {
  margin-top: 5px;
}
.my-resume .skill {
  margin-top: 30px;
}
.my-resume .skill h3 {
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.my-resume .skill h3 i {
  margin-right: 5px;
  color: #999;
}
/* Add Resume Page */
.post-header {
  padding: 10px 15px;
  background: #ddd;
  margin-bottom: 20px;
}
.post-header a {
  color: #e83643;
}
.add-post-btn {
  width: 100%;
  display: inline-block;
  padding: 5px 0px 25px 0px;
}
.add-post-btn .btn-added {
  font-size: 12px;
  border-radius: 50px;
  font-weight: 700;
  background: #ddd;
  padding: 5px 15px;
}
.add-post-btn .btn-delete {
  color: red;
  font-size: 12px;
  border-radius: 50px;
  font-weight: 700;
  background: #ddd;
  padding: 5px 15px;
}
/* ==========================================================================
   Manager Resumes Pages Style
   ========================================================================== */
.manager-resumes-item {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.manager-resumes-item .item-body {
  padding: 20px 30px;
  color: #999;
}
.manager-resumes-item .item-body .tag-list {
  margin-top: 15px;
}
.manager-resumes-item .item-body .tag-list span {
  background-color: #f8f9fb;
  color: #818a91;
  padding: 2px 6px;
  margin-right: 8px;
  margin-bottom: 4px;
  font-size: 12px;
  border-radius: 2px;
  line-height: 20px;
  white-space: nowrap;
  display: inline-block;
}
.manager-resumes-item .manager-content {
  padding: 20px 30px;
  border-bottom: 1px solid #f1f1f1;
  display: inline-block;
  width: 100%;
}
.manager-resumes-item .manager-content .resume-thumb {
  max-width: 64px;
  width: auto;
  margin-right: 30px;
  float: left;
}
.manager-resumes-item .manager-content .manager-info .manager-name {
  float: left;
}
.manager-resumes-item .manager-content .manager-info .manager-name h4 {
  font-size: 22px;
  line-height: 35px;
}
.manager-resumes-item .manager-content .manager-info .manager-name h5 {
  font-size: 17px;
  margin-top: 6px;
  color: #999;
}
.manager-resumes-item .manager-content .manager-info .manager-meta {
  float: right;
  text-align: right;
}
.manager-resumes-item .manager-content .manager-info .manager-meta span {
  display: block;
  color: #999;
  font-size: 16px;
  line-height: 35px;
}
.manager-resumes-item .update-date {
  padding: 5px 30px;
  display: inline-block;
  width: 100%;
}
.manager-resumes-item .update-date .status {
  float: left;
}
.manager-resumes-item .update-date .action-btn {
  float: right;
}
.manager-resumes-item .btn-xs {
  height: 24px;
  border-radius: 2px;
  line-height: 24px;
  padding: 0 12px;
  font-size: 11px;
}
.manager-resumes-item .btn {
  background: #eceeef;
}
.manager-resumes-item .btn-gray {
  color: #818a91;
}
.manager-resumes-item .btn-gray:hover {
  color: #e83643;
}
.manager-resumes-item .btn-danger {
  background-color: #ef4d42 !important;
}
/* ==========================================================================
   Notifications Page Style
   ========================================================================== */
.notification .pagination {
  margin-top: 30px;
}
.notification-item {
  display: inline-block;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.notification-item .thums {
  float: left;
}
.notification-item .thums img {
  border-radius: 4px;
  width: 80px;
}
.notification-item .text-left {
  margin-left: 98px;
  padding: 15px 0;
}
.notification-item .text-left p {
  font-size: 15px;
}
.notification-item .text-left .time {
  color: #999;
}
.notification-item .text-left .time i {
  margin-right: 5px;
}
/* ==========================================================================
   Applications Page Style
   ========================================================================== */
.applications-content {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.applications-content .thums {
  float: left;
  width: 60px;
  margin-right: 12px;
}
.applications-content h3 {
  font-size: 14px;
  margin-top: 10px;
}
.applications-content p {
  color: #999;
  margin-top: 15px;
}
/* ==========================================================================
   Manage Jobs Page Style
   ========================================================================== */
.candidates .can-img img {
  width: 48px;
  margin: 5px 15px;
}
/* ==========================================================================
   Policy Page Style
   ========================================================================== */
.policy {
  background: #F5F5F5;
}
.policy .post-box {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.policy .post-box .text-box {
  width: 100%;
  padding: 20px 23px;
}
.policy .post-box .text-box h2 {
  line-height: 26px;
  clear: both;
  margin: 0 0 18px 0;
}
.policy .post-box .text-box h4 {
  line-height: 26px;
  clear: both;
  color: #999;
  margin: 0 0 18px 0;
}
.policy .post-box .text-box p {
  color: #888;
  margin: 0 0 20px 0;
}
.policy .post-box ul {
  padding: 0 0 20px 20px;
  margin: 0;
}
.policy .post-box ul li {
  padding: 0;
  display: block;
  overflow: hidden;
  color: #888;
}
/* ==========================================================================
   Post Job Style
   ========================================================================== */
fieldset label {
  margin-bottom: 10px;
}
fieldset p {
  margin-bottom: 10px;
}
.divider {
  padding: 10px 0px 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
/* ==========================================================================
   .form-control:focus,
	textarea:focus{
	box-shadow: none;
	border: 1px solid @preset;
	outline: none;
	}
   ========================================================================== */
.has-error .form-control:focus {
  box-shadow: none;
}
.addon {
  font-size: 20px;
  color: #888;
  border-radius: 0px;
  width: 32px!important;
}
.box {
  padding: 15px;
  border: 1px solid #ddd;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.075);
}
.page-login-form {
  padding: 15px;
  background: #fff;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.075);
}
.page-login-form h3 {
  font-size: 18px;
  color: #444;
  line-height: 18px;
  padding: 15px 0 30px;
  text-transform: uppercase;
  text-align: center;
}
.page-login-form .login-form .form-control {
  background: #ffffff !important;
}
.page-login-form .log-btn {
  width: 100%;
  padding: 12px 22px;
  margin: 0px 0px 20px;
  letter-spacing: 1;
  text-transform: capitalize;
  font-size: 16px;
}
.registration .form-group {
  margin: 0;
}
.registration .form-group .lable {
  margin-bottom: 10px;
}
.registration .form-group .form-control {
  background: #ffffff !important;
}
.registration .btn {
  padding: 7px 20px;
  border: none;
}
.form-ad .checkbox label {
  margin-bottom: 0px;
}
.control-label {
  font-size: 14px;
  color: #888;
  font-weight: 700;
  margin-bottom: 10px;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: transparent none repeat scroll 0px 0px;
  cursor: inherit;
  display: block;
}
.file-caption {
  height: 54px;
}
.mb15 {
  margin-bottom: 15px;
}
.form-static {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}
.btn-group,
.btn-group-vertical {
  margin: 0;
}
.btn-select {
  padding: 12px;
  border-radius: 2px;
  color: #2d2d2d !important;
  background: #fff;
  text-transform: none;
}
.btn-group.open > .dropdown-toggle.btn,
.btn-group.open > .dropdown-toggle.btn.btn-default,
.btn-group-vertical.open > .dropdown-toggle.btn,
.btn-group-vertical.open > .dropdown-toggle.btn.btn-default {
  background: #eee;
}
.btn-group.open .dropdown-toggle {
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle:focus {
  outline: none;
}
.dropdown-menu > li > a {
  padding: 12px 20px;
  margin-bottom: 4px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active {
  background-color: #e83643;
  color: #fff;
  border-radius: 0px;
}
.btn-group.bootstrap-select.dropdown-product ul.dropdown-menu.inner {
  display: none;
}
.btn-group.bootstrap-select.dropdown-product.open ul.dropdown-menu.inner {
  display: block;
  z-index: 9999;
}
.open .dropdown-menu {
  margin-top: 0;
}
.btn-group .dropdown-menu,
.btn-group-vertical .dropdown-menu {
  border-radius: 0px;
  text-transform: none;
}
.input-group-addon {
  border: none;
  background: transparent;
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1112px) { 
 nav { margin-left: 3%; }
 .buttons-container { width: 54%; }
 .detailscontainerright .apply-now { margin-right: 24%;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.search-container { border: none; }
	.vlogotop { margin-right: 45px;}
.headern {overflow: hidden; clear:both; display:block; padding-bottom: 20px; }
nav:hover ul { width: 92%; top: 26px; }
.search-dropsdown { width: 33.333% !important;}
.mtop { margin-top: 35px;}
.detailscontainerright .apply-now { margin-right: 0px;}
.buttons-container { width: 70%; }
	  }
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) { 
	.search-container { border: none; padding-bottom: 30px; }
	.search-container h2 { margin-bottom: 0px;}
	.vlogotop { float: left !important; margin-top: 2px; display:block; margin-left:-15px;  clear:left; }
	.store-address { float:left !important; clear:both; }
.job-list .job-list-content h4 { font-size: 18px !important; line-height: 28px; }
.mtop { margin-top: 35px;}
footer .footer-Content { padding: 60px 0 25px 0;  }
.vlogo { float: left !important; }
.jobdetailcontainer h1 { font-size: 1.8em; }
.detailscontainerleft { width: 100%; float:left; }
.detailscontainerright { width: 100%; float:left; }
.detailscontainerright .apply-now { display: none; }
.buttons-container { width: 100%; }
}
@media only screen and (min-device-width: 410px) and (max-device-width: 518px) { 
.store-address { float:left !important; clear:both; }
.job-expiry-date { margin-top: 10px; margin-bottom: 14px; clear:both; float:left; }
.apply-now { display:block; clear: both; }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) { 
.store-address { float:left !important; }
.job-expiry-date { margin-top: 10px; margin-bottom: 14px; }
.formcontainer { padding: 40px 0 4px 0; margin-bottom: 20px; }
.logotwc {margin-left: -5px; }
}