html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
.form-icon [class*=" icofont-"],
.form-icon [class^=icofont-] {
  font-family: IcoFont!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.el-input__icon {
  position: absolute;
  width: 35px;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  color: #bfcbd9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  color: #555252;
}
@media (min-width: 768px) {
  body {
    background: #f7f6f6;
  }
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}
a {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  color: #1790d4;
}
a:focus {
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}
input:focus,
textarea:focus {
  outline: none;
}
p {
  line-height: 22px;
}
img {
  max-width: 100%;
}
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.margin-top30 {
  margin-top: 30px;
}
.margin-left80 {
  margin-left: 80px;
}
.section {
  overflow: hidden;
}
@media (min-width: 768px) {
  .section {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .greybg {
    background: #f6f6f6;
  }
}
.titleTop {
  text-align: center;
  margin-bottom: 30px;
}
.titleTop .subtitle {
  font-size: 24px;
  color: #888;
}
.titleTop h3 {
  font-size: 48px;
  font-weight: 500;
  color: #000;
}
.titleTop h3 span {
  color: #18a7ff;
  font-weight: 200;
}
.mt-wrapper {
  margin-bottom: 30px;
}
h1,
.h1 {
  font-size: 45px;
}
h2,
.h2 {
  font-size: 30px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.button-orng {
  background: #ffb72f;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffb72f), to(#ff9000));
  background: -webkit-linear-gradient(#ffb72f, #ff9000);
  background: -moz-linear-gradient(#ffb72f, #ff9000);
  background: -ms-linear-gradient(#ffb72f, #ff9000);
  background: -o-linear-gradient(#ffb72f, #ff9000);
  background: linear-gradient(#ffb72f, #ff9000);
  padding: 7px 20px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}
.button-orng:hover {
  text-decoration: none;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9000), to(#ffb72f));
  background: -webkit-linear-gradient(#ff9000, #ffb72f);
  background: -moz-linear-gradient(#ff9000, #ffb72f);
  background: -ms-linear-gradient(#ff9000, #ffb72f);
  background: -o-linear-gradient(#ff9000, #ffb72f);
  background: linear-gradient(#ff9000, #ffb72f);
  color: #fff;
}
.sitebtn {
  -webkit-box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
  -moz-box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
  box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
  background: #ff9000;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 4px;
}
.sitebtn:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}
.sitebtn i,
.button-orng i {
  padding-right: 7px;
  font-size: 16px;
  display: inline-block;
}
.grey_sitebtn {
  -webkit-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
  -moz-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
  box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
  background: #444;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 4px;
}
.grey_sitebtn:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}
.grey_sitebtn i {
  padding-right: 7px;
  font-size: 16px;
  display: inline-block;
}
.gree_sitebtn {
  -webkit-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
  -moz-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
  box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
  background: #77c30a;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 4px;
}
.gree_sitebtn:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}
.gree_sitebtn i {
  padding-right: 7px;
  font-size: 16px;
  display: inline-block;
}
.mt-shortcodes-d-styles {
  padding-bottom: 30px;
}
.mt-shortcodes-default-custom-styles .row1 {
  padding-bottom: 55px;
}
.mt-list-style h4 {
  font-size: 16px;
  font-weight: 400;
  color: #252525;
}
.mt-list-style ul {
  padding: 0;
  list-style: none;
}
.mt-list-style ul li {
  line-height: 36px;
}
.mt-list-style ul li a {
  color: #737373;
  line-height: 36px;
}
.mt-list-style ul li span {
  font-size: 16px;
  margin-right: 10px;
}
.mt-list-style-blue {
  color: #18a7ff;
}
.mt-style-button {
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  margin-bottom: 24px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 20px;
}
.mt-style-button1 .mt-style-button {
  background: #18a7ff;
  color: #fff;
  border-radius: 3px;
}
.mt-style-button2 .mt-style-button {
  background: #ddd;
  color: #000000;
  border-radius: 3px;
}
.mt-style-button3 .mt-style-button {
  background: #fff;
  color: #252525;
  border: 2px solid #42454a;
  border-radius: 3px;
}
.mt-style-button41 .mt-style-button {
  background: #55adff;
  color: #fff;
  border-radius: 30px;
}
.mt-style-button42 .mt-style-button {
  background: #ffb72f;
  color: #fff;
  border-radius: 0px;
}
.mt-style-button43 .mt-style-button {
  background: #5fd33f;
  color: #fff;
  border-radius: 3px;
}
.mt-style-button.large {
  line-height: 51px;
  font-size: 16px;
  letter-spacing: 1px;
}
.mt-style-button.normal {
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 1px;
}
.mt-style-button.small {
  line-height: 30px;
  font-size: 9px;
  letter-spacing: 1px;
}
.mt-style-button1 .mt-style-button:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}
.mt-style-button2 .mt-style-button:hover {
  background: #18a7ff;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}
.mt-style-button3 .mt-style-button:hover {
  background: #18a7ff;
  color: #fff;
  border-radius: 3px;
  border: 2px solid #18a7ff;
  text-decoration: none;
}
.mt-style-button41 .mt-style-button:hover {
  background: #333;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
}
.mt-style-button42 .mt-style-button:hover {
  background: #000;
  color: #fff;
  border-radius: 0px;
  text-decoration: none;
}
.mt-style-button43 .mt-style-button:hover {
  background: #000;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}
.header {
  padding: 0;
  background-color: #0091cf;
}
.header .col-md-5 {
  padding-right: 0;
}
.header .logo {
  display: inline-block;
  margin: 5px 0 5px 0;
}
.header .logo img {
  width: 85px;
}
.navbar-default {
  background: none;
  border: none;
  margin-bottom: 0;
  min-height: auto;
  float: right;
}

.navbar-collapse {
  padding: 0;
}
.navbar-nav > li:last-child {
  padding-right: 0 15px;
}
.navbar-nav > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    color: #fff !important;
    text-transform: uppercase;
  }
}
.navbar-nav > li > .dropdown-menu {
  padding: 10px;
  border-radius: 4px;
  background: #f7f6f6;
  left: -40px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: none;
}
span.arrow-up {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f7f6f6;
  position: absolute;
  top: -7px;
  right: 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
.navbar-nav > li > a:hover,
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a {
  border: none;
  background: #0080b7 !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #fff;
}
.dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.navbar-nav > li:hover .dropdown-menu {
  display: block;
}
.dropdown-menu > li > a {
  color: #555;
  padding: 8px 15px;
}
.dropdown-menu > li > a img {
  vertical-align: middle;
}
.dropdown-menu > li > a:hover {
  background: #18a7ff;
  color: #fff;
}
.navbar-collapse.in {
  overflow: inherit;
  height: auto;
  padding: 0 15px;
}
.navbar-nav li.postjob,
.navbar-nav li.jobseeker {
  padding: 0;
}
.navbar-nav li.jobseeker a {
  background: #666;
  color: #fff;
  padding: 16px 15px;
  border-bottom-color: #666;
}
.navbar-nav li > a.postjob:hover,
.navbar-nav li > a.jobseeker:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
}
.navbar-nav > li.userbtn > a {
  padding: 14px;
}
@media (min-width: 768px) {
  .navbar-nav > li.userbtn > a {
    text-align: center;
  }
}
.navbar-nav > li.userbtn > a p {
  line-height: 0;
  padding-bottom: 4px;
}
.navbar-nav > li.userbtn img {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fff;
  vertical-align: middle;
}
.navbar-nav > li.userbtn .dropdown-menu {
  left: auto;
  right: 0;
}
.searchwrap {
  background: url(../images/search-bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.searchwrap h3 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}
.searchwrap h3 span {
  display: block;
}
.searchbar {
  margin: 0;
}
.searchbar .col-md-2,
.searchbar .col-md-1,
.searchbar .col-md-3 {
  margin-bottom: 10px;
}
.searchbar .row div {
  padding: 0 5px;
}
.srchbox {
  border-radius: 5px;
  padding: 20px 0 10px 0;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.srchbox.openSearch {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: rgba(24, 167, 255, 0.5);
}
.searchbar .form-control {
  height: 38px;
  padding: 13px 15px;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  padding-left: 42px;
}
.searchbar .btn {
  width: 100%;
  padding: 8px 0;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px !important;
  text-shadow: none !important;
  border-radius: 3px !important;
  text-transform: capitalize;
}
.getstarted {
  text-align: center;
  margin-top: 50px;
}
.getstarted a {
  display: inline-block;
  border: 3px solid #fff;
  padding: 12px 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.getstarted a i {
  margin-right: 10px;
}
.getstarted a:hover {
  background: #18a7ff;
  text-decoration: none;
}
#map_canvas {
  height: 450px;
  width: 100%;
}
.infobox-wrap {
  width: 340px;
  padding: 10px 5px;
}
.infobox-wrap .infobox-figure {
  width: 150px;
  float: left;
}
.infobox-wrap .infobox-content {
  width: 180px;
  float: left;
  padding-left: 15px;
  text-align: left;
}
.infobox-wrap .infobox-content h5 {
  text-align: left;
  margin: 0;
  font-size: 20px;
}
.infobox-wrap .infobox-content .address p {
  text-align: left;
  color: #999;
}
.infobox-wrap .infobox-rattings {
  margin: 10px 0 15px;
}
.infobox-wrap .infobox-rattings i {
  margin-right: 2px;
}
.infobox-wrap .infobox-figure img {
  max-width: 100% !important;
}
.infobox-rattings i {
  color: #ff9600;
  font-size: 18px;
}
#map-section .form-control {
  height: auto;
  border-radius: 0;
  padding: 13px 15px;
  border: none;
  font-size: 18px;
}
#map-section .btn {
  background: #18a7ff;
  border-radius: 0;
  color: #fff;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 20px;
}
.searchblack {
  margin-top: 0;
  background: #0080b7;
}
.searchbar select.form-control,
.searchblack select.form-control {
  padding: 0 15px 0 15px;
  line-height: 38px;
  padding-left: 42px;
}
.tp-bannertimer {
  display: none;
}
.tp-banner-container {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .tp-banner-container {
    display: none !important;
  }
}
.tp-banner {
  position: relative;
  width: 100%;
}
.tp-caption {
  line-height: normal !important;
}
.tp-caption a {
  color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
  border: 3px #fff solid;
  border-radius: 50%;
  background-image: none !important;
}
.tparrows {
  width: auto !important;
  height: auto !important;
  background-image: none !important;
}
.tp-arr-allwrapper {
  margin: 0 10px;
  width: 50px;
  height: 60px;
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
  color: #fff;
}
.tp-arr-iwrapper {
  border: none;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-family: 'FontAwesome';
  background-color: rgba(31, 45, 61, 0.4);
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
}
.tp-leftarrow .tp-arr-iwrapper:before {
  content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
  content: "\f105";
}
.slide-h1 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 57px;
}
.slide-h2 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #555;
  font-weight: bold;
  font-size: 55px;
  line-height: 100%;
}
.big-font {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 60px;
}
.large-desc {
  font-size: 16px;
}
.slide-h3 {
  color: #fff;
  font-size: 31px;
  line-height: 100%;
}
.slide-h3 span {
  text-transform: uppercase;
  font-weight: bold;
}
.slide-head {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}
.slide-desc {
  font-size: 22px;
  line-height: 150%;
}
.main-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 70px;
}
.icon-cont {
  padding: 15px 40px;
  border-radius: 10px;
  text-align: center;
}
.icon-cont:after {
  position: absolute;
  bottom: -10px;
  left: 40%;
  z-index: 5;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  content: "";
}
.icon-cont i {
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
}
.icon-cont span {
  display: block;
  padding: 0 0 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
a.wit-btn {
  background: #fff;
  color: #333 !important;
  text-transform: uppercase;
}
.wit-line {
  width: 5%;
  height: 1px;
  background: #fff;
}
.vert-line {
  min-height: 270px;
  width: 1px;
  background: #fff;
}
.subTxt {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #333;
}
.large-title {
  color: #222;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase !important;
}
.large-light-title {
  color: #787878 !important;
  font-size: 70px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.large-text {
  font-size: 20px;
  color: #000;
  font-weight: lighter;
}
.larger-text {
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
}
.witTxt {
  color: #fff !important;
}
.light-font {
  font-weight: lighter !important;
  font-size: 50px;
}
.black-bg {
  background: rgba(0, 0, 0, 0.63);
  color: #a8a8a8;
  text-transform: none;
}
.lft-list {
  padding: 10px;
  font-size: 18px;
  color: #fff;
}
.wit-border {
  border: 1px #fff solid;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.rounded-bord {
  margin-right: 15px;
  border: 1px #fff solid;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
#vertical-ticker {
  height: 120px;
  overflow: hidden;
}
#vertical-ticker li {
  padding: 15px 20px;
  display: block;
  text-align: center;
}
.to-bottom i.fa {
  font-size: 30px;
  border: 2px #a8a8a8 solid;
  padding: 20px 22px;
  border-radius: 50%;
  -webkit-animation: bounce 2s infinite linear;
  animation: bounce 2s infinite linear;
}
.slidertext1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding: 15px;
  text-transform: uppercase;
}
.sliderpara {
  color: #fff;
  font-size: 18px;
  padding: 15px;
  text-transform: none !important;
}
.slidertext5 {
  padding: 0 15px;
}
.slidertext5 a {
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 50px;
  text-transform: capitalize !important;
  text-align: left;
  background: #18a7ff;
}
.howlist {
  list-style: none;
}
.howlist li {
  margin-top: 30px;
  text-align: center;
}
.howlist li .iconcircle {
  width: 140px;
  height: 140px;
  border: 7px solid #78ceff;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  margin-bottom: 15px;
  display: inline-block;
  box-shadow: 4px 7px 15px rgba(0, 0, 0, 0.1);
}
.howlist li:nth-child(2) .iconcircle {
  border-color: #83ec0f;
}
.howlist li:last-child .iconcircle {
  border-color: #ffc456;
}
.howlist li .iconcircle i {
  font-size: 48px;
  color: #555;
}
.howlist li h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.howlist li p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
}
.employerList:after {
  display: table;
  clear: both;
  content: '';
}
.employerList li img {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  background: #fff;
  padding: 5px;
  width: 100%;
}
.employerList li img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #18a7ff;
}
@media (min-width: 768px) {
  .employerList .owl-stage-outer {
    padding: 0 0 50px 0;
  }
}
.employerList .owl-nav,
.employerList .owl-controls {
  text-align: center;
  margin-top: -15px;
}
.employerList .owl-nav i,
.employerList .owl-controls .owl-nav i {
  display: inline-block;
  background: #0091cf;
  color: #fff;
  font-size: 20px;
  padding: 9px 12px;
  margin: 0 5px;
  cursor: pointer;
}
.compnaieslist li {
  margin-bottom: 30px;
}
.compnaieslist li .compint {
  background: #fff;
  padding: 10px;
  border: 1px solid #e4e4e4;
}
.compnaieslist li .imgwrap {
  min-height: 240px;
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 10px;
}
.compnaieslist li .imgwrap img {
  width: 100%;
}
.compnaieslist li:hover .compint {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #18a7ff;
}
.compnaieslist li h3 a {
  font-size: 18px;
  color: #18a7ff;
  text-transform: capitalize;
}
.compnaieslist li .compint h3,
.compnaieslist li .loctext {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
.compnaieslist li .loctext {
  margin-bottom: 10px;
}
.compnaieslist li i {
  color: #18a7ff;
  width: 18px;
  text-align: left;
}
.compnaieslist li .curentopen,
.compnaieslist li .loctext {
  color: #666;
}
.topsearchwrap h4 {
  margin: 0;
  color: #5d6469;
  font-size: 22px;
  font-weight: 500;
  padding: 15px 25px;
  text-align: left;
  border-bottom: 1px solid #eee;
  background: #f6f6f6;
}
.srchbx {
  border: 1px solid #eee;
  margin-bottom: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.srchbx .srchint {
  padding: 30px;
}
.catelist li a {
  display: block;
  margin: 10px 0;
  position: relative;
  padding-left: 15px;
  color: #000;
  font-weight: 500;
}
.catelist li a:hover {
  color: #18a7ff;
}
.catelist li a:before {
  position: absolute;
  left: 0;
  content: '\f0da';
  font-family: 'FontAwesome';
  font-weight: 400;
}
.catelist li span {
  color: #6aca00;
}
.tabswrap {
  border-bottom: 3px solid #18a7ff;
}
.tabswrap .nav-tabs {
  border-bottom: none;
  float: right;
}
.tabswrap .nav-tabs > li {
  margin-bottom: 0;
}
.tabswrap .nav-tabs > li > a {
  background: #eee;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  padding: 10px 30px;
}
.tabswrap .nav-tabs > li.active > a,
.tabswrap .nav-tabs > li.active > a:focus,
.tabswrap .nav-tabs > li.active > a:hover {
  background: #18a7ff;
  color: #fff;
  border-color: #18a7ff;
}
.tabswrap .nav-tabs > li.last {
  float: right;
}
.tabswrap .nav-tabs > li.last a {
  background: none;
  font-size: 14px;
  padding: 0;
  margin: 0;
  border: none;
  margin-top: 7px;
}
.tabswrap .nav-tabs > li.last a:hover {
  border: none;
  color: #18a7ff;
}
.largebanner {
  text-align: left;
  margin: 30px auto;
  max-width: 748px;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
}
.largebanner img {
  display: block;
}
.shadow3,
.shadow4 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
  position: relative;
}
.shadow3:before,
.shadow3:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 2px;
  left: 15px;
  right: 15px;
  z-index: -1;
  border-radius: 3.33333333px;
  -webkit-box-shadow: 0 0 20px 2px #ccc;
  -moz-box-shadow: 0 0 20px 2px #ccc;
  box-shadow: 0 0 20px 2px #ccc;
}
.jobslist {
  list-style: none;
  overflow: hidden;
  padding-top: 15px;
}
.jobslist li {
  margin-top: 10px;
}
.jobslist li .jobint {
  background: #fff;
  padding: 10px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  min-height: 90px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .jobslist li .jobint {
    border: 1px solid hsla(0, 0%, 93%, 0.8);
  }
}
@media (max-width: 768px) {
  .jobslist li .jobint {
    border-bottom: 1px solid hsla(0, 0%, 93%, 0.8);
  }
}
.jobslist li .jobint:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}
.jobslist li .col-md-7,
.jobslist li .col-md-9 {
  padding-left: 0;
}
.jobslist li h4 {
  margin-bottom: 5px;
}
.jobslist li h4 a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
@media (min-width: 768px) {
  .jobslist li h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
  }
}
.jobslist li h4 a:hover {
  color: #18a7ff;
}
.jobslist li .company {
  color: #999;
  padding: 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
.jobslist li .company a {
  color: #18a7ff;
}
.jobslist li .jobloc {
  color: #000;
}
.jobslist li .jobloc span {
  color: #999;
}
.jobslist li .applybtn {
  background: #fff;
  display: inline-block;
  color: #18a7ff;
  padding: 9px 15px;
  margin-top: 20px;
  border: 1px solid #18a7ff;
}
.jobslist li .applybtn:hover {
  background: #18a7ff;
  color: #fff;
  text-decoration: none;
}
.viewallbtn {
  text-align: center;
  margin-top: 40px;
}
.viewallbtn a {
  display: inline-block;
  background: #18a7ff;
  color: #fff;
  font-size: 18px;
  padding: 15px 30px;
}
.viewallbtn a:hover {
  background: #333;
  text-decoration: none;
}
.partTime {
  background: #f8a60c;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 6px 6px;
  border-radius: 2px;
}
.fulltime {
  background: #6ACA00;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 6px 6px;
  border-radius: 2px;
}
label.fulltime[title="Part Time"] {
  background: #f8a60c;
}
label.fulltime[title="Freelance"] {
  background: #ff0000;
}
label.fulltime[title="Contract"] {
  background: #0C86F8;
}
label.fulltime[title="Internship"] {
  background: #9B54F4;
}
label.fulltime[title="First Shift (Day)"] {
  background: #AFCB59;
}
label.partTime[title="First Shift (Day)"] {
  background: #AFCB59;
}
label.partTime[title="Second Shift (Afternoon)"] {
  background: #688CD5;
}
label.partTime[title="Third Shift (Night)"] {
  background: #EF7D7D;
}
label.partTime[title="Rotating"] {
  background: #B09EEB;
}
.freelance {
  background: #ff0000;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 4px 6px;
}
.videowraper {
  background: #233361;
}
.videowraper .titleTop {
  text-align: left;
  margin-top: 40px;
}
.videowraper .subtitle,
.videowraper h3 {
  color: #fff;
}
.videowraper p {
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
}
.videowraper .embed-responsive {
  -webkit-box-shadow: 0 10px 15px 0 rgba(38, 48, 77, 0.14);
  box-shadow: 0 10px 15px 0 rgba(38, 48, 77, 0.14);
  border: 7px solid #fff;
  border-radius: 3px;
}
.testimonialsList {
  list-style: none;
}
.testimonialsList li {
  text-align: center;
  max-width: 770px;
  margin: 10px auto;
}
.testimonialsList li .testimg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.testimonialsList li .clientname {
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
  color: #000;
}
.testimonialsList li p {
  font-style: italic;
  line-height: 22px;
}
.testimonialsList li .clientinfo {
  color: #00a8ff;
  margin-top: 10px;
}
.appwraper {
  background: url(../images/app-bg.jpg) no-repeat top;
  background-size: cover;
  padding-top: 70px;
  background-attachment: fixed;
}
.appimg {
  text-align: center;
}
.appimg img {
  display: block;
}
.appwraper .titleTop {
  text-align: left;
  margin-bottom: 10px;
}
.appwraper .subtitle {
  color: #fff;
}
.appwraper .titleTop h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
}
.appwraper .subtitle2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #fff;
}
.appwraper p {
  color: #fff;
  line-height: 24px;
}
.appwraper .appbtn {
  margin-top: 45px;
  margin-bottom: 30px;
}
.appwraper .appbtn a {
  display: inline-block;
  margin-right: 10px;
}
.pageTitle {
  background: url(../images/job-bg.jpg) no-repeat;
  background-size: cover;
  padding: 64px 0;
}
.pageTitle h1 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.breadCrumb {
  text-align: right;
  color: #fff;
  margin-top: 20px;
}
.breadCrumb a {
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}
.breadCrumb span {
  color: #fff;
  display: inline-block;
  padding-left: 5px;
}
.listpgWraper {
  padding: 15px 0;
  min-height: 400px;
}
@media (min-width: 768px) {
  .listpgWraper {
    background: #f7f6f6;
  }
}
.pageSearch .row {
  margin: 0 -5px;
}
.pageSearch .col-md-3,
.pageSearch .col-md-2,
.pageSearch .col-sm-3,
.pageSearch .col-sm-2 {
  padding: 0 5px;
}
.pageSearch .form-control {
  padding: 6px 24px 6px 12px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  width: 100%;
  height: 38px;
  padding-left: 42px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pageSearch select.form-control {
  padding: 13px 12px;
  background: #fff;
  line-height: 45px;
}
.pageSearch .btn {
  width: 100%;
  padding: 8px 0;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px !important;
  text-shadow: none !important;
  border-radius: 3px !important;
  text-transform: capitalize;
}
.sidebar {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.sidebar .widget {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}
.sidebar .widget-title {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.optionlist {
  list-style: none;
}
.optionlist li {
  margin-bottom: 10px;
  padding: 5px 0;
  position: relative;
  padding-left: 30px;
}
.optionlist li span {
  position: absolute;
  right: 0;
  top: 6px;
}
.optionlist li input[type=checkbox] {
  display: none;
}
.optionlist li input[type=checkbox] + label {
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.optionlist li input[type=checkbox]:checked + label:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #4ece00;
  padding-left: 2px;
  position: relative;
  top: 2px;
}
.sidebar a {
  color: #18a7ff;
  display: inline-block;
  margin-top: 10px;
}
.searchnt .btn {
  background: #18a7ff;
  display: block;
  border-radius: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
}
.sidebar .gad {
  margin-top: 15px;
  text-align: center;
}
.social a {
  color: #00a8ff;
  font-size: 32px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 0;
}
.social a:hover {
  color: #000;
}
/*Listing*/
.searchList {
  list-style: none;
}
.searchList li {
  background: #fff;
  border-bottom: 1px solid hsla(0, 0%, 93%, 0.8);
  padding: 20px 20px 10px 30px;
}
.searchList li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #18a7ff;
}
.searchList li .jobimg {
  float: left;
  width: 70px;
  margin-right: 15px;
}
.searchList li h3 a {
  font-size: 14px;
  color: #1790d4;
}
.searchList li .companyName {
  margin: 10px 0;
  color: #969595;
}
.searchList li .companyName a {
  color: #969595;
}
.searchList li a:hover {
  color: #333;
}
.searchList li .location {
  color: #000;
}
.searchList li .location span {
  color: #333;
}
.searchList li .listbtn {
  margin-top: 20px;
}
.searchList li .listbtn a {
  background: #fff;
  display: block;
  border-radius: 0;
  text-align: center;
  width: 145px;
  height: 36px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 0;
  color: #fff;
  background-color: #f7ba2a;
  border-color: #f7ba2a;
  border-radius: 2px;
}
.searchList li .listbtn a:hover {
  background: #18a7ff;
  color: #fff;
  text-decoration: none;
}
.searchList li p {
  line-height: 22px;
  color: #333;
  margin: 10px 0 0 0;
}
.searchList li .cateinfo {
  color: #18a7ff;
  margin: 10px 0;
}
.searchList li .minsalary {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
  color: #a8d815;
}
.searchList li .minsalary span {
  color: #999;
  font-weight: 400;
}
/*Pagination*/
.pagiWrap .showreslt {
  margin-top: 10px;
}
.pagiWrap .pagination {
  text-align: right;
  margin: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.job-header {
  background: #fff;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
  overflow: hidden;
}
.job-header .jobinfo h2 {
  font-size: 24px;
  color: #444;
}
.job-header .jobinfo .ptext {
  color: #999;
  margin: 12px 0;
}
.job-header .jobinfo .salary {
  font-size: 16px;
  font-weight: 700;
  color: #888;
}
.job-header .jobinfo .salary strong {
  color: #000;
}
.companyinfo {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  line-height: 26px;
}
.companyinfo .companylogo {
  width: 100px;
  background: #fff;
  border: 5px solid #eee;
  display: inline-block;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
.companyinfo .companylogo img {
  display: block;
}
.companyinfo .ptext {
  color: #f9ff00;
  padding: 7px 0;
}
.companyinfo .title a {
  font-size: 24px;
}
.job-header .jobinfo .candidateinfo .userPic {
  float: left;
  width: 100px;
  height: 100px;
  background: #cbcbcb;
  margin-right: 20px;
  border: 5px solid #18a7ff;
}
.job-header .jobinfo .candidateinfo .title {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
.job-header .jobinfo .candidateinfo .desi {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}
.job-header .jobinfo .candidateinfo .loctext {
  line-height: 24px;
  color: #555;
  margin-top: 8px;
}
.job-header .jobinfo .candidateinfo .loctext i {
  width: 20px;
  color: #18a7ff;
}
.cadsocial {
  margin-top: 10px;
}
.cadsocial a {
  color: #666;
  font-size: 24px;
  display: inline-block;
  margin-right: 7px;
}
.cadsocial a:hover {
  color: #18a7ff;
}
.relatedJobs {
  margin-bottom: 30px;
}
.relatedJobs h3 {
  font-size: 24px;
  font-weight: 700;
  color: #555;
  margin-bottom: 15px;
}
/*Buttons*/
.jobButtons {
  padding: 20px 25px;
}
.jobButtons a {
  background: #f0f0f0;
  margin-right: 10px;
  color: #333;
  font-size: 16px;
}
.jobButtons a.report {
  background: #e01010;
  color: #fff;
}
.jobButtons a.apply {
  background: #a8d815;
  color: #fff;
}
.jobButtons .jbexpire {
  background: #FF7C69;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: not-allowed;
}
.jobButtons a:hover {
  background: #222;
  color: #fff;
}
.job-header .contentbox {
  padding: 20px;
}
.job-header .contentbox p {
  line-height: 24px;
  color: #444;
  margin-bottom: 20px;
}
.job-header .contentbox p strong {
  font-weight: 700;
}
.job-header .contentbox p em {
  font-style: italic;
}
.job-header .contentbox p u {
  text-decoration: underline;
}
.job-header .contentbox ul {
  margin-bottom: 30px;
}
.job-header .contentbox ul li {
  padding: 7px 0 7px 25px;
  position: relative;
  line-height: 24px;
}
.job-header .contentbox ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #a8d815;
  position: absolute;
  left: 0;
}
ul.skillslist {
  margin-bottom: 0 !important;
}
ul.skillslist li:before {
  display: none;
}
ul.skillslist li {
  display: inline-block;
  padding: 0 !important;
}
ul.skillslist li a {
  background-color: rgba(32, 160, 255, 0.1);
  border-color: rgba(32, 160, 255, 0.2);
  color: #20a0ff;
  margin: 5px 10px 5px 0;
  font-size: 14px;
  padding: 5px 10px;
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 3px;
  color: #353535;
  font-size: 13px;
}
/*Job Info*/
.jobdetail .table-bordered {
  border: none;
  margin-bottom: 0;
}
.jobdetail .table-bordered td {
  border: none;
  border-top: 1px solid #ddd;
}
.jobdetail {
  padding: 20px;
}
.jobdetail iframe {
  width: 100%;
  height: 250px;
  border: none;
}
.job-header .contentbox h3,
.jobdetail h3 {
  font-weight: 500;
  border-bottom: 2px solid #f7f7f7;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  font-size: 17.5px;
  padding-bottom: 9px;
  margin-bottom: 10px;
  color: #353535;
}
.job-header .contentbox h3:before,
.jobdetail h3:before {
  background: #0091ce none repeat scroll 0 0;
  border-radius: 12px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 27px;
  width: 100px;
}
.jbdetail {
  margin-top: 20px;
}
.jbdetail li {
  margin-bottom: 20px;
  color: #444;
}
.jbdetail li a {
  display: block;
  text-align: right;
  color: #18a7ff;
}
.jbdetail li span {
  display: block;
  text-align: right;
  color: #616161;
  font-weight: normal;
}
.jbdetail li span.permanent {
  color: #a8d815;
}
.jbdetail li span.contract {
  color: #18a7ff;
}
.jbdetail li span.freelance {
  color: #F07200;
  background: none;
  padding: 0;
}
/*Skills*/
.skillswrap {
  margin-top: 20px;
}
.skillswrap h5 {
  color: #7b7b7b;
  font-weight: 400;
  margin-bottom: 5px;
}
/*Education*/
.educationList {
  margin-bottom: 0 !important;
}
.educationList li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-top: 30px;
}
.educationList li:hover {
  border-bottom-color: #18a7ff;
}
.educationList li:before {
  display: none;
}
.educationList li:last-child {
  border-bottom: 0;
}
.educationList li .date {
  width: 90px;
  height: 90px;
  background: #888;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  padding-top: 17px;
  line-height: 18px;
  float: left;
  color: #fff;
  margin-right: 20px;
}
.educationList li h4 {
  font-size: 18px;
  font-weight: 700;
  color: #58c0ff;
  margin-bottom: 5px;
}
.educationList li p {
  margin-bottom: 0 !important;
}
/*Experience*/
.experienceList {
  margin-bottom: 0 !important;
}
.experienceList li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-top: 30px;
}
.experienceList li:hover {
  border-bottom-color: #18a7ff;
}
.experienceList li:before {
  display: none;
}
.experienceList li:last-child {
  border-bottom: 0;
}
.experienceList li h4 {
  font-size: 18px;
  font-weight: 700;
  color: #58c0ff;
  margin-bottom: 10px;
}
.experienceList li p {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
/*Portfolio*/
.userPortfolio li {
  padding: 0 15px !important;
  margin-top: 30px;
}
.userPortfolio li:before {
  display: none;
}
.userPortfolio li .imgbox {
  overflow: hidden;
  position: relative;
}
.userPortfolio li .itemHover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 34, 46, 0.9);
  transform: scale(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.userPortfolio li:hover .itemHover {
  transform: scale(1);
}
.userPortfolio li .zoombox {
  display: table;
  width: 100%;
  height: 20%;
  text-align: right;
}
.userPortfolio li .item-zoom {
  display: inline-block;
  border: 2px solid #fff;
  padding: 6px 12px;
  margin: 15px 15px 0 0;
  color: #fff;
}
.userPortfolio li .item-zoom:hover {
  background: #2079f2;
}
.userPortfolio li .infoItem {
  display: table;
  width: 100%;
  height: 70%;
  text-align: center;
}
.userPortfolio li .itemtitle {
  vertical-align: bottom;
  padding: 0 15px 15px;
  position: relative;
  display: table-cell;
}
.userPortfolio li .itemtitle h5 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 5px;
}
.userPortfolio li .itemtitle p {
  color: #ccc;
  line-height: 18px;
}
.userPortfolio li .itemtitle a {
  color: #2079f2;
}
.userPortfolio li.shown,
.no-cssanimations .userPortfolio li,
.no-js .grid li {
  opacity: 1;
}
.userPortfolio li a,
.userPortfolio li img {
  outline: 0;
  border: none;
  display: block;
  max-width: 100%;
}
/************************************************
           == Cms Pages css==
*************************************************/
.inner-page {
  padding: 50px 0;
}
.inner-page .title {
  text-align: center;
  margin-bottom: 40px;
}
.inner-page .title > span {
  color: #292929;
  font-size: 17px;
  margin-bottom: 10px;
}
.inner-page .title h2 {
  color: #292929;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0;
}
.inner-page .title > p {
  line-height: 24px;
}
.contact {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
  min-height: 122px;
}
.contact > span {
  color: #18a7ff;
  float: left;
  font-size: 50px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 70px;
}
.information {
  overflow: hidden;
  padding-right: 20px;
  margin-top: 5px;
}
.information > strong {
  color: #000;
  display: table;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.information > p {
  line-height: 22px;
  margin: 0;
}
.contact-form input,
.contact-form textarea {
  color: #8c8c8c;
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 32px;
  margin-bottom: 15px;
  padding: 5px 20px;
  width: 100%;
}
.contact-form {
  text-align: right;
}
.contact-form button {
  background-color: #18a7ff;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 18px 40px;
  margin-top: 20px;
}
/************************************************
           == FAQs css==
*************************************************/
.faqs {
  margin-bottom: 30px;
}
.faqs .panel-default > .panel-heading {
  background: none;
  border: none;
  padding: 0;
}
.faqs h4 a {
  padding: 15px 55px 15px 15px;
  display: block;
  background: #18a7ff;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 20px;
}
.panel-group .panel-body {
  line-height: 24px;
  color: #555;
}
.faqs h4 .collapsed:hover,
.faqs h4 a:hover,
.faqs h4 a:active {
  text-decoration: none;
  background: #18a7ff;
  color: #fff;
}
.faqs h4 a:before {
  content: "\f068";
  background: #fff;
  font-family: 'FontAwesome';
  width: 30px;
  padding: 6px 0;
  color: #18a7ff;
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}
.faqs h4 .collapsed:before {
  content: "\f067";
  font-family: 'FontAwesome';
  background: #666;
  width: 30px;
  padding: 6px 0;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  text-decoration: none;
}
.faqs h4 a.collapsed {
  background: #fff;
  color: #666;
  text-decoration: none;
}
/*Form Panel*/
.formpanel {
  margin-top: 20px;
}
.formpanel .formrow {
  margin-bottom: 15px;
}
.formpanel .form-control {
  height: auto;
  border-radius: 0;
  padding: 10px 13px;
  border-color: #ddd;
}
.formpanel select.form-control {
  border-radius: 0;
  line-height: 45px;
}
.formpanel textarea.form-control {
  height: 150px;
}
.formpanel .btn {
  width: 100%;
  background: #18a7ff;
  color: #fff;
  border-radius: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.formpanel .btn:hover {
  background: #222;
}
.featchoose li {
  margin-bottom: 10px;
}
/*Google Map*/
.gmap {
  margin-top: 20px;
}
.gmap iframe {
  height: 250px;
  width: 100%;
  border: none;
}
.googlemap iframe {
  height: 400px;
  width: 100%;
  border: none;
}
.userccount {
  background: #fff;
  border: 1px solid #ddd;
  padding: 25px 30px;
}
.userccount p {
  text-align: center;
  line-height: 24px;
  color: #999;
}
.userccount h5 {
  font-size: 20px;
  color: #555;
  font-weight: 700;
  margin-bottom: 15px;
}
.socialLogin {
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.socialLogin a {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 18px;
  margin: 0 5px;
  line-height: 36px;
}
.socialLogin a.fb {
  background: #3b5998;
}
.socialLogin a.gp {
  background: #dd4b39;
}
.socialLogin a.tw {
  background: #00aced;
}
.newuser {
  margin-top: 30px;
  text-align: center;
  color: #666;
  font-size: 18px;
}
.userbtns .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}
.userbtns .nav-tabs > li {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .userbtns .nav-tabs > li {
    width: 50%;
  }
}
.userbtns .nav-tabs > li a {
  border: none;
  background: #eee;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  color: #222;
}
.userbtns .nav-tabs > li a:hover,
.userbtns .nav-tabs > li.active a {
  background: #18a7ff;
  border: none;
  color: #fff;
}
.userbtns .nav-tabs > li.active a:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #18a7ff;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.strippckinfo {
  background: #fff;
  padding-top: 20px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.pkginfo {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  color: #777;
}
.pkginfo strong {
  color: #18a7ff;
  font-weight: 700;
}
.error-page-wrap {
  padding: 100px 0;
}
.error-page-wrap .errormain {
  text-align: center;
}
.error-page-wrap .errormain h2 {
  font-size: 350px;
  color: #999;
  font-weight: 900;
  line-height: 350px;
}
.error-page-wrap .errormain h3 {
  font-size: 40px;
  color: #888;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 5px;
  display: inline-block;
  border: 5px solid #ddd;
  padding: 20px 40px;
  margin-top: -20px;
}
.error-msg {
  margin-top: 50px;
}
.error-msg p {
  max-width: 500px;
  margin: auto;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.error-msg .btn {
  background: #18a7ff;
  color: #fff;
  margin-top: 30px;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 18px;
}
.about-wraper {
  padding: 100px 0;
}
.about-wraper h2 {
  font-size: 36px;
  color: #18a7ff;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-wraper p {
  line-height: 24px;
  font-size: 16px;
}
.about-wraper strong {
  font-weight: 700;
}
.about-wraper em {
  font-style: italic;
}
.about-wraper u {
  text-decoration: underline;
}
.about-wraper ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-wraper ul li {
  padding: 5px 0 5px 25px;
  position: relative;
  line-height: 24px;
  font-size: 16px;
}
.about-wraper ul li:before {
  content: '\f18e';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
}
.what_we_do {
  padding: 50px 0;
  background: #f8f8f8;
  margin-top: 100px;
}
.what_we_do .main-heading {
  color: #18a7ff;
  text-align: center;
  line-height: 48px;
  font-size: 36px;
  font-weight: 700;
}
.whatText {
  font-size: 24px;
  text-align: center;
  color: #444;
  line-height: 42px;
}
.whatList {
  list-style: none;
  margin-top: 50px;
}
.whatList li {
  text-align: center;
}
.whatList li .iconWrap {
  display: inline-block;
  border: 4px solid #ddd;
  border-radius: 100%;
  padding: 10px;
}
.whatList li .icon {
  font-size: 103px;
  color: #fff;
  background: #18a7ff;
  width: 180px;
  height: 180px;
  text-align: center;
  line-height: 180px;
  border-radius: 100%;
}
.whatList li h3 {
  font-size: 30px;
  color: #333;
  padding-top: 30px;
  margin-bottom: 15px;
}
.textrow {
  padding-top: 100px;
}
ul.orderlist {
  list-style: none;
  margin-top: 30px;
}
ul.orderlist li {
  float: left;
  width: 48%;
  margin-bottom: 12px;
  color: #333;
  font-size: 16px;
}
ul.orderlist li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #82B440;
}
.four-plan h3 {
  padding: 0px;
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
}
.four-plan .boxes {
  list-style: none;
  border-radius: 5px;
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  margin-top: 30px;
}
.four-plan .boxes:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.four-plan .boxes li {
  display: block;
}
.four-plan .icon {
  font-size: 52px;
  color: #565656;
  padding: 30px 0;
}
.four-plan .plan-name {
  font-size: 26px;
  padding: 10px 0;
}
.four-plan .plan-date {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.plan-pages {
  font-size: 16px;
  line-height: 43px;
  font-weight: bold;
  color: #868686;
}
.plan-pages1 {
  display: block;
  font-size: 16px;
  line-height: 43px;
  font-weight: bold;
  color: #e2e2e2;
}
.order {
  font-size: 16px;
  padding: 10px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.order a {
  background: #18a7ff;
  border-radius: 5px;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  display: block;
}
.order.paypal a {
  background: #003087;
}
.order a:hover {
  background: #333;
}
.main-plan {
  margin-bottom: 15px;
}
.main-plan .plan-price1-1 {
  font-size: 24px;
  float: left;
  color: #565656;
  margin-left: 30px;
  padding-top: 22px;
  font-weight: 300;
}
.main-plan .plan-price1-2 {
  font-size: 48px;
  font-weight: bold;
  float: left;
  color: #222;
}
.main-plan .plan-price1-3 {
  font-size: 18px;
  float: left;
  line-height: 20px;
  margin-right: 30px;
  color: #cdcdcd;
  font-weight: 300;
  padding-top: 32px;
}
.main-plan .plan-price1-4 {
  display: block;
}
.three-plan {
  padding: 100px 0;
}
.three-plan h3 {
  padding: 0px;
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
}
.three-plan ul {
  list-style: none;
  background: #fff;
}
.three-plan li {
  padding: 0px;
}
.three-plan .boxes {
  background: #fff;
  margin-top: 30px;
}
.pricing-table1 {
  background: #ffc600;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 10px 0px;
}
.pricing-table1 strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.pricing-detail {
  list-style: none;
}
.pricing-detail li {
  display: block;
  text-align: center;
}
.pricing-unit1 {
  font-size: 57px;
  float: left;
  color: #ffc600;
  margin-left: 20px;
  padding-top: 80px;
  font-weight: 300;
}
.pricing-unit1-1 {
  font-size: 132px;
  font-weight: bold;
  color: #ffc600;
  float: left;
}
.pricing-unit1-2 {
  font-size: 18px;
  line-height: 20px !important;
  color: #cdcdcd;
  float: left;
  font-weight: 300;
  padding-top: 100px;
}
.pricing-unit1-3 {
  display: block;
}
.pricing-unit2 {
  font-size: 57px;
  float: left;
  color: #00aeff;
  margin-left: 20px;
  padding-top: 80px;
  font-weight: 300;
}
.pricing-unit2-1 {
  font-size: 132px;
  font-weight: bold;
  color: #00aeff;
  float: left;
}
.pricing-unit2-2 {
  font-size: 18px;
  line-height: 20px !important;
  color: #cdcdcd;
  font-weight: 300;
  padding-top: 100px;
}
.pricing-unit2-3 {
  display: block;
}
.pricing-unit3 {
  font-size: 57px;
  float: left;
  color: #56d700;
  margin-left: 20px;
  padding-top: 80px;
  font-weight: 300;
}
.pricing-unit3-1 {
  font-size: 132px;
  font-weight: bold;
  color: #56d700;
  float: left;
}
.pricing-unit3-2 {
  font-size: 18px;
  line-height: 20px !important;
  color: #cdcdcd;
  font-weight: 300;
  padding-top: 100px;
}
.pricing-unit3-3 {
  display: block;
}
.three-plan .plan-name-dt {
  font-size: 36px;
  font-weight: bold;
  color: #5c5c5c;
  padding: 0px 82px;
  padding-top: 75px;
  line-height: 44px;
  padding-bottom: 39px;
}
.three-plan .plan-good i {
  font-size: 18px;
  color: #a8a8a8;
  margin-right: 12px;
}
.three-plan .plan-pages {
  font-size: 16px;
  line-height: 43px;
  padding-left: 70px;
  font-weight: 300;
  color: #a8a8a8;
  border-top: 1px solid #f5f5f5;
  padding-top: 3px;
}
.three-plan .plan-detail {
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  font-weight: bold;
  color: #868686;
  border-top: 1px solid #f5f5f5;
  padding-top: 3px;
}
.three-plan .plan-detail1 {
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  font-weight: bold;
  color: #868686;
  border-top: 1px solid #f5f5f5;
  padding-top: 3px;
}
.three-plan .plan-detail1 i {
  color: green !important;
}
.three-plan .plan-detail i {
  color: red !important;
}
.pricing-table1-2 {
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 10px 0px;
}
.pricing-table1-2 strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.pricing-table1-3 {
  background: #56d700;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 10px 0px;
}
.pricing-table1-3 strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.three-plan .plan-pages i {
  font-size: 18px;
  color: #a8a8a8;
  margin-right: 12px;
}
.three-plan .plan-pages1 {
  display: block;
  font-size: 16px;
  line-height: 43px;
  font-weight: bold;
  color: #e2e2e2;
}
.three-plan .order-1 {
  background: #ffc600;
  font-size: 16px;
  padding: 25px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.three-plan .order-1 a {
  background: #000;
  border-radius: 5px;
  padding: 12px 32px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.three-plan .order-2 {
  background: #000;
  font-size: 16px;
  padding: 25px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.three-plan .order-2 a {
  background: #00aeff;
  border-radius: 5px;
  padding: 12px 32px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.three-plan .order-3 {
  background: #56d700;
  font-size: 16px;
  padding: 25px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.three-plan .order-3 a {
  background: #000;
  border-radius: 5px;
  padding: 12px 32px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.blogWraper {
  margin-bottom: 40px;
}
.blogList {
  list-style: none;
}
.blogList li {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
}
.postimg {
  position: relative;
  display: inline-block;
}
.blogList li:hover .postimg:before {
  background: rgba(255, 255, 255, 0.4);
}
.postimg .date {
  width: 60px;
  height: 60px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  padding: 7px 10px 0 10px;
  text-align: center;
  line-height: 20px;
  background: #18a7ff;
  letter-spacing: 0.4px;
  outline: 3px solid #18a7ff;
  border: 1px solid #fff;
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 12;
}
.widget-title {
  font-size: 18px;
  font-weight: normal;
  color: #2d2a2a;
  margin-bottom: 0;
  text-transform: uppercase;
}
.post-header {
  margin-bottom: 20px;
}
.post-header h1,
.post-header h2 {
  display: block;
  line-height: 1.3em;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin: 0;
  text-transform: capitalize;
}
.post-header h4 a {
  font-size: 24px;
  color: #18a7ff;
}
.post-header h4 a:hover {
  color: #333;
}
.postmeta {
  margin: 15px 0 20px 0;
  line-height: 24px;
}
.postmeta span,
.postmeta a {
  color: #18a7ff;
}
.blogList p,
.blogGrid li p {
  line-height: 24px;
  color: #333;
}
.blogList .readmore,
.blogGrid .readmore {
  border-bottom: 1px dotted #00b1f1;
  display: inline-block;
  margin-top: 15px;
  color: #000;
  padding-bottom: 5px;
}
.blogList .readmore:hover,
.blogGrid .readmore:hover {
  text-decoration: none;
  color: #00b1f1;
}
.blogGrid {
  list-style: none;
}
.blogGrid li {
  margin-bottom: 30px;
}
.blogGrid li .int {
  background: #fff;
  padding: 20px;
  border: 1px solid #e4e4e4;
}
.blogGrid li .int:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #18a7ff;
}
.blogGrid li .post-header {
  margin-top: 10px;
}
.blogdetailbox {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
}
blockquote {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
  padding: 20px 20px 20px 60px;
  position: relative;
  border: 3px solid #00b1f1;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
blockquote p {
  font-style: italic;
  display: inline-block;
  color: #000;
}
blockquote:before {
  color: #ddd;
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 22px;
  font-style: normal;
  left: 24px;
  position: absolute;
  top: 20px;
  transform: scale(-1);
}
blockquote:after {
  color: #ddd;
  content: "\f10e";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 22px;
  font-style: normal;
  margin: 0 0 0 8px;
  position: relative;
  top: 3px;
}
.comments h4 {
  color: #222222;
  font-size: 24px;
}
.comments .media-body h4 span {
  font-size: 12px;
  color: #777777;
  margin-left: 20px;
  display: inline-block;
  width: 100%;
}
.comments {
  margin-top: 30px;
}
.comments .media-list {
  margin-bottom: 30px;
}
.comments .media-list li {
  padding: 20px;
  border: 1px solid #e9e9e9;
  position: relative;
  background: #fff;
}
.comments .media-left {
  margin-right: 20px;
}
.comments .media-left a {
  width: 100px;
  display: inline-block;
}
.comments .media p {
  margin-top: 5px;
  color: #333;
  line-height: 20px;
}
.comments .media h6 span {
  font-size: 13px;
  color: #999;
  margin: 0;
  margin-top: 10px;
  text-transform: none;
  display: inline-block;
  width: 100%;
}
.comments .media {
  margin-top: 30px;
}
.comments .media h6 {
  color: #00b1f1;
  font-size: 16px;
  text-transform: none;
}
.comments .btn.raply {
  padding: 10px 12px;
  font-size: 12px;
  color: #333;
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 15px;
  right: 0;
}
.comments .btn.raply:hover {
  background: #00b1f1;
  color: #fff;
}
.comments .media a img {
  margin-bottom: 10px;
}
.commnetsfrm {
  background: #fff;
  padding: 25px;
}
.comments form label {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
.comments form .form-control {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  border-radius: 0px;
  box-shadow: none;
  background: none;
  border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
  display: inline-block;
  width: 100%;
  height: 150px;
}
.commnetsfrm .btn {
  background: #00b1f1;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  border-radius: 0;
  font-size: 18px;
  padding: 8px 18px;
}
.search {
  position: relative;
  margin-bottom: 15px;
}
.search .form-control {
  border-radius: 0;
  height: auto;
  padding: 10px 12px;
  border-color: #ddd;
}
.search .btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  background: none;
  font-size: 20px;
}
.categories li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.categories li a {
  margin-top: 0;
  color: #888;
}
.categories li:before {
  content: "\f0da ";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  color: #00b1f1;
  font-size: 12px;
}
.categories li a:hover {
  color: #00b1f1;
}
/*Archives*/
.archive li {
  line-height: 45px;
}
.archive li a {
  margin-top: 0;
  color: #888;
}
.archive li span {
  float: left;
  height: 30px;
  width: 30px;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #fff;
  outline: 3px solid #f5f5f5;
  margin-right: 20px;
  line-height: 26px;
  font-size: 12px;
  color: #777777;
  margin-top: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.archive li a:hover span {
  background: #18a7ff;
  color: #fff;
}
/*Popular Posts*/
.papu-post .media-left {
  margin-right: 0px;
}
.papu-post .media-left img {
  width: 100%;
}
.papu-post .media-left a {
  width: 80px;
  margin-top: 0;
  margin-right: 5px;
  display: inline-block;
}
.papu-post span {
  color: #333;
  letter-spacing: 0px;
  font-size: 11px;
}
.papu-post li {
  border-bottom: 1px solid #ececec;
  padding: 20px 0;
  margin: 0px;
}
.papu-post .media-heading {
  display: inline-block;
  width: 100%;
  color: #00b1f1;
  margin-top: 0px;
  line-height: 20px;
}
.papu-post li:last-child {
  border-bottom: 0;
}
/*Tags*/
.tags:after {
  display: table;
  clear: both;
  content: '';
}
.tags li {
  display: inline-block;
  float: left;
}
.tags a {
  color: #969595;
  border: 1px solid #dadada;
  padding: 7px 10px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.tags a:hover {
  border: 1px solid #18a7ff;
  background: #18a7ff;
  color: #fff;
  text-decoration: none;
}
/*Photo Streen*/
.photo-steam {
  margin: 0 -5px;
}
.photo-steam:after {
  display: table;
  clear: both;
  content: '';
}
.photo-steam li {
  float: left;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.usernavdash {
  margin-bottom: 30px;
}
.usernavdash li a {
  border: 1px solid #eee;
  border-bottom: none;
  padding: 10px 15px;
  color: #444;
  display: block;
  background: #fff;
}
.usernavdash li:last-child a {
  border-bottom: 1px solid #eee;
}
.usernavdash li a:hover {
  background: #18a7ff;
  color: #fff;
  text-decoration: none;
}
.usernavdash li i {
  margin-right: 2px;
  font-size: 18px;
  width: 25px;
  color: #999;
}
.usernavdash li.active a {
  background: #18a7ff;
  color: #fff;
}
.usernavdash li.active a i,
.usernavdash li a:hover i {
  color: #fff;
}
.profilestat li .inbox {
  border: 1px solid #eee;
  text-align: center;
  background: #fff;
  padding: 15px 10px;
  margin-bottom: 30px;
}
.profilestat li i {
  font-size: 36px;
  color: #999;
  margin-bottom: 15px;
  display: block;
}
.profilestat li h6 {
  font-size: 30px;
  color: #18a7ff;
  margin-bottom: 10px;
}
.profilestat li h6 span {
  font-size: 18px;
  color: #999;
}
.profilestat li strong {
  display: block;
  font-size: 13px;
  color: #333;
}
.instoretxt {
  font-size: 18px;
  background: #fff;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.instoretxt .credit {
  font-size: 24px;
  margin-bottom: 20px;
}
.instoretxt .currency {
  font-size: 16px;
  font-weight: 700;
}
.instoretxt .currency strong {
  color: #18a7ff;
}
.instoretxt strong {
  font-weight: 700;
  color: #18a7ff;
}
.instoretxt a {
  font-size: 18px;
  display: inline-block;
  padding: 9px 20px;
  background: #18a7ff;
  color: #fff;
  margin: 0 5px;
}
.instoretxt a:hover {
  background: #333;
  text-decoration: none;
}
.instoretxt a.history {
  background: #444;
}
.myads h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
}
/* The switch - the box around the slider */
.switchbox {
  margin-bottom: 20px;
}
.switchbox .txtlbl {
  float: left;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}
.switchbox .txtlbl i {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.switchbox strong {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px !important;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 10px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 10px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 33px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}
.subscribe {
  padding: 50px 0;
  background-color: #f9b943;
  text-align: center;
}
.subscribe h6 {
  font-size: 30px;
  color: #fff;
}
.subscribe p {
  color: #fff;
  max-width: 670px;
  margin: 0 auto;
}
.subscribe .row {
  margin: 0 -1px;
  margin-top: 10px;
}
.subscribe .row div {
  padding: 0 1px;
}
.subscribe .form-control {
  height: auto;
  padding: 10px 13px;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.subscribe .btn {
  background: #333;
  padding: 10px 20px;
  color: #fff;
  border-color: #333;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
}
.footerWrap {
  background: #e9e9e9;
  padding: 50px 0;
}
.footerWrap .social i {
  font-size: 14px;
}
.footerWrap h5 {
  font-size: 14.5px;
  font-weight: bold;
  color: #0080b7;
  margin-bottom: 15px;
}
.footerWrap p {
  line-height: 22px;
  color: #ccc;
}
.footerWrap .ft-logo {
  margin-bottom: 15px;
}
.footerWrap .address {
  margin-bottom: 20px;
  padding-top: 8px;
  color: #fff;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
.footerWrap .address:before {
  position: absolute;
  left: 0;
  content: '\f041';
  font-family: 'FontAwesome';
  font-size: 18px;
}
.footerWrap .email {
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.footerWrap .email:before {
  position: absolute;
  left: 0;
  content: '\f003';
  font-family: 'FontAwesome';
  font-size: 18px;
}
.footerWrap .email a,
.footerWrap .phone a {
  color: #fff;
}
.footerWrap .phone {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
.footerWrap .phone:before {
  position: absolute;
  left: 0;
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
}
.social {
  margin-top: 20px;
}
.social .face {
  background-color: #3c5b9b;
}
.social .youtube {
  background-color: #e62f2d;
}
.social .twitter {
  background-color: #1da1f2;
}
.social a {
  color: #fff;
  font-size: 32px;
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
}
.social a:hover {
  color: #36b3e5;
}
.sidebar .social a {
  color: #444;
}
/*Articles*/
.posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.posts-list li {
  border: none;
  margin: 15px 0;
}
.posts-list .media-left {
  margin-right: 30px;
  width: 80px;
  float: left;
  padding-right: 0;
}
.posts-list .entry-title {
  font-weight: 400;
  text-transform: inherit;
  margin: 0 0 5px;
}
.post .entry-title a {
  color: #fff;
  font-size: 16px;
}
.posts-list .entry-meta {
  padding: 0;
}
.posts-list .entry-date {
  color: #ccc;
  font-style: italic;
  text-transform: capitalize;
}
.btad {
  text-align: center;
  margin-bottom: 30px;
}
.footerWrap .quicklinks {
  list-style: none;
}
.footerWrap .quicklinks li a {
  display: block;
  color: #1790d4;
  padding: 8px 0;
  font-size: 14px;
}
.footerWrap .quicklinks li a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  margin-right: 7px;
}
.footerWrap .quicklinks li a:hover {
  color: #18a7ff;
  text-decoration: none;
}
.copyright {
  padding: 10px 0;
  color: #777;
  background-color: #07a;
}
.copyright ul li {
  display: inline;
}
.copyright ul li a {
  color: #555;
  padding: 0 5px;
  display: inline-block;
  margin: 5px;
}
.copyright a:hover {
  color: #000;
}
.paylogos {
  text-align: right;
}
.bttxt {
  color: #ffff;
  line-height: 24px;
}
/*copyright*/
.copyright {
  padding: 20px 0;
}
.copyright a {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .main-plan .plan-price2 {
    margin-left: 0px;
    font-size: 44px;
  }
  .main-plan .plan-price2-1 {
    font-size: 70px;
  }
  .main-plan .plan-price2-2 {
    margin-right: 0px;
  }
  .main-plan .plan-price {
    margin-left: 0px;
    font-size: 44px;
  }
  .main-plan .plan-price-1 {
    font-size: 70px;
  }
  .main-plan .plan-price-2 {
    margin-right: 0px;
  }
  .main-plan .plan-price1-1 {
    margin-left: 0px;
    font-size: 44px;
  }
  .main-plan .plan-price1-2 {
    font-size: 70px;
  }
  .main-plan .plan-price1-3 {
    margin-right: 0px;
  }
  .pricing-unit1 {
    margin-left: 5px;
  }
  .pricing-unit2 {
    margin-left: 5px;
  }
  .pricing-unit3 {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .usernav li a {
    padding: 19px 14px;
  }
  .jobslist li .applybtn {
    margin-top: 15px;
  }
  .pageSearch a.btn {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 990px) {
  body {
    font-size: 16px;
  }
  .navbar-default {
    float: none;
  }
  .three-plan li {
    padding: 0 15px;
    margin-top: 15px;
  }
  .three-plan ul {
    background: none;
  }
  .main-plan {
    max-width: 150px;
    margin: 0 auto;
  }
  .main-unit {
    max-width: 240px;
    height: 200px;
    margin: 0 auto;
  }
  /*Search*/
  .searchwrap {
    padding: 40px 0;
  }
  .searchbar {
    padding: 20px 5px 5px 5px;
  }
  .searchbar .btn {
    width: 100%;
  }
  ul.orderlist li {
    float: none;
    width: auto;
  }
  .optionlist li {
    font-size: 14px;
  }
  .searchList li p {
    font-size: 16px;
  }
  .sidebar a {
    font-size: 16px;
  }
  .sidebar .social a {
    font-size: 30px;
  }
  .pageTitle h1,
  .breadCrumb {
    text-align: center;
  }
  /*job detail*/
  .job-header .jobinfo .companyinfo {
    text-align: left;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 30px;
  }
  .whatList li {
    margin-bottom: 30px;
  }
  .about-wraper h2 {
    margin-top: 20px;
  }
  .postimg {
    margin-top: 15px;
  }
  .about-wraper,
  .textrow {
    padding: 50px 0;
  }
  .appwraper .appbtn {
    margin-top: 30px;
  }
  .appwraper .titleTop h3 {
    font-size: 40px;
  }
  .appwraper .subtitle2 {
    font-size: 24px;
  }
  /*Footer*/
  .footerWrap h5 {
    margin-top: 25px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .topsearchwrap h5 {
    margin-top: 30px;
  }
  .pagiWrap {
    margin-bottom: 30px;
    clear: both;
  }
  .jobButtons a {
    font-size: 15px;
    margin-right: 0px;
    padding: 6px 10px;
  }
  .post-header h4 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    text-align: center;
    float: left;
  }
  .navbar-header {
    float: right;
  }
  .navbar-toggle {
    background: #ccc;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
  }
  .usernav li a {
    padding: 12px 15px;
  }
  .titleTop h3 {
    font-size: 36px;
  }
  .catelist {
    margin-bottom: 30px;
  }
  .jobslist li .col-md-7,
  .jobslist li .col-md-9 {
    padding-left: 15px;
  }
  .main-plan .plan-price2 {
    margin-left: 0px;
    font-size: 44px;
  }
  .pagiWrap .showreslt {
    margin-bottom: 10px;
  }
  .searchform .form-control {
    margin-bottom: 15px;
  }
  .job-header .jobinfo {
    padding: 15px;
  }
  .job-header .contentbox {
    padding: 20px;
  }
  /*sidebar*/
  .sidebar {
    margin-top: 30px;
  }
  .text-right {
    text-align: left;
  }
  /*Photo Streem*/
  .photo-steam li {
    width: 50%;
  }
  .appimg {
    display: none;
  }
  .appwraper .appbtn a {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .pull-right {
    float: none !important;
  }
  .navbar-collapse {
    padding: 0 15px;
  }
  .comments .media-list li.margin-left80 {
    margin-left: 0;
  }
}
/*******************
	Mobiles Screen
*******************/
@media screen and (max-width: 560px) {
  .jobButtons a {
    display: block;
    margin-right: 0;
    margin-top: 10px;
  }
  .searchwrap h3 {
    font-size: 24px;
  }
  .searchbar .input-group {
    display: block;
  }
  .searchbar .btn {
    margin: 15px 0 0 0;
  }
  .usernav li a {
    padding: 10px 10px;
    text-transform: none;
  }
  .error-page-wrap .errormain h2 {
    font-size: 150px;
    line-height: 160px;
  }
  .error-page-wrap .errormain h3 {
    font-size: 28px;
  }
  .searchList li {
    text-align: center;
  }
  .searchList li .jobimg {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .job-header .jobinfo .companyinfo,
  .job-header .jobinfo .candidateinfo,
  .educationList li {
    text-align: center;
  }
  .job-header .jobinfo .companyinfo .companylogo,
  .job-header .jobinfo .candidateinfo .userPic,
  .educationList li .date {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .job-header .jobinfo .candidateinfo .userPic {
    height: auto;
  }
  .employerList {
    margin: 15px 0;
  }
  .copyright ul li a {
    background: #ddd;
    color: #000;
    padding: 8px 15px;
    margin: 5px;
    display: block;
  }
  .copyright ul li a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
  }
  .appwraper .titleTop h3 {
    font-size: 36px;
  }
  .appwraper {
    padding-top: 50px;
  }
  .appimg {
    display: none;
  }
  .nav-tabs > li,
  .tabswrap .nav-tabs {
    float: none;
  }
  .tabswrap .nav-tabs > li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 400px) {
  .header .col-md-5 {
    padding-right: 15px;
  }
  .usernav li {
    width: 50%;
    text-align: center;
  }
}
.category-hot {
  height: 40px;
  display: block;
  width: 100%;
  margin: auto;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.category-hot li:first-child {
  margin-left: 0!important;
}
.category-hot li {
  float: left;
}
.category-hot li a {
  color: #555;
  text-transform: capitalize;
}
.category-hot li {
  padding: 10px 5px;
  float: left;
}
.top-category-hot {
  background-color: #f7f6f6;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 991px) {
  .top-category-hot {
    display: none;
  }
}
.li-chevron-right {
  position: relative;
}
.li-chevron-right:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  right: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #1d405c;
  border-bottom: 1px solid #1d405c;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.category-hot li:first-child .li-chevron-right {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
}
.category-hot li:first-child .li-chevron-right:before {
  border-right: none;
  border-bottom: none;
}
.category-hot li span {
  color: #888;
  font-size: 20px;
  line-height: 20px;
}
.category-hot .arrow-right {
  font-size: 9px;
  font-weight: 500;
  margin-left: 15px;
  margin-right: 10px;
}
.box_general h2 {
  font-size: 20px!important;
}
.box_general {
  background: #fff;
  padding-bottom: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 20px;
}
.box_general .fa {
  font-size: 18px;
}
.box_general .box-body {
  padding: 15px;
}
.box_general .item a {
  display: block;
  color: #1790d4;
}
@media (min-width: 768px) {
  .pb-n .box_general .item {
    min-height: 118px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .pb-n .col-xs-6:nth-child(3n+1) {
    clear: both;
  }
}
.box_general .item {
  margin-bottom: 3px;
  display: inline-block;
}
.hotline h2.text_ellipsis {
  background: #499cd6;
  color: #ffffff;
  font-size: 24px;
}
.hotline .box_general > h2,
.hotline .box_general > h3 {
  font-size: 18px;
  margin: auto;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.hotline .box_general h3 {
  font-size: 20px!important;
  margin-top: 0;
}
.hotline .box_general .area .col-lg-3 > span {
  margin-bottom: 7px;
  display: inline-block;
  padding-left: 15px;
}
.hotline .box_general .area {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.hotline .pt-20 {
  padding-top: 20px!important;
}
.hotline .column-hotline span {
  color: #555555;
}
.hotline .column-hotline strong {
  color: #1790d4;
}
.hotline .box_general .title-area span {
  color: #fc205c;
}
.hotline h1,
.hotline h2,
.hotline h3 {
  padding: 4px 0;
}
.mt-15 {
  margin-top: 15px!important;
}
.box_general .area .title-area {
  font-weight: 500!important;
}
.box_index {
  background: #fc205b;
  padding: 10px;
  padding-top: 30px;
  border-radius: 2px;
  margin-bottom: 20px;
  color: #fff;
}
.box_index p {
  margin: 0 0 10px;
}
.box_index .row .item .count {
  font-size: 30px;
}
.text_red {
  color: #fc205c;
}
.dollar .fa,
.time .fa,
.location .fa {
  font-size: 12px;
}
.job_info .company a {
  color: #999 !important;
  text-transform: capitalize;
  font-size: 13px;
}
.job_info .dollar {
  color: #fc205c;
  font-size: 13px;
}
@media (min-width: 768px) {
  .job_info .dollar {
    float: left;
  }
}
.job_info .time {
  color: #555;
  font-size: 11px;
}
@media (min-width: 520px) {
  .job_info .time {
    clear: both;
    margin-top: 5px;
    width: 80px;
  }
}
.job_info .jobslist li h4 {
  margin-bottom: 0;
}
.location {
  font-size: 12px;
}
.box-function .box-function-last .item-function:hover {
  background: #fc205c;
}
.box-function .box-function-last .item-function:hover .label-account-log,
.box-function .box-function-last .item-function:hover i {
  color: #fff;
}
.box-function {
  margin-bottom: 20px;
  margin-top: 20px;
}
.box-function .box-function-last .label-account-log,
.box-function .box-function-last i {
  color: #fc205c;
}
.box-function .item-function {
  display: block;
  padding: 10px 15px;
  background: #fff;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .box-function .item-function {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
}
.box-function .item-function .box-account-log {
  color: #0091ce;
}
.box-function .item-function .box-account-log .icon-func {
  font-size: 52px;
}
.box-function .item-function .box-account-log p {
  margin-bottom: 0;
}
.box-function .item-function .box-account-log .label-account-log {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.box-function .item-function .box-account-log i {
  font-size: 52px;
}
.box-function .item-function:hover {
  text-decoration: none;
  background: #1790d4;
}
.box-function .item-function:hover .box-account-log {
  color: #fff;
}
@media (min-width: 768px) {
  .text_ellipsis {
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
  }
}
.uppercase {
  text-transform: uppercase;
}
.box-best-employer .item {
  height: 110px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 10px;
}
.box-best-employer .box_general .item {
  height: 112px;
  overflow: hidden;
}
.box-best-employer .col-xs-4:nth-child(3n+1) {
  clear: both;
}
#list-box-left .box_general {
  padding-bottom: 0;
}
.box_general .box-best-employer .item .logo-em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
  background-image: url(/loadding.gif);
  background-size: cover;
  background-position: 50% 50%;
}
.box_general .box-best-employer {
  overflow: hidden;
  margin-top: 6px;
  padding: 5px;
}
.row.row-custom > div[class*=col-] {
  padding-right: 3px;
  padding-left: 3px;
}
.row-custom > div[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.row.row-custom > div[class*=col-] {
  padding-right: 3px;
  padding-left: 3px;
}
.row.row-custom {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.box_general .box-email-subscribe {
  overflow: hidden;
  margin-top: 10px;
}
.box_general .box-email-subscribe .btn:hover {
  background-color: #18a7ff;
}
.box_general > h2,
.box_general > h3 {
  font-size: 18px;
  margin: auto;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.box_general .el1 .el2 .box-category-search ul li {
  list-style: none;
  margin: auto;
  padding: 8px 0;
  border-bottom: 1px dotted #ddd;
}
.box_general .el1 .el2 .box-category-search ul {
  padding: 0 20px;
}
.box_general .el1 .el2 .box-category-search {
  margin-bottom: 10px;
}
.box_general .box-email-subscribe .button_submit .btn {
  width: 100%;
  background: #fc205c;
  color: #fff;
}
.pd-15 {
  padding: 15px!important;
}
.box_general .input-search-cat {
  padding: 10px 15px;
}
.mw-container .mw_scroll {
  background: #fff;
  margin: auto;
}
.mw-container .job-over-item[data-v-6fce03f1] {
  padding: 0 5px;
}
.mw-container .job-item {
  background-color: #fff;
  padding: 5px 0;
  border-radius: 2px;
  margin: 5px 0;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
@media (min-width: 768px) {
  .mw-container .job-item {
    border: 1px solid hsla(0, 0%, 93%, 0.8);
  }
}
@media (max-width: 768px) {
  .mw-container .job-item {
    border-bottom: 1px solid hsla(0, 0%, 93%, 0.8);
  }
}
@media (max-width: 768px) {
  .mw-container .job-item {
    margin-top: 0;
    padding-top: 0;
  }
}
.mw-container .job-item:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .mw-container .job-item .job_info {
    padding: 0 10px;
  }
}
.mw-container .job-item .job_info .company_logo {
  float: left;
  max-width: 65px!important;
  width: 65px;
  margin-right: 0!important;
}
.mw-container .job-item p {
  margin: auto;
  overflow: hidden;
  margin-bottom: 0;
}
.mw-container .job-item .job_info .company_name .j_title a {
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .mw-container .job-item .job_info .company_name .j_title a {
    display: inline-block;
    max-width: 110%;
  }
}
@media (min-width: 768px) {
  .mw-container .job-item .j_company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mw-container .job-item .j_company .name {
  white-space: nowrap!important;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
}
.mw-container .job-item .job_info .company_name .j_company a {
  color: #999;
  text-transform: capitalize;
  font-size: 13px;
}
.mw-container .job-item .j_company .viewed {
  margin-left: 4px;
}
.mw-container .job-item .job_info .company_name .table-item {
  width: 100%;
  overflow: hidden;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .mw-container .job-item .job_info .company_name .table-item .time {
    float: left;
    width: 50%;
    color: #555;
    font-size: 12px;
  }
}
.mw-container .job-item .job_info .company_name .table-item .location {
  color: #555;
  font-size: 12px;
}
.box-category-con .vb > .vb-dragger > .vb-dragger-styler,
.mw-container .vb > .vb-dragger > .vb-dragger-styler {
  background-color: hsla(0, 0%, 62%, 0.5);
}
.vb > .vb-dragger > .vb-dragger-styler {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transition: background-color 0.1s ease-out, margin 0.1s ease-out, height 0.1s ease-out;
  transition: background-color 0.1s ease-out, margin 0.1s ease-out, height 0.1s ease-out;
  background-color: rgba(48, 121, 244, 0);
  margin: 5px 5px 5px 0;
  border-radius: 20px;
  height: calc(100% - 10px);
  display: block;
}
.vb > .vb-dragger {
  z-index: 5;
  width: 12px;
  right: 0;
}
.icon-before {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 18px;
  color: #c9c9c9;
  z-index: 9;
}
#jbsearch {
  padding-left: 30px;
}
::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background-color: #e6e8ea;
}
::-webkit-scrollbar-thumb {
  background-color: hsla(0, 0%, 62%, 0.5);
}
@media (max-width: 768px) {
  .jobslist li .jobint {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .header #nav-main {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    -webkit-transform: translate(-105%);
    transform: translate(-105%);
    transition: all 0.3s;
    z-index: 20;
  }
  .header #nav-main .navbar-nav {
    margin-top: 0;
  }
  .header #nav-main .navbar-nav > li > a {
    color: #1a2b48 !important;
  }
  .header #nav-main .navbar-nav > li.active > a {
    color: #fff !important;
  }
  .header #nav-main .navbar-nav > li > a:focus,
  .header #nav-main .navbar-nav > li > a:hover {
    color: #fff !important;
  }
  .header #nav-main p.icon_menu.text-center {
    text-align: left;
    display: inline-block;
  }
  .header #nav-main p.icon_menu.text-center img {
    vertical-align: middle;
  }
  .header #nav-main .navbar-nav > li > a {
    text-transform: capitalize;
  }
  .header #nav-main.collapse {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .header #nav-main .navbar-nav > li {
    border-top: 1px solid #e6e6e6;
  }
  .header #nav-main .navbar-nav > li:first-child {
    border-top: none;
  }
  .navbar-header .navbar-toggle {
    background: transparent;
    margin-top: 14px;
  }
  .navbar-header .navbar-toggle i {
    font-size: 32px;
    color: #fff;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .header #nav-main {
    border-right: 1px solid #1a2b48;
  }
}
.mw_footer {
  background-color: #0080b7;
}
.mw_footer .bottom {
  background-color: #1d89b8;
  margin-top: 20px;
}
.mw_footer .info-tag {
  padding: 15px 0;
  color: hsla(0, 0%, 93%, 0.4);
}
.mw_footer .info-tag a {
  color: hsla(0, 0%, 100%, 0.74);
}
.mw_footer .scroll-to-top {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  text-align: center;
  background: red;
  position: fixed;
  bottom: 20px;
  right: 24px;
  background-color: #19a2dc;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.mw_footer .info-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px!important;
}
.mw_footer .info-footer .info-left h4 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .mw_footer .info-footer .info-left h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .mw_footer .info-footer .info-left h4 {
    font-size: 14px;
  }
}
.mw_footer .info-footer .info-left .head-title {
  font-size: 15px;
  color: #fff;
}
.mw_footer .info-footer .info-left .head-title {
  font-size: 15px;
  color: #fff;
}
.fw-500 {
  font-weight: 500!important;
}
.mw_footer .info-footer p {
  color: #f9f9f9;
  line-height: 28px;
  display: table;
}
.mt-20 {
  margin-top: 20px!important;
}
.divider-heade {
  color: #0080b7;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14.5px;
}
.mw_footer .quicklinks_title {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.mw_footer .quicklinks li {
  line-height: 28px;
  display: table;
}
.mw_footer .quicklinks li a {
  color: #f9f9f9;
}
.pull-right .sidebar {
  padding: 0;
}
.pull-right .gad {
  margin-top: 0;
  margin-bottom: 0;
}
.job-featured .job-item {
  min-height: 81px;
}
.job-featured .job-item .job_info .company_name {
  float: left;
  max-width: calc(100% - 65px) !important;
  width: calc(100% - 65px);
  padding-left: 5px;
  line-height: 20px;
}
.job-hight .job_info .table-item {
  line-height: 20px;
}
.job-hight .job_info .extra-info {
  width: 200px;
  float: left;
  height: 55px;
}
@media (min-width: 768px) {
  .job-hight .job_info .extra-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
}
@media (max-width: 380px) {
  .job-hight .job_info .extra-info {
    padding-left: 10px;
  }
}
.job-hight .job_info .company_name {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
@media (min-width: 768px) {
  .job-hight .job_info .company_name {
    float: left;
    height: 55px;
    max-width: calc(100% - 265px) !important;
    width: calc(100% - 265px);
  }
}
@media (min-width: 768px) {
  .job-hight .job_info .company_name {
    overflow: hidden;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes a {
  0% {
    background-position: -468px 0;
  }
  to {
    background-position: 468px 0;
  }
}
.jobint .col-md-3.col-sm-3.col-xs-3 a {
  flex: 0 0 50%;
  overflow: hidden;
  background: #0091cf;
  background-size: 800px auto;
  display: block;
}
@media (min-width: 768px) {
  .jobint .time {
    float: left;
  }
}
@media (max-width: 520px) {
  .jobint .time {
    margin: 0 auto;
  }
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #4891d0;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #3f80b8;
}
.state-footer a {
  padding: 5px 0;
}
.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover {
  box-shadow: none;
  border: none;
  outline: none;
}
.employerList .owl-nav i:hover,
.employerList .owl-controls .owl-nav i:hover {
  background-color: #fc205c;
}
button.owl-next:focus {
  border: none;
  outline: none;
}
.form-control {
  box-shadow: none;
  outline: none;
}
.form-control.focus,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #5c6ac4;
  -webkit-box-shadow: 0 0 0 1px #5c6ac4;
  box-shadow: 0 0 0 1px #5c6ac4;
  outline: 0;
}
.jobs-Latest .time {
  clear: both;
}
@media (min-width: 768px) {
  .jobs-Latest .time {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .jobs-Latest .time {
    line-height: 27px;
  }
}
.bravo-more-menu {
  border: none;
  background: transparent;
  font-size: 32px;
  padding: 0 10px;
  float: right;
  transition: all 0.3s;
  margin-top: 21px;
  color: #fff;
}
@media (min-width: 768px) {
  .bravo-more-menu {
    display: none;
  }
}
.bravo-more-menu:active,
.bravo-more-menu:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.bravo-more-menu i {
  font-size: 30px;
}
.header .bravo-menu-mobile.active {
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}
.bravo-effect-bg,
.bravo-effect-user-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 19;
  left: 0;
  top: 0;
  opacity: 0.5;
  display: none;
}

@media (max-width: 768px) {
  .header .navbar-nav {
    margin: 0;
  }
  .header .b-close {
    position: absolute;
    right: 10px;
    top: -4px;
    z-index: 11;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    line-height: 40px;
  }
  .header .b-close i {
    font-size: 22px;
  }
  .header .avatar {
    background: #1a2b48;
    color: #fff;
    text-align: center;
    padding: 20px 0;
  }
}
@media (min-width: 769px) {
  .header {
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .fixed .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    font-size: 13px;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.2s ease;
    box-shadow: none;
  }
}
.column-map {
  clear: both;
}
.info-footer i {
  width: 20px;
  padding-left: 2px;
  display: inline-block;
  height: 20px;
  background: #299bce;
  color: #fff;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  margin-right: 10px;
}
body .select2-container--bootstrap .select2-selection--single {
  height: 34px;
  padding: 6px 24px 6px 12px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  width: 100%;
  height: 38px;
  padding-left: 42px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .select2-results__option {
  padding: 10px 6px 10px 6px;
  line-height: 20px;
}
body .select2-search--dropdown .select2-search__field {
  padding: 10px 0 10px 0;
}
body .select2-selection__clear {
  display: none;
}
.candidate-item .candidate_avatar .logo_box,
.candidate-item .candidate_avatar .logo_box {
  overflow: hidden;
}
.btn-primary {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c4c4c4;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  background-color: #009ce0;
  border-color: #009ce0;
}
.el-form-item__label {
  float: none;
  display: inline-block;
  text-align: left;
  padding-bottom: 10px;
}
.absolute {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .absolute {
    top: 20%;
  }
}
@media (max-width: 768px) {
  .absolute {
    top: 14%;
  }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: rgba(0, 145, 207, 0.8);
}
.el-input,
.el-input__inner {
  width: 100%;
  display: inline-block;
}
.el-input__inner {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #bfcbd9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2d3d;
  font-size: inherit;
  height: 36px;
  line-height: 1;
  outline: 0;
  padding: 3px 10px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-register {
  padding: 10px 50px;
  width: 42%;
}
.el-button.el-button--primary {
  color: #fff;
  background-color: #009ce0;
  border-color: #009ce0;
}
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c4c4c4;
  color: #1f2d3d;
  margin: 0;
  padding: 10px 15px;
  border-radius: 4px;
}
.el-button {
  border-radius: 3px!important;
}
.el-button,
.el-checkbox-button__inner {
  -webkit-appearance: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  text-align: center;
}
.el-form-item.is-required .el-form-item__label:before {
  content: "*";
  color: #ff4949;
  margin-right: 4px;
}
.parent-div-100 div {
  width: 100% !important;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  iframe {
    width: 100% !important;
  }
}
.el-input {
  position: relative;
  font-size: 14px;
}
.el-form-item__content {
  line-height: 36px;
  position: relative;
  font-size: 14px;
}
.login-form .el-button-login {
  background-color: #fc3d6c;
  color: #fff;
  border-color: #fc3d6c;
}
.el-checkbox input[type=checkbox],
.el-checkbox input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
.el-checkbox input[type=checkbox],
.el-checkbox input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.search-panel {
  background-color: #0080b7;
  border-radius: 0;
  margin-bottom: 0;
}
.search-panel.navbar {
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
  padding-bottom: 20px;
}
.search-panel:after {
  clear: both;
}
.search-panel:after,
.search-panel:before {
  display: table;
  content: " ";
}
.search-panel .box_search {
  padding: 20px 0 0;
}
.search-panel .box_search .filter-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.search-panel .box_search .filter-head .head-1 {
  width: 50%;
}
.search-panel .box_search .filter-head .head {
  margin-right: 10px;
}
.search-panel .box_search .filter-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.search-panel .box_search .autocomplete {
  position: relative;
}
.search-panel .box_search .autocomplete .icon-before {
  position: absolute;
  left: 15px;
  top: 8px;
  font-size: 18px;
  color: #555;
}
.search-panel .box_search .input_search > input {
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  width: 100%;
  height: 38px;
  padding-left: 42px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.row.row-standard {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-standard > div[class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.detail_job .box-logo {
  float: left;
  margin-right: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .detail_job .box-logo {
    width: 166px;
  }
}
.detail_job .box-logo .j_logo {
  float: left;
  min-height: 166px;
  margin-bottom: 5px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .detail_job .box-logo .j_logo {
    width: 166px;
  }
}
.detail_job .box-logo .j_logo img {
  width: 100%;
  background: #fff;
}
.detail_job .main-title {
  font-size: 22px;
  font-weight: 500;
}
.detail_job .desc-for-title,
.detail_job .main-title {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
}
.detail_job .main-title {
  font-size: 22px;
  font-weight: 500;
}
h2 {
  font-size: 20px;
}
.detail_job .job-service .label-job {
  text-transform: uppercase;
  border-radius: 60px;
  color: #fff;
  font-size: 16px;
  padding-top: 8px;
}
.detail_job .job-service {
  margin-bottom: 10px;
  min-height: 24px;
}
.detail_job .job-service .focus-label {
  background: #2196f3 !important;
}
.detail_job .job-service .label-job {
  text-transform: uppercase;
  border-radius: 60px;
  color: #fff;
  font-size: 16px;
  padding-top: 8px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.box {
  padding: 14px 16px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 20px;
}
.el-tag {
  background-color: #8391a5;
  padding: 0 5px;
  line-height: 15px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.el-tag--primary {
  background-color: rgba(32, 160, 255, 0.1);
  border-color: rgba(32, 160, 255, 0.2);
  color: #20a0ff;
}
.el-button--warning {
  color: #fff;
  background-color: #f7ba2a;
  border-color: #f7ba2a;
}
.detail_job .box p {
  margin: auto;
  padding: 0 0 8px;
}
.searchform .row div {
  padding: 0 5px;
}
.font-500 {
  font-weight: 500 !important;
  color: #333;
}
.searchList .jobinfo h3 {
  margin-bottom: 0;
}
.searchList .jobinfo .companyDes {
  margin-top: 0;
}
.related-jobs h3.title {
  padding: 15px;
  margin: auto;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}
@media (max-width: 768px) {
  #detail-el .mt-8 {
    clear: both;
  }
}
@media (max-width: 768px) {
  #detail-el .content {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .el-button {
    font-size: 12px;
  }
}
form .el-button--danger {
  background-color: #fc3d6c;
  border-color: #fc3d6c;
  color: #fff;
}
.box-general-detail {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 20px;
}
.pb-15 {
  padding-bottom: 15px!important;
}
.box-general-detail .mw-box-item {
  padding: 10px 15px;
  overflow: hidden;
  line-height: 25px;
}
.mt-16 {
  margin-top: 16px!important;
}
.row > div[class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
h3 {
  font-size: 18px;
}
.el-icon-circle-check:before {
  content: "\E609";
}
.box_right {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.el-tag {
  padding: 3px 5px;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.el-icon-star-on:before {
  content: "\E621";
}
.fa.fa-star {
  width: 21px;
  font-size: 18px;
  color: #e5e5e5;
}
.fa.fa-star.active {
  color: #f5cc3a;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagiWrap .pagination {
  margin-top: 25px;
  margin-bottom: 15px;
}
.form-group {
  position: relative;
}
.header .logo {
  float: left;
}
.text-logo {
  color: #fff;
  margin-left: 10px;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 15px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .text-logo {
    float: right;
  }
}
@media (max-width: 768px) {
  .text-logo {
    float: left;
  }
}
.text-logo:focus,
.text-logo:active,
.text-logo:hover {
  text-decoration: none;
  color: #ffd100;
}
.navbar-nav > li > a .icon_menu .noti-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffc800;
  position: absolute;
  top: 15px;
  border: 1px solid #0191cf;
}
@media (min-width: 768px) {
  .navbar-nav > li > a .icon_menu .noti-dot {
    right: calc(50% - 10px);
  }
}
.noti-menu {
  position: relative;
}
.noti-menu .mw_sub_menu {
  overflow-x: hidden;
  display: block !important;
}
.noti-menu .mw_sub_menu.menu-closed {
  display: none !important;
}
.menu-closed {
  display: none;
}
.navbar-default .navbar-nav .mw_sub_menu {
  background: #0091cf;
  border: none;
  right: 0;
  left: inherit;
  display: inherit;
  margin-top: 7px;
  background: #f7f6f6;
  border-radius: 3px;
  max-height: calc(100vh - 52px);
  max-width: 300px;
}
.navbar-default .navbar-nav .mw_sub_menu .item-noti {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  border-bottom: 1px solid #d4dfe4;
}
.navbar-default .navbar-nav .mw_sub_menu .item_sub_menu a {
  cursor: pointer;
  color: #444;
  padding: 8px 15px;
}
.navbar-default .navbar-nav .mw_sub_menu .item-noti .avatar-box {
  float: left;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.noti-menu .arrow-up {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f7f6f6;
  position: absolute;
  bottom: -7px;
  top: auto;
  right: 15px;
}
.navbar-default .navbar-nav .mw_sub_menu .item-noti .avatar-box img {
  width: 100%;
  background: #fff;
}
.navbar-default .navbar-nav .mw_sub_menu .item-noti .info-box {
  float: left;
  width: calc(100% - 50px);
  padding-left: 10px;
  text-align: left;
}
.navbar-default .navbar-nav > li a p {
  margin-bottom: 0;
}
.mr-4 {
  margin-right: 4px!important;
}
.navbar-default .navbar-nav .mw_sub_menu .item-noti .info-box .description {
  font-size: 13px;
  margin-bottom: 5px;
}
.navbar-default .navbar-nav .mw_sub_menu .item-noti .info-box .time {
  font-size: 12.5px;
}
.navbar-default .navbar-nav .mw_sub_menu .item-noti .info-box .time span {
  margin-right: 3px;
}
.navbar-default .navbar-nav .mw_sub_menu {
  text-transform: capitalize;
}
.navbar-default .navbar-nav .mw_sub_menu .item_sub_menu a:focus,
.navbar-default .navbar-nav .mw_sub_menu .item_sub_menu a:hover {
  background: rgba(0, 145, 207, 0.8);
  color: #fff;
}
.navbar-default .navbar-nav .mw_sub_menu .box-view-all .view-all {
  color: #555;
  text-align: center;
  font-weight: 400;
}
.loading_candidate_applications {
  height: 50px;
  position: relative;
}
.loading_candidate_applications .uil-ring-css {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}
.uil-ring-css > div,
.uil-ring-css > div:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.uil-ring-css > div {
  margin-right: auto;
  margin-left: auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid #E0E0E0;
  border-right: 3px solid #E0E0E0;
  border-bottom: 3px solid #E0E0E0;
  border-left: 3px solid #0091cf;
  -webkit-animation: animatename 1.1s infinite linear;
  animation: animatename 1.1s infinite linear;
}
@-webkit-keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animatename {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animatename {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .header #nav-main .navbar-nav {
    overflow-y: scroll;
    width: 100%;
    max-height: 100%;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .overflow-y {
    position: relative;
    overflow-y: auto;
    height: 550px;
  }
  .overflow-y420 {
    position: relative;
    overflow-y: auto;
    height: 420px;
  }
}
.company_name .content {
  overflow: hidden;
}
@media (max-width: 768px) {
  .job_info .extra-info {
    padding-left: 5px;
  }
}
@media (max-width: 768px) {
  .max-width-768-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
  }
}
.capitalize {
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .column-left .box_general .job-over-item:nth-child(2n+1),
  .column-right .box_general .job-over-item:nth-child(2n+1),
  .job-hight .job-over-item:nth-child(2n+1),
  .job-featured .job-over-item:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .product_slide_two .location {
    float: right;
  }
}
.text-danger {
  color: #db4b55;
}
@media (max-width: 768px) {
  .select2-container--bootstrap {
    width: 100% !important;
  }
}
.item-inline {
  border-bottom: 1px dashed #e0e0e0;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
  padding-bottom: 10px;
}
.candidate_list {
  padding: 0 15px 0 15px;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb {
  padding-left: 0;
}
@media (max-width: 768px) {
  .job-hight .job_info .extra-info {
    float: right;
    max-width: calc(100% - 65px) !important;
    width: calc(100% - 65px);
    padding-left: 5px;
    line-height: 20px;
  }
}
.company_logo .logo_box {
  width: 55px;
  height: 55px;
}
#index_page_below_top_employes_ad {
  position: fixed;
  top: 21%;
  left: 3%;
  z-index: 999999;
}
#index_page_below_top_employes_ad img {
  width: 100%;
}
@media (max-width: 1200px) {
  #index_page_below_top_employes_ad {
    display: none;
  }
}
.inner-wrapper-sticky {
  left: 32px !important;
}
#index_page_below_top_employes_ad {
  float: left;
  width: 161px !important;
  will-change: min-height;
}
.fixed .inner-wrapper-sticky {
  top: 100px !important;
}
@media only screen and (max-width: 1550px) and (min-width: 1200px) {
  .text-logo {
    font-size: 11px;
  }
}
@media (max-width: 1193px) {
  .text-logo {
    font-size: 10px;
  }
  .navbar-nav > li > a {
    font-size: 11px;
  }
}
/*# sourceMappingURL=main.css.map */
.box {
  padding: 14px 10px !important;
}
.form-horizontal .form-group {
  font-size: 14px;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .employer-bg .container {
  position: absolute;
  top: 120px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  overflow: hidden;
}
}
@media(max-width: 768px) {
  .particles-js-canvas-el {
      display: none;
  }
  .box.form-login {
      margin-top: 20px;
  }
}
.round.stat {
  width: 130px;
  height: 130px;
  margin: auto;
  display: inline-block;
  border-radius: 50%;
  margin: 0 24px;
  color: #fff;
  text-align: center;
  background-color: hsla(0,0%,100%,.27843);
  vertical-align: top;
}
.round.stat h4 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 3px;
}
.round.stat p {
  font-size: 16px;
}
.pr-15 {
  padding-right: 15px!important;
}
.pl-15 {
  padding-left: 15px!important;
}
.box {
  padding: 14px 16px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  overflow: hidden;
  margin-bottom: 20px;
}
.pd-5 {
  padding: 5px!important;
}
.pd-5 h1 {
  color: #48576a;
  font-size: 20px;
}
.mw_form label {
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
  font-size: 14px;
  color: #48576a;
}
.mw_form .form-item i {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #666;
}
.mw_form .form-item {
  position: relative;
}
.mw_form .form-item input{
  padding-left: 30px;
  height: 38px;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #bfcbd9;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.el-button {
  border-radius: 3px!important;
}

.el-button, .el-checkbox-button__inner {
  -webkit-appearance: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  text-align: center;
}

.el-button, .el-textarea__inner {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c4c4c4;
  color: #1f2d3d;
  margin: 0;
  padding: 10px 15px;
  border-radius: 4px;
}
h1 {
  color: #48576a;
  font-size: 20px;
}

.el-button.el-button--primary {
  color: #fff;
  background-color: #009ce0;
  border-color: #009ce0;
}
.full-width {
  width: 100%!important;
}
.mb-20 {
  margin-bottom: 20px!important;
}
.mt-3 {
  margin-top: 3px!important;
}
.list-benefit li {
  font-size: 15px;
  color: #fff;
  padding: 12px 0;
}
.list-benefit li i {
  margin-right: 4px;
}
.list-benefit {
  margin-top: 20px;
  margin-bottom: 20p;
}
.hotline .well {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 90px;
  text-align: center;
}
.hotline h4 {
  color: #fff;
  text-align: center;
}
.hotline .number {
  color: #ffd063;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

h4 {
  font-size: 16px;
}
#particles-js {

  background-color: #0080b7 !important;

}
.box {
  padding: 14px 10px !important;
}
.form-horizontal .form-group {
  font-size: 14px;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .employer-bg .container {
  position: absolute;
  top: 120px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  overflow: hidden;
}
}
@media(max-width: 768px) {
  .particles-js-canvas-el {
      display: none;
  }
  .box.form-login {
      margin-top: 20px;
  }
}
.round.stat {
      width: 115px;
  height: 115px;
  margin: auto;
  display: inline-block;
  border-radius: 50%;
  margin: 0 12px;
  color: #fff;
  text-align: center;
  background-color: hsla(0,0%,100%,.27843);
  vertical-align: top;
}
.round.stat h4 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 3px;
}
.round.stat p {
  font-size: 16px;
}
.pr-15 {
  padding-right: 15px!important;
}
.pl-15 {
  padding-left: 15px!important;
}
.box {
  padding: 14px 16px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  overflow: hidden;
  margin-bottom: 20px;
}
.pd-5 {
  padding: 5px!important;
}
.pd-5 h1 {
  color: #48576a;
  font-size: 20px;
}
.mw_form label {
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
  font-size: 14px;
  color: #48576a;
}
.mw_form .form-item i {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #666;
}
.mw_form .form-item {
  position: relative;
}
.mw_form .form-item input{
  padding-left: 30px;
  height: 38px;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #bfcbd9;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.el-button {
  border-radius: 3px!important;
}

.el-button, .el-checkbox-button__inner {
  -webkit-appearance: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  text-align: center;
}

.el-button, .el-textarea__inner {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c4c4c4;
  color: #1f2d3d;
  margin: 0;
  padding: 10px 15px;
  border-radius: 4px;
}
h1 {
  color: #48576a;
  font-size: 20px;
}

.el-button.el-button--primary {
  color: #fff;
  background-color: #009ce0;
  border-color: #009ce0;
}
.full-width {
  width: 100%!important;
}
.mb-20 {
  margin-bottom: 20px!important;
}
.mt-3 {
  margin-top: 3px!important;
}
.list-benefit li {
  font-size: 15px;
  color: #fff;
  padding: 12px 0;
}
.list-benefit li i {
  margin-right: 4px;
}
.list-benefit {
  margin-top: 20px;
  margin-bottom: 20p;
}
.hotline .well {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 90px;
  text-align: center;
}
.hotline h4 {
  color: #fff;
  text-align: center;
}
.hotline .number {
  color: #ffd063;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

h4 {
  font-size: 16px;
}
#particles-js {

  background-color: #0080b7 !important;

}
.login-form legend {
  display: inline;
  width: auto;
  padding: 0 5px;
  font-size: 15px;
  line-height: inherit;
  border: 0;
  border-bottom: none;
  font-weight: 400;
  margin-bottom: 5px;
  color: #808b92;
}
.login-form fieldset {
  border: 1px solid #eee;
  padding: 15px 15px 0 8px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #fbfbfb;
}
.el-form-item {
  margin-bottom: 10px;
}
.el-form-item__label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #48576a;
  line-height: 1;
  padding: 11px 12px 11px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box p {
  font-size: 14px;
}

.el-form-item.is-required .el-form-item__label:before {
  content: "*";
  color: #ff4949;
  margin-right: 4px;
}
.el-form-item__content {
  line-height: 36px;
  position: relative;
  font-size: 14px;
}
.el-input {
  position: relative;
  font-size: 14px;
}
.el-input, .el-input__inner {
  width: 100%;
  display: inline-block;
}
.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-textarea__inner {
  border-color: #ff4949;
}
.el-form-item.is-error .el-input-group__append .el-input__inner, .el-form-item.is-error .el-input-group__prepend .el-input__inner, .el-form-item.is-error .el-input__inner {
  border-color: transparent;
}
.el-input__icon+.el-input__inner {
  padding-right: 35px;
}
.el-input .el-input__inner {
  border-radius: 3px!important;
}
.el-input .el-input__icon {
  top: 12px;
}
.el-input__inner {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #bfcbd9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2d3d;
  font-size: inherit;
  height: 36px;
  line-height: 1;
  outline: 0;
  padding: 3px 10px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.el-input__inner {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #bfcbd9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f2d3d;
  font-size: inherit;
  height: 36px;
  line-height: 1;
  outline: 0;
  padding: 3px 10px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.el-form-item__content .help-block { 
  margin-bottom: 0;
      line-height: 24px;
  margin-top: 0;
}

.box   h1, .box   h2, .box   h3 {
  padding: 4px 0;
      margin-bottom: 10px;
      font-size: 20px;
}
.box p {
  margin: 0 0 10px;
}