@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

body {
  /*background: #669934;*/
  background: #fff !important;
  font-family: 'open sans';
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}

a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
  margin-bottom: 0;
}

.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}

/*.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}*/

.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}

.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}

.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

ul.nostyle i {
  color: #45aed6;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*************************
*******Container******
**************************/
/*@media (min-width: 1300px) and (max-width: 2000px) {
  .container {
    width: 1700px;
  }
}*/


/*************************
*******Header******
**************************/
.navbar-default {
  background-color: transparent;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 20px 20px;
    background-image: url(../images/logoBG.png);
    background-position: 100% 5px;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav > li > a {
  font-size: 15px;
}

#main-menu {
  /*margin-top: 10px;
  height: 21%;*/
}

@media only screen and (min-width: 1200px) {
  
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 0px;
    text-transform: uppercase;
  }

  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 18px;
    border-top: 5px solid #669934;
    margin-top: 12px;
  }

  #main-menu.navbar-default .navbar-nav > li:last-child > a {
    border-top: none;
  }

  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 330px;
    background-color: rgba(255, 255, 255, 1);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
    top: 70px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    right: 50px !important;
    left: 10px !important;
  }

  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 5px solid transparent;
    margin-left: -21px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }

  #main-menu.navbar-default .dropdown-menu > li > a {
    /*border-top: 1px solid #404455;*/
    padding: 10px 0;
    color: #333;
  }

  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }

  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #669934;
  }

  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #669934;
    background-color: transparent;
  }

  #main-menu.navbar-default .dropdown-menu p {
    font-weight: 600;
  }
}

.dropImg {
  width: 45px;
  margin-right: 30px;
  border: 1px solid #eee;
}

.navSplit {
  border-top: 1px solid #333;
  font-size: 16px;
  padding-top: 10px;
  margin-left: -5px;
  font-weight: 600;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .navSplit {
    margin-left: 15px;
    margin-top: 0;
    border: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dropdown-menu {
    min-width: 250px;
  }

  .navSplit {
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .navbar-right .dropdown-menu {
    right: auto;
    left: auto;
  }
}

.recruiterNav {
  background: transparent !important;
}

.navSpace {
  padding: 0 15px;
}

.recruitBg {
/*  background-image: url(../images/1.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  top: -5px;*/
  background: #FF1493;
  top: 0;
}

.recruitBg:hover {
  background: #D33D84;
}

.fieldAlign {
  /*top: 4px;
  color: #fff !important;
  padding-bottom: 60px !important;
  transform: rotate(8deg);
  margin-left: -10px;
  font-size: 16px;*/
  top: 0;
  color: #fff !important;
  padding-bottom: 18px !important;
  transform: none;
  margin-left: 0px;
  padding-top: 20px !important;
  margin-top: 15px !important;
}

.fieldAlign:hover {
  padding-top: 20px !important;
  margin-top: 15px !important;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
  #main-menu {
     margin-top: 0; 
     height: 100px;
  }

  #main-menu.navbar-default {
    background-image: url('../images/navBar1.png');
    /*background: rgba(255, 255, 255, 1);
    background-position: 93% 100%;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7); */
    background-repeat: no-repeat;
    background-size: cover;
  }

  .navbar.navbar-default .navbar-toggle {
    margin-top: 15px;
  }

  .navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 25px 25px;
  }

  .navbar.navbar-default .navbar-brand > img {
    width: 180px;
  }

  #main-menu.navbar-default .navbar-nav > li {
    border-bottom: 1px solid #cecece;
  }

  #main-menu.navbar-default .dropdown-menu > li {
    border-bottom: 1px solid #cecece;
  }

  #main-menu.navbar-default .dropdown-menu > li:last-child {
    border-bottom: none;
  }

  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: #e0e0e0;
    padding-top: 10px;
    margin-top: 0px;
  }

  #main-menu.navbar-default .navbar-nav > li:last-child > a {
    background: transparent;
    border-top: none;
  }

  .recruitBg {
    background: #FF1493;
    top: 0;
  }

  .recruitBg:hover {
    background: #D33D84;
  }

  .fieldAlign {
    top: 0;
    color: #fff !important;
    padding-bottom: 5px !important;
    transform: none;
    margin-left: 0px;
    padding-top: 10px !important;
    margin-top: 0px !important;
  }

  .fieldAlign:hover {
    padding-top: 10px !important;
    margin-top: 0px !important;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #cecece;
    max-height: 415px !important;
  }

  .navSpace {
    padding: 0 0 5px 0;
  }

  .navbar-nav {
    height: 24em;
  }
}

@media only screen and (min-width: 501px) and (max-width: 667px) {
  #main-menu {
     margin-top: 0; 
     height: 100px;
  }

  #main-menu.navbar-default {
    background-image: url('../images/navBar1.png');
    /*background: rgba(255, 255, 255, 1);
    background-position: 93% 100%;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7); */
    background-repeat: no-repeat;
    background-size: cover;
  }

  .navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 25px 25px;
  }

  .navbar.navbar-default .navbar-brand > img {
    width: 180px;
  }
}

@media only screen and (min-width: 668px) and (max-width: 767px) {
  #main-menu {
     margin-top: 0; 
     height: 100px;
  }

  #main-menu.navbar-default {
    background-image: url('../images/navBar1.png');
    /*background: rgba(255, 255, 255, 1);
    background-position: 93% 100%;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7); */
    background-repeat: no-repeat;
    background-size: cover;
  }

  .navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 25px 25px;
  }

  .navbar.navbar-default .navbar-brand > img {
    width: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #main-menu {
     margin-top: 0; 
     height: 100px;
  }

  #main-menu.navbar-default {
    background-image: url('../images/navBar1.png');
    /*background: rgba(255, 255, 255, 1);
    background-position: 93% 100%;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7); */
    background-repeat: no-repeat;
    background-size: cover;
  }

  .navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 25px 25px;
  }

  .navbar.navbar-default .navbar-brand > img {
    width: 180px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1260px) {
  .container {
    width: 1150px;
  }

  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 68.5% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }

  .navSpace {
    padding: 0;
  }

  .recruitBg {
    background: #FF1493;
    top: 0;
  }

  .fieldAlign {
    top: 0;
    color: #fff !important;
    padding-bottom: 28px !important;
    transform: none;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1261px) and (max-width: 1320px) {
  .container {
    width: 1150px;
  }

  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 69.5% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }

  .navSpace {
    padding: 0;
  }

  .recruitBg {
    background: #FF1493;
    top: 0;
  }

  .fieldAlign {
    top: 0;
    color: #fff !important;
    padding-bottom: 28px !important;
    transform: none;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1321px) and (max-width: 1399px) {
  .container {
    width: 1150px;
  }

  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 70% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }

  .navSpace {
    padding: 0;
  }

  .recruitBg {
    background: #FF1493;
    top: 0;
  }

  .fieldAlign {
    top: 0;
    color: #fff !important;
    padding-bottom: 28px !important;
    transform: none;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1430px) {
  .container {
    width: 1150px;
  }

  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 70% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }

  .navSpace {
    padding: 0;
  }

  .recruitBg {
    background: #FF1493;
    top: 0;
  }

  .fieldAlign {
    top: 0;
    color: #fff !important;
    padding-bottom: 28px !important;
    transform: none;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1431px) and (max-width: 1460px) {
  .container {
    width: 1200px;
  }

  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 71.5% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }

  .navSpace {
    padding: 0;
  }

  .recruitBg {
    background: #FF1493;
    top: 0;
  }

  .fieldAlign {
    top: 0;
    color: #fff !important;
    padding-bottom: 28px !important;
    transform: none;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1461px) and (max-width: 1530px) {
  .container {
    width: 1300px;
  }

  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 74.5% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }

  .navSpace {
    padding: 0;
  }

  .recruitBg {
    background: #FF1493;
    top: 0;
  }

  .fieldAlign {
    top: 0;
    color: #fff !important;
    padding-bottom: 28px !important;
    transform: none;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1531px) and (max-width: 1590px) {
  .container {
    width: 1300px;
  }

  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 75.5% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }

  .navSpace {
    padding: 0;
  }

  .recruitBg {
    background: #FF1493;
    top: 0;
  }

  .fieldAlign {
    top: 0;
    color: #fff !important;
    padding-bottom: 28px !important;
    transform: none;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1591px) and (max-width: 1599px) {
  .container {
    width: 1300px;
  }

  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 76% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }

  .navSpace {
    padding: 0;
  }

  .recruitBg {
    background: #FF1493;
    top: 0;
  }

  .fieldAlign {
    top: 0;
    color: #fff !important;
    padding-bottom: 28px !important;
    transform: none;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .container {
    width: 1500px;
  }

  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 89.2% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }

  .navSpace {
    padding: 0 3px;
  }

  .recruitBg {
    background: #FF1493;
    top: 0;
  }

  .fieldAlign {
    top: 0;
    color: #fff !important;
    padding-bottom: 28px !important;
    transform: none;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1681px) and (max-width: 1690px) {
  .container {
    width: 1500px;
  }

  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 90% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }

  .navSpace {
    padding: 0 3px;
  }

  .recruitBg {
    background: #FF1493;
    top: 0;
  }

  .fieldAlign {
    top: 0;
    color: #fff !important;
    padding-bottom: 28px !important;
    transform: none;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1691px) and (max-width: 1700px) {
  .container {
    width: 1500px;
  }

  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 90.3% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }

  .navSpace {
    padding: 0 3px;
  }

  .recruitBg {
    background: #FF1493;
    top: 0;
  }

  .fieldAlign {
    top: 0;
    color: #fff !important;
    padding-bottom: 28px !important;
    transform: none;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 1730px) {
  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 90.5% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }
}

@media only screen and (min-width: 1731px) and (max-width: 1800px) {
  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 91.5% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }
}

@media only screen and (min-width: 1801px) and (max-width: 1820px) {
  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 93.5% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }
}

@media only screen and (min-width: 1821px) and (max-width: 1850px) {
  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 94% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }
}

@media only screen and (min-width: 1851px) and (max-width: 1890px) {
  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 95% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }
}

@media only screen and (min-width: 1891px) {
  #main-menu.navbar-default {
    /*background: rgba(255, 255, 255, 0.9);*/
    background-image: url('../images/navBar1.png');
    background-position: 96.5% 100%; 
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }
}

/*@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .recruitBg {
    background: #FF1493;
    top: 0;
  }

  .navSpace {
    padding: 25px 0 0 0;
  }

  .fieldAlign {
    top: 0;
    color: #777 !important;
    padding-bottom: 60px !important;
    transform: rotate(0deg);
    margin-left: 0px;
  }
}*/

@media only screen and (min-width: 1200px) {
  .logoHide {
    visibility: hidden;
  }
}

@media only screen and (min-width: 1701px) {
  .container {
    width: 1480px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .navbar.navbar-default .navbar-brand {
        height: auto;
        padding: 29px 20px
    }
}

#main-slider {
  overflow: hidden;
}

#main-slider .item {
  height: 594px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

#main-slider .slider-inner {
  position: absolute;
  top: 18em;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  color: #fff;
}

#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

#main-slider .slider-inner h2 > span {
  color: #45aed6;
}

#main-slider .slider-inner .btn1 {
  background: #ffd800;
  border: none;
  border-radius: 0px;
  color: #333;
  padding: 16.5px 66px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'montserrat';
}

#main-slider .slider-inner .btn2 {
  /*margin-top: 10px;*/
  background: #f1f1f1;
  border: none;
  border-radius: 0px;
  color: #333;
  padding: 15px 65px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'montserrat';
}


.searchBg {
  background-color: rgba(255, 255, 255, 0.4);
  height: 80px;
}

.searchBg i {
  font-size: 30px;
}

.bannerSearch1 {
  display: initial;
  border-radius: 0px;
  width: 13.5em;
  height: 3.25em;
  padding: 6px 12px;
  font-size: 18px;
  font-family: fontawesome,'montserrat';
}

.bannerSearch2 {
  display: initial;
  border-radius: 0px;
  width: 13.5em;
  height: 3.25em;
  padding: 6px 12px;
  font-size: 18px;
  font-family: 'montserrat';
}

.tagSpace {
  padding: 2%;
}

.rowBreak {
  padding-top: 20px;
}

.rowBreak1 {
  padding-top: 3em;
}

.rowAlign {
  width: 63%;
  float: right;
  margin-top: 2em;
}

.rowAlign1 {
  float: right;
}

.colAlign {
  margin-left: 4%;
}

@media only screen and (min-width: 200px) and (max-width: 350px) {
  .rowAlign { 
    width: 100% !important;
    margin-top: -4px;
  }

  .colAlign {
    margin-left: 12% !important;
  }
}

@media only screen and (min-width: 351px) and (max-width: 359px) {
  .rowAlign { 
    width: 100% !important;
  }

  .colAlign {
    margin-left: 10% !important;
  }
}

@media only screen and (min-width: 200px) and (max-width: 500px) {
  #main-slider .item {
    height: 700px;
  }

  #main-slider .slider-inner {
    position: absolute;
    top: 10em;
    left: 30px;
    width: 85%;
    /*height: 100%;*/
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
  }

  .rowAlign { 
    width: 80%;
    float: right;
    line-height: 3;
    margin-top: -4px;
  }

  .rowAlign img {
    margin-bottom: 20px;
  }

  .searchBg {
    float: none;
    background: none;
    padding-top: 10px;
  }

}

@media only screen and (min-width: 501px) and (max-width: 550px) {
  #main-slider .item {
    height: 750px;
  }

  #main-slider .slider-inner {
    position: absolute;
    top: 10em;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
  }

  .rowAlign { 
    width: 100%;
    float: none; 
    line-height: 3;
  }

  .searchBg {
    float: none;
    height: 100%;
  }
}

@media only screen and (min-width: 551px) and (max-width: 767px) {
    #main-slider .item {
        height: 750px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 350px) {
  #main-slider .slider-inner .btn1 {
    padding: 10.4px 87.5px;
    margin-left: 1px;
    font-size: 14px;
  }

  #main-slider .slider-inner .btn2 {
    padding: 18px 17.5px;
    font-size: 14px;
  }

  .bannerSearch1 {
    width: 16.92em;
    height: 3em;
    font-size: 14px;
  }

  .bannerSearch2 {
    width: 16.92em;
    height: 3em;
    font-size: 14px;
  }

  .rowBreak1 {
    padding-top: 0em;
    width: 100%;
  }

  .colAlign {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 351px) and (max-width: 428px) {
  #main-slider .slider-inner .btn1 {
    padding: 10.4px 92px;
    margin-left: 1px;
  }

  #main-slider .slider-inner .btn2 {
    padding: 18px 20.5px;
  }

  .searchBg {
    line-height: 50px;
    padding-top: 15px;
    margin-left: 0;
  }

  .bannerSearch1 {
    width: 17.4em;
    height: 3em;
    font-size: 15px;
  }

  .bannerSearch2 {
    width: 17.4em;
    height: 3em;
    font-size: 15px;
  }

  .rowBreak {
    padding-right: 11%;
  }

  .rowBreak1 {
    padding-top: 0em;
    width: 100%;
  }

  .colAlign {
    margin-left: 13.3%;
  }
}

@media only screen and (min-width: 429px) and (max-width: 500px) {
  #main-slider .slider-inner .btn1 {
    padding: 10.4px 146px;
  }

  #main-slider .slider-inner .btn2 {
    padding: 18px 17.5px;
  }

  .searchBg {
    line-height: 60px;
  }

  .bannerSearch1 {
    width: 24em;
    height: 3em;
    font-size: 15px;
  }

  .bannerSearch2 {
    width: 24em;
    height: 3em;
    font-size: 15px;
  }

  .rowBreak {
    width: 100%;
    float: none;
    padding-right: 25%;
  }

  .rowBreak1 {
    padding-top: 0em;
    width: 100%;
  }

  .colAlign {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 501px) and (max-width: 550px) {
  #main-slider .slider-inner .btn1 {
    padding: 10.4px 190px;
  }

  #main-slider .slider-inner .btn2 {
    padding: 18px 17.5px;
  }

  .searchBg {
    line-height: 60px;
  }

  .bannerSearch1 {
    width: 30em;
    height: 3em;
    font-size: 15px;
  }

  .bannerSearch2 {
    width: 30em;
    height: 3em;
    font-size: 15px;
  }

  .rowBreak {
    width: 100%;
    float: right;
    padding-left: 60px;
  }

  .rowBreak1 {
    padding-top: 2em;
    width: 100%;
  }

  .colAlign {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 551px) and (max-width: 667px) {
  #main-slider .slider-inner {
    top: 10em;
  }

  #main-slider .slider-inner .btn1 {
    padding: 10.4px 208.5px;
  }

  #main-slider .slider-inner .btn2 {
    padding: 18px 17.5px;
  }

  .searchBg {
    height: 100%;
  }

  .bannerSearch1 {
    width: 33em;
    height: 3em;
    font-size: 15px;
  }

  .bannerSearch2 {
    width: 33em;
    height: 3em;
    font-size: 15px;
  }

  .rowBreak {
    line-height: 3;
    width: 104%;
    padding-top: 10px;
  }

  .rowBreak1 {
    padding-top: 2em;
    width: 100%;
    /* float: right; */
    margin-left: -2%;
  }

  .colAlign {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 668px) and (max-width: 767px) {
  #main-slider .slider-inner {
    top: 10em;
  }

  #main-slider .slider-inner .btn1 {
    padding: 10.4px 267px;
  }

  #main-slider .slider-inner .btn2 {
    padding: 16px 17.5px;
  }

  .searchBg {
    height: 100%;
  }

  .bannerSearch1 {
    width: 40em;
    height: 3em;
    font-size: 15px;
  }

  .bannerSearch2 {
    width: 40em;
    height: 3em;
    font-size: 15px;
  }

  .rowBreak {
    line-height: 3;
    width: 104%;
    padding-top: 10px;
  }

  .rowBreak1 {
    padding-top: 2em;
    width: 100%;
    /* float: right; */
    margin-left: -2%;
  }

  .colAlign {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #main-slider .slider-inner {
    top: 10em;
  }

  #main-slider .slider-inner .btn1 {
    padding: 10.4px 315.2px;
  }

  #main-slider .slider-inner .btn2 {
    padding: 16px 17.5px;
  }

  .searchBg {
    height: 100%;
  }

  .bannerSearch1 {
    width: 47em;
    height: 3em;
    font-size: 15px;
  }

  .bannerSearch2 {
    width: 47em;
    height: 3em;
    font-size: 15px;
  }

  .rowBreak {
    line-height: 3;
    width: 104%;
    padding-top: 10px;
  }

  .rowBreak1 {
    padding-top: 2em;
    width: 100%;
    /* float: right; */
    margin-left: -2%;
  }

  .colAlign {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #main-slider .slider-inner {
    top: 10em;
  }

  #main-slider .slider-inner .btn1 {
    padding: 10.4px 412.5px;
  }

  #main-slider .slider-inner .btn2 {
    padding: 16px 17.5px;
  }

  .searchBg {
    height: 100%;
  }

  .bannerSearch1 {
    width: 60em;
    height: 3em;
    font-size: 15px;
  }

  .bannerSearch2 {
    width: 60em;
    height: 3em;
    font-size: 15px;
  }

  .rowBreak {
    line-height: 3;
    width: 103%;
    padding-top: 0;
  }

  .rowBreak1 {
    padding-top: 1.5em;
    width: 100%;
    /* float: right; */
    margin-left: -2%;
  }

  .colAlign {
    margin-left: 6%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  #main-slider .slider-inner .btn1 {
    padding: 11.5px 45px;
    font-size: 15px;
  }

  .bannerSearch1 {
    width: 21em;
    height: 3em;
    font-size: 15px;
  }

  .bannerSearch2 {
    width: 17em;
    height: 3em;
    font-size: 15px;
  }

  .rowAlign {
    width: 100%;
  }
}

@media only screen and (min-width: 1431px) and (max-width: 1460px) {
  #main-slider .slider-inner .btn1 {
    padding: 12.4px 56px;
    font-size: 15px;
  }

  .bannerSearch1 {
    width: 22em;
    height: 3em;
    font-size: 15px;
  }

  .bannerSearch2 {
    width: 17.5em;
    height: 3em;
    font-size: 15px;
  }

  .rowAlign {
    width: 100%;
  }
}

@media only screen and (min-width: 1461px) and (max-width: 1600px) {
  #main-slider .slider-inner .btn1 {
    padding: 12.4px 61px;
    font-size: 15px;
  }

  .bannerSearch1 {
    width: 23.5em;
    height: 3em;
    font-size: 15px;
  }

  .bannerSearch2 {
    width: 19em;
    height: 3em;
    font-size: 15px;
  }

  .rowAlign {
    width: 100%;
  }
}
/*
@media only screen and (min-width: 1501px) and (max-width: 1600px) {
  #main-slider .slider-inner .btn1 {
    padding: 12.4px 61px;
    font-size: 15px;
  }

  .bannerSearch1 {
    width: 23.5em;
    height: 3em;
    font-size: 15px;
  }

  .bannerSearch2 {
    width: 19em;
    height: 3em;
    font-size: 15px;
  }

  .rowAlign {
    width: 100%;
  }
}*/

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  #main-slider .slider-inner .btn1 {
    padding: 12.4px 77px;
    font-size: 15px;
  }

  .bannerSearch1 {
    width: 27.5em;
    height: 3em;
    font-size: 15px;
  }

  .bannerSearch2 {
    width: 22em;
    height: 3em;
    font-size: 15px;
  }

  .rowAlign {
    width: 62%;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 1900px) {
  #main-slider .slider-inner .btn1 {
    padding: 14.4px 70px;
  }

  .bannerSearch1 {
    width: 22.5em;
    height: 3em;
  }

  .bannerSearch2 {
    width: 18em;
    height: 3em;
  }

  .tagSpace {
    padding: 2%;
  }

  .rowAlign {
    width: 62%;
  }
}

@media only screen and (min-width: 1901px) {
  #main-slider .slider-inner .btn1 {
    background: #ffd800;
    border: none;
    border-radius: 0px;
    color: #333;
    padding: 16.5px 66px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  #main-slider .slider-inner .btn2 {
      /*margin-top: 10px;*/
      background: #f1f1f1;
      border: none;
      border-radius: 0px;
      color: #333;
      padding: 15px 65px;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
  }

  .searchBg {
    background-color: rgba(255, 255, 255, 0.4);
    height: 100px;
  }

  .bannerSearch1 {
    display: initial;
    border-radius: 0px;
    width: 22.5em;
    height: 3.25em;
    padding: 6px 12px;
    font-size: 18px;
  }

  .bannerSearch2 {
    display: initial;
    border-radius: 0px;
    width: 17.8em;
    height: 3.25em;
    padding: 6px 12px;
    font-size: 18px;
  }

  .tagSpace {
    padding: 2%;
  }

  .rowBreak {
    padding-top: 20px;
  }

  .rowBreak1 {
    padding-top: 5em;
  }

  .rowAlign {
    width: 63%;
    float: right;
    margin-top: 2em;
  }

  .rowAlign1 {
    float: right;
  }

  .colAlign {
    margin-left: 4%;
  }
}

@media only screen and (min-width: 200px) and (max-width: 1200px) {
    .flagCol {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 500px) {
    .navigationLinks {
        margin-top: 22em;
        position: absolute;
        top: 16.6em;
        /*left: 7px;*/
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 501px) and (max-width: 550px) {
    .navigationLinks {
        margin-top: 23em;
        position: absolute;
        top: 16.6em;
        /*left: -13px;*/
        width: 100%;
        text-align: center
    }

    .premiumMemBtnLink {
        padding: 15px 44px;
        /*float: right;*/
    }

    .premiumJobBtnLink {
        padding: 15px 82.5px;
        /*float: right;*/
    }
}

@media only screen and (min-width: 551px) and (max-width: 667px) {
    .navigationLinks {
        margin-top: 23em;
        position: absolute;
        top: 19.6em;
        /*right: 40px;*/
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 668px) and (max-width: 767px) {
    .navigationLinks {
        margin-top: 24em;
        position: absolute;
        top: 17.6em;
        /*left: -12px;*/
        width: 100%;
        text-align: center;
    }
}


.premiumMemBtnLink {
    color: #fff;
    /*width: 100%;*/
    background: #d94081 !important;
    border-color: #d94081 !important;
    font-weight: 600;
    padding: 15px 38px;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'montserrat';
    font-size: 17px;
    /*float: right;*/
}

.premiumJobBtnLink {
    color: #fff;
    /*width: 100%;*/
    background: #5174b6 !important;
    border-color: #5174b6 !important;
    font-weight: 600;
    padding: 15px 76px;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'montserrat';
    font-size: 17px;
    /*float: right;*/
}

.navigationCol {
    /*width: 100%;*/
    margin-bottom: 5px;
}

@media only screen and (min-width:768px) {
    .navigationLinks {
        visibility: hidden;
    }
}

#recruiter {
    padding: 0;
    background: #eaeaea;
}
#recruiter h2 {
  margin-top: 0;
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 34px;
}

.recruitImgRow {
  width: auto;
  padding: 30px 50px;
}

@media only screen and (max-width: 991px) {
  .recruitImgRow {
    /*width: 100%;*/
    padding: 50px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display:flex;
    align-items:center;
    justify-content:center;
  }
}

.recruiterImg {
  border: 1px solid #cecece;
  border-radius: 3px;
  margin-left: 4%;
  width: 170px;
  /*height: 120px;*/
  background: #fff;
  /*display: inline-flex;*/
}

/*.recruitImgCol1 {
  max-width: 150px;
  max-height: 100px;
  margin-left: -9px;
  margin-top: 5px;
}

.recruitImgCol2 {
  max-width: 150px;
  max-height: 100px;
  margin-left: -10px;
  margin-top: 33px;
}

.recruitImgCol3 {
  max-width: 150px;
  max-height: 100px;
  margin-left: -10px;
  margin-top: 12px;
}

.recruitImgCol4 {
  max-width: 150px;
  max-height: 100px;
  margin-left: -8px;
  margin-top: 32px;
}

.recruitImgCol5 {
  max-width: 150px;
  max-height: 100px;
  margin-left: -8px;
  margin-top: 12px;
}

.recruitImgCol6 {
  max-width: 150px;
  max-height: 100px;
  margin-left: -9px;
  margin-top: 42px;
}*/

.logoLink {
  float: right;
  margin-top: -35px;
  font-size: 12px;
}

#recruiter .btn {
  margin-top: 40px;
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
  .recruiterImg{
    margin-bottom: 20px;
    margin-left: auto;
    margin: 4px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
  .recruitImgRow {
    padding: 45px;
    justify-content: center;
    flex-wrap: wrap;
    align-items:center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recruitImgRow {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 0;
  }

  .recruiterImg{
    margin-bottom: 20px;
    margin-left: auto;
    margin: 4px;
    width: 148px;
  }

  /*.recruitImgCol1 {
    max-width: 125px;
    max-height: 100px;
    margin-left: -5px;
    margin-top: 15px;
  }

  .recruitImgCol2 {
    max-width: 125px;
    max-height: 100px;
    margin-left: -6px;
    margin-top: 44px;
  }

  .recruitImgCol3 {
    max-width: 125px;
    max-height: 100px;
    margin-left: -6px;
    margin-top: 25px;
  }

  .recruitImgCol4 {
    max-width: 125px;
    max-height: 100px;
    margin-left: -4px;
    margin-top: 40px;
  }

  .recruitImgCol5 {
    max-width: 125px;
    max-height: 100px;
    margin-left: -4px;
    margin-top: 22px;
  }

  .recruitImgCol6 {
    max-width: 125px;
    max-height: 100px;
    margin-left: -4px;
    margin-top: 50px;
  }*/
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .recruitImgRow {
    /*padding: 50px 0;*/
  }

  .recruiterImg{
    /*margin-bottom: 20px;*/
    width: 130px;
  }

  /*.recruitImgCol1 {
    max-width: 120px;
    max-height: 100px;
    margin-left: -6px;
    margin-top: 17px;
  }

  .recruitImgCol2 {
    max-width: 120px;
    max-height: 100px;
    margin-left: -6px;
    margin-top: 39px;
  }

  .recruitImgCol3 {
    max-width: 120px;
    max-height: 100px;
    margin-left: -6px;
    margin-top: 24px;
  }

  .recruitImgCol4 {
    max-width: 120px;
    max-height: 100px;
    margin-left: -6px;
    margin-top: 40px;
  }

  .recruitImgCol5 {
    max-width: 120px;
    max-height: 100px;
    margin-left: -6px;
    margin-top: 25px;
  }

  .recruitImgCol6 {
    max-width: 120px;
    max-height: 100px;
    margin-left: -6px;
    margin-top: 50px;
  }*/
}

@media only screen and (min-width: 200px) and (max-width: 319px) {
  .recruitImgRow {
    margin-left: -0.5%;
  }

  .recruiterImg {
    width: 55px;
    /*height: 55px;*/
  }

  /*.recruitImgCol1 {
    max-width: 50px;
    margin-left: -13px;
    margin-top: 9px;
  }

  .recruitImgCol2 {
    max-width: 50px;
    margin-left: -13px;
    margin-top: 19px;
  }

  .recruitImgCol3 {
    max-width: 50px;
    margin-left: -13px;
    margin-top: 14px;
  }

  .recruitImgCol4 {
    max-width: 50px;
    margin-left: -13px;
    margin-top: 20px;
  }

  .recruitImgCol5 {
    max-width: 50px;
    margin-left: -13px;
    margin-top: 13px;
  }

  .recruitImgCol6 {
    max-width: 50px;
    margin-left: -13px;
    margin-top: 23px;
  }*/
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  .recruitImgRow {
    /*margin-left: 0%;*/
  }

  .recruiterImg {
    width: 105px;
    /*height: 83px;*/
  }

  /*.recruitImgCol1 {
    max-width: 70px;
    margin-left: -10px;
    margin-top: 16px;
  }

  .recruitImgCol2 {
    max-width: 70px;
    margin-left: -10px;
    margin-top: 30px;
  }

  .recruitImgCol3 {
    max-width: 70px;
    margin-left: -10px;
    margin-top: 20px;
  }

  .recruitImgCol4 {
    max-width: 70px;
    margin-left: -10px;
    margin-top: 30px;
  }

  .recruitImgCol5 {
    max-width: 70px;
    margin-left: -10px;
    margin-top: 20px;
  }

  .recruitImgCol6 {
    max-width: 70px;
    margin-left: -10px;
    margin-top: 33px;
  }*/
}

@media only screen and (min-width: 360px) and (max-width: 490px) {
  .recruitImgRow {
    /*margin-left: 0%;*/
  }

  .recruiterImg {
    width: 125px;
    /*height: 90px;*/
  }

  /*.recruitImgCol1 {
    max-width: 90px;
    margin-left: -6px;
    margin-top: 13px;
  }

  .recruitImgCol2 {w
    max-width: 90px;
    margin-left: -6px;
    margin-top: 31px;
  }

  .recruitImgCol3 {
    max-width: 90px;
    margin-left: -6px;
    margin-top: 19px;
  }

  .recruitImgCol4 {
    max-width: 90px;
    margin-left: -6px;
    margin-top: 30px;
  }

  .recruitImgCol5 {
    max-width: 90px;
    margin-left: -6px;
    margin-top: 19px;
  }

  .recruitImgCol6 {
    max-width: 90px;
    margin-left: -6px;
    margin-top: 33px;
  }*/
}

#splitLayout {
    padding: 30px 0;
    background: #f7f7f7;
}

#jobs {
    padding: 15px 0;
}

#jobs h2 {
    margin-top: 0;
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 25px;
}

.jobsPostLink {
  float: right;
  font-size: 12px;
}

.jobsImgParent {
    padding-top: 14px;
    position: sticky;
}

.jobsCol {
    border: 1px solid #cecece;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*width: 30%;
  margin-left: 3%;*/
    background: #fff;
    /*height: 400px;*/
    /*box-shadow: 15px 15px 10px -15px rgba(14, 14, 14, 0.7);*/
}

.jobsImgRow {
    background: #669934;
    line-height: 4;
    height: 60px;
    margin-bottom: 5px;
}

.jobsLogoCol {
  padding: 20px;
}

.ImgCol {
  width: 152px;
  height: 100px;
  position: absolute;
  padding-left: 0;
  margin-left: 15px;
  background: #fff;
  border: 1px solid #cecece;
  padding-right: 20px;
}

.jobsLogoImg {
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 90px;
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    -webkit-transform: translate(5%, 5%);
    -ms-transform: translate(5%, 5%);
    transform: translate(5%, 5%);
}

.jobsFlagImg {
  float: right;
  padding: 15px;
}

/*.jobsContent {
  padding: 45px 5px 5px;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
  .jobsContent {
    padding: 70px 5px 5px;
  }
}*/

.jobsContent h3 {
  font-family: 'montserrat';
  text-transform: uppercase; 
  font-size: 20px;
}

.jobsContent h4 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 2;
}

.jobsContent p {
  line-height: 1.5;
}

.locP {
  line-height: 5px !important;
}

.expP {
  line-height: 5px;
}

.jobsContent p a {
  float: right;
  text-decoration: underline;
}

.jobsCol {
  position: relative;
}

.jobsCol:before, .jobsCol:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

.jobsCol:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  #jobs {
    padding: 30px 0;
  }

  #jobs {
    margin-bottom: 0;
  }
  .jobsCol {
    width: 90%;
    margin-left: 20px;
    margin-bottom: 30px;
  }

  .jobsLogoImg {
    width: 100px;
  }

  .jobsFlagImg {
    width: 70px;
  }

  .jobsContent h3 {
    font-size: 17px;
  }

  .jobsContent h4 {
    font-size: 15px;
    line-height: 30px;
  }

  .jobsContent p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .jobsCol {
    margin-left: 20px;
    margin-bottom: 30px;
    /*height: 330px;*/
    width: 94%;
  }

  .jobsLogoImg {
    width: 100px;
  }

  .jobsFlagImg {
    width: 70px;
  }

  .jobsContent h3 {
    font-size: 16px;
    margin-top: 0px;
    line-height: 1.5;
  }

  .jobsContent h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .jobsContent p {
    font-size: 13px;
    line-height: 20px;
  }

  .locP {
    line-height: 25px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1460px) {
  .jobsContent p {
    line-height: 20px;
  }
}

.rowSplit {
  padding: 10px;
}

#jobseeker {
  padding: 15px;
  background: #eaeaea;
}

#jobseeker h2 {
  margin-top: 0;
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 25px;
}

.jobseekerParent {
    padding-top: 14px;
    position: sticky;
}

.jobseekerCol {
    border: 1px solid #cecece;
    border-bottom-left-radius: 10px;
    width: 45%;
    margin-left: 3%;
    background: #fff;
    height: 200px;
    border-top-right-radius: 10px;
}

.jobseekerProfileRow {
  /*background: #fff;*/
  padding: 20px 5px;
}

.jobseekerImg {
  /*width: 120px;*/
  border: 1px solid #cecece;
  margin-left: auto;
  margin-right: auto;

}

.jobseekerParent h4 {
  font-family: 'montserrat';
  text-transform: uppercase;
}

.jobseekerProfileRow p {
  font-size: 13px;
  line-height: 1.5;
}

.jobseekerProfileRow p a {
  float: right;
  text-decoration: underline;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
  .jobseekerCol {
    width: 96%;
    margin-left: 2%;
    margin-bottom: 30px;
    height: 100%;
  }

  .jobseekerImg {
    width: 60px;
  }

  .jobseekerColWidth {
    width: auto;
  }

  .jobseekerColSpace{
    padding-top: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .jobseekerImg {
    width: 100px;
  }

  .jobseekerCol {
    height: 245px;
  }
}

.jobseekerCol {
  position: relative;
}

.jobseekerCol:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 3px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(3deg);
}

#recruiter2 {
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}

#recruiter2 .btn {
  margin-top: 10px;
}

#recruiter2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}

#recruiter2 h2 > span {
  color: #45aed6;
}

.recruitPremium{
  border: 5px solid #609131;
  border-radius: 100px;
  height: 150px;
  width: 150px;
  display: inline-block;
}

.memberView {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.paraBreak {
  padding-top: 10px;
}

.rowHg {
  line-height: 1.5;
}

.paraCap1{
  font-size: 70px;
  font-weight: 600;
}

.paraCap2{
  font-size: 25px;
}

.headAlt{
  text-transform: uppercase;
  font-size: 50px;
}

.recruitBtn1 {
  /*margin-top: 10px;*/
  background: #609131 !important;
  border: none;
  border-radius: 0px;
  color: #fff;
  padding: 18px 80px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}

.recruitBtn2 {
  /*margin-top: 10px;*/
  background: #609131 !important;
  border: none;
  border-radius: 0px;
  color: #fff;
  padding: 18px 63px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}

.recruitBtn3 {
  /*margin-top: 10px;*/
  background: #609131 !important;
  border: none;
  border-radius: 0px;
  color: #fff;
  padding: 18px 78.3px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}

@media only screen and (min-width: 200px) and (max-width: 500px) {
  .paraCap2 {
      font-size: 18px;
  }

  .headAlt{
    font-size: 35px;
  }

  .recruitBtn1 {
    padding: 18px 73px;
    font-size: 14px;
  }

  .recruitBtn2 {
    padding: 18px 55.5px;
    font-size: 14px;
  }

  .recruitBtn3 {
    padding: 18px 67.7px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
  .recruitBtn1 {
    padding: 18px 86px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recruitBtn1 {
    padding: 18px 86px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recruitBtn1 {
    padding: 18px 86px;
  }
}

#features {
  padding: 50px 0;
  background-color: #fff;
}

.netContainer {
  width: 65%;
}

#features h2 {
  font-family: 'montserrat';
  padding-bottom: 0px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  #features h2 {
    font-size: 40px;
  }
}

#features .media.service-box:first-child {
  margin-top: 80px;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}

#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}

#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}

#testimonial .btns {
  margin-top: 10px;
}

.abtHome {
  background: #fff;
}

#publicPage {
    padding: 0;
}

#publicPage {
    overflow: hidden;
}

#publicPage .item {
    height: 230px;
    background-repeat: no-repeat;
    background-position: 50% -15%;
    background-size: cover;
}

#publicPage .slider-inner {
    position: absolute;
    top: 12em;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    color: #fff;
}

#publicPage .slider-inner h2 {
    /*margin-top: 180px;*/
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-family: 'paytone one';
    float: left;
    margin-top: -15px;
}

@media only screen and (min-width: 200px) and (max-width: 345px) {
    #publicPage .slider-inner h2 {
        font-size: 32px;
    }
}

#publicPage .slider-inner h2 > span {
    color: #45aed6;
}

.dashBoardHead {
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #669933;
}

#about1 {
    padding: 45px 0 0;
    background: rgba(255, 255, 255, 1);
    position: sticky;
}

#about1 p {
  font-size: 18px;
  line-height: 2;
  padding-bottom: 15px;
}

.aboutHead {
  font-family: 'montserrat';
  text-transform: uppercase;
  color: #fff;  
}

.abtBgCol {
  width: 93%;
  height: 450px;
  border: 1px solid #cecece;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 3%;
  background: #fff;
  position: relative;
}

.abtBgCol:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

.abtBgCol:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.abtOptionRow1 {
  background: #935bb1 !important;
}

.abtOptionRow2 {
  background: #ca5c7e !important;
}

.abtBgTitleCol {
  padding: 0 20px;
  line-height: 1;
}

.abtBgTitleCol h2 {
  color: #fff;
  font-size: 22px !important;
}

.abtContent {
  padding: 20px 10px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .abtBgCol {
    height: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .abtBgCol {
    height: 650px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1460px) {
  .abtBgCol {
    height: 550px;
  }
}

@media only screen and (min-width: 1461px) and (max-width: 1599px) {
  .abtBgCol {
    height: 510px;
  }
}

#about2 {
  padding: 50px 0 0;
  background: rgba(255, 255, 255, 1);
}

#about2 h2 {
  font-family: 'montserrat';
}

#privacy1 {
    padding: 45px 0;
    background: rgba(255, 255, 255, 1);
    font-size: 18px;
    line-height: 2;
}

#terms1 {
  padding: 45px 0 0;
  background: rgba(255, 255, 255, 1);
}

#terms1 p {
  font-size: 18px;
  line-height: 2;
  padding-bottom: 15px;
}

#terms1 p > span {
  font-family: 'Open Sans' !important;
}

#advertise1 {
  padding: 45px 0 0;
}

#advertise1 p {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 15px;
}

#advertise1 h2 {
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 24px;
}

.optionContainer {
  border: 3px solid #ccc;
  padding: 15px 30px;
  position: sticky;
  background: #efefef;
}

.optionTitleBg {
  margin-bottom: 15px;
}

.optionTitle {
  font-size: 28px !important;
}

.adRowBreak {
  margin-bottom: 20px;
}

.optionRow1 {
  background: #91c25e !important;
}

.optionRow2 {
  background: #556a95 !important;
}

.optionRow3 {
  background: #e3d95a !important;
}

.optionRow4 {
  background: #935bb1 !important;
}

.adBgCol {
  width: 93%;
  height: 240px;
  border: 1px solid #cecece;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 3%;
  background: #fff;
  position: relative;
}

.adBgTitleCol {
  padding: 0 20px;
  line-height: 1;
}

.adBgTitleCol h2 {
  color: #fff;
  font-size: 22px !important;
}

.adContent {
  padding: 15px 5px 5px;
}

.adBgCol:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

.adBgCol:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .adBgCol {
    height: auto;
    width: 90%;
    margin-left: 5%;
  }

  .optionContainer {
    padding: 0 15px;
    margin-left: 10px;
    width: 95%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .adBgCol {
    height: 275px;
  }
}

#advertise1 .adTitle {
  font-size: 24px;
  font-family: 'open sans';
  padding-bottom: 30px;
  line-height: 40px;
}

#advertise2 {
  padding: 30px 0 0;
}

#advertise3 {
  background: #f1f1f1;
  padding: 80px 0;
  clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 90%, 0% 10% );
  -webkit-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 90%, 0% 10% );
  -o-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 90%, 0% 10% );
  -ms-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 90%, 0% 10% );
  -moz-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 90%, 0% 10% );
}

.adImgSize {
  width: 420px;
  float: right;
}

.adImgSize1 {
  width: 440px;
  float: left;
}

.adImgSize2 {
  width: 500px;
  float: right;
}

#advertise2 .demoTitle {
  font-family: 'montserrat';
  font-size: 44px;
  text-transform: uppercase;
  text-align: center;
}

#advertise3 h2 {
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 24px;
}

#advertise3 p {
  font-size: 22px;
  line-height: 1.7;
  padding-bottom: 15px;
}

@media only screen and (min-width: 200px) and (max-width: 450px) {
  #advertise2 .demoTitle {
    font-size: 30px;
  }
}

/*.ageList {
  
}

.locList {

}

.qualList {

}*/

#advertise4 {
  padding: 50px 0;
}

#advertise4 h2 {
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 24px;
}

#advertise4 p {
  font-size: 22px;
  line-height: 1.7;
  padding-bottom: 15px;
}

#advertise5 {
  padding: 100px 0;
  background: #f1f1f1;
  clip-path: polygon( 100% 0%, 100% 25%, 100% 100%, 100% 100%, 0% 100%, 0% 10% );
  -webkit-clip-path: polygon( 100% 0%, 100% 25%, 100% 100%, 100% 100%, 0% 100%, 0% 10% );
  -o-clip-path: polygon( 100% 0%, 100% 25%, 100% 100%, 100% 100%, 0% 100%, 0% 10% );
  -ms-clip-path: polygon( 100% 0%, 100% 25%, 100% 100%, 100% 100%, 0% 100%, 0% 10% );
  -moz-clip-path: polygon( 100% 0%, 100% 25%, 100% 100%, 100% 100%, 0% 100%, 0% 10% );
}

#advertise5 h2 {
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 24px;
}

#advertise5 p {
  font-size: 22px;
  line-height: 1.7;
  padding-bottom: 15px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .adImgSize {
    width: 300px;
    float: right;
  }

  .adImgSize1 {
    width: 300px;
    float: left;
  }

  #advertise3 {
    clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 95%, 0% 5% );
    -webkit-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 95%, 0% 5% );
    -o-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 95%, 0% 5% );
    -ms-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 95%, 0% 5% );
    -moz-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 95%, 0% 5% );
  }

  #advertise3 p {
    font-size: 16px;
  }

  #advertise4 p {
    font-size: 16px;
  }

  #advertise5 {
    clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 100%, 0% 5% );
    -webkit-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 100%, 0% 5% );
    -o-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 100%, 0% 5% );
    -ms-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 100%, 0% 5% );
    -moz-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 100%, 0% 5% );
  }

  #advertise5 p {
    font-size: 16px;
  }
}

#candidateRegister1 {
  padding: 45px 0;
  background: #669933;
}

#candidateRegister1 p {
  font-size: 14px;
      line-height: 2;
    padding-bottom: 15px;
}

.register-form {
    background: #fff;
    padding: 50px;
}

.register-form-control {
  width: auto;
  display: inline-block;
  border: 0;
}

.titleRow {
  background-color: #ececec;
  margin-bottom: 20px;
}

.titleRow h3 {
  font-family: 'montserrat';
  text-transform: uppercase;
}

.titleRow h3 > span {
  color: #ff0000;
  font-size: 14px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .register-form {
    padding: 30px !important;
  }

    .titleRow h3 {
        font-size: 14px;
        line-height: 1.5;
    }

  .titleRow h3 > span {
    font-size: 11px;
  }

  .regFormAlign {
    width: 100% !important;
    padding-left: 0% !important;
    line-height: 1;
  }

  .regFormCol {
    width: 100% !important;
  }

  .regFormCol1 {
    width: 100% !important;
  }

  .regFormBox-control {
    width: 100% !important;
  }

  .regFormLabel {
    float: left !important;
    font-size: 14px !important;
  }

  .regColAlign {
    width: 100% !important;
  }

  .regLogo-control {
    width: 100% !important;
  }

  .regMobCol {
    width: 35%;
    white-space: nowrap;
  }

  .regFormAgree {
    width: 100% !important;
    padding-left: 0% !important;
  }

    .regMobCol1 {
        width: 70% !important;
        line-height: 1.5;
        text-align: left;
        margin-left: 20px;
    }

    .regChkBox {
        width: 0;
    }

  .registerBtn {
    background: #609131 !important;    
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 16.5px 50px !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .regFormAlign1 {
    width: 100% !important;
    padding-left: 0% !important;
    line-height: 1.5 !important;
  }

  .regFormCol2 {
    width: 100% !important;
  }

  .regFormCol3 {
    width: 100% !important;
    white-space: normal !important;
  }

  .regFormLabel1 {
    font-size: 13px !important;
    margin-left: -10px;
  }

  .regColWidth {
    width: 20%
  }

  .infoPara {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .regFormAlign {
    width: 100% !important;
    padding-left: 0% !important;
    line-height: 1;
  }

  .regFormLabel {
    float: left !important;
  }

  .regFormCol {
    width: 100% !important;
  }

  .regFormCol1 {
    width: 100% !important;
  }

  .regFormCol {
    width: 100% !important;
  }

  .regFormBox-control {
    width: 100% !important;
  }

  .regColAlign {
    width: 100% !important;
  }

  .regLogo-control {
    width: 100% !important;
  }

  .regFormAlign1 {
    width: 100% !important;
    padding-left: 0% !important;
    white-space: normal !important;
  }

  .regFormCol2 {
    width: 40% !important;
  }

  .regFormCol3 {
    width: 100% !important;
  }

  .regColWidth {
    width: 25%;
  }

  .regFormAgree {
    width: 100% !important;
    padding-left: 30% !important;
  }

  .regMobCol1 {
    width: 45% !important;
  }

  .regFormBox-control1 {
    width: 214% !important;
  }

  .infoPara {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
  .regFormAlign1 {
    width: 90% !important;
    padding-left: 15% !important;
  }

  .regColWidth {
    width: 25%;
  }
}

.regFormAlign {
  line-height: 3;
  width: 100%;
  padding-left: 10%;
}

.phoneLine {
  font-size: 18px !important;
  font-weight: 600;
}

.regFormAlign1 {
    line-height: 1.5;
    width: 70%;
    padding-left: 15%;
}

.regFormAgree {
    width: 82.5%;
    padding-left: 32.5%;
    line-height: 1.5;
}

.regFormCol {
  width: 30%;
}

.regFormCol1 {
  width: 70%;
}

.regFormCol1 > textarea {
  margin-bottom: 14px;
}

.regFormCol2 {
  width: 40%;
}

.regFormCol3 {
  width: 60%;
  white-space: nowrap;
}

.regFormBox-control {
  width: 60%;
}

.regFormBox-control1 {
  width: 70%;
}

.regFormSelect-control {
  width: 100%;
}

.regLogo-control {
  width: 43%
}

.regAttach-cotrol {
  width: 100%;
  height: 38px;
}

.regSelect {
    width: 43%;
}

.regFormLabel {
  color: #333;
  font-size: 14px;
  float: right;
}

.regColAlign {
  width: 25%;
}

.regFormLabel1 {
  color: #333;
  font-size: 14px;
}

.registerBtn {
    background: #609131 !important;    
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 16.5px 66px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.infoPara {
  width: 64%;
}

#candidate {
  padding: 0;
}

#candidate {
  overflow: hidden;
}

#candidate .item {
  height: 800px;
/*  background-repeat: no-repeat;
  background-position: 50% 39%;
  background-size: cover;*/
  background: #669933;
}

#candidate .slider-inner {
  position: absolute;
  top: 10em;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  color: #333;
}

#candidate .slider-inner h2 {
  /*margin-top: 180px;*/
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #333;
  font-family: 'montserrat';
  background-color: #ffd800;
  padding: 12px;
}

#candidate .slider-inner h2 > span {
  color: #45aed6;
}

#candidate1 {
  padding: 90px 0 0;
  background: rgba(255, 255, 255, 1);
}

#candidate1 p {
  font-size: 24px;
      line-height: 2;
    padding-bottom: 15px;
}

@media only screen and (min-width: 200px) and (max-width: 420px) {
  #candidate .slider-inner h2 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  #candidate .item {
    height: 700px;
  }
  #candidate .slider-inner {
    position: absolute;
    top: 10em;
    left: 17px;
    width: 90%;
    /*height: 100%;*/
    color: #333;
  }

  .candidateLogLabel {
    padding-top: 5px !important;
  }

  .candidateBtn {
    padding: 10px 25px !important;
  }

  .forgotPwd {
    padding-top: 25px;
    font-size: 12px;
  }

  .regNew {
    margin: 30px 0 0 0;
    font-size: 13px;
  }
}

#recruiterLogin {
  padding: 0;
}

#recruiterLogin {
  overflow: hidden;
}

#recruiterLogin .item {
  height: 800px;
/*  background-repeat: no-repeat;
  background-position: 50% 39%;
  background-size: cover;*/
  background: #dcdcdc;
}

#recruiterLogin .slider-inner {
  position: absolute;
  top: 10em;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  color: #333;
}

#recruiterLogin .slider-inner h2 {
  /*margin-top: 180px;*/
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #333;
  font-family: 'montserrat';
  background-color: #ffd800;
  padding: 12px;
}

#recruiterLogin .slider-inner h2 > span {
  color: #45aed6;
}

#recruiterLogin1 {
  padding: 90px 0 0;
  background: rgba(255, 255, 255, 1);
}

#recruiterLogin1 p {
  font-size: 24px;
      line-height: 2;
    padding-bottom: 15px;
}

@media only screen and (min-width: 200px) and (max-width: 767px ) {
  .timelineImg {
    width: 600px;
  }  

  #about2 h2 {
    font-size: 40px;
    margin-left: -20px;
  }
}

.imgRow {
    /*padding-top: 5px;*/
    margin-bottom: 80px;
}

.timeHead {
  background: rgba(241, 241, 241, 1);
  padding: 65px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .netContainer {
    width: 100%;
  }
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
  .abtColAlg {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 551px) and (max-width: 767px) {
  .abtRowAlg {
    padding-left: 29% !important;
    float: none !important;
  }
}

@media only screen and (min-width: 429px) and (max-width: 545px) {
  .abtRowAlg {
    float: none !important;
  }
}

.abtRowAlg {
  padding-left: 5%;
  padding-top: 35px;
}

#aDashboard {
  padding: 0;
}

#aDashboard {
  overflow: hidden;
}

#aDashboard .item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 120%;
}

@media only screen and (max-width: 991px) {
  #aDashboard .item {
    background-size: auto;
  }
}

#aDashboard .slider-inner {
  /*position: absolute;
  top: 12em;*/
  left: 0;
  width: 100%;
  /*height: 100%;*/
  color: #333;
  padding-top: 13em;
  padding-bottom: 80px;
}

#aDashboard1 {
  padding: 0 0 45px;
  background-image: url(../images/plainBg.jpg);
  background-repeat-y: no-repeat;
  background-size: 30%;
}

/*#aDashboard1 p {
  font-size: 18px;
  line-height: 2;
  padding-bottom: 15px;
}*/

.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}

.nav.main-tab > li > a {
  color: #272727;
}

.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}

.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}

.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}

.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}

.panel-default {
  border-color: #eee;
}

.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}

.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}

#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}

#animated-number strong {
  display: block;
  margin-bottom: 30px;
}

.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

#pricing {
  padding: 45px 0;
  background: #f1f1f1;
}

#pricing h3 {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'montserrat';
}

.memColAlign {
    margin-top: 20.8em;
    padding-right: 0;
    width: 40%;
    margin-left: 5%;
}

.directoryOpt {
    background: #DEDA3C;
}

.directoryOpt ul {
    margin-bottom: 0;
}

.directoryOpt ul li {
    border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1460px) {
    .memColAlign {
        margin-top: 17.1em;
    }
}

.memColAlign1 {
  padding-left: 0;
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
  .memColAlign {
    margin-top: 0;
    padding-right: 15px;
    width: 100%;
    margin-left: 0;
  }

  .memColAlign1 {
    padding-left: 15px;
  }
}

/* COMMON PRICING STYLES */
.panel.price,
.panel.price>.panel-heading{
  border-radius:0px;
   -moz-transition: all .3s ease;
  -o-transition:  all .3s ease;
  -webkit-transition:  all .3s ease;
  border: none;
}

/*.panel.price:hover{
  box-shadow: 0px 0px 30px rgba(0,0,0, .2);
}

.panel.price:hover>.panel-heading{
  box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
}
    
.panel.price>.panel-heading{
  box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
  text-shadow:0px 3px 0px rgba(50,50,50, .6);
}*/
  
.price .list-group-item{
  border-bottom-:1px solid rgba(250,250,250, .5);
}

.panel.price .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.panel.price .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.price .panel-footer {
  color: #fff;
  border-bottom:0px;
  background-color: #669933;
  border-top: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
}

/* The container */
.radioContainer {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    margin-top: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radioCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.radioContainer input:checked ~ .radioCheckmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked ~ .radioCheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radioContainer .radioCheckmark:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2196F3;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .radioContainer {
    font-size: 14px;
  }
}

/* green panel */

.price.panel-green>.panel-heading {
  color: #fff;
  background-color: #57AC57;
  border-color: #71DF71;
  border-bottom: 1px solid #71DF71;
}

.price.panel-green>.panel-body {
  color: #fff;
  background-color: #65C965;
}

.price.panel-green>.panel-body .lead{
    text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}

.price.panel-green .list-group-item {
  color: #333;
  background-color: rgba(50,50,50, .01);
  font-weight:600;
  text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}

/* blue panel */

.price.panel-blue>.panel-heading {
  color: #fff;
  background-color: #608BB4;
  border-color: #78AEE1;
  border-bottom: 1px solid #78AEE1;
}

.price.panel-blue>.panel-body {
  color: #fff;
  background-color: #73A3D4;
}
    
.price.panel-blue>.panel-body .lead{
    text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}

.price.panel-blue .list-group-item {
  color: #333;
  background-color: rgba(50,50,50, .01);
  font-weight:600;
  text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}

/* red price */

.price.panel-red>.panel-heading {
  color: #fff;
  background-color: #D04E50;
  border-color: #FF6062;
  border-bottom: 1px solid #FF6062;
}
  
.price.panel-red>.panel-body {
  color: #fff;
  background-color: #EF5A5C;
}

.price.panel-red>.panel-body .lead{
    text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}

.lead {
  font-size: 40px;
  font-family: 'montserrat';
  margin-bottom: 10px;
  margin-top: 10px;
}

.price.panel-red .list-group-item {
  color: #333;
  background-color: rgba(50,50,50, .01);
  font-weight:600;
  text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}

/* grey price */

.price.panel-grey>.panel-heading {
  color: #fff;
  background-color: #6D6D6D;
  border-color: #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
}

.price.panel-grey>.panel-body {
  color: #fff;
  background-color: #808080;
}

.price.panel-grey>.panel-body .lead{
    text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}

.price.panel-grey .list-group-item {
  color: #333;
  background-color: rgba(50,50,50, .01);
  font-weight:600;
  text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}

.colShadow {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(39, 39, 39, 0.5);
  box-shadow: 0px 0px 15px 1px rgba(39, 39, 39, 0.5);
  z-index: 99;
}

#get-in-touch {
  padding: 100px 0 50px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
}

#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}

#contact {
  padding: 0;
}

#contact {
  overflow: hidden;
}

#contact1 {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  padding: 0 0 30px 0;
}

#contact1 .contact-form {
  padding: 20px;
  margin-top: 25px;
}

#contact1 .contact-form h3 {
  margin-top: 0;
}

.contactBtn {
    background: #609131 !important;    
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 16.5px 66px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#publicEmpPage {
    padding: 0;
}

#publicEmpPage {
    overflow: hidden;
}

#publicEmpPage .item {
    height: 230px;
    background-repeat: no-repeat;
    background-position: 50% -15%;
    background-size: cover;
}

#publicEmpPage .slider-inner {
    position: absolute;
    top: 12em;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    color: #fff;
}

#publicEmpPage .slider-inner h2 {
    /*margin-top: 180px;*/
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #669933;
    font-family: 'paytone one';
    float: left;
    margin-top: -15px;
}

#publicEmpPage .slider-inner h2 > span {
    color: #45aed6;
}

#directory1 {
  padding: 30px 0 10px;
  background: rgba(241, 241, 241, 1);
}

#directory1 h2 {
  font-family: 'montserrat';
  font-size: 30px;
  padding-bottom: 25px;
}

#directory1 p {
  font-size: 18px;
  line-height: 2;
  padding-bottom: 15px;
}

#directory2 {
  padding: 30px 0;
  background: rgba(255, 255, 255, 1);
}

#directory2 h3 {
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 36px;
  padding-bottom: 25px;
}

#directory2 p {
  font-size: 18px;
  line-height: 2;
  padding-bottom: 15px;
}

#directory2 p span {
  font-weight: 600;
  color: #669933;
}

.directoryBtn {
  /*margin-top: 10px;*/
  background: #fdb913 !important;
  border: none;
  border-radius: 0px;
  color: #000;
  padding: 18px 63px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}

.directoryBrochureBtn {
  background: #669933;
  border: none;
  border-radius: 0px;
  color: #fff;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'montserrat';
  width: 100%;
}

.directoryListFormBtn {
  background: #d94081;
  border: none;
  border-radius: 0px;
  color: #fff;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'montserrat';
  width: 100%;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
  .directoryColSpace {
    margin-bottom: 10px;
  }
}

/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #4c4c4c;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

.footContainer {
  width: 70%;
}

#footer1 {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

.menuRow {
  padding: 20px 0;
}

.footHead {
  color: #fff;
  font-size: 24px;
}

#footer a {
  color: #dcdcdc;
  font-size: 15px;
}

#footer a:hover {
  color: #46ff19;
}

#footer ul {
  list-style: none;
  margin: 0 -7.5px;
  white-space: pre-line;
}

#footer ul > li {
  display: inline-block;
  margin: 5px -15.5px;
  line-height: 2;
}

#footer ul > li > a {
  margin-left: 1em;
}


#footer ul > li > img {
  width: 30px;
}

#footer1 a {
  color: #fff;
}

#footer1 a:hover {
  color: #45aed6;
}

#footer1 ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}

#footer1 ul > li {
  display: inline-block;
  margin: 0 7.5px;
}

#footer1 ul li i {
  font-size: 30px;
}

.dashMenu > a {
  white-space: nowrap;
}

.dashMenu > a:hover {
  color: #46ff19 !important;
}

@media only screen and (min-width: 992px) {
  #footer .social-icons {
    float: right;
  }

  #footer1 .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
  .footContainer {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .footContainer {
    width: 90%;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  #footer1 ul li i {
    font-size: 23px;
  }

  .footCol {
    padding-top: 16px;
  }

  .menuRow {
    padding: 20px 0 20px 10px;
  }

  #footer ul {
    margin: 0;
  }

  #footer1 {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .dashMenuColSpace1 {
    width: 10%;
  }

  .dashMenuColSpace2 {
    width: 11%;
  }

  .dashMenuColSpace3 {
    width: 9%;
  }

  .dashMenuColSpace4 {
    width: 27%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer1 {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menuRow {
    padding: 20px 0 20px 50px;
  }

  #footer ul {
    margin: 0 20px;
  }
}

.contact-form {
  background: #f1f1f1;
  padding: 50px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .contact-form {
    background: #fff;
    padding: 25px;
  }
}

.loginJumbo {
  background-color: transparent !important;
  font-size: 100px !important;
  color: #fff !important;
  text-transform: none !important;
  padding: 1em 0 0 !important;
}

.loginSubJumbo {
  font-size: 40px;
  color: #fff;
  margin-top: 2em;
  line-height: 1.5;
}

.loginJumbo1 {
    background-color: transparent !important;
    font-size: 100px !important;
    color: #333 !important;
    text-transform: none !important;
    padding: 1em 0 0 !important;
}

.loginSubJumbo1 {
    font-size: 40px;
    color: #333;
    margin-top: 2em;
    line-height: 1.5;
}

.logColBg {
  background: rgba(255, 255, 255, 0.6);
  padding: 40px;
}

.candidateLogLabel {
  color: #333;
  font-size: 14px;
  padding-top: 20px;
}

.recruiterLogLabel {
  color: #333;
  font-size: 14px;
  padding-top: 20px;
}

.candidateBtn {
    background: #d73f82 !important;    
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.recruiterLogBtn {
    background: #d73f82 !important;    
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 10px 41px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.recruiter-login {
  padding-top: 20px;
  line-height: 2;
}

.forgotPwd {
  float: right;
  padding-top: 25px;
}

.regNew {
  margin: 40px 0 0 0;
}

.loginFormCtrl {
  background-color: #c3c3c3;
  border: 1px solid #c3c3c3;
}

@media only screen and (min-width: 200px) and (max-width: 480px) {
  .logColBg {
    padding: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .recruiterLogBtn {
    padding: 10px 80px;
  }

  .candidateBtn {
    padding: 10px 80px;
  }
}

@media only screen and (min-width: 1431px) and (max-width: 1460px) {
  .recruiterLogBtn {
    padding: 10px 89px;
  }

  .candidateBtn {
    padding: 10px 89px;
  }
}

.featuredjobSeekerRow {
  background: #fff;
}

#featuredjobSeeker1 {
  padding: 0 0 30px;
  background: #eaeaea;
}

#featuredjobSeeker1 h2 {
  margin: 45px 0 15px 45px;
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 34px;
}

/*.featuredjobSeekerContainer {
  margin-top: -200px;
  background: #fff;
}*/

.featuredjobseekerParent {
  padding-top: 14px;
}

.featuredjobseekerCol {
  border: 1px solid #cecece;
  border-bottom-left-radius: 10px;
  background: #fff;
  /*height: 310px;*/
  border-top-right-radius: 10px;
/*  width: 90%;
  margin-left: 5%;*/
}

.featuredjobseekerProfileRow {
  /*background: #fff;*/
  padding: 20px 5px;
}

.featuredjobseekerImg {
  width: 155px;
  border: 1px solid #cecece;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;

}

.featuredjobseekerParent h4 {
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 20px;
}

.featuredjobseekerParent h4 a {
    color: #333;
}

.featuredjobseekerProfileRow p {
  font-size: 14px;
  line-height: 1;
}

.featuredjobseekerProfileRow p a {
  float: right;
  text-decoration: underline;
}

.featuredjobSeekerDesc {
  line-height: 1.5 !important;
}

.featuredjobseekerCol {
  position: relative;
/*  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/
}

.featuredjobseekerCol:after, .featuredjobseekerCol:before {
  content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.4);
    top:50%;
    bottom:0;
    left:5em;
    right:5em;
    border-radius:100px / 10px;
}

/*.featuredjobseekerColWidth {
  width: auto;
}*/

.featuredjobsPostLink {
    float: right;
    font-size: 12px;
    margin: 45px 0 0 45px;
}

.feturedjobSeekerInfo {
  color: #717171;
  /*text-transform: uppercase;*/
  font-size: 16px;
  /*font-weight: 600;*/
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .featuredjobseekerCol:after, .featuredjobseekerCol:before {
    left: 4em;
    right: 4em;
  }
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    .jobSeekerTitle {
        margin-top: -25px !important;
    }
    .featuredjobsPostLink {
        margin: 45px 0 10px 45px;
    }

  .featuredjobseekerCol {
    height: 100%;
    width: 90%;
    margin-left: 20px;
  }

  .featuredjobseekerImg {
    width: 80px;
  }

  .featuredjobseekerProfileRow p {
    line-height: 1.5;
    font-size: 13px;
  }

  .featuredjobseekerColWidth {
    width: 100px;
  }

  .featuredjobseekerColSpace{
    padding-top: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .featuredjobsPostLink {
    margin: 45px 0 10px 45px;
  }

  .featuredjobseekerImg {
    width: 120px;
  }

  /*.featuredjobseekerCol {
    height: 330px;
  }*/
}

.jobListRow {
  background: #fff;
}

#jobList1 {
  padding: 30px 0;
  background: #eaeaea;
}

#jobList1 h2 {
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 34px;
}

/*.jobListContainer {
  margin-top: -200px;
  background: #fff;
}*/

.jobListParent {
    padding-top: 14px;
}

.jobListCol {
  border: 1px solid #cecece;
  border-bottom-left-radius: 10px;
  background: #fff;
  /*height: 250px;*/
  border-top-right-radius: 10px;
/*  width: 90%;
  margin-left: 5%;*/
}

.articlesCol {
  position: relative;
  height: 180px !important;
  border: 1px solid #cecece;
  border-bottom-left-radius: 10px;
  background: #fff;
  border-top-right-radius: 10px;
  /*box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/
}

.jobListProfileRow {
  /*background: #fff;*/
  padding: 20px 5px;
}

.articlesRow {
  padding: 20px !important;
}

.articlesRow h4 {
  color: #669933 !important;
}

.compName {
  color: #8b89e0 !important;
}

.jobListImg {
  width: 155px;
/*  border: 1px solid #cecece;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
}

.jobListParent h4 {
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 20px;
}

.jobListProfileRow p {
  font-size: 14px;
  line-height: 1;
}

.jobListTime {
  float: right;
  color: #a7a7a7;
}

.jobListDesc {
  line-height: 1.5 !important;
}

.jobListCol {
  position: relative;
  /*box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/
  width: 75%;
}

.jobListCol:after, .jobListCol:before {
  content:"";
  position:absolute; 
  z-index:-1;
  box-shadow:0 0 20px rgba(0,0,0,0.20)  ;
  top:0;
  bottom:0;
  left:10px;
  right:10px;
  border-radius:100px / 10px;
}

.jobListCol:after {
  right:10px; 
  left:auto; 
  transform:skew(8deg) rotate(3deg);
}

.articlesCol:before, .articlesCol:after {
  content:"";
  position:absolute; 
  z-index:-1;
  box-shadow:0 0 10px rgba(0,0,0,0.5);
  top:10px;
  bottom:10px;
  left:0;
  right:0;
  border-radius:100px / 10px;
}

.articlesCol:after {
  right:10px; 
  left:auto; 
  transform:skew(8deg) rotate(3deg);
}


@media only screen and (min-width: 200px) and (max-width: 1199px) {
  #jobList .slider-inner h2 {
    margin-top: -20px;
  }

  .jobListParent {
    padding-right: 15px;
    padding-left: 15px;
  }

  .jobListCol {
    height: 100%;
    width: 100%;
  }

  .articlesCol {
    height: 100% !important;
  }

  .jobListImg {
    width: 74px;
    margin-top: 15px;
  }

  .jobListProfileRow p {
    line-height: 1.5;
    font-size: 13px;
  }

  .articlesRow {
    padding: 20px 5px !important;
  }

  .jobListColWidth {
    width: 100%;
  }

  .jobListColSpace{
    padding-top: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .jobListImg {
    width: 120px;
  }

  /*.jobListCol {
    height: 330px;
  }*/

  .articlesCol {
    height: 185px !important;
  }
}

#profileView1 {
  padding: 0 0 80px;
  background: #eaeaea;
}

/*.profileViewContainer {
  margin-top: -200px;
  background: #fff;
}*/

.profileViewCapTitle {
  padding: 45px 0 0 0;
}

.profileViewParent {
  padding-top: 14px;
  height: 100%;
}

.profileViewCol {
  border: 1px solid #cecece;
  background: #99cc66;
  width: 75%;
/*  height: 310px;
  width: 90%;
  margin-left: 5%;*/
}

.profileViewRow {
  /*background: #fff;*/
  padding: 20px 5px 0;
}

.profileViewRow span {
  line-height: 2;
}

.profileViewSummary {
  background: #eeeeee;
}

.profileViewSkill {
  background: #ffffff;
}

.profileViewProfInfo {
  background: #eeeeee;
}

.profileViewDetail {
  background: #ffffff;
}

.profileViewSummary, .profileViewSkill, .profileViewProfInfo, .profileViewDetail {
  padding: 25px;
}

@media only screen and (min-width: 1200px) {
    .profileViewSummary, .profileViewSkill, .profileViewProfInfo, .profileViewDetail {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.profileViewSummary h3, .profileViewSkill h3, .profileViewProfInfo h3, .profileViewDetail h3 {
  font-family: 'montserrat';
  text-transform: uppercase;
  line-height: 1.5;
}

.profileViewImg {
    width: 120px !important;
    height: auto !important;
    border: 1px solid #cecece;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
    background: #fff;
}

.profileViewParent h4 {
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 30px;
}

.profileViewRow p {
    font-size: 16px;
    /*line-height: 2;*/
    margin: 0;
    color: #fff;
}

.profileCandidateID {
  float: right;
  padding-right: 30px;
}

.profileDownload {
  float: right;
  padding-right: 14px;
  color: #fff;
  text-decoration: underline;
}

.profileViewDesc {
  line-height: 1.5 !important;
}

/*.profileViewCol {
  position: relative;
}

.profileViewCol:after {
  z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 3px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(3deg);
}*/

/*.profileViewColWidth {
  width: auto;
}*/

/*.profileViewLink {
    float: right;
    font-size: 12px;
    margin: 45px 65px 0 45px;
}*/

.profileViewColSpace {
  width: 0;
}

.profileViewInfo {
  color: #717171;
  /*text-transform: uppercase;*/
  font-size: 16px;
  /*font-weight: 600;*/
}

.containerBg {
  background: #fff;
  padding: 10px;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
  #profileView .slider-inner h2 {
    margin-top: -25px;
  }
/*  .profileViewLink {
    margin: 45px 0 10px 45px;
  }*/

  .profileViewCol {
    height: 100%;
    width: 90%;
    margin-left: 20px;
    border: 0;
  }

  .profileViewImg {
    width: 80px;
  }

  .profileViewRow p {
    line-height: 1.5;
    font-size: 13px;
  }

  /*.profileViewColWidth {
    width: 100px;
  }*/

/*  .profileViewColSpace{
    padding-top: 10px;
  }*/

  .profileViewSummary, .profileViewSkill, .profileViewProfInfo, .profileViewDetail {
    padding: 20px;
  }

  .profileRowAlign {
    padding-top: 20px;
  }

  .containerBg {
      border: 1px solid #cecece;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
/*  .profileViewLink {
    margin: 45px 0 10px 45px;
  }*/

  .profileViewImg {
    width: 120px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .profileDownload {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .profileViewParent h4 {
    font-size: 25px;
  }

  .containerBg {
    padding: 10px;
  }
}

#jobDescription1 {
    padding: 20px 0 35px;
    background: #eaeaea;
}

#jobDescription1 h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 34px;
    /*padding-left: 50px;*/
}

@media only screen and (max-width: 991px) {
    #jobDescription1 h2 {
        font-size: 30px;
        padding-left: 0;
    }
}

/*.jobDescriptionContainer {
  margin-top: -200px;
  background: #fff;
}*/

.jobDescriptionParent {
  padding-top: 14px;
  height: 100%;
}

.jobDescriptionCol {
  border: 1px solid #cecece;
  background: #fff;
/*  height: 310px;
  width: 90%;
  margin-left: 5%;*/
}

.jobDescriptionRow {
  /*background: #fff;*/
  padding: 20px 15px;
}

.imgFree, .imgPaid {
    float: right;
}

@media only screen and (max-width: 991px) {
    .imgFree, .imgPaid {
        width: 80px;
    }

    .jobDescriptionRow {
        padding: 20px 0px;
    }
}

/*.jobDescriptionRow span {
  font-size: 16px;
}*/

.jobDescriptionTitle {
    background: #4a4a4a;
}

    .jobDescriptionTitle h1 {
        /*text-align: center;*/
        padding: 0 50px;
        color: #fff;
        font-family: 'montserrat';
        text-transform: uppercase;
        font-size: 34px;
        line-height: 1.5;
    }

@media only screen and (max-width: 767px) {
    .jobDescriptionTitle h1 {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 768px) {
    .jobDescriptionTitle h1 {
        padding: 0 20px;
    }
}

.jobDescriptionDetails {
  background: #fff;
}

.jobSocialShare {
  float: left;
  text-transform: uppercase;
}

.jobCount, .jobPostTime {
  float: right;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .jobCount, .jobPostTime {
        float: right;
        text-transform: uppercase;
        text-align: right;
    }
}

.jobDescriptionSummary {
  background: #f3f3f3;
  /*text-transform: uppercase;*/
}

.jobSummaryDec {
  font-weight: 600;
}

.jobDescriptionApplyBtn {
  background: #f3f3f3;
  text-align: center;
}

.jobDescriptionSummary, .jobDescriptionStamp, .jobDescriptionDetail, 
.jobDescriptionApplyBtn, .jobDescriptionDisclaimer {
  padding: 15px 50px;
}

.jobDescriptionDisclaimer {
  color: #b9b9b9;
}

.jobDescriptionDetail h3 {
  font-family: 'montserrat';
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 18px;
}

.jobDescriptionDetail p span {
  /*text-transform: uppercase;*/
}

.jobDescriptionImg {
    border: 1px solid #cecece;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
    width: auto;
    max-width: 250px;
}

.jobDescriptionTagImg {
  width: 85px;
  margin-top: -29px;
  float: right;
}

.jobDescriptionParent h4 {
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 0 0 0;
}

.jobDescritionBtn1 {
  background: #669933;
  border: none;
  border-radius: 0px;
  color: #fff;
  padding: 16.5px 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'montserrat';
  width: 100%;
}

.jobDescritionBtn2 {
  background: #d94081;
  border: none;
  border-radius: 0px;
  color: #fff;
  padding: 16.5px 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'montserrat';
  width: 100%;
}

/*.jobDescriptionCol {
  position: relative;
}

.jobDescriptionCol:after {
  z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 3px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(3deg);
}*/

.jobDescriptionColWidth {
  width: auto;
}

/*.jobDescriptionLink {
    float: right;
    font-size: 12px;
    margin: 45px 65px 0 45px;
}*/

.jobDescriptionColSpace {
  width: 0;
}

.jobDescriptionInfo {
  color: #cc3399;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
  #jobDescription .slider-inner h2 {
    margin-top: -25px;
  }
/*  .jobDescriptionLink {
    margin: 45px 0 10px 45px;
  }*/

  .jobDescriptionCol {
    height: 100%;
    width: 90%;
    margin-left: 20px;
  }

  /*.jobDescriptionImg {
    width: 80px;
  }*/

  .jobDescriptionRow p {
    line-height: 1.5;
    font-size: 13px;
  }

  .jobDescriptionColWidth {
    width: 100px;
  }

/*  .jobDescriptionColSpace{
    padding-top: 10px;
  }*/

  .jobDescriptionSummary, .jobDescriptionStamp, .jobDescriptionDetail, 
  .jobDescriptionApplyBtn, .jobDescriptionDisclaimer {
    padding: 20px;
  }

  .jobDescriptionApplyCol {
    margin-bottom: 20px;
  }

  .jobDescritionBtn1 {
    padding: 12px 35px;
    white-space: normal;
  }

  .jobDescritionBtn2 {
    padding: 12px 35px;
    white-space: normal;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
/*  .jobDescriptionLink {
    margin: 45px 0 10px 45px;
  }*/

  /*.jobDescriptionImg {
    width: 120px;
  }*/
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .jobDescriptionParent h4 {
    font-size: 14px;
    line-height: 1.5;
  }

/*  .containerBg {
    padding: 10px;
  }*/
}

#premiumMembership1 {
  padding: 45px 0 0;
  background: #f1f1f1;
}

.premiumMembershipBuy {
  float: right;
}

.premiumMembershipCol1 {
  background: #669933;
}

.premiumMembershipCol2 {
  background: #ffc600;
  height: 100%;
  padding: 21.5px 15px;
  text-align: center;
}

@media only screen and (min-width: 200px) and (max-width: 344px) {
    .premiumMembershipCol2 {
        padding: 34.5px 15px;
    }
}

.premiumMembershipColWidth {
  width: 100%;
}

.premiumMembershipCapTag1 {
  font-size: 25px;
  text-align: left;
  font-weight: 600;
  color: #000;
}

.premiumMembershipCapTag2 {
  font-size: 18px;
  text-align: justify;
  color: #000;
}

.premiumMembershipTopTag {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 22px;
}

.premiumMembershipTopTag span {
  font-family: 'Roboto', sans-serif;
}

.headUSD {
  font-size: 24px;
}

.headDollar {
  font-size: 45px;
  font-weight: 600;
}

.premiumMembershipBuyBtn {
  background: transparent;
  border: none;
  border-radius: 0px;
  color: #000;
  padding: 21.5px 0;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Roboto',sans-serif;
/*  width: 100%;*/
  text-align: center;
}

#directorySection1 {
    padding: 15px 0;
    background: #f1f1f1;
}

.directorySectRow {
    background: #eae155;
    padding: 15px;
}

#directorySection1 p {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
}

.directoryAdImg {
    float: right;
    width: 340px;
}

@media only screen and (max-width: 767px) {
    .directoryAdImg {
        margin: 0 auto;
        float: none;
    }
}

#premiumMembership2 {
  padding: 0 0 100px;
  background: #f1f1f1;
  clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
  -webkit-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
  -o-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
  -ms-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
  -moz-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
}

#premiumMembership2 h3 {
  font-family: 'montserrat';
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

#premiumMembership2 h3 span {
  background: #669933;
  padding: 15px 25px;
  border-radius: 30px;
  color: #fff;
  margin-right: 30px;
}

#premiumMembership2 p {
  font-size: 18px;
}

#premiumMembership3 {
  padding: 50px 0 100px;
}

#premiumMembership3 h3 {
  font-family: 'montserrat';
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

#premiumMembership3 h3 span {
  background: #669933;
  padding: 15px 23px;
  border-radius: 30px;
  color: #fff;
  margin-right: 30px;
}

#premiumMembership3 p {
  font-size: 18px;
}

#premiumMembership4 {
  padding: 80px 0 100px;
  background: #f1f1f1;
  clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
  -webkit-clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
  -o-clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
  -ms-clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
  -moz-clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
}

#premiumMembership4 h3 {
  font-family: 'montserrat';
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

#premiumMembership4 h3 span {
  background: #669933;
  padding: 15px 23px;
  border-radius: 30px;
  color: #fff;
  margin-right: 30px;
}

#premiumMembership4 p {
  font-size: 18px;
}

#premiumMembership5 {
  padding: 50px 0 30px;
}

#premiumMembership5 h3 {
  font-family: 'montserrat';
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

#premiumMembership5 h3 span {
  background: #669933;
  padding: 15px 23px;
  border-radius: 30px;
  color: #fff;
  margin-right: 30px;
}

#premiumMembership5 p {
  font-size: 18px;
}

#premiumMembership6 {
  padding: 80px 0 0;
  background: #f1f1f1;
  clip-path: polygon( 100% 15%, 100% 25%, 100% 0%, 100% 100%, 0% 100%, 0% 0% );
  -webkit-clip-path: polygon( 100% 15%, 100% 25%, 100% 0%, 100% 100%, 0% 100%, 0% 0% );
  -o-clip-path: polygon( 100% 15%, 100% 25%, 100% 0%, 100% 100%, 0% 100%, 0% 0% );
  -ms-clip-path: polygon( 100% 15%, 100% 25%, 100% 0%, 100% 100%, 0% 100%, 0% 0% );
  -moz-clip-path: polygon( 100% 15%, 100% 25%, 100% 0%, 100% 100%, 0% 100%, 0% 0% );
}

#premiumMembership6 h3 {
  font-family: 'montserrat';
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

#premiumMembership6 h3 span {
  background: #669933;
  padding: 15px 23px;
  border-radius: 30px;
  color: #fff;
  margin-right: 30px;
}

#premiumMembership6 p {
  font-size: 18px;
}

.disclaimerPara {
  color: #999999;
}

#premiumMembership7 {
  background: #f1f1f1;
  text-align: center;
  padding: 80px 0 50px 0;
}

.premiumMemberfooterBuy {
  /*float: right;*/
  display: inline-block;
}

.premiumMemberfooterCol1 {
  background: #669933;
}

.premiumMemberfooterCol2 {
  background: #ffc600;
  height: 100%;
  padding: 0px;
  text-align: center;
}

@media only screen and (max-width: 345px) {
    .premiumMemberfooterCol2 {
        padding: 13px 0;
    }
}

.premiumMemberfooterColWidth {
  width: 100%;
}

.premiumMemberfooterTopTag {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 22px;
}

.premiumMemberfooterTopTag span {
  font-family: 'Roboto', sans-serif;
}

.premiumMemberfooterBuyBtn {
  background: transparent;
  border: none;
  border-radius: 0px;
  color: #000;
  padding: 21.5px 0;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Roboto',sans-serif;
/*  width: 100%;*/
  text-align: center;
  white-space: normal;
}

@media only screen and (min-width: 200px) and (max-width: 349px) {
  .premiumMembershipBuy {
    float: none;
    display: inline-block;
  }

  .premiumMembershipTopTag {
    font-size: 14px;
  }

  .premiumMemberfooterTopTag {
    font-size: 14px;
  }
}

@media only screen and (min-width: 350px) and (max-width: 359px) {
  .premiumMembershipBuy {
    float: none;
    display: inline-block;
  }

  .premiumMembershipTopTag {
    font-size: 14px;
  }

  .premiumMembershipBuyBtn {
    padding: 21.5px 0;
  }

  .premiumMemberfooterTopTag {
    font-size: 14px;
  }

  .premiumMemberfooterBuyBtn {
    padding: 21.5px 0;
  }
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
  .premiumMembershipBuy {
    float: none;
    display: inline-block;
  }

  .premiumMembershipBuyBtn {
    padding: 21.5px 0;
  }

  .premiumMemberfooterBuyBtn {
    padding: 21.5px 0;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  #premiumMembership1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  #premiumMembership2 h3 {
    font-size: 19px;
  }

  #premiumMembership2 h3 span {
    padding: 9px 17px;
    margin-right: 10px;
  }

  #premiumMembership2 p {
    padding-top: 30px;
    font-size: 14px;
  }

  #premiumMembership3 h3 {
    font-size: 19px;
  }

  #premiumMembership3 h3 span {
    padding: 9px 15px;
    margin-right: 10px;
  }

  #premiumMembership3 p {
    padding-bottom: 30px;
    font-size: 14px;
  }

  #premiumMembership4 h3 {
    font-size: 19px;
  }

  #premiumMembership4 h3 span {
    padding: 9px 15px;
    margin-right: 10px;
  }

  #premiumMembership4 p {
    padding-top: 30px;
    font-size: 14px;
  }

  #premiumMembership5 h3 {
    font-size: 19px;
    line-height: 2;
  }

  #premiumMembership5 h3 span {
    padding: 9px 14px;
    margin-right: 10px;
  }

  #premiumMembership5 p {
    padding-bottom: 30px;
    font-size: 14px;
  }

  #premiumMembership6 h3 {
    font-size: 19px;
    line-height: 2;
  }

  #premiumMembership6 h3 span {
    padding: 9px 15px;
    margin-right: 10px;
  }

  #premiumMembership6 p {
    font-size: 14px;
  }

  .disclaimerPara {
    padding-bottom: 30px;
  }

  #premiumMembership7 {
    padding-left: 20px;
    padding-right: 20px;
  }

}

#jobsByCategory1 {
  padding: 45px;
  background: #fff;
}

.categoryContainer {
  width: 1150px;
}

#jobsByCategory1 h3 {
  font-family: 'montserrat';
  font-size: 20px;
  text-transform: uppercase;
}

.categoryTitle {
  border-bottom: 1px solid #cecece;
  background: #f1f1f1;
}

.categoryIconCol {
  text-align: center;
}

#jobsByCategory1 a {
  font-size: 16px;
  color: #669934;
}

#jobsByCategory1 a:hover {
  color: #ee802f;
}

#jobsByCategory1 a i {
  font-size: 23px;
  color: #ee802f;
}

.categoryContent {
  /*line-height: 1.5;*/
  border-bottom: 1px solid #cecece;
  padding-top: 10px;
}

.categoryContentAlt {
  background: #f1f1f1;
  border-bottom: 1px solid #cecece;
  padding-top: 10px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  #jobsByCategory1 {
    padding: 30px;
  }

  .categoryContainer {
    width: auto !important;
  }

  #jobsByCategory1 h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .categoryContent {
    padding-top: 20px;
  }

  #jobsByCategory1 a i {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .categoryContainer {
    width: auto !important;
  }
}

#searchJobs1 {
  padding: 45px;
  background: #f1f1f1;
}

.search-form {
    background: #fff;
    padding: 50px;
}

.searchLabel {
  color: #333;
  font-size: 16px;
}

.searchBtn {
    background: #609131 !important;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    margin-top: 15px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  #searchJobs1 {
    padding: 30px 10px;
  }

  .search-form {
    padding: 30px;
  }
}

#newsArticlesDescp1 h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'montserrat';
}

.authorInfo {
  width: auto;
  position: absolute;
  padding-left: 30px;
}

.authorColWidth {
  width: auto;
}

#newsArticlesDescp1 {
  padding: 45px 30px;
  background: #fff;
  font-family: 'montserrat';
}

#newsArticlesDescp1 h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'montserrat';
}

#newsArticlesDescp1 p {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 15px;
  text-align: justify;
}

.articleAuthor {
  border: 3px solid #cecece;
  padding: 20px 20px 0;
}

.authorImg {
  width: 20%;
  margin-bottom: 10px;
}

.authorName {
  color: #669933;
  padding: 0 !important;
}

.authorTimeLine {
  float: right;
}

.authorJob {
  color: #8dabf1;
  padding: 0 !important;
  font-size: 16px !important;
}

.authorComp {
  padding: 0 !important;
}

@media only screen and (min-width: 200px) and (max-width: 408px) {
  .authorInfo {
    width: 100%;
    padding-top: 50px;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .authorInfo {
    width: 100%;
    padding-top: 50px;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 408px) {
  .authorInfo {
    padding-top: 50px;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 409px) and (max-width: 684px) {
  .authorInfo {
    padding-top: 50px;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 685px) and (max-width: 767px) {
  .authorInfo {
    padding-top: 20px;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
  .authorImg {
    width: auto;
  }
}

.adminJobPostForm {
  width: 100%;
}

.multiselect {
    width: 60%;
    height: 15em;
    border: solid 1px #c0c0c0;
    overflow: auto;
    padding: 10px 10px;
    margin-bottom: 14px;
    white-space: nowrap;
}
 
.multiselect label {
  line-height: 1.5;
  color: #333;
  padding: 0 15px;
}
 
.multiselect-on {
  color: #ffffff;
  background-color: #000099;
}

.multiselect label input {
  margin: 0;
  width: 7%;
}

[data-tip] {
  position: relative;
}

[data-tip]:before {
  content: '';
  /* hides the tooltip when not hovered */
  display: none;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1a1a1a; 
  position: absolute;
  top: 30px;
  left: 35px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

[data-tip]:after {
  display: none;
  content: attr(data-tip);
  position: absolute;
  top: 35px;
  left: 0px;
  padding: 5px 8px;
  background: #669933;
  color: #fff;
  z-index: 9;
  font-size: 14px;
  height: auto;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
  display: block;
}

.toolTipTxt {
  margin-bottom: 15px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .multiselect {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .multiselect {
    width: 100% !important;
  }
}

.dashboardAlign {
  padding-left: 0 !important;
}

.regFormCol1 span {
  color: #333;
}

.regFormCol1 p {
  color: #333;
}

.regLogo-control p {
  color: #333;
}

.recruiterJobSelect {
  width: 20% !important;
}

.optionSelect {
  border: 1px solid #ccc;
  padding: 10px 0 0;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
  .optionSelect {
    border: none;
  }
}

.upgradePremiumTag {
  text-align: right;
  padding: 25px 35px 0;
}

.solutionsRow {
  padding: 5px 15px 15px;
  color: #fff;
  margin-bottom: 20px;
}

.solutionsRow h3 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
}

.solutionsRow p {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rowBg1 {
  background: #935bb1;
  background-image: url(../images/job_posting.png);
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: 40% 65%;
}

.rowBg2 {
  background: #ca5c7e;
  background-image: url(../images/resume_access.png);
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: 40% 65%;
}

.rowBg3 {
  background: #556a95;
  background-image: url(../images/branding.png);
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: 40% 65%;
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
  .rowBg1, .rowBg2, .rowBg3 {
    background-size: contain;
    background-position: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rowBg1, .rowBg2, .rowBg3 {
    background-size: 35%;
    background-position: 5% 50%;
  }
}

.candidateMessageBoard {
    border: 2px solid #336699;
    text-align: left;
    background-color: #F4F8FB;
    margin-bottom: 20px;
}

.messageBoardTitle {
    padding: 10px;
    background-color: #336699;
    border: 2px solid #336699;
    color: #fff;
    font-family: Montserrat;
    text-transform: capitalize;
}

.messageBoardContent {
    padding: 15px;
}

.login-Form {
    background: #fff !important;
}

.phone-form-control {
    width: 47.2%;
}

.countryCode-form-control {
    width: 10%;
}

.phoneControl {
    display: flex;
    font-weight: 600;
}

@media only screen and (min-width: 200px) and (max-width: 1500px) {
    .phone-form-control {
        width: 100%;
    }

    .countryCode-form-control {
        width: 15%;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1599px) {
    .countryCode-form-control {
        width: 9.6%;
    }
}

.popUpNavLogo {
    width: 120px !important;
}

.popUpNav {
    height: 70px !important;
}

#popUpContent {
    padding: 10px 0;
}

.popUpTitle {
    font-family: 'Montserrat';
}

.userSearchTitle h1 {
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.labelPara {
    float: right;
}

.lineBreak {
    line-height: 1.5;
}

.dashColPara {
    width: 12%;
}

.regSelectRecruiter, .regSelectAdmin {
    width: 24.9%;
}

@media only screen and (min-width: 200px) and (max-width: 1500px) {
    .regSelectRecruiter, .regSelectAdmin {
        width: 44%;
    }
}

.spaceAlign {
    margin: 0 10px;
}

.spaceAlign1 {
    margin: 0 10px;
}

.spaceAlign label {
    margin: 0 10px;
}

.spaceAlign1 label {
    margin: 0 10px;
}

@media only screen and (min-width: 200px) and (max-width: 420px) {
    .spaceAlign label {
        width: 75%;
    }

    .spaceAlign1 label {
        width: 75%;
    }
}

@media only screen and (min-width: 421px) and (max-width: 500px) {
    .spaceAlign label {
        width: 80%;
    }

    .spaceAlign1 label {
        width: 80%;
    }
}

@media only screen and (min-width: 501px) and (max-width: 632px) {
    .spaceAlign label {
        width: 85%;
    }
}

@media only screen and (min-width: 633px) and (max-width: 767px) {
    .spaceAlign label {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .spaceAlign1 label {
        margin: 0 3px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1430px) {
    .spaceAlign1 {
        margin: 0 5px;
    }
}

.durationSelect {
    width: 10%;
    display: inline-block;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    .durationSelect {
        width: 13%;
        padding: 0;
        font-size: 10px;
    }
}

#directorySection {
    padding: 20px 0 0;
    background: #e8e8e8;
}

#directorySection p {
    font-size: 25px;
    text-align: left;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
}

#resumewriting1 {
    padding: 0;
    background: #e8e8e8;
}

.resumeTitle {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #935bb1;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 10px;
}

.resumeContent {
    color: #808080;
    /*font-size: 15px;*/
    margin-bottom: 15px;
    line-height: 2;
    font-weight: 500;
}

/*@media only screen and (min-width: 992px) {
    .bannerIntro {
        transform: rotate(-5deg);
    }

    .bannerIntro1 {
        transform: rotate(5deg);
    }
}*/

.resumeHeadTitle h3 span {
    background: #669933;
    padding: 20px 32px;
    border-radius: 40px;
    color: #fff;
    margin-right: 30px;
}

.resumeHeadTitle h3 {
    font-family: 'montserrat';
    font-size: 32px;
    text-transform: uppercase;
    /*margin-bottom: 45px;*/
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .resumeHeadTitle h3 span {
        padding: 9px 17px;
        margin-right: 10px;
    }

    .resumeHeadTitle h3 {
        font-size: 19px;
        line-height: 2;
    }
}

#searchEngine {
    padding: 25px 0;
}

#selectProcess {
    padding: 25px 0;
    background: #e8e8e8;
}

#servicePrice {
    padding: 25px 0 40px;
}

#servicePrice h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 22px;
}

#servicePrice .posting-figure {
    padding: 20px 0 30px;
    position: relative;
}

#servicePrice .posting-currency {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 30px;
}

.priceContent {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 10px;
    text-align: right;
    float: right;
}

.resWriteCol {
    height: 280px !important;
}

#servicePrice .posting-amount {
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
    padding: 0 0 0 50px;
}

.btnSpacing {
    float: right;
    margin-bottom: 10px;
}

.btnBorder {
    border: none !important;
}

.border {
    border: 1px solid #f4f4f4;
}

.modalPopWindow {
    width: 500px !important;
    top: 25em !important;
    max-height: 100% !important;
    max-width: 100% !important;
}

.modalPopWindow1 {
    top: 21em !important;
    width: 850px !important;
    height: 670px;
    padding: 0 25px !important;
}

.modalRowHeight {
    margin-bottom: 10px;
}

.labelSpacing label {
    margin: 0 10px;
}

.iconAlign input {
    float: right;
}

@media only screen and (min-width: 200px) and (max-width: 599px) {
    .modalPopWindow {
        left: 0 !important;
    }

    .modalPopWindow1 {
        left: 0 !important;
        width: auto !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .modalPopWindow {
        left: auto !important;
    }

    .modalPopWindow1 {
        left: auto !important;
        width: auto !important;
    }
}

.labelAlign {
    line-height: 2;
}

.activeService {
    display: inline-block;
    width: 100px;
}

.ajax__tab_xp .ajax__tab_tab {
    height: auto !important;
}

.labelTxtAlign {
    float: left !important;
}

.dashBoardSearchAlign #jobList1 {
    background: transparent !important;
}

.modalPopCan {
    background: #f1f1f1 !important;
    top: 0px !important;
    height: 400px;
}

.addClientFieldSize {
    width: 50% !important;
}

@media only screen and (min-width: 200px) and (max-width: 1500px) {
    .addClientFieldSize {
        width: 50% !important;
    }
}

.consultantForm-control {
    display: inline-block !important;
}

.consultantFormAlign {
    width: 65% !important;
}

#contentShadow .jobDescriptionContainer {
    width: 100% !important;
}

.countryCountCol {
    text-align: right;
}

.countryNameCol {
    text-align: left;
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
    .countryCountCol {
        text-align:left;
    }
}

.pollLabel {
    margin-bottom: 0px;
}

.pagingLayout {
    line-height: 1.5;
}

.pagingLayout table {
    margin-top: 20px;
}

.pagingLayout table td {
    padding: 5px;
    border: 1px solid #c8c8c8;
    background: #fff;
}

.pagingLayout table td > a, .pagingLayout table td > span {
    font-weight: 600;
}

/*.pagingLayout td:first-child {
    border: none;
    background: none;
}*/

#aggregators1 {
    padding: 45px 0 0;
    background: rgba(255, 255, 255, 1);
    position: sticky;
}

#aggregators1 p {
    font-size: 18px;
    line-height: 2;
    padding-bottom: 15px;
}

.aggregatorsTitle {
    font-family: 'montserrat';
    text-transform: uppercase;
}

.xmlCodeLine {
    background: #f1f1f1;
    padding: 15px;
}

.xmlCodeLine li {
    list-style: none;
}

.xmlCodeLine li p {
    font-size: 14px !important;
    font-family: consolas;
    font-weight: 600;
    line-height: 1 !important;
    padding-bottom: 0 !important;
    word-wrap: break-word;
}

#errorPage {
  padding: 0;
}

#errorPage {
  overflow: hidden;
}

#errorPage .item {
  height: 230px;
  background-repeat: no-repeat;
  background-position: 50% -15%;
  background-size: cover;
}

#errorPage .slider-inner {
  position: absolute;
  top: 12em;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  color: #fff;
}

#errorPage .slider-inner h2 {
  /*margin-top: 180px;*/
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-family: 'paytone one';
  float: left;
  margin-top: -15px;
}

#errorPage .slider-inner h2 > span {
  color: #45aed6;
}

#forbidden403 {
  padding: 45px 0;
}

.errorTitle {
  font-size: 18px !important;
}

#forbidden403 p {
  font-size: 25px;
  font-weight: 600;
  line-height: 2;
  font-family: 'montserrat';
}

.forbiddenMenuRow {
  margin-top: 30px;
}

.forbiddenSitemap li {
  list-style: none;
  text-align: left;
  line-height: 2;
  font-size: 18px;
}

.forbiddenSitemap li a {
  padding-left: 10px;
}

.removePadding {
    padding: 0 5px 5px;
}

#branding {
    padding: 45px 0;
    background: #f9f9f9;
}

#branding p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 15px;
}

#branding h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 24px;
}

.brandLineCut li p {
    line-height: 1 !important;
    padding-bottom: 0 !important;
}

.brandCol {
    height: 290px !important;
}

.brandCol1 {
    height: 350px !important;
}

.brandBtnAlign {
    float: none !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 991px) {
    .brandCol, .brandCol1 {
        height: auto !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brandCol {
        height: 390px !important;
    }
    .brandCol1 {
        height: 460px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .brandCol {
        height: 350px !important;
    }

    .brandCol1 {
        height: 430px !important;
    }
}

@media only screen and (max-width: 747px) {
    .brandOptRow1, .brandOptRow2, .brandOptRow3, .brandOptRow4 {
        height: auto !important;
    }
}

.brandPackRow {
    background: #f7f243;
    padding: 10px;
    text-align: center;
}

.brandPackRow span {
    color: #333;
    font-size: 22px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .brandRespCol {
        margin-bottom: 15px;
    }
    .brandLineCut li p {
        line-height: 2 !important;
    }
}

#jobPostingOpt {
    padding: 45px 0;
    background: #f9f9f9;
}

#jobPostingOpt .adTitle {
    font-size: 24px;
    font-family: 'open sans';
    padding-bottom: 20px;
}

#jobPostingOpt p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 15px;
}

#jobPostingOpt h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 24px;
}

.posting-opt-figure {
    padding: 0 !important;
}

.posting-opt-currency {
    top: 0 !important;
}

.posting-opt-content {
    line-height: 1 !important;
}

.postBtn {
    float: right !important;
    text-decoration: none !important;
    margin-bottom: 2em;
}

#resumeAccess {
    padding: 45px 0;
    background: #f9f9f9;
}

#resumeAccess p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 15px;
}

#resumeAccess h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 24px;
}

.responseContent {
    padding: 0 !important;
    float: right;
    font-size: 20px;
}

.demoInfo {
    background: #d2d2d2;
    color: #333;
    padding: 10px 15px;
    font-weight: 600;
}

#demographics {
    padding: 45px 0;
    background: #f9f9f9;
}

#demographics p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 15px;
}

#demographics h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 24px;
}

.thumb {
    width: 364px;
}

.thumb1 {
    width: 700px;
}

.thumb, .thumb1 {
    margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .thumb1 {
        padding-bottom: 9.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1430px) {
    .thumb1 {
        padding-bottom: 6.2em;
    }
}

@media only screen and (min-width: 1431px) and (max-width: 1460px) {
    .thumb1 {
        padding-bottom: 5.2em;
    }
}

@media only screen and (min-width: 1461px) and (max-width: 1599px) {
    .thumb1 {
        padding-bottom: 3.2em;
    }
}

#latestJobs {
    padding: 15px 0;
}

#latestJobs h2 {
    margin-top: 0;
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 25px;
}

.jobFlagImg {
    border: 1px solid #aaa;
    width: 40px;
    float: right;
}

#safeList {
    padding: 30px 0;
}

#safeList h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 25px;
}

#safeList p span {
    font-size: 16px !important;
    font-family: 'Open Sans';
}

#downloadDirectory {
    padding: 45px 0;
    background: #fff;
}

#footerDirAd {
    background: #669933;
}

#HeadDirAd {
    padding: 20px 0;
}

.bannerHide {
    visibility: visible;
}

.mBannerHide {
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    #HeadDirAd {
        background: #f9f985;
        padding: 0;
    }
    
    .bannerHide {
        visibility: hidden;
    }

    .mBannerHide {
        visibility: visible;
    }
}

#JListAd {
    background: #eaeaea;
}

.verticalAd {
    margin: 0 auto;
    padding: 30px 0 0;
}

.mobileAd, .hAd {
    visibility: hidden;
}

@media only screen and (max-width: 1199px) {
    .mobileAd, .hAd {
        visibility: visible;
        padding: 10px 0 0;
    }

    .verticalAd {
        visibility: hidden;
    }
}