@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&amp;display=swap");
/*-- Default CSS --*/
body {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  line-height: 1.4;
}

p {
  line-height: 1.8;
}

a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*-- End Default CSS --*/
/*----- Home Page 1 -----*/
/*-- Navbar --*/
.container {
      max-width: 1320px;
    width: 100%;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
  width: 180px;
  padding-top: 0;
  padding-bottom: 0;
}
.navigation-main {
      background-color: #00000026;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      box-shadow: 10px 0 5px 0 #7f7f7f;
}
.navigation-main {
    /* background: #000; */
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    z-index: 999;
    height: auto;
}
.navigation-main nav .navbar-nav li {
    position: relative;
    padding: 15px 0;
}

.navigation-main nav .navbar-nav li a {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-family: "Montserrat", sans-serif;
    margin-left: 12px;
    margin-right: 15px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.common-btn {
    margin-left: 30px;
}
.dropdown-toggle::after {
  display: none;
}

.main-nav {
  background-color: #00000026;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  box-shadow: 10px 0 5px 0 #7f7f7f;
}

.main-nav nav {
  padding-top: 0;
  padding-bottom: 0;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a i {
  position: relative;
  display: inline-block;
  top: 1px;
}

.main-nav nav .navbar-nav li:hover a {
  color: #4bcc5a;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #111111;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #4bcc5a;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #4bcc5a;
}

.main-nav nav .navbar-nav li a {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  margin-left: 12px;
  margin-right: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav li a:hover, .main-nav nav .navbar-nav li a:focus, .main-nav nav .navbar-nav li a.active {
  color: #4bcc5a;
}

.menu-shrink {
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-shadow: 0 0 15px 0 #ddd;
  box-shadow: 10px 0 5px 0 #7f7f7f;
  background: #38a9ca !important;
  position: fixed;
  border-bottom: none;
}

.common-btn a {
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  width: 150px;
  padding: 12px 10px;
  position: relative;
  z-index: 1;
}

.common-btn a {
    color: #fff;
    width: auto;
}

.common-btn a:first-child {
    margin-left: 0;
}



.common-btn a i.fa-tachometer, .common-btn a i.fa-sign-out {
    background: #2bc6f2;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.common-btn a:hover i.fa-tachometer, .common-btn a:hover i.fa-sign-out {
  background: #fff;
  color: #28c4f1;
}

.common-btn a .desktop-text {
    display: none;
}

.common-btn a i {
  display: inline-block;
  margin-right: 3px;
}

.common-btn .login-btn {
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #c6f2ff 0%, #b8edfd 63%);
  border-image-slice: 1;
  color: #ffffff;
  margin-right: 10px;
}

.common-btn .login-btn:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
background: -webkit-gradient(linear, left top, right top, from(#22c1ef), color-stop(63%, #3ecff9));
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: -1;
}

.common-btn .login-btn:hover {
  color: #ffffff;
}

.common-btn .login-btn:hover:before {
  width: 100%;
  opacity: 1;
}

.common-btn .sign-up-btn {
  color: #ffffff;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #a3eaff 0%, #c8f3ff 63%);
  border-image-slice: 1;
}

.common-btn .sign-up-btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#22c1ef), color-stop(63%, #3ecff9));
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: -1;
}

.common-btn .sign-up-btn:hover {
  color: #d2f5ff;
}

.common-btn .sign-up-btn:hover:before {
  width: 0;
  opacity: 0;
}

/*-- End Navbar --*/
/*-- Banner --*/
.banner-img-one {
  background-image: url("../img/banner.jpg");
}

.banner-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 625px;
  position: relative;
  margin-bottom: 20px;
  /* margin-top: -61px; */
}

.banner-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .60;
}

.banner-text {
  position: relative;
  text-align: center;
  margin-top: 180px;
}

.banner-text h1 {
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 10px;
}

.banner-text h1 span {
  display: inline-block;
  color: #2ec7f3;
}

.banner-text p {
  margin-bottom: 60px;
  font-size: 18px;
}

.banner-form-area {
  background-color: #ffffff;
  padding: 10px 30px !important;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 0 15px #ffffff80;
  box-shadow: 0px 0px 0 15px #ffffff80;
  /* overflow: hidden; */
}

.banner-form-area form {
  position: relative;
  padding-right: 100px;
  /* display: flex; */
}

.banner-area .banner-form-area form {
    display: block;
    padding-right: 140px;
}

.banner-area .banner-form-area {
    padding-right: 0!important;
}
@media (max-width: 991px) {
  .banner-area .banner-form-area {
    padding-right: 15px!important;
  }
  .banner-area .banner-form-area form {
    padding-right: 0;
}
}
.banner-form-area form .form-group {
  margin-bottom: 0;
  position: relative;
}

.banner-form-area form .form-group i {
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-form-area form .form-group .form-control {
  height: 50px;
  border-radius: 0;
  border: 0;
  border-right: 1px solid #cacacd;
  padding-left: 0;
  padding-right: 40px;
}

.banner-form-area form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
@media (max-width: 991px) {
  .banner-form-area form .form-group .form-control:focus {
    border: 0;
    border-bottom: 1px solid #cacacd;
  }
}
.banner-form-area form .form-group ::-webkit-input-placeholder {
  color: #95969c;
}

.banner-form-area form .form-group :-ms-input-placeholder {
  color: #95969c;
}

.banner-form-area form .form-group ::-ms-input-placeholder {
  color: #95969c;
}

.banner-form-area form .form-group ::placeholder {
  color: #95969c;
}

.banner-form-area form .form-group label {
  margin-bottom: 0;
  position: absolute;
  top: 13px;
  right: 20px;
  display: block;
}

.banner-form-area form .form-group label i {
  font-weight: 700;
  font-size: 25px;
}

.banner-form-area form .form-group .nice-select {
  width: 100%;
  display: block;
  border-radius: 0;
  height: 50px;
  color: #95969c;
  line-height: 50px;
  border: 0;
  font-size: 16px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .banner-form-area form .form-group .form-control, .banner-form-area form .form-group .nice-select {
    border-right: none;
    border-bottom: 1px solid #cacacd;
  }
}
.banner-form-area form .form-group .nice-select:after {
  height: 12px;
  right: 18px;
  width: 12px;
  border-color: 1px solid;
  border-image-source: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  border-image-slice: 1;
}

.banner-form-area form .form-group .nice-select.open .list {
  width: 100%;
}

.banner-form-area .banner-form-btn {
  position: absolute;
  top: -10px;
  /* right: -31px; */
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  padding: 21px 45px;
  border-radius: 45px;
  -webkit-transition: width 20s, opacity 0.6s;
  transition: width 20s, opacity 0.6s;
}

.banner-form-area .banner-form-btn:hover {

  background: linear-gradient(270deg, #26c3f0 0%, #29bce6 63%);
}

.banner-btn {
  margin-top: 70px;
  text-align: center;
}

.banner-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #36cbf6;
  width: 210px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #ffffff;
}

.banner-btn a:hover {
  color: #ffffff;
  background-color: #333333;
}

/*-- End Banner --*/
/*-- Account --*/
.account-area {
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  padding-top: 50px;
  padding-bottom: 20px;
}

.account-wrap {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.account-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.account-item:before {
  position: absolute;
  content: '';
  width: 75%;
  height: 8px;
  right: -92px;
  top: 30px;
  background-color: #ffffff61;
}

.account-item:hover i {
  -webkit-box-shadow: 0 0 0 8px #4bcc5a;
          box-shadow: 0 0 0 8px #4bcc5a;
}

.account-item i {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #000000;
  background-color: #ffffff;
  font-size: 30px;
  -webkit-box-shadow: 0 0 0 8px #ffffff61;
          box-shadow: 0 0 0 8px #ffffff61;
  margin-top: 8px;
  margin-bottom: 25px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.account-item span {
  display: block;
  font-weight: 500;
  font-size: 16px;
}

.account-last:before {
  display: none;
}

/*-- End Account --*/
/*-- Category --*/
.category-area .col-lg-3 {
  max-width: 20%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.category-area .col-lg-3:hover {
  -webkit-box-shadow: 0px 0px 25px 0px #dddddd8c;
          box-shadow: 0px 0px 25px 0px #dddddd8c;
}

.category-item {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.category-item i {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #cc6633;
  background-color: #f5e0d6;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.category-item a {
  display: block;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  max-width: 145px;
  margin-left: auto;
  margin-right: auto;
}

.category-item a:hover {
  color: #cc6633;
}

.category-two i {
  color: #7264e5;
  background-color: #dad7f2;
}

.category-two a:hover {
  color: #7264e5;
}

.category-three i {
  color: #50cc59;
  background-color: #dbf5de;
}

.category-three a:hover {
  color: #50cc59;
}

.category-four i {
  color: #daa91f;
  background-color: #ece5d1;
}

.category-four a:hover {
  color: #daa91f;
}

.category-five i {
  color: #1e27f9;
  background-color: #ccceff;
}

.category-five a:hover {
  color: #1e27f9;
}

.category-six i {
  color: #726f6f;
  background-color: #cccccc;
}

.category-six a:hover {
  color: #726f6f;
}

.category-seven i {
  color: #1783b6;
  background-color: #ccf1ff;
}

.category-seven a:hover {
  color: #1783b6;
}

.category-eight i {
  color: #c455bf;
  background-color: #fccffa;
}

.category-eight a:hover {
  color: #c455bf;
}

.category-nine i {
  color: #cc6666;
  background-color: #f5cccc;
}

.category-nine a:hover {
  color: #cc6666;
}

.category-ten i {
  color: #116e18;
  background-color: #d0e6d2;
}

.category-ten a:hover {
  color: #116e18;
}

.category-border {
  border-right: 1px solid #efeeee;
  border-bottom: 1px solid #efeeee;
}

.category-border-two {
  border-right: 1px solid #efeeee;
}

.category-border-three {
  border-bottom: 1px solid #efeeee;
}

/*-- End Category --*/
/*-- Portal --*/
.portal-item {
  position: relative;
  /*margin-bottom: 30px;*/
}

.portal-item .portal-trusted {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 12px;
  bottom: 30px;
}

.portal-item .portal-trusted span {
  display: block;
  background: linear-gradient(90deg, #32c9f5 0%, #38a9ca 63%);
  color: #ffffff;
  font-weight: 600;
  font-size: 28px;
  padding: 20px 70px;
  -webkit-box-shadow: 0 0 0 10px #cce6cf;
  box-shadow: 0 0 0 10px #cce6cf;
}

.portal-item h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 25px;
}

.portal-item p {
  color: #333333;
  margin-bottom: 35px;
}

.portal-item .common-btn a {
  width: 150px;
}

.portal-item .common-btn a i {
  font-size: 18px;
  position: relative;
  top: 1px;
}

.portal-right {
  padding-left: 50px;
}

.portal-right-two {
  margin-bottom: 0;
}

/*-- End Portal --*/
/*-- Jobs --*/
.section-title {
  text-align: center;
  margin-bottom: 25px;
  margin-top: -10px;
}

.section-title h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
}

.sorting-menu {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 770px;
  text-align: center;
}

.sorting-menu ul {
  margin: 0;
  padding: 25px 25px;
  -webkit-box-shadow: 0px 0px 15px 0px #ddd;
          box-shadow: 0px 0px 15px 0px #ddd;
}

.sorting-menu ul li {
  cursor: pointer;
  display: inline-block;
  color: #333333;
  font-size: 16px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
  padding: 10px 25px;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s all ease;
}

.sorting-menu ul li:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: -1;
  background: transparent;
}

.sorting-menu ul li.active, .sorting-menu ul li:hover {
  color: #ffffff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.sorting-menu ul li.active:before, .sorting-menu ul li:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.sorting-menu ul li:last-child {
  margin-right: 0;
}

.sorting-menu ul li:first-child {
  margin-left: 0;
}

.job-item {
  margin-bottom: 30px;
  border: 1px solid #c1c1c1;
  padding: 30px;
  position: relative;
}

.job-item img {
  position: absolute;
  top: 38%;
}

.job-item .job-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 80px;
}

.job-item .job-inner .job-inner-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.job-item .job-inner .job-inner-left h3 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
}

.job-item .job-inner .job-inner-left a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #32c4ee;
  margin-bottom: 10px;
}

.job-item .job-inner .job-inner-left a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.job-item .job-inner .job-inner-left ul {
  margin: 0;
  padding: 0;
}

.job-item .job-inner .job-inner-left ul li {
  list-style-type: none;
  display: block;
  font-size: 14px;
  color: #808291;
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
}

.job-item .job-inner .job-inner-left ul li:last-child {
  margin-bottom: 0;
}

.job-item .job-inner .job-inner-left ul li i {
  display: inline-block;
  color: #32c4ee;
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}

.job-item .job-inner .job-inner-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  text-align: right;
}

.job-item .job-inner .job-inner-right ul {
  margin: 0;
  padding: 0;
}

.job-item .job-inner .job-inner-right ul li {
  display: block;
  font-size: 14px;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  border-image-slice: 1;
  text-align: center;
  width: 95px;
  margin-bottom: 10px;
  margin-left: auto;
}

.job-item .job-inner .job-inner-right ul li:last-child {
  margin-bottom: 0;
}

.job-item .job-inner .job-inner-right ul li span {
  display: block;
  color: #ffffff;
  background: linear-gradient(90deg, #32c9f5 0%, #38a9ca 63%);
  padding-top: 10px;
  padding-bottom: 10px;
}

.job-item .job-inner .job-inner-right ul li a {
  display: block;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.job-item .job-inner .job-inner-right ul li a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.job-item .job-inner .job-inner-right ul li a:hover {
  color: #ffffff;
}

.job-item .job-inner .job-inner-right ul li a:hover:before {
  width: 100%;
  opacity: 1;
}

.job-pagination {
  text-align: center;
}

.job-pagination ul {
  margin: 0;
  padding: 0;
}

.job-pagination ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.job-pagination ul li a {
  display: block;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ebebeb;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.job-pagination ul li a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
 background: linear-gradient(90deg, #26c3f0 0%, #21bae6 63%);
}

.job-pagination ul li a:hover, .job-pagination ul li.active a {
  color: #ffffff;
}

.job-pagination ul li a:hover:before, .job-pagination ul li.active a:before {
  opacity: 1;
  width: 100%;
}

#container .mix {
  display: none;
}

/*-- End Jobs --*/
/*-- Counter --*/
.counter-area {
  /* background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b)); */
  background: #444;
}

.counter-item {
  margin-bottom: 30px;
  text-align: center;
}

.counter-item i {
  display: block;
  font-size: 45px;
  margin-bottom: 5px;
}

.counter-item h3 {
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 0;
}

.counter-item p {
  margin-bottom: 0;
  font-size: 18px;
}

/*-- End Counter --*/
/*-- Popular --*/
.popular-item {
  /*margin-bottom: 30px;*/
}

.popular-item img {
  width: 100%;
}

.popular-item .practice-inner img:nth-child(1) {
  margin-bottom: 25px;
}

.popular-item p {
  margin-bottom: 35px;
  color: #808192;
}

.popular-item ul {
  margin: 0;
  padding: 0;
}

.popular-item ul li {
  list-style-type: none;
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #033333;
  margin-bottom: 25px;
  padding: 4px;
}

.popular-item ul li:last-child {
  margin-bottom: 0;
}

.popular-item ul li i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ebf4f7;
  background-color: #28c4f1;
  margin-right: 10px;
  font-size: 26px;
  border-radius: 12px;
  position: relative;
  top: 2px;
}

.popular-wrap {
  position: relative;
}

.popular-wrap:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  background-color: #f8f8f8;
}

.popular-wrap:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #f8f8f8;
}

.popular-right {
  padding-left: 10px;
}

/*-- End Popular --*/
/*-- Companies --*/
.companies-area {
  background-color: #f7faf7;
}

.companies-area .section-title {
  margin-bottom: 25px;
}

.companies-area .owl-theme .owl-dots .owl-dot.active span {
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.companies-area .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #acacac;
  border-radius: 35px;
}

.companies-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  line-height: 0;
}

.owl-dot.active span {
  background: #869791;
}

.companies-item {
  text-align: center;
  background-color: #ffffff;
  padding: 35px 20px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.companies-item:hover {
  -webkit-box-shadow: 0px 0px 20px 0px #ddd;
          box-shadow: 0px 0px 20px 0px #ddd;
}

.companies-item img {
  margin-bottom: 25px;
  width: 60px !important;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.companies-item h3 {
  margin-bottom: 16px;
}

.companies-item h3 a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

.companies-item h3 a:hover {
  color: #4bcc5a;
}

.companies-item p {
  margin-bottom: 22px;
  color: #808291;
  font-size: 14px;
}

.companies-item p i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 1px;
}

.companies-item .companies-btn {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  padding: 10px 18px;
  position: relative;
  z-index: 1;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
}

.companies-item .companies-btn:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.companies-item .companies-btn:hover {
  color: #ffffff;
}

.companies-item .companies-btn:hover:before {
  width: 100%;
  opacity: 1;
}

/*-- End Companies --*/
/*-- Profile --*/
.profile-area-two {
  padding-bottom: 170px;
}

.profile-area-two .profile-item {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}

.profile-area .owl-theme .owl-dots .owl-dot.active span {
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.profile-area .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #acacac;
  border-radius: 35px;
}

.profile-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.profile-item {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.profile-item img {
  width: 100%;
}

.profile-item:hover .profile-inner {
  max-width: 100%;
}

.profile-item .profile-inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px #dddddd78;
  box-shadow: 0px 0px 15px 0px #dddddd78;
  padding: 15px;
  position: relative;
  max-width: 100%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.profile-item .profile-inner h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}

.profile-item .profile-inner span {
  color: #808291;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

.profile-item .profile-inner a {
  display: inline-block;
  font-size: 14px;
  color: #32c9f5;
/*  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.profile-item .profile-inner a:hover {
  letter-spacing: 1px;
}

.profile-item .profile-inner .profile-heart {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.profile-item .profile-inner .profile-heart a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  border: 1px solid #dedede;
  border-radius: 50%;
  color: #32c9f5;
 /* background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

/*-- End Profile --*/
/*-- App --*/
.app-area {
  background-image: url("../img/app-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 140px;
}

.app-item {
  padding-top: 150px;
  padding-bottom: 130px;
  margin-bottom: 30px;
}

.app-item img {
  position: absolute;
}

.app-item img:first-child {
  bottom: 75px;
  right: 25px;
  z-index: 1;
  -webkit-animation: app-a-one 6s infinite linear;
          animation: app-a-one 6s infinite linear;
}

.app-item img:last-child {
  bottom: 8px;
  right: 130px;
  -webkit-animation: app-a-two 6s infinite linear;
          animation: app-a-two 6s infinite linear;
}

.app-item .section-title {
  margin-bottom: 20px;
}

.app-item .section-title h2 {
  color: #ffffff;
}

.app-item p {
  margin-bottom: 20px;
}

.app-item .app-btn .app-btn-one {
  background-color: #040707;
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-right: 15px;
  width: 165px;
}

.app-item .app-btn .app-btn-one i {
  font-size: 40px;
  position: absolute;
  top: 0;
}

.app-item .app-btn .app-btn-one span {
  display: block;
  font-size: 10px;
  padding-left: 50px;
  margin-bottom: -3px;
}

.app-item .app-btn .app-btn-one p {
  margin-bottom: 0;
  padding-left: 50px;
}

.app-item .app-btn .app-btn-two {
  width: 165px;
  background-color: #231f20;
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding: 11px 10px;
  border-radius: 8px;
  top: -2px;
}

.app-item .app-btn .app-btn-two i {
  font-size: 40px;
  position: absolute;
  top: 0;
}

.app-item .app-btn .app-btn-two span {
  display: block;
  font-size: 8px;
  padding-left: 50px;
  margin-bottom: -3px;
}

.app-item .app-btn .app-btn-two p {
  margin-bottom: 0;
  padding-left: 50px;
}

@-webkit-keyframes app-a-one {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes app-a-one {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes app-a-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes app-a-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*-- End App --*/
/*-- Blog --*/
.blog-area {
  padding-bottom: 170px;
  margin-top: -20px;
}

.blog-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd80;
          box-shadow: 0px 0px 20px 0px #dddddd80;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.blog-item:hover .blog-top span {
  bottom: -1px;
  opacity: 1;
}

.blog-item .blog-top {
  position: relative;
}

.blog-item .blog-top a {
  display: block;
}

.blog-item .blog-top a img {
  width: 100%;
}

.blog-item .blog-top span {
  font-weight: 500;
  font-size: 16px;
  color: #22c1ef;
  background-color: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 0;
  padding: 10px 25px;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-item .blog-bottom {
  padding: 15px 15px;
}

.blog-item .blog-bottom h3 {
  margin-bottom: 10px;
}

.blog-item .blog-bottom h3 a {
  display: block;
  font-weight: 600;
  font-size: 17px;
  color: #111111;
}

.blog-item .blog-bottom h3 a:hover {
  color: #22c1ef;
}

.blog-item .blog-bottom ul {
  margin: 0;
  padding: 0;
}

.blog-item .blog-bottom ul li {
  list-style-type: none;
  display: block;
  color: #808291;
  font-size: 14px;
  position: relative;
  padding-top: 0px;
}

.blog-item .blog-bottom ul li img {
  margin-right: 10px;
}

.blog-item .blog-bottom ul li a {
  display: block;
  color: #22c1ef;
  font-size: 14px;
  /* position: absolute; */
  /* right: 0; */
  /* bottom: 10px; */
}

.blog-item .blog-bottom ul li a i {
  font-size: 16px;
  position: relative;
  top: 1px;
  left: -3px;
}

.blog-item .blog-bottom ul li a:hover {
  color: #333333;
}

/*-- End Blog --*/
/*-- Subscribe --*/
.subscribe-area {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd80;
  box-shadow: 0px 0px 20px 0px #dddddd80;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  top: -52px;
}

.subscribe-area .subscribe-shape img {
  position: absolute;
}

.subscribe-area .subscribe-shape img:nth-child(1) {
  top: 10px;
  left: 5%;
  -webkit-animation: subscribe-a-one 5s infinite linear;
          animation: subscribe-a-one 5s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(2) {
  bottom: 10px;
  left: 10%;
  -webkit-animation: subscribe-a-two 10s infinite linear;
          animation: subscribe-a-two 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(3) {
  bottom: 100px;
  left: 50%;
  -webkit-animation: subscribe-a-three 10s infinite linear;
          animation: subscribe-a-three 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(4) {
  right: 20%;
  top: 20px;
  -webkit-animation: subscribe-a-four 10s infinite linear;
          animation: subscribe-a-four 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(5) {
  bottom: 10px;
  right: 5%;
  -webkit-animation: subscribe-a-five 10s infinite linear;
          animation: subscribe-a-five 10s infinite linear;
}

.validation-danger {
  color: #dc3545;
  margin-top: 10px;
  font-size: 15px;
}

.validation-success {
  color: #28a745;
  margin-top: 10px;
  font-size: 15px;
}

@-webkit-keyframes subscribe-a-one {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  75% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes subscribe-a-one {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  75% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes subscribe-a-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  75% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes subscribe-a-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  75% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes subscribe-a-three {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  75% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes subscribe-a-three {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  75% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes subscribe-a-four {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  75% {
    -webkit-transform: translate(-50px, 50px);
            transform: translate(-50px, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes subscribe-a-four {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  75% {
    -webkit-transform: translate(-50px, 50px);
            transform: translate(-50px, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes subscribe-a-five {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  75% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes subscribe-a-five {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  75% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.subscribe-item {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-item .newsletter-form, .subscribe-item .homenewsletter {
  position: relative;
}

.subscribe-item .newsletter-form .form-control, .subscribe-item .homenewsletter .form-control {
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
  height: 55px;
  font-size: 16px;
  padding-left: 25px;
}

.subscribe-item .newsletter-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
}

.subscribe-item .newsletter-form ::-webkit-input-placeholder {
  color: #333333;
}

.subscribe-item .newsletter-form :-ms-input-placeholder {
  color: #333333;
}

.subscribe-item .newsletter-form ::-ms-input-placeholder {
  color: #333333;
}

.subscribe-item .newsletter-form ::placeholder {
  color: #333333;
}

.subscribe-item .newsletter-form .subscribe-btn, .subscribe-item .homenewsletter .subscribe-btn {
  color: #ffffff;
  font-size: 16px;
 
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  padding: 15px 30px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}

.subscribe-item .newsletter-form .subscribe-btn:hover {
     background: linear-gradient(270deg, #26c3f0 0%, #29bce6 63%);
}

.subscribe-item .newsletter-form .btn.disabled, .subscribe-item .newsletter-form .btn:disabled {
  opacity: 1;
}

/*-- End Subscribe --*/
/*-- Footer --*/
footer {
  /* background-image: url("../img/home-1/footer-bg.png"); */
  /* background-size: cover; */
  /* background-position: center center; */
  /* background-repeat: no-repeat; */
  background: #464646;
}
.footer-category.social ul li {
    display: inline-block !important;
    padding: 0px 6px;
}
.footer-item {
  margin-bottom: 30px;
}

.footer-item .footer-logo a {
  display: block;
  margin-bottom: 25px;
}

.footer-item .footer-logo p {
  margin-bottom: 20px;
  font-size: 15px;
}

.footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}

.footer-item .footer-logo ul li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
}

.footer-item .footer-logo ul li a:hover {
  color: #333333;
}

.footer-item .footer-category h3 {
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 11px;
  border-bottom: 1px solid #ffffff87;
  position: relative;
}

.footer-item .footer-category h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
}

.footer-item .footer-category ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-category ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 8px;
}

.footer-item .footer-category ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-category ul li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
}

.footer-item .footer-category ul li a:hover {
  color: #adadad;
}

.footer-item .footer-find h3 {
 margin-bottom: 18px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 11px;
    border-bottom: 1px solid #ffffff87;
    position: relative;
}

.footer-item .footer-find h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
}

.footer-item .footer-find ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-find ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.footer-item .footer-find ul li i {
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.footer-item .footer-find ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-find ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.copyright-area {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #81d6ef;
  margin-top: 0px;
}

.copyright-item p {
  margin-bottom: 0;
  font-size: 14px;
}

.copyright-item p a {
  display: inline-block;
  color: #7dd7f1;
}

.copyright-item p a:hover {
  color: #2fc7f3;
}

.copyright-item ul {
  margin: 0;
  padding: 0;
}

.copyright-item ul li {
  list-style-type: none;
  display: inline-block;
}

.copyright-item ul li span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.copyright-item ul li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
}

.copyright-item ul li a:hover {
  color: #3ecff9;
}

.copyright-right {
  text-align: right;
}

/*-- End Footer --*/
/*----- End Home Page 1 -----*/
/*----- Home Page 2 -----*/
/*-- Banner --*/
.banner-img-two {
  background-image: url("../img/home-2/banner.jpg");
}

.banner-area-two {
  height: 800px;
}

.banner-area-two .banner-text {
  text-align: left;
  margin-top: -45px;
}

.banner-area-two .banner-text .banner-form-area {
  border-radius: 0;
}

.banner-area-two .banner-text .banner-form-area .banner-form-btn {
  border-radius: 0;
}

/*-- End Banner --*/
/*-- Jobseeker --*/
.jobseeker-area {
  background-color: #f7faf7;
}

.jobseeker-item {
  margin-bottom: 30px;
 background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  position: relative;
  padding: 45px 35px;
}

.jobseeker-item .jobseeker-icon {
  position: absolute;
  top: 55px;
  left: 34px;
}

.jobseeker-item .jobseeker-icon i {
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
  position: relative;
  top: -7px;
}

.jobseeker-item .jobseeker-inner {
  padding-left: 65px;
}

.jobseeker-item .jobseeker-inner span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.jobseeker-item .jobseeker-inner h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}

.jobseeker-item a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  top: 65px;
  right: 35px;
}

.jobseeker-item a:hover {
  color: #333333;
}

.job-wrap {
  margin-top: -110px;
  background-color: #ffffffa8;
  padding: 35px 20px 5px 20px;
  position: relative;
}

/*-- End Jobseeker --*/
/*-- Category --*/
.category-area-two {
  background-color: #f7faf7;
}

.category-area-two .col-lg-3:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.category-area-two .category-item {
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 25px 0px #dddddd8c;
          box-shadow: 0px 0px 25px 0px #dddddd8c;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.category-area-two .category-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*-- End Category --*/
/*-- Account --*/
.account-area-two {
  padding-top: 100px;
  padding-bottom: 100px;
}

.account-area-two .banner-btn {
  margin-top: 40px;
}

/*-- End Account --*/
/*-- Portal --*/
.portal-counter-area .counter-item {
  text-align: center;
  margin-bottom: 30px;
}

.portal-counter-area .counter-item h3 {
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 28px;
}

.portal-counter-area .counter-item p {
  margin-bottom: 0;
  font-size: 14px;
}

/*-- End Portal --*/
/*----- End Home Page 2 -----*/
/*----- Home Page 3 -----*/
/*-- Navbar --*/
.navbar-area-two .menu-shrink {
  background-color: #ffffff !important;
  border-bottom: 1px solid transparent;
}

.navbar-area-two .main-nav {
  background-color: transparent;
  border-bottom: 1px solid #c1f5c6;
}

/*-- Navbar --*/
/*-- Banner --*/
.banner-area-three {
  height: 780px;
  background-color: #d0fed5;
}

.banner-area-three:before {
  display: none;
}

.banner-area-three .banner-text {
  text-align: left;
  position: relative;
  z-index: 1;
}

.banner-area-three .banner-text h1 {
  color: #393838;
}

.banner-area-three .banner-text h1 span {
  color: #38a745;
}

.banner-area-three .banner-text p {
  color: #393838;
}

.banner-area-three .banner-text .banner-form-area {
  border-radius: 0;
  max-width: 740px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 1;
}

.banner-area-three .banner-text .banner-form-area form {
  padding-right: 120px;
}

.banner-area-three .banner-text .banner-form-area .banner-form-btn {
  border-radius: 0;
}

.banner-area-three .banner-img img {
  position: absolute;
  right: 5%;
  bottom: 0;
}

/*-- End Banner --*/
/*-- Create --*/
.create-area {
  background: #7f7e7e;
  padding-top: 50px;
  padding-bottom: 20px;
}

.create-item {
  margin-bottom: 30px;
}

.create-item h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0;
}

.create-item .create-btn {
  text-align: right;
}

.create-item .create-btn a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
  padding: 18px 26px;
}

.create-item .create-btn a:hover {
  color: #ffffff;
  background-color: #333333;
}

/*-- End Create --*/
/*----- End Home Page 3 -----*/
/*----- Create Account Page -----*/
/*-- Page Title --*/
.page-title-area {
  height: 250px;
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
}

.page-title-text {
  text-align: center;
  margin-top: 70px;
}

.page-title-text h2 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
}

.page-title-text ul {
  margin: 0;
  padding: 0;
}

.page-title-text ul li {
  list-style-type: none;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.page-title-text ul li a {
  display: block;
  color: #ffffff;
}

.page-title-text ul li a:hover {
  color: #333333;
}

/*-- End Page Title --*/
/*-- Create Photo --*/
.create-account-area {
  padding-bottom: 200px;
}

.create-photo {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.create-photo .already-create {
  margin-bottom: 40px;
}

.create-photo .already-create span {
  display: inline-block;
  color: #7f7e7e;
  font-weight: 500;
  font-size: 16px;
}

.create-photo .already-create a {
  color: #ffffff;
 
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  padding: 12px 27px;
  margin-left: 10px;
  display: inline-block;
}

.create-photo .already-create a:hover {

  background: linear-gradient(270deg, #0196c1 0%, #22c1ef 63%);
}

.create-photo .create-photo-item .create-photo-left {
  /* text-align: center; */
  /* background-color: #837d7e; */
  /* width: 170px; */
  /* height: 170px; */
  /* border-radius: 100%; */
  /* position: relative; */
  /* top: -80px; */
}

.create-photo .create-photo-item .create-photo-left .form-group {
  margin-bottom: 0;
}

.create-photo .create-photo-item .create-photo-left .form-group i {
  display: block;
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 15px;
}

.create-photo .create-photo-item .create-photo-right .form-group {
  margin-bottom: 0;
}

.create-photo .create-photo-item .create-photo-right .form-group .form-control {
  border: 1px solid #d6d5d5;
  height: 60px;
  border-radius: 0;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 500;
}

.create-photo .create-photo-item .create-photo-right .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d6d5d5;
}

.create-photo .create-photo-item .create-photo-right .form-group ::-webkit-input-placeholder {
  color: #cfcdcd;
}

.create-photo .create-photo-item .create-photo-right .form-group :-ms-input-placeholder {
  color: #cfcdcd;
}

.create-photo .create-photo-item .create-photo-right .form-group ::-ms-input-placeholder {
  color: #cfcdcd;
}

.create-photo .create-photo-item .create-photo-right .form-group ::placeholder {
  color: #cfcdcd;
}

.create-photo .create-photo-item .create-photo-right .create-photo-btn {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  border-radius: 0;
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  padding: 15px 40px;
}

.create-photo .create-photo-item .create-photo-right .create-photo-btn:hover {
  background: linear-gradient(270deg, #0196c1 0%, #22c1ef 63%);
}

/*-- End Create Photo --*/
/*-- Create Information --*/
.create-information {
  border: 1px solid #d6d5d5;
  padding: 60px 70px 40px;
  margin-bottom: 70px;
}

.create-information h3 {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 28px;
}

.create-information .create-information-btn {
  margin-bottom: 40px;
}

.create-information .create-information-btn a {
  display: inline-block;
  width: 200px;
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  color: #ffffff;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  margin-right: 35px;
}

.create-information .create-information-btn a:hover {
  background: linear-gradient(270deg, #0196c1 0%, #22c1ef 63%);
}

.create-information .form-group {
  margin-bottom: 30px;
}

.create-information .form-group label {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 15px;
}

.create-information .form-group .form-control {
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding-left: 20px;
  font-size: 15px;
}

.create-information .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #333333;
}

.create-information .form-group .gender-area span {
  display: block;
  margin-bottom: 20px;
  color: #7f7e7e;
  font-size: 16px;
}

.create-information .form-group .gender-area label {
  color: #333333;
  margin-right: 20px;
  margin-bottom: 0;
}

.create-information .form-group textarea {
  height: auto !important;
}

/*-- End Create Information --*/
/*-- Create Education --*/
.create-education {
  border: 1px solid #d6d5d5;
  padding: 60px 70px 40px;
  margin-bottom: 70px;
}

.create-education .create-education-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.create-education .create-education-wrap .create-education-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.create-education .create-education-wrap .create-education-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.create-education .create-education-wrap .create-education-right a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  padding: 16px 20px;
}

.create-education .create-education-wrap .create-education-right a:hover {
  background: linear-gradient(270deg, #0196c1 0%, #22c1ef 63%);
}

.create-education h3 {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 28px;
  margin-top: 8px;
}

.create-education .form-group {
  margin-bottom: 30px;
}

.create-education .form-group label {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 15px;
}

.create-education .form-group .form-control {
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding-left: 20px;
}

.create-education .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #333333;
}

/*-- End Create Education --*/
/*-- Create Skills --*/
.create-skills {
  border: 1px solid #d6d5d5;
  padding: 60px 70px 40px;
  margin-bottom: 70px;
}

.create-skills .create-skills-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.create-skills .create-skills-wrap .create-skills-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.create-skills .create-skills-wrap .create-skills-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.create-skills .create-skills-wrap .create-skills-right a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  padding: 16px 25px;
  margin-left: 15px;
}

.create-skills .create-skills-wrap .create-skills-right a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.create-skills h3 {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 28px;
  margin-top: 8px;
}

.create-skills .form-group {
  margin-bottom: 30px;
}

.create-skills .form-group label {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 15px;
}

.create-skills .form-group .form-control {
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding-left: 20px;
}

.create-skills .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #333333;
}

.skill {
  position: relative;
  overflow-y: hidden;
  margin-bottom: 30px;
}

.skill:before {
  width: 100%;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  background: #857e7e;
  bottom: 0;
}

.skill p {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 35px;
}

.skill .skill-bar {
  width: 100%;
  height: 6px;
  /* background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b)); */
  background: linear-gradient(90deg, #25c2f0 0%, #3ecff9 63%);
  display: block;
  position: relative;
}

.skill .skill-bar span {
  position: absolute;
  top: -43px;
  font-size: 16px;
  font-weight: 500;
  color: #9a9a9a;
}

.skill .skill1 .skill-count1 {
  right: 0;
}

.skill .skill1 {
  width: 60%;
  position: relative;
}

.skill .skill1:before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 2px;
  height: 16px;
  background: #948d8d;
}

/*-- End Create Education --*/
.create-ac-btn {
  font-weight: 600;
  font-size: 18px;
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  padding: 16px 50px;
  color: #ffffff;
  border-radius: 0;
}

.create-ac-btn:hover {
  background: linear-gradient(270deg, #0196c1 0%, #22c1ef 63%);
  color: #ffffff;
}

/*----- End Create Account Page -----*/
/*----- Post A Job Page -----*/
/*-- Job Area --*/
.post-job-area {
  padding-bottom: 200px;
}

.post-job-item {
  border: 1px solid #d6d5d5;
  padding: 60px 70px 40px;
}

.post-job-item .post-job-heading {
  text-align: center;
  margin-bottom: 60px;
}

.post-job-item .post-job-heading h2 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 0;
}

.post-job-item .form-group {
  margin-bottom: 30px;
}

.post-job-item .form-group .form-control {
  height: 50px;
  border-radius: 0;
  padding-left: 20px;
  border: 1px solid #ebebeb;
  font-size: 15px;
}

.post-job-item .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #333333;
}

.post-job-item .form-group label {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 15px;
}

.post-job-item .form-group .job-category-area .nice-select {
  width: 100%;
  display: block;
  border-radius: 0;
  height: 50px;
  margin-bottom: 30px;
}

.post-job-item .form-group .job-category-area .nice-select span.current {
  color: #dbdbdb;
  line-height: 50px;
}

.post-job-item .form-group .job-category-area .nice-select .option {
  color: #dbdbdb;
  font-size: 13px;
}

.post-job-item .form-group .job-category-area .nice-select .option:hover, .post-job-item .form-group .job-category-area .nice-select .option.focus, .post-job-item .form-group .job-category-area .nice-select .option.selected.focus {
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  color: #ffffff;
}

.post-job-item .form-group .job-category-area .nice-select.open .list {
  width: 100%;
}

.post-job-item .form-group ::-webkit-input-placeholder {
  color: #dbdbdb;
}

.post-job-item .form-group :-ms-input-placeholder {
  color: #dbdbdb;
}

.post-job-item .form-group ::-ms-input-placeholder {
  color: #dbdbdb;
}

.post-job-item .form-group ::placeholder {
  color: #dbdbdb;
}

.post-job-item .job-currency-area {
  position: relative;
}

.post-job-item .job-currency-area .nice-select {
  height: 50px;
  width: 100px;
  border-radius: 0;
  line-height: 50px;
  position: absolute;
  top: 39px;
  right: 0;
  background-color: #ebebeb;
}

.post-job-item .job-currency-area .nice-select:active, .post-job-item .job-currency-area .nice-select.open, .post-job-item .job-currency-area .nice-select:focus {
  border-color: none;
}

.post-job-item .job-currency-area .nice-select span.current {
  font-weight: 500;
  font-size: 16px;
  color: #8e8c8c;
}

.post-job-item .job-currency-area .nice-select.open .list {
  width: 100%;
}

.post-job-item .job-currency-area .nice-select .option {
  color: #8e8c8c;
  font-size: 13px;
}

.post-job-item .job-currency-area .nice-select .option:hover, .post-job-item .job-currency-area .nice-select .option.focus, .post-job-item .job-currency-area .nice-select .option.selected.focus {
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  color: #ffffff;
}

.post-job-item .job-type-area span {
  display: block;
  margin-bottom: 20px;
  color: #7f7e7e;
  font-size: 16px;
}

.post-job-item .job-type-area label {
  color: #333333;
  margin-right: 20px;
  margin-bottom: 0;
}

.post-job-item textarea {
  height: auto !important;
}

/*-- End Job Area --*/
/*----- End Post A Job Page -----*/
/*----- Login Page -----*/
/*-- Job --*/
.login-area {
  padding-bottom: 200px;
}

.login-area h2 {
  text-align: center;
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 55px;
  margin-top: -8px;
}

.login-area .login-wrap {
  padding: 40px 40px 10px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}

.login-area .form-group {
  margin-bottom: 30px;
}

.login-area .form-group .form-control {
  height: 50px;
  border-radius: 0;
  border: 1px solid #ebebeb;
  padding-left: 20px;
  font-size: 15px;
}

.login-area .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #333333;
}

.login-area .form-group ::-webkit-input-placeholder {
  color: #808192;
}

.login-area .form-group :-ms-input-placeholder {
  color: #808192;
}

.login-area .form-group ::-ms-input-placeholder {
  color: #808192;
}

.login-area .form-group ::placeholder {
  color: #808192;
}

.login-area .login-sign-in {
  /* padding-top: 20px; */
  /*  max-width: 500px;*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.login-area .login-sign-in a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
 color: #22c1ef ;
}

.login-area .login-sign-in a:hover {
  letter-spacing: 1px;
}

.login-area .login-sign-in ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.login-area .login-sign-in ul li {
  list-style-type: none;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #333333;

}

.login-area .login-sign-in ul li a {
  display: block;
  font-size: 16px;
 
}

.login-area .login-sign-in .login-btn {
  color: #ffffff;
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  font-size: 18px;
  font-weight: 600;
  padding: 16px 85px;
  margin-top: 30px;
  border-radius: 0;
  margin-bottom: 30px;
}

.login-area .login-sign-in .login-btn:hover {

  background: linear-gradient(270deg, #0196c1 0%, #22c1ef 63%);
}

.login-area .login-social a {
  display: inline-block;
  width: 48%;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background-color: #005b7f;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid transparent;
}

.login-area .login-social a:hover {
  border: 1px solid #005b7f;
  background-color: transparent;
  color: #005b7f;
}

.login-area .login-social a:hover i {
  color: #005b7f;
}

.login-area .login-social a i {
  color: #ffffff;
  margin-right: 10px;
  display: inline-block;
  font-size: 26px;
  position: relative;
  top: 2px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.login-area .login-social .login-google {
  background-color: #c80911;
}

.login-area .login-social .login-google:hover {
  border: 1px solid #c80911;
  color: #c80911;
}

.login-area .login-social .login-google:hover i {
  color: #c80911;
}

/*-- End Job --*/
/*----- End Login Page -----*/
/*----- Single Profile Page -----*/
/*-- Single Profile --*/
.single-profile-area {
  padding-bottom: 170px;
}

.single-profile-item {
  margin-bottom: 30px;
}

.single-profile-item img {
  width: 100%;
}

.single-profile-item .single-profile-left {
  padding: 50px 60px 20px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd87;
          box-shadow: 0px 0px 20px 0px #dddddd87;
}

.single-profile-item .single-profile-left .single-profile-contact {
  margin-bottom: 40px;
}

.single-profile-item .single-profile-left .single-profile-contact h3 {
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
}

.single-profile-item .single-profile-left .single-profile-contact ul {
  margin: 0;
  padding: 0;
}

.single-profile-item .single-profile-left .single-profile-contact ul li {
  list-style-type: none;
  display: block;
  font-size: 16px;
  color: #858585;
  margin-bottom: 18px;
}

.single-profile-item .single-profile-left .single-profile-contact ul li:last-child {
  margin-bottom: 0;
}

.single-profile-item .single-profile-left .single-profile-contact ul li i {
  display: inline-block;
  /* background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b)); */
  background: linear-gradient(90deg, #26c3f0 0%, #3ecff9 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 2px;
  margin-right: 6px;
  font-size: 22px;
}

.single-profile-item .single-profile-left .single-profile-contact ul li a {
  color: #858585;
  display: inline-block;
}

.single-profile-item .single-profile-left .single-profile-contact ul li a:hover {
  color: #4bcc5a;
}

.single-profile-item .single-profile-left .single-profile-social {
  margin-bottom: 40px;
}

.single-profile-item .single-profile-left .single-profile-social h3 {
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
}

.single-profile-item .single-profile-left .single-profile-social ul {
  margin: 0;
  padding: 0;
}

.single-profile-item .single-profile-left .single-profile-social ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
}

.single-profile-item .single-profile-left .single-profile-social ul li:last-child {
  margin-bottom: 0;
}

.single-profile-item .single-profile-left .single-profile-social ul li i {
  display: inline-block;
  /* background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b)); */
  background: linear-gradient(90deg, #25c3f0 0%, #3ecff9 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 2px;
  margin-right: 6px;
  font-size: 22px;
}

.single-profile-item .single-profile-left .single-profile-social ul li a {
  color: #858585;
  display: inline-block;
}

.single-profile-item .single-profile-left .single-profile-social ul li a:hover {
  color: #4bcc5a;
}

.single-profile-item .single-profile-left .single-profile-skills h3 {
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
}

.single-profile-item .single-profile-left .single-profile-skills .skill {
  margin-bottom: 30px;
}

.single-profile-item .single-profile-left .single-profile-skills .skill p {
  color: #9a9a9a;
  margin-bottom: 17px;
}

.single-profile-item .single-profile-left .single-profile-skills .skill .skill1:before {
  display: none;
}

.single-profile-item .single-profile-left .single-profile-skills .skill .skill2 {
  width: 90%;
}

.single-profile-item .single-profile-left .single-profile-skills .skill .skill3 {
  width: 75%;
}

.single-profile-item .single-profile-right .single-profile-name {
  margin-bottom: 70px;
}

.single-profile-item .single-profile-right .single-profile-name h2 {
  font-weight: 700;
  font-size: 38px;
  color: #51504e;
  margin-bottom: 8px;
}

.single-profile-item .single-profile-right .single-profile-name span {
  display: block;
  font-size: 18px;
  color: #999897;
  font-weight: 500;
  margin-bottom: 5px;
}

.single-profile-item .single-profile-right .single-profile-name p {
  margin-bottom: 30px;
  color: #838383;
  font-size: 16px;
}

.single-profile-item .single-profile-right .single-profile-name a {
  display: inline-block;
  color: #ffffff;
  background: -webkit-gradient(linear-gradient(90deg, #32c9f5 0%, #38a9ca 63%));
  background: linear-gradient(90deg, #32c9f5 0%, #38a9ca 63%);
  font-weight: 600;
  font-size: 16px;
  padding: 15px 15px;
  margin-right: 20px;
  width: 200px;
  text-align: center;
}

.single-profile-item .single-profile-right .single-profile-name a i {
  margin-left: 4px;
}

.single-profile-item .single-profile-right .single-profile-name a:hover {
  background: -webkit-gradient(linear-gradient(270deg, #26c3f0 0%, #29bce6 63%));
  background: linear-gradient(270deg, #26c3f0 0%, #29bce6 63%);
}

.single-profile-item .single-profile-right .single-profile-textarea {
  padding-left: 60px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading {
  position: relative;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 3px;
  background: #dbf4de;
  left: -31px;
  top: 13px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading span {
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: -56px;
  display: inline-block;
  border: 4px solid;
  border-image-source: linear-gradient(90deg, #3ecff9 0%, #2dc7f3 63%);
  border-image-slice: 1;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading h3 {
  font-weight: 600;
  font-size: 22px;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #2cc6f3;
  margin-bottom: 0;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph {
  position: relative;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  left: -51px;
  top: 0;
  background: #d9f1dc;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph .single-profile-p {
  padding-bottom: 10px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph p {
  margin-bottom: 0;
  color: #838383;
  padding-top: 10px;
  padding-bottom: 26px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph ul {
  margin: 0;
  padding: 0;
  padding-top: 14px;
  padding-bottom: 30px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph ul li {
  list-style-type: none;
  display: block;
  color: #838383;
  margin-bottom: 15px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph ul li:last-child {
  margin-bottom: 0;
}

/*-- End Single Profile --*/
/*----- End Single Profile Page -----*/
/*----- Job List Page -----*/
/*-- Job --*/
.job-area-two {
  padding-bottom: 170px;
}

/*-- End Job --*/
/*----- End Job List Page -----*/
/*----- Company List Page -----*/
/*-- Company --*/
.companies-area-two {
  padding-bottom: 170px;
}

.companies-area-two .companies-item {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

/*-- End Company --*/
/*----- End Company List Page -----*/
/*----- Job Details Page -----*/
/*-- Job Details --*/
.job-details-area {
  padding-bottom: 170px;
}

.job-details-item {
  margin-bottom: 30px;
}

.job-details-item .job-description {
  margin-bottom: 20px;
}
.job-details-item .job-description h3 {
    font-size: 17px;
    margin: 0px;
    padding: 0px;
    color: #7b7b7b;
    margin-bottom: 10px;
}
.job-details-item .job-description h2 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  /* margin-top: -8px; */
}

.job-details-item .job-description p {
  margin-bottom: 16px;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 23px;
}

.job-details-item .job-knowledge {
  margin-bottom: 20px;
  clear: both;
  width: 65%;
}

.job-details-item .job-knowledge h2 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.job-details-item .job-knowledge ul {
  margin: 0;
  padding: 0;
}

.job-details-item .job-knowledge ul li {
  list-style-type: none;
  display: block;
  color: #808291;
  margin-bottom: 12px;
  font-size: 15px;
}

.job-details-item .job-knowledge ul li:last-child {
  margin-bottom: 0;
}

.job-details-item .job-knowledge ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.job-details-item .job-overview {
  padding: 40px 50px;
  margin-bottom: 30px;
  border: 1px solid #80829159;
}

.job-details-item .job-overview h3 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid #0080003d;
  position: relative;
}

.job-details-item .job-overview h3:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 4px;
  bottom: -2px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.job-details-item .job-overview ul {
  margin: 0;
  padding: 0;
}

.job-details-item .job-overview ul li {
  list-style-type: none;
  display: block;
  color: #808291;
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
}

.job-details-item .job-overview ul li:last-child {
  margin-bottom: 0;
}

.job-details-item .job-overview ul li i {
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 32px;
}

.job-details-item .job-overview ul li p {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 2px;
}

.job-details-item .job-overview ul li span {
  display: block;
  font-size: 14px;
  color: #808291;
}

.job-details-item .job-company ul li {
  padding-left: 0;
}

.job-details-item .job-company ul li i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  display: inline-block;
}

.job-details-item .job-company ul li span {
  display: inline-block;
}

.job-details-item .job-company ul li a {
  display: inline-block;
  color: #808291;
}

.job-details-item .job-company ul li a:hover {
  letter-spacing: 1px;
}

.job-details-btn {
  display: block;
  color: #ffffff;
  padding-top: 17px;
  padding-bottom: 17px;
  background: linear-gradient(90deg, #32c9f5 0%, #38a9ca 63%);

  font-size: 16px;
}

.job-details-btn:hover {
  color: #ffffff;
  
   background: linear-gradient(270deg, #26c3f0 0%, #29bce6 63%);
}

/*-- End Job Details --*/
/*----- End Job Details Page -----*/
/*----- Single Resume Page -----*/
/*-- Single Resume --*/
.single-resume-area {
  padding-bottom: 170px;
}

.single-resume-item {
  margin-bottom: 30px;
}

.single-resume-profile {
  margin-bottom: 30px;
}

.single-resume-profile img {
  width: 100%;
}

.single-resume-profile h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 25px;
}

.single-resume-profile span {
  display: block;
  color: #838383;
  margin-bottom: 10px;
}

.single-resume-profile span i {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-right: 2px;
}

.single-resume-profile p {
  color: #838383;
  margin-bottom: 7px;
}

.single-resume-profile p i {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-right: 2px;
}

.single-resume-description {
  margin-bottom: 30px;
}

.single-resume-description h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 25px;
}

.single-resume-description p {
  color: #838383;
  margin-bottom: 0;
  font-size: 15px;
}

.single-resume-skills {
  margin-bottom: 30px;
}

.single-resume-skills h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 25px;
}

.single-resume-skills p {
  color: #838383;
  margin-bottom: 20px;
  font-size: 15px;
}

.single-resume-skills ul {
  margin: 0;
  padding: 0;
}

.single-resume-skills ul li {
  list-style-type: none;
  display: block;
  color: #838383;
  font-size: 15px;
  margin-bottom: 15px;
}

.single-resume-skills ul li:last-child {
  margin-bottom: 0;
}

.single-resume-skills ul li i {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-right: 2px;
}

.single-resume-education h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 25px;
}

.single-resume-education span {
  display: block;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}

.single-resume-education p {
  margin-bottom: 0;
  color: #838383;
  font-size: 15px;
}

.single-resume-category {
  padding: 40px 50px;
  margin-bottom: 30px;
  border: 1px solid #80829159;
}

.single-resume-category h3 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid #33c9f5;
  position: relative;
}

.single-resume-category h3:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 4px;
  bottom: -2px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #28c4f1 0%, #3ecff9 63%);
}

.single-resume-category ul {
  margin: 0;
  padding: 0;
}

.single-resume-category ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 16px;
  font-size: 15px;
  padding-left: 30px;
  position: relative;
}

.single-resume-category ul li:hover:before {
  background-color: #36cbf6;
}

.single-resume-category ul li:hover a {
  letter-spacing: 1px;
}

.single-resume-category ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #22c1ef;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.single-resume-category ul li span {
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #2ac5f2 0%, #32c9f5 63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 4px;
}

.single-resume-category ul li:last-child {
  margin-bottom: 0;
}

.single-resume-category ul li a {
  display: inline-block;
  color: #838383;
}

.single-resume-types {
  margin-bottom: 0;
}

/*-- End Single Resume --*/
/*----- End Single Resume Page -----*/
/*----- Pricing Page -----*/
/*-- Pricing --*/
.pricing-area {
  padding-bottom: 170px;
}

.pricing-item {
  /* margin-bottom: 30px; */
  text-align: center;
  border-radius: 10px;
  padding: 35px 35px 0px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd75;
  box-shadow: 0px 0px 20px 0px #dddddd75;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
  padding-bottom: 95px !important;
  margin-bottom: 30px;
}

.pricing-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.pricing-item span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 16px;
  color: #808291;
}

.pricing-item h2 {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 5px;
}

.pricing-item p {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #808291;
}

.pricing-item ul {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

.pricing-item ul li {
  list-style-type: none;
  display: block;
  color: #808291;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 15px;
}

.pricing-item ul li:last-child {
  margin-bottom: 0;
}

.pricing-item .pricing-btn {
  display: inline-block;
  color: #ffffff;
  padding: 12px 30px;
  margin-top: 38px;
  border-radius: 30px;
  font-weight: 600;
  background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 50%;
  margin-bottom: 31px;
}

.pricing-item .pricing-btn:hover {
background: linear-gradient(270deg, #0196c1 0%, #22c1ef 63%);
}

/*-- End Pricing --*/
/*----- End Pricing Page -----*/
/*----- Dashboard Page -----*/
/*-- Dashboard --*/
.dashboard-area {
  padding-bottom: 170px;
}

.dashboard-area .text-left {
  margin-bottom: 30px;
}

.dashboard-area .dashboard-img {
  margin-bottom: 30px;
  text-align: center;
}

.dashboard-area .dashboard-img img {
  width: 100%;
  margin-bottom: 15px;
}

.dashboard-area .dashboard-img h3 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 30px;
}

.dashboard-area .dashboard-img p {
  margin-bottom: 0;
  color: #7f7e7e;
  font-size: 15px;
}

.dashboard-area .dashboard-nav {
  margin-bottom: 30px;
}

.dashboard-area .dashboard-nav .nav-pills .nav-link.active, .dashboard-area .dashboard-nav .nav-pills .show > .nav-link {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.dashboard-area .dashboard-nav ul {
  width: 100%;
  display: block;
  text-align: center;
}

.dashboard-area .dashboard-nav ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.dashboard-area .dashboard-nav ul li a {
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
  color: #333333;
  font-size: 14px;
  display: block;
  padding: 10px 15px;
  position: relative;
}

.dashboard-area .dashboard-nav ul li a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: -1;
}

.dashboard-area .dashboard-nav ul li a:hover {
  color: #ffffff;
}

.dashboard-area .dashboard-nav ul li a:hover:before {
  width: 100%;
  opacity: 1;
}

.dashboard-area .create-education-two .create-education-right a {
  margin-left: 15px;
}

.dashboard-area .skill .skill3 {
  width: 60%;
}

.dashboard-area .skill .skill4 {
  width: 95%;
}

.dashboard-area .change-password-area h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 28px;
}

.dashboard-area .change-password-area .form-group {
  margin-bottom: 30px;
}

.dashboard-area .change-password-area .form-group label {
  color: #333333;
  margin-bottom: 5px;
  font-size: 14px;
}

.dashboard-area .change-password-area .form-group .form-control {
  height: 45px;
  border-radius: 0;
  border: 1px solid #95969c;
  padding-left: 20px;
  color: #333333;
}

.dashboard-area .change-password-area .form-group .form-control:focus {
  border: 1px solid #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dashboard-area .change-password-area .change-pass-btn {
  font-weight: 600;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  padding: 16px 50px;
  color: #ffffff;
  border-radius: 0;
  margin-top: 10px;
}

.dashboard-area .change-password-area .change-pass-btn:hover {
  background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
  color: #ffffff;
}

.dashboard-area .dashboard-logout-area {
  padding-bottom: 30px;
}

/*-- End Dashboard --*/
/*----- End Dashboard Page -----*/
/*----- Company Details Page -----*/
/*-- Company Details --*/
.company-details-area {
  padding-bottom: 170px;
}

.company-details-item {
  margin-bottom: 30px;
}

.company-details-item .company-details-logo {
  margin-bottom: 30px;
}

.company-details-item .company-details-logo img {
  width: 130px;
  height: 100px;
}

.company-details-item .company-details-logo .company-logo-inner {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  top: 15px;
}

.company-details-item .company-details-logo .company-logo-inner h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}

.company-details-item .company-details-logo .company-logo-inner p {
  margin-bottom: 0;
  color: #95969c;
}

.company-details-item .company-details-logo .company-logo-inner p i {
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

.company-details-item .company-details-share {
  margin-bottom: 30px;
}

.company-details-item .company-details-share span {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  margin-right: 10px;
  color: #333333;
}

.company-details-item .company-details-share ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.company-details-item .company-details-share ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 16px;
}

.company-details-item .company-details-share ul li:last-child {
  margin-right: 0;
}

.company-details-item .company-details-share ul li a {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.company-details-item .company-details-find {
  margin-bottom: 30px;
}

.company-details-item .company-details-find h3 {
  font-weight: 600;
  font-size: 20px;
  margin-right: 10px;
  color: #333333;
  margin-bottom: 15px;
}

.company-details-item .company-details-find ul {
  margin: 0;
  padding: 0;
}

.company-details-item .company-details-find ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
}

.company-details-item .company-details-find ul li:last-child {
  margin-bottom: 0;
}

.company-details-item .company-details-find ul li a {
  display: block;
  color: #333333;
  font-size: 15px;
}

.company-details-item .company-details-find ul li a:hover {
  letter-spacing: 1px;
}

.company-details-item .company-details-find ul li a i {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  position: relative;
  top: 4px;
  margin-right: 6px;
}

.company-details-item .company-details-description {
  margin-bottom: 40px;
}

.company-details-item .company-details-description h3 {
  font-weight: 600;
  font-size: 25px;
  margin-right: 10px;
  color: #333333;
  margin-bottom: 15px;
}

.company-details-item .company-details-description p {
  margin-bottom: 0;
  color: #95969c;
  font-size: 15px;
}

/*-- End Company Details --*/
/*----- End Company Details Page -----*/
/*----- Error Page -----*/
/*-- 404 --*/
.error-item {
  height: 800px;
  text-align: center;
  margin-top: -30px;
}

.error-item h1 {
  font-size: 130px;
  font-weight: 700;
  margin-bottom: 8px;
}

.error-item p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
  color: #646464;
}

.error-item span {
  display: block;
  color: #646464;
}

.error-item a {
  display: inline-block;
  color: #ffffff;
  background-color: #4bcc5a;
  padding: 20px 45px;
  margin-top: 70px;
  font-size: 18px;
}

.error-item a:hover {
  background-color: #333333;
}

/*-- End 404 --*/
/*----- End Error Page -----*/
/*----- FAQ Page -----*/
/*-- Faq --*/
.faq-area {
  padding-bottom: 170px;
}

.faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 25px;
}

.faq-wrap {
  margin-bottom: 50px;
}

.faq-wrap:last-child {
  margin-bottom: 30px;
}

.accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.accordion p {
  font-size: 16px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
  color: #333333;
}

.accordion a {
  color: #333333;
  font-size: 16px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 15px 0 15px 18px;
  border-bottom: none;
  /* border-image-source: linear-gradient(90deg, #e6e6e6 0%, #e6e6e6 63%); */
  /* border-image-slice: 1; */
}

.accordion a:hover {
  color: #333333;
}

/*.accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}
*/
.accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 4px;
  /* margin: 0px 10px; */
}

.accordion li:first-child {
  border-top: 0;
}

.accordion li:last-child {
  margin-bottom: 0;
}

.accordion li a.active {
  color: #272727;
  /* background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b)); */
  /* background: linear-gradient(90deg, #31c5f0 0%, #5ab1e3 63%); */
  border-bottom: none;
  /* border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%); */
  /* border-image-slice: 1; */
}

/*.accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}*/

/*-- End Faq --*/
/*----- End Faq Page -----*/
/*----- Privacy Policy Page -----*/
/*-- Privacy --*/
.privacy-area {
  padding-bottom: 150px;
}

.privacy-item {
  margin-bottom: 50px;
}

.privacy-item h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

.privacy-item p {
  margin-bottom: 0;
  color: #646464;
}

.privacy-item ul {
  margin: 0;
  padding: 0;
}

.privacy-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
  color: #646464;
}

.privacy-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.privacy-item ul li:last-child {
  margin-bottom: 0;
}

/*-- End Privacy --*/
/*----- End Privacy Policy Page -----*/
/*----- Blog Details Page -----*/
/*-- Blog Details --*/
.blog-details-area {
  padding-bottom: 170px;
}

.blog-details-item {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-img {
  position: relative;
  padding-bottom: 20px;
}

.blog-details-item .blog-details-img:before {
  position: absolute;
  content: '';
  width: 80%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #ebebeb;
}

.blog-details-item .blog-details-img img {
width: 100%;
    margin-bottom: 20px;
    height: 356px;
    object-fit: cover;

}

.blog-details-item .blog-details-img h3 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.blog-details-item .blog-details-img ul {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

.blog-details-item .blog-details-img ul li {
  list-style-type: none;
  display: inline-block;
  color: #95969c;
  font-size: 14px;
  margin-right: 15px;
}

.blog-details-item .blog-details-img ul li a {
  display: inline-block;
  color: #95969c;
}

.blog-details-item .blog-details-img ul li i {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #25c3f0 0%, #2fc8f4 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  margin-right: 5px;
}

.blog-details-item .blog-details-img p {
  margin-bottom: 15px;
  color: #95969c;
  font-size: 15px;
}

.blog-details-item .blog-details-social {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-social span {
  display: inline-block;
  color: #95969c;
  font-weight: 600;
  margin-right: 10px;
}

.blog-details-item .blog-details-social ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.blog-details-item .blog-details-social ul li {
  display: inline-block;
  color: #95969c;
  font-size: 18px;
  margin-right: 10px;
}

.blog-details-item .blog-details-social ul li a {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-details-item .blog-details-social ul li a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#38a745), color-stop(63%, #4cce5b));
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.blog-details-item .blog-details-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.blog-details-item .blog-details-nav a {
  color: #333333;
  border: 1px solid #4bcc5a;
  padding: 10px 22px;
  border-radius: 8px;
  display: inline-block;
}

.blog-details-item .blog-details-nav a:hover {
  color: #ffffff;
  background-color: #4bcc5a;
}

.blog-details-item .blog-details-nav .previous-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-item .blog-details-nav .previous-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.blog-details-item .blog-details-form h3 {
  margin-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

.blog-details-item .blog-details-form .form-group {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-form .form-group .form-control {
  border-radius: 0;
  height: 45px;
  border: 1px solid #31c8f4;
  font-size: 15px;
  padding-left: 20px;
}

.blog-details-item .blog-details-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #333333;
}

.blog-details-item .blog-details-form .form-group textarea {
  height: auto !important;
  padding-top: 10px;
}

.blog-details-item .blog-details-form .blog-details-btn {
  color: #ffffff;
  border: 1px solid #3ecff9;
  padding: 14px 25px;
  font-size: 15px;
  font-weight: 500;
  background-color: #29c4f1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 0;
  opacity: 1;
}

.blog-details-item .blog-details-form .blog-details-btn:hover {
  background-color: transparent;
  color: #4bcc5a;
}

.blog-details-item .blog-details-form .list-unstyled {
  color: #dc3545;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 14px;
}

.blog-details-item .blog-details-form .text-danger {
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 0;
  color: #dc3545;
}

.blog-details-item .blog-details-form .text-success {
  color: #28a745;
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 0;
}

/*-- End Blog Details --*/
/*----- End Blog Details Page -----*/
/*----- Contact Page -----*/
/*-- Location --*/
.contact-location-item {
  margin-bottom: 0;
}

/*-- End Location --*/
/*-- Contact --*/
.contact-form-area {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-area .form-group {
  margin-bottom: 30px;
}

.contact-form-area .form-group .form-control {
  background-color: transparent;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #22c1ef 0%, #13b7e6 63%);
  border-image-slice: 1;
  border-radius: 0;
  height: 60px;
  padding-left: 30px;
  color: #333333;
  font-size: 15px;
}

.contact-form-area .form-group textarea.form-control {
  height: 275px;
}

.contact-form-area .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #333333;
}

.contact-form-area .form-group ::-webkit-input-placeholder {
  color: #ababab;
}

.contact-form-area .form-group :-ms-input-placeholder {
  color: #ababab;
}

.contact-form-area .form-group ::-ms-input-placeholder {
  color: #ababab;
}

.contact-form-area .form-group ::placeholder {
  color: #ababab;
}

.contact-form-area .form-group textarea {
  /* height: auto !important; */
  padding-top: 15px;
  height: 275px;
}

.contact-form-area .list-unstyled {
  color: #dc3545;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 14px;
}

.contact-form-area .text-danger {
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 0;
  color: #dc3545;
}

.contact-form-area .text-success {
  color: #28a745;
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 0;
}

.contact-form-area .contact-btn {
  color: #ffffff;
  border: 1px solid #22c1ef;
  background-color: #22c1ef;
  opacity: 1;
  border-radius: 0;
  padding: 14px 45px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.contact-form-area .contact-btn:hover {
  color: #333333;
  background-color: transparent;
}

/*-- End Contact --*/
/*-- Map --*/
.map-area iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -8px;
  border: none;
}

/*-- End Map --*/
/*----- End Contact Page -----*/
/*----- Preloader -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #3aa947;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #ffffff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

/*----- End Preloader -----*/
/*----- Back To Top -----*/
#toTop {
  position: fixed;
  bottom: 30px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.back-to-top-btn i {
  background-color: #333333;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-right: 28px;
  -webkit-box-shadow: 0px 0px 14px 0px #333333;
          box-shadow: 0px 0px 14px 0px #333333;
}

.back-to-top-btn i:hover {
  background-color: #22c1ef;
}


.information_inner {
    text-align: center;
    padding: 30px 0px 80px;
    width: 900px;
    margin: 0px auto;
}
.information_inner h2 {
      font-weight: 600;
      font-size: 30px;
      padding-bottom: 10px;
}
.information_inner p {
    font-size: 15px;
    color: #000;
}
.bg_light {
    background: #eee;
    padding: 30px 0px;
}
section.category-area.ptb-100 {
    padding: 30px 0px;
}
section.profile-area.ptb-100 {
    padding: 30px 0px 30px;
}
section.profile-area.ptb-100.Candidates_profile {
    padding-bottom: 20px;
}
/*----- End Back To Top -----*/
/*# sourceMappingURL=style.css.map */


/*custom-css*/
.custom_blog_detail {
    padding-bottom: 70px;
    padding-top: 50px;
}
.candidate_profile {
    padding-bottom: 70px;
    padding-top: 50px;
}
.jobs_page{
    padding-bottom: 70px;
    padding-top: 50px;
}

.blog_page{
    padding-bottom: 70px;
    padding-top: 50px;
}

.pricing_custom{
    padding-bottom: 70px;
    padding-top: 50px;
}

.contact_page{
    padding-bottom: 70px;
    padding-top: 30px;
}

.login_account{
    padding-bottom: 75px;
    padding-top: 50px;
}

.signup_page{
    padding-bottom: 100px;
    padding-top: 50px;
}

.term_condition {
  padding-bottom: 70px;
    padding-top: 50px;
}







.candidates_group {
    width: 49%;
    display: inline-block;
    flex: inherit !important;
}












.accordion {
  width: 100%;
  max-width: 360px;
  margin: 0px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px 15px 10px 15px;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {color: #22c1ef;}

.accordion li.open i {color: #2fc8f4;}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu_accordion {
  display: none;
  background: #c5c5c5;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

.submenu_accordion li {border: none;padding: 10px 0px;border-bottom: 1px solid #a5a5a5;}

.submenu_accordion a {
  display: inline;
  text-decoration: none;
  color: #ffffff;
  padding: 5px;
  padding-left: 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu_accordion a:hover {
  /* background: #31c5f0; */
  /* color: #31c5f0 !important; */
}

.filters_job h2 {
    font-size: 22px;
    background: #2bc5f2;
    color: #fff;
    padding: 7px;
}
ul.submenu_accordion li input[type=checkbox] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 0px;
    position: relative;
    top: 4px;
    /* margin-right: 23px; */
    background: #000;
    border: 1px solid #25c2f0;
    left: 7px;
}

.adds a {
    margin-bottom: 10px;
    display: block;
}

.call_email_btn a {
    font-size: 20px;
    display: inline-block;
    color: #ffffff;
    padding: 5px 30px;
    /* margin-top: 38px; */
    border-radius: 30px;
    font-weight: 600;
    background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
    text-transform: capitalize;
    margin: 0px 18px;
    width: 30%;
}

.call_email_btn {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0px 0px 30px;
    margin: 0px auto;
    /* display: block; */
    /* max-width: 500px; */
}

.call_email_btn a i {
    background: #36c1e8;
    padding: 4px;
    border-radius: 50px;
    border: 1px solid #d0f4ff;
    margin: 8px 0px;
    /* display: block; */
    font-size: 17px;
}

.call_email_btn h2 {
    font-size: 35px;
    color: #65c8e4;
    padding-bottom: 25px;
    position: relative;
}

.cotact_file input.form-control-file {
    background: #9a9a9a;
    width: 25%;
}

input.form-control-file:focus {
    outline: none;
}
a.login_user {
    font-size: 18px;
    position: absolute;
    right: -12%;
    color: #2f2f2f;
}

a.login_user i {
    color: #3ecff9;
    /* background: #dadada; */
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #28c4f1;
}

.form-group.cotact_file label {
    font-size: 17px;
    color: #020202;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.job_details_img {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.candidate_profile .profile-item {
  margin-left: 0px;
  margin-right: 0px;
}

.candidate_profile .banner-text {
    margin: 0px 0px 30px 0px;
}

.candidate_profile .banner-text h1 {
    color: #3ecff9;
    font-size: 31px;
    padding-top: 0px;
    margin-top: 0px;
}

.candidate_profile .banner-form-area form .form-group .form-control {
    height: 50px;
    border-radius: 100px;
    border: 0;
    border: 1px solid #3dcff9;
    padding-left: 10px;
    padding-right: 40px;
}

.candidate_profile .banner-form-area form .form-group .nice-select {
  border: 1px solid #3dcff9;
    padding-left: 10px;
     border-radius: 100px;
}

.candidate_profile .banner-form-area .banner-form-btn {
  top: 0px;
  padding: 13px 17px;
}
.candidate_profile {
    padding-top: 20px;
}

.banner-form-area {
  padding: 10px 0px;
  margin: 0;
}

.read_more {
    color: #ffffff;

  background: #22c1ef;
  text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    width: 150px;
    padding: 12px 0;
 
}

.read_more:hover {
   background:#3ecff9;
   color: #fff;
}

.form-group label {
    color: #23c1ef;
}

.form-group label>span {
    color: #f00;
}

.or-sec {
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #3ecff9;
    position: relative;
    margin-bottom: 28px;
    margin-top: 24px;
    max-width: 500px;
}
 .or-text {
    position: absolute;
    left: 45%;
    background: white;
    width: 20px;
    text-align: center;
    margin-top: -12px;
    font-size: 16px;
    color: #298fad;
}

.login-sign-in h2 {
    font-size: 23px;
    color: #26c3f0;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.login-sign-in ul {
    margin: 0px;
    padding: 0px;
}

.login-sign-in ul li {
    list-style: none;
    /* width: 30px; */
    /* height: 30px; */
    border-radius: 50px;
    text-align: center;
}

.login-sign-in ul li a i {
    font-size: 25px;
    color: #eaeaea;
    background: #3ecff9;
    border-radius: 50px;
    padding: 10px;
    width: 50px;
    height: 50px;
    line-height: 34px;
}


.jobseeker-item.active {
    background: linear-gradient(90deg, #1483a2 0%, #137c9a 63%);
}
.jobseeker-item:hover {
     background: linear-gradient(90deg, #1483a2 0%, #137c9a 63%);
}




.login-sign-in ul li a i:hover {
    background: #24c2f0;
}

ul.network_links {
    padding: 0px 0px 20px 0px;
    display: block;
}

ul.network_links li {
    padding-bottom: 15px;
    margin: 0px;
    padding-right: 0px !important;
   margin-left: 7px;
  margin-right: 7px;
}




/*employer-dashboard*/
.dashboard ul.categories {
    margin: 0px;
    padding: 0px;
}
.dashboard  #contents {
  position: relative;
  transition: .3s;
  margin-left: 290px;
  background-color: #ffffff;
}
.margin {
  margin-left: 0 !important;
}
/* Start side navigation bar  */

.dashboard .side-nav {
  float: left;
  height: 100%;
  width: 290px;
  background-color: #13aad6;
  color: #fff;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 9999999;
}
.dashboard .side-nav .close-aside {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  color: #EEE;
}
.dashboard .side-nav .heading {
  background-color: #12b2e0;
  padding: 15px 15px 15px 30px;
  overflow: hidden;
  border-bottom: 1px solid #37c5ef;
  display: flex;
  align-items: center;
}
.dashboard .side-nav .heading > img {
  border-radius: 50%;
  float: left;
  width: 68px;
  height: 68px;
  object-fit: cover;
}
.dashboard .side-nav .info {
  float: left;
  width: 69%;
  margin-left: 3%;
}
.dashboard .side-nav .heading .info > h3 {margin: 0 0 5px;text-transform: capitalize;}
.dashboard .side-nav .heading .info > h3 > a {
  color: #EEE;
  font-weight: 100;
  margin-top: 4px;
  display: block;
  text-decoration: none;
  font-size: 18px;
}
.dashboard .side-nav .heading .info > h3 > a:hover {
  color: #FFF;
}
.dashboard .side-nav .heading .info > p {
  color: #fff;
  font-size: 13px;
}
/* End heading */
/* Start search */
.dashboard .side-nav .search {
  text-align: center;
  padding: 15px 30px;
  margin: 15px 0;
  position: relative;
}
.dashboard .side-nav .search > input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #23262d;
  padding: 7px 0 7px;
  color: #DDD
}
.dashboard .side-nav .search > input ~ i {
  position: absolute;
  top: 22px;
  right: 40px;
  display: block;
  color: #2b2f3a;
  font-size: 19px;
}
/* End search */

.dashboard .side-nav .categories > li {
 padding: 8px 28px 8px 17px;
 overflow: hidden;
 border-bottom: 1px solid rgba(255, 255, 255, 0.02);
 cursor: pointer;
 position: relative;
 width: 100%;
}
.dashboard .side-nav .categories > li > a {
  color: #fff;
  text-decoration: none;
      display: inline-block;
}
/* Start num: there are three options primary, danger and success like Bootstrap */
.dashboard .side-nav .categories > li > a > .num {
  line-height: 0;
  border-radius: 3px;
  font-size: 14px;
  color: #FFF;
  padding: 0px 5px
}
.dashboard .dang {background-color: #f35959}
.dashboard .prim {background-color: #0275d8}
.dashboard .succ {background-color: #5cb85c}
/* End num */
.dashboard .side-nav .categories > li > a:hover {
  color: #FFF
}
.dashboard .side-nav .categories > li > i {
  font-size: 18px;
  margin-right: 5px
}
.side-nav .categories > li.haschild > a:after {
 content: "\f053";
 font-family: fontAwesome;
 font-size: 11px;
 line-height: 1.8;
 float: right;
 color: #fff;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 position: absolute;
 right: 7%;
 top: 14px;
 z-index: 9999;
 width: 3%;
}

/*.side-nav .categories > li > a.manage:after{
  content: "\f053";
  font-family: fontAwesome;
  font-size: 11px;
  line-height: 2.8;
  float: right;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

.side-nav .categories > li > a.last-child:after{
  content: "\f053";
  font-family: fontAwesome;
  font-size: 11px;
  line-height: 2.8;
  float: right;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}*/
.dashboard .side-nav .categories .opend > a:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* End categories */
/* Start dropdown menu */
.dashboard .side-nav .categories .side-nav-dropdown {
  padding-top: 7px;
  padding-left: 15px;
  list-style: none;
  display: none;
}
.dashboard .side-nav .categories .side-nav-dropdown > li > a {
  color: #eaeaea;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}
.dashboard .side-nav .categories p {
  margin-left: 30px;
  color: #ffffff;
  margin-top: 10px;
}

/* End dropdown menu */

.dashboard .show-side-nav {
  -webkit-transform: translateX(-290px);
  -moz-transform: translateX(-290px);
  transform: translateX(-290px);
}


/* Start media query */
@media (max-width: 767px) {
  .dashboard .side-nav .categories > li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .dashboard .side-nav .search {
    padding: 10px 0 10px 30px
  }
}

/* End side navigation bar  */
/* Start welcome */

.dashboard .welcome {
  color: #CCC;
}
.dashboard .welcome .content {
  background-color: #ffffff;
  padding: 15px;
  margin-top: 25px;
}
.dashboard .welcome h2 {
  font-family: Calibri;
  font-weight: 100;
  margin-top: 0
}
.dashboard .welcome p {
  color: #999;
}


/* Start statistics */
.dashboard .statistics {
  margin-top: 25px;
  color: #CCC;
}
.dashboard .statistics .box {
  background-color: #0086ad;
  padding: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.dashboard .statistics .box > i {
  float: left;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
}
.dashboard .statistics .box .info {
  float: left;
  width: auto;
  margin-left: 10px;
}
.dashboard .statistics .box .info h3 {
  margin: 5px 0 5px;
  display: inline-block;
  color: #Fff;
  font-size: 22px;
}
.dashboard .statistics .box .info p {color:#BBB}

/* End statistics */
/* Start charts */
.dashboard .charts {
  margin-top: 25px;
  color: #BBB
}
.dashboard .charts .chart-container {
  background-color: #313348;
  padding: 15px;
}
.dashboard .charts .chart-container h3 {
  margin: 0 0 10px;
  font-size: 17px;
}

/* Start users */

.dashboard .admins {
  margin-top: 25px;
}
.dashboard .admins .box {

}
.dashboard .admins .box > h3 {
  color: #ccc;
  font-family: Calibri;
  font-weight: 300;
  margin-top: 0;
}
.dashboard .admins .box .admin {
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f1f2f7;
  padding: 10px;
}
.dashboard .admins .box .admin .img {
  width: 20%;
  margin-right: 5%;
  float: left;
}
.dashboard .admins .box .admin .img img {
  border-radius: 50%;
}
.dashboard .admins .box .info {
  width: 75%;
  color: #EEE;
  float: left;
}
.dashboard .admins .box .info h3 {font-size: 18px;padding-bottom: 0px;margin-bottom: 5px;}
.dashboard .admins .box .info p {color: #BBB}
.dashboard .admins .box .info p {
    font-size: 15px;
    margin: 0px;
}

/* End users */
/* Start statis */

.dashboard .statis {
  color: #EEE;
  margin-top: 15px;
}
.dashboard .statis .box {
  position: relative;
  padding: 15px;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 25px;
}
.dashboard .statis .box h3:after {
  content: "";
  height: 2px;
  width: 70%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.12);
  display: block;
  margin-top: 10px;
}
.dashboard .statis .box i {
  position: absolute;
  height: 70px;
  width: 70px;
  font-size: 22px;
  padding: 15px;
  top: -25px;
  left: -25px;
  background-color: rgba(255, 255, 255, 0.15);
  line-height: 60px;
  text-align: right;
  border-radius: 50%;
}

/*chart*/
.dashboard .chrt3 {
  padding-bottom: 50px;
}
.dashboard .chrt3 .chart-container {
  height: 350px;
  padding: 15px;
  margin-top: 25px;
}
.dashboard .chrt3 .box {
  padding: 15px;
}
.dashboard .pst_job {
    display: inline-block;
    width: 48%;
}

.dashboard .main-color {
  color: #ffc107
}
.dashboard .warning {background-color: #f0ad4e}
.dashboard .danger {background-color: #d9534f}
.dashboard .success {background-color: #5cb85c}
.dashboard .inf {background-color: #5bc0de}



/* Start bootstrap */
.dashboard .navbar-right .dropdown-menu {
/*right: 0% !important; */
    left: -59px !important;
    position: absolute;
    min-width: 205px;
    padding: 0px 8px;
    top: 32px;
    /* width: 200px; */
    /* margin-top: 200px; */
    border-radius: 0px 0px 15px 15px !important;
    border-top: none;
}

@media (max-width: 767px) {
  .dashboard .navbar-right .dropdown-menu {
        left: -10px !important;
    }
}
.job_seekers ul.dropdown-menu.custom.show {
    /* left: 10px !important; */
}
 
.dashboard .navbar-default {
    background-color: #0086ad !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 3px 20px 5px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.dashboard .dashboard-header ul.nav.navbar-nav {
     flex-direction: row !important;
    align-items: center;
    text-align: right;
    flex-flow: inherit;
    position: relative;
    right: 0;
    /* top: 16px; */
    /* padding: 0px !important; */
    /* margin: 0px !important; */
    /* height: 22px; */
    /* width: 500px; */
    float: right;
}
.dashboard .navbar-default .navbar-nav>li>a {
  color: #EEE !important;
  line-height: 25px !important;
  padding: 27px 10px 0px !important;
}
.dashboard .navbar-default .navbar-brand {color:#FFF !important}
.dashboard .navbar-default .navbar-nav>li>a:focus,
.dashboard .navbar-default .navbar-nav>li>a:hover {color: #EEE !important}

.dashboard .navbar-default .navbar-nav>.open>a,
.dashboard .navbar-default .navbar-nav>.open>a:focus,
.dashboard .navbar-default .navbar-nav>.open>a:hover {background-color: transparent !important; color: #FFF !important}

.dashboard .navbar-default .navbar-brand {line-height: 55px !important; padding: 0 !important}
.dashboard .navbar-default .navbar-brand:focus,
.dashboard .navbar-default .navbar-brand:hover {color: #FFF !important}
.dashboard .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin: 0 !important}
@media (max-width: 767px) {
  .dashboard .navbar>.container-fluid .navbar-brand {
    margin-left: 15px !important;
  }
  .dashboard .navbar-default .navbar-nav>li>a {
    padding-left: 0 !important;
  }
  .dashboard .navbar-nav {
    margin: 0 !important;
  }
  .dashboard .navbar-default .navbar-collapse,
  .dashboard .navbar-default .navbar-form {
    border: none !important;
  }

}
.dashboard-header {
   padding: 10px 0px 2px;
    position: relative;
}
.dashboard .navbar-default .navbar-nav>li {
  /* position: relative; */
  display: flow-root;
}
.dashboard .navbar-default .navbar-nav>li>a>span:not(.caret) {
  background-color: #e74c3c !important;
  border-radius: 50% !important;
  height: 25px !important;
  width: 25px !important;
  padding: 2px !important;
  font-size: 11px !important;
  position: relative !important;
  top: -10px !important;
  right: 5px !important
}
.dashboard .dropdown-menu>li>a {
  padding-top: 5px !important;
  padding-right: 5px !important;
  font-size: 14px;
  color: #0086ad;
  line-height: 30px;
}
.dashboard .navbar-default .navbar-nav>li>a>i {
  font-size: 18px !important;
}




/* Start media query */

@media (max-width: 767px) {
  .dashboard #contents {
    margin: 0 !important
  }
  .dashboard .statistics .box {
    margin-bottom: 25px !important;
  }
  .dashboard .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #CCC !important
  }
  .dashboard .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #FFF !important
  }
  .dashboard .navbar-default .navbar-toggle{
    border:none !important;
    color: #EEE !important;
    font-size: 18px !important;
  }
  .dashboard .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: transparent !important}
}


.dashboard button.dashboard_sub {
  color: #ffffff;
    background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
    font-size: 18px;
    font-weight: 600;
    padding: 14px 64px;
    margin-top: 30px;
    border-radius: 0;
    margin-bottom: 30px;
    border: none;
    margin: 0px auto;
}
.dashboard button.dashboard_sub:hover{
  background: linear-gradient(270deg, #0086ad 0%, #32c9f5 63%);}


.dashboard .banner-form-area .banner-form-btn {
  position: inherit;
  /* margin-left: 6px; */
  /* padding: 10px 27px; */
}
.dashboard .banner-form-area form {
  padding-right:0px; 
}


.dashboard table.table.table-bordered button {
  background: linear-gradient(270deg, #26c3f0 0%, #29bce6 63%);
  border: none;
  padding: 5px 7px !important;
  padding: 5px 19px;
  color: #fff;
  font-size: 14px;
}
.dashboard table.table.table-bordered button:hover{
  background: linear-gradient(270deg, #0086ad 0%, #32c9f5 63%);}
.dashboard .table td, .table th {
    vertical-align: middle;
    position: relative;
    text-align: left;
}
.dashboard tr {
    text-align: center;
}

.dashboard .form-group label {
    color: #1c1d1d;
}
.dashboard table.table.table-bordered button i {
    font-size: 14px;
    padding: 3px 5px;
}

.mange_job_btn button {
    background: #0086ad;
    padding: 0px;
    color: #fff;
    width: auto;
    margin: 5px 0px;
    padding: 8px 10px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
}

.mange_job_btn {
    clear: both;
    width: 100%;
    text-align: center;
}
.login-area.login_account.login-layer.faq textarea {
    height: 100%;
    max-height: 300px;


}

.deactive {
  display: block;
  background: red !important;
  position: absolute;
  top: 12px;
  left: 56px;
}
.active_jbs {
  display: block;
}
.dashboard_title h1 {
    font-size: 30px;
     text-align: center; 
    padding-bottom: 31px;
    color: #0086ad;
    font-weight: 600;
    /*padding-left: 20px;*/
}
.dashboard .login-area.login_account.login-layer {
    padding-top: 20px;
}
.dashboard .create-account-area {
    padding-top: 20px;
}
.dashboard .pricing_custom {
    padding-top: 20px;
}
/*employer-dashbaord-end*/


.pricing-item h1 {
  background: #33c9f5;
    font-size: 20px;
    margin: 0px;
    padding: 10px 0px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 12px;
}

.dashboard thead tr th {
    background: #c4eefb;
}

.dashboard .create-photo-left img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    /* position: relative; */
    /* top: -64px; */
}


.dashboard a.forget {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #22c1ef;
    padding-left:20px; 
}
.dashboard .create-photo-item h2 {
    font-size: 22px;
    padding: 20px 0px;
    color: #0a8fb5;
    text-transform: capitalize;
}


.edit_profile .basic_details {
    /* display: inline-block; */
    width: 66%;
    /* float: left; */
    float: left;
    /* padding-top: 65px; */
    padding-left: 35px;
}

.edit_profile .create-photo-item {
    /* float: left; */
    /* width: 100%; */
}

.edit_profile .create-photo-left {
    float: left;
}

.edit_profile .basic_details ul {
    padding: 0px;
    margin: 0px;
}
.edit_profile .basic_details ul li span {
    font-weight: 600;
    width: 25%;
    display: inline-block;
    color: #12b2e0;
}
.edit_profile  .basic_details ul li {
    list-style: none;
    font-size: 19px;
    color: #0086ad;
    line-height: 34px;
    /* letter-spacing: 1px; */
}


.custom_price {
    background: #dff8ff;
    margin: 0px;
    padding: 0px 0 70px 0px !important;
    /* margin-bottom: 20px !important; */
}

.edit {
      font-weight: 600;
      font-size: 18px;
      color: #ffffff;
      border-radius: 0;
      background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
      padding: 6px 40px;
      border-radius: 2px;
      margin-top: 20px;
}

.edit:hover{
background: linear-gradient(270deg, #0196c1 0%, #22c1ef 63%);
color: #fff;}

.edit_profile .basic_details ul li i {
    margin-top: 10px;
    position: relative;
    right: -25px;
    top: 1px;
}



.my_prfile .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.my_prfile .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 170px;
  width: 170px;
  opacity: 0;
  transition: .5s ease;
  background-color: #008cba8c;
  border-radius: 50%;
}

.my_prfile:hover .overlay {
  opacity: 1;
}
.form-group.my_prfile {
    cursor: pointer;
}
.profile_edit .create-photo .create-photo-item .create-photo-right .form-group .form-control::-webkit-input-placeholder { 
  color: #2d2d2d;
}

.dashboard .faq p{
  color: #000;
}

.dashboard .faq h5{
      color: #0086ad;
    font-size: 25px;

}


.login_account span.gender {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
.dashboard.job_seekers .table td, .table th {
    text-align: left;
}

.dashboard.job_seekers .deactive {
  left: 10px;
}

ul.custom li.dropdown:hover ul.dropdown-menu{ display: block; }

.custom li.dropdown ul.dropdown-menu {
    top: 26px;
    position: absolute;
    left: 0px;
    background: #039ecc;
    margin: 0px;
    min-width: 193px;
    border: none;
}

.custom li.dropdown ul.dropdown-menu li a{
  color: #fff !important;
  display: block;
}

ul.dashboard_social {
    display: flex;
    margin: 35px 0px !important;
}

ul.dashboard_social li {
    padding: 0px 11px 0px 0px;
    /* background: #000; */
    /* margin: 0px 10px; */
}

ul.dashboard_social li a {
    font-size: 22px;
}

ul.dashboard_social li a i {
    /* height: 30px; */
    width: 32px;
    background: #0086ad;
    padding: 7px;
    border-radius: 100%;
    color: #fff;
    right: 0px !important;
    top: inherit !important;
    margin-top: 0px !important;
    /* line-height: 30px; */
    font-size: 19px;
    text-align: center;
}
.edit_profile .basic_details ul h2 {
    display: block;
    margin: 0px !important;
    padding: 0px 10px 0 0 !important;
    line-height: 38px;
}
ul.dashboard_social li a i:hover {
    background: #13aad6;
}

.my_resume label {
    color: #000;
    font-size: 20px;
    padding-right: 20px;
}

.my_resume input {
    width: 24%;
}

.my_resume .edit {
    margin-top: 0px;
}

.price_top a {
    display: inline-block;
    color: #ffffff;
    padding: 12px 30px;
    margin-top: 22px;
    border-radius: 30px;
    font-weight: 600;
    background: linear-gradient(90deg, #22c1ef 0%, #3ecff9 63%);
    /*position: absolute;*/
    /*bottom: -20px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: 0px auto;*/
    /*width: 50%;*/
    margin-bottom: 30px;
    text-transform: capitalize;
}

.price_top {
    /* display: flex; */
    text-align: center;
}

.price_top h4 {
    font-size: 32px;
    margin: 0px;
    padding: 0px;
    color: #0086ad;
    text-transform: capitalize;
}

.price_top h4 span {
    color: #12b2e0;
    font-weight: 600;
}

.price_top a:hover {
    background: linear-gradient(270deg, #0196c1 0%, #22c1ef 63%);
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    color: #000 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    background: #949494;
    color: #fff;
}

.or {
    font-size: 23px;
    text-align: center;
    padding-bottom: 15px;
    color: #2fc8f4;
    /* border-bottom: 1px solid #000; */
    position: relative;
    font-weight: 600;
}

.serach_seekers .banner-form-area {
      /*margin: 0px auto;*/
    /*width: 50%;*/
}

.file-upload-wrapper {
    width: 60%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-fileupload {
    background: #d3e7ff;
    width: 80%;
    padding: 50px;
    border: 2px dashed #a9e4f1;
    border-radius: 3px;
}


.maincontent {
    max-width: 1080px;
    margin: 0 auto;
    /*padding: 50px 0;*/
}
.file-upload-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background: #fff;
    padding: 20px 0;
    border-radius: 4px;
}
.box-fileupload {
    background: #d3e7ff;
    width: 90%;
    padding: 50px;
    border: 3px dashed #8fd9ea;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    max-width: 280px;
}
.file-upload-input {
    display: none;
}
label.file-upload-btn {
    width: 182px;
    height: 120px;
    background-image: url(http://www.pngall.com/wp-content/uploads/2/Upload-PNG-Image-File.png);
    background-size: cover;
    background-position: center center;
    background-origin: border-box;
    background-repeat: no-repeat;
}
.image-previwe {
    width: 90%;
    height: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.image-previwe__image {
    min-width: 129px;
    min-height: 130px;
    border: 2px solid #5c8ac3;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10px;
    position: relative;
    -webkit-box-shadow: 0 13px 6px -8px rgba(0, 0, 0, 0.3),
    0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 13px 6px -8px rgba(0, 0, 0, 0.3),
    0 0 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;

}
.image-previwe__delete-btn {
    width: 25px;
    height: 25px;
    background: #000000ab;
    color: #fff;
    border-radius: 28px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    z-index: 2;
}
.image-previwe__delete-btn::before,
.image-previwe__delete-btn::after {
    content: "";
    display: block;
    width: 56%;
    height: 2px;
    background: #fff;
    position: absolute;
}
.image-previwe__delete-btn::after {
    transform: rotate(43deg);
}
.image-previwe__delete-btn::before {
    transform: rotate(-40deg);
}
.image-previwe__hover {
    background: #0000008f;
    color: #fff;
    display: inline-flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .4s;
    left: 0;
    right: 0;
    top: 0;
    box-sizing: border-box;
    text-align: center;
}
.image-previwe__hover p{
    font-size: 13px;
    width: 100%;
    padding: 10px;
    word-wrap: break-word;
}
.image-previwe__hover:hover,
.image-previwe__close-btn:hover {
    opacity: 1;
}
.file-upload-wrapper-title {
    width: 92%;
    min-height: 50px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.file-upload-wrapper-title h4 {
    display: inline-block;
    font-size: 20px;
    padding: 10px 0px 6px 0;
    font-weight: 200;
}
.file-upload-wrapper-title hr {
    width: 21%;
    display: inline-block;
    margin: 6px 0;
}
.file-upload-wrapper-title__btn {
    background-color: #4099ff;
    border-color: #4099ff;
    border: none;
    padding: 12px 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    border-radius: 2px;
}
.box-fileupload__lable {
    font-size: 20px;
    margin: 10px 0;
    color: #1471ad;
}
.error-wrapper {
    margin: 10px;
    width: 90%;
}

.error-format {
    background: #ff00003b;
    padding: 15px 10px;
    border-radius: 5px;
    border: 2px solid #f6343b;
    color: #b00707;
    margin: 10px;
}





.certificate .box-fileupload {
    background: #ffffff;
    width: 100% !important;
    padding: 5px;
    border: none !important;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-flow: column;
}

.certificate label.file-upload-btn {
    width: 42px;
    height: 25px;
    background-image: url(http://www.pngall.com/wp-content/uploads/2/Upload-PNG-Image-File.png);
    background-size: cover;
    background-position: center center;
    background-origin: border-box;
    background-repeat: no-repeat;
}

.certificate .file-upload-wrapper {
      align-items: flex-end;
}

.certificate .box-fileupload__lable {
  margin: 0px !important;
  font-size: 14px;
}
.certificate .table td, .table th {
  cursor: pointer;
}

.certificate .table td, .table th i {
  padding-right: 10px;
}

.current_inner p {
    color: #000;
    margin-bottom: 4px;
    font-size: 20px;
}

.current_inner {
    /*width: 20%;*/
    margin: 0px auto;
    /*display: flex;*/
}


.custom-radios div {
  display:block;
}
.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 20px;
}
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
}
.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all .3s ease;
}
.custom-radios input[type="radio"]#color-1 + label span {
  background-color: #2ecc71;
}
.custom-radios input[type="radio"]#color-2 + label span {
  background-color: #FFA500;
}
.custom-radios input[type="radio"]#color-3 + label span {
  background-color: red;
}
.custom-radios input[type="radio"]#color-4 + label span {
  background-color: #e74c3c;
}
.custom-radios input[type="radio"]:checked + label span img {
  opacity: 1;
  margin-top: -7px;
}

.current_inner.top_raidio {
      width: 100%;
    /* margin: inherit; */
    /* display: inline-flex; */
    /* position: relative; */
    /* top: -12px; */
    /* right: 35%; */
    min-width: 470px;
    /* z-index: -9999; */
}
.job_seekers .current_inner.top_raidio {
  min-width: 345px;
}
.current_inner .top_raidio div {
    display: inline-block;
}

.current_inner.top_raidio .custom-radios {
    display: inline-flex
}
.top_raidio .custom-radios input[type="radio"] + label {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 0px !important;
}

.top_raidio .custom-radios input[type="radio"] + label span {
  width: 26px;
  height: 26px;
}
.top_raidio .custom-radios input[type="radio"]:checked + label span img {
    opacity: 1;
    margin-top: -21px;
    width: 14px;
}

.top_raidio .custom-radios div {
    display: block;
    margin-right: 10px;
}

.search_top_seekers .form-control{
  background-color: white;
    border: 1px solid #aaa !IMPORTANT;
    border-radius: 4px !important;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    height: inherit !important;}


    .resume_uploaded p {
    display: inline-block;
    padding-top: 23px;
    /* line-height: 39px; */
    color: #000;
    padding-right: 20px;
    font-size: 18px;
    text-transform: capitalize;
}

.resume_uploaded {
    display: inline-flex;
    vertical-align: top;
}
.resume_uploaded a {
    margin-right: 5px;
}
.doc_name p {
    color: #000;
    padding-top: 24px;
    margin-bottom: 0px;
    font-size: 18px;
    cursor: pointer;
  text-align: center;
}

.box-fileupload .ajax-upload-dragdrop {
      color: #0086ad !important;
      width: 260px !important;
      /* float: left !important; */
}

.box-fileupload .ajax-file-upload-filename {
  color: #000;
}

.box-fileupload .ajax-file-upload-container {
    margin: 0px !important;
    /* width: 157px !important; */
    display: flex;
}

.box-fileupload span.ajax-file-upload-error {
    display: none;
}

.ajax-file-upload-statusbar {
      width: 260px !important;
          border: 1px solid #e0e0e0 !important;
}

.job_detail .job_details_img img {
    width: 200px;
    border-radius: 100%;
    height: 200px;
    object-fit: cover;
}
.job_subsciption {
    width: 100%;
    display: flex;
    justify-content: center;
}
.pricealce {
    padding: 40px 0px 0;
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.pricealce h2 {
      font-size: 20px;
    background: #33c9f5;
    text-align: center;
    padding: 10px;
    color: #fff;
    display: inline-block;
    width: 50%;
    /* margin: 0px auto; */
    margin: 0px;
    border-radius: 10px 10px 0 0;
}

 .details {
    line-height: 20px;
}

 .details>label {
    color: #999;
    width: 158px;
    vertical-align: top;
    margin-right: 9px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.details>span {
    color: #333;
    font-size: 16px;
    }



    .details>span a {
    color: #333;
    font-size: 16px;
}

.other-details {
       padding: 10px 10px 30px 15px;
}


.job_detail .job-details-btn {
      padding: 16px 55px !important;
          display: inline-flex !important;
}

.dashboard .navbar-default .navbar-nav>li>a:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    content: "";
    position: absolute;
    right: -4px;
    top: 13px;
}


.key-skill .heading {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.key-skill .chip {
    margin-top: 10px;
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 14px;
    padding: 4px 10px;
}

.green {
   font-size: 20px;
    background: green;
    color: #fff;
    border-radius: 100%;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0px;
    line-height: 20px;
}

.red {
    font-size: 20px;
    background: red;
    color: #fff !important;
    border-radius: 100%;
    padding: 5px;
    width: 30px;
    height: 30px;
     margin: 0px;
    line-height: 20px;
    text-align: center;
}
.bottom_inner {
    width: 20%;
    margin: 0px auto;}


    .login-wrap-form {
    width: 100%;
    max-width: 745px;
    margin: 0px auto;
}



.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 20px;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  /* background: #4c4c4c; */
  padding: 5px;
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
  padding: 10px 21px;
  margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
background: #3588a0;
    color: #caf3ff;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}


/*========================================== 25-07-2019 =============================================*/

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 7px 8px;
  line-height: 1.125em;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  background-color: #0086ad;
  z-index: 999;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  display: none;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 22px;
  height: 3px;
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #5ac2ff;
}

.slicknav_nav .slicknav_arrow {
  font-size: 14px;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 7px;
}
ul.sidebar-submenu li a:hover, ul.sidebar-submenu li a.active {
    background: #ec5069 !important;
}

/*.slicknav_nav .slicknav_arrow:after {
  content: "\f105";
  font-family: 'Font Awesome\ 5 Free';
  font-size: 20px;
  font-weight: 900;
  width: 30px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}*/

.slicknav_nav .slicknav_open .slicknav_arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
  position: relative;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0px;
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_nav {
  background: #3faccc;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  position: relative;
  z-index: 99999;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.slicknav_nav .slicknav_row {
  margin: 2px 0;
  display: block;
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: inherit;
  background: #0086ad;
  color: #fff;
}

.slicknav_nav a {
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  display: block;
}

.slicknav_nav .nav-item {
  border-bottom: 1px solid #ff9478;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

ul.sidebar-submenu li a {
  background: #af292d;
  padding: 10px 15px;
}

.slicknav_menu {
  display: none;
}

.table-responsive {
  display: table;
}
.dashboard .banner-form-area .banner-form-btn a {
  color: #fff;
}

.form_flex {
  display: flex;
    flex-wrap: wrap;
}
.form_flex .banner-form-btn {
padding: 8px 21px !important;
}















/*
  Right Panel CSS
*/

.recruteur-chat-right-col {
  width: 100%;
    /* padding-left: 450px;
    margin-top: 150px; */
    float: right;
}
.pl-mt {
  padding-left: 440px;
    margin-top: 150px;
    display: block;
    /* flex-wrap: wrap; */
    width: 94.5%;
}
.recruteur-chat-right-col .top-title {
  margin-bottom: 60px;
}

.recruteur-chat-right-col .top-title h1 {
  color: #23c4f2;
  font-size: 48px;
  margin: 0;
}

.chatbox-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.message-col {
  width: 55%;
}

.chat-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}

.left-user-profile-info {}

.left-user-profile-info a {
  display: block;
}

.left-user-profile-info a img {
  margin-right: 15px;
  vertical-align: top;
  border-radius: 100%;
}

.left-user-profile-info h4 {
  display: inline-block;
  font-size: 19px;
  color: #000;
  font-weight: normal;
}

.left-user-profile-info h4 span {
  display: block;
  font-size: 12px;
  color: #b7b7b7;
  margin-top: 5px;
}

.left-user-profile-info a:hover h4 {
  color: #d9324c;
}

.left-user-profile-info a:hover h4 span {
  color: #b7b7b7;
}

.right-user-video-option a {
  display: inline-block;
  margin: 0 5px;
}
.right-user-video-option a img {
    /*height: 19px;*/
}

.chating-panel {
  max-height: 485px;
  height: 485px;
  /* overflow-y: scroll;    
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; */
  padding: 10px;
}

.msg_chat_scroll {
  max-height: 440px;
  height: 340px;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  /* padding: 10px; */
}

.chating-panel ul {
  width: 100%;
}

.chating-panel ul .chat-text {
  padding: 3px 0;
  width: 100%;
  display: block;
}

.chating-panel ul .chat-text .chat-msg {
  display: inline-block;
  width: 60%;
      position: relative;
}

.chating-panel ul .chat-text .chat-msg span {
  display: block;
  border-radius: 15px 15px 15px 0;
  background: #eee;
  padding: 10px 15px;
  color: #000;
  font-size: 15px;
  line-height: 23px;
  word-break: break-all;
  width: 83%;
  overflow: hidden;
  overflow-wrap: break-word;
}

.chating-panel ul .chat-text .chat-msg small {
  /* text-align: right; */
  display: block;
  font-size: 10px;
  color: #a7a7a7;
}

.chating-panel ul .chat-text.right {
  display: flex;
  justify-content: flex-end;
}

.chating-panel ul .chat-text.right .chat-msg {
  position: relative;
  /* padding-right: 25px;  */
  overflow-wrap: break-word;
  width: 50%;
}

a.delete_icon {
  display: none;
  position: absolute;
  /* background-color: #f1f1f1; */
  min-width: 70px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
}

span.outgoingbox {
  width: 100% !important;
  border-radius: 15px 15px 0px 15px !important;
}

a.delete_icon a:hover {
  background-color: #ddd;
}

.chat-msg:hover a.delete_icon {
  display: block;
}

.chat-msg:hover .a.delete_icon {
  background-color: #3e8e41;
}

a.received_delete_icon {
  display: none;
  position: absolute;
  /* background-color: #f1f1f1; */
  min-width: 70px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
}

a.received_delete_icon a:hover {
  background-color: #ddd;
}

.chat-msg:hover a.received_delete_icon {
  display: block;
}

.chat-msg:hover .a.received_delete_icon {
  background-color: #3e8e41;
}

.chating-panel ul .chat-text.right .chat-msg span {
  background: #36caf5;
  border-radius: 0px 10px 0px 0px;
  color: #fff;
}

.chating-panel ul .chat-text.right .chat-msg .user-chat-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100%;
}

.chat-bottom {
  /* margin-top: 35px; */
}

.chat-bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px;
    padding: 0px;
}

.chat-bottom ul li {
  padding-right: 10px;
}

.chat-bottom ul .chat-input-box {
  width: 84%;
  position: relative;
  padding: 0;
}

.chat-bottom ul .chat-input-box input {
  background: #f7f7f7;
  height: 38px;
  padding: 10px 40px 10px 10px;
  border-radius: 100px;
  border: none;
  width: 100%;
}

.chat-bottom ul .chat-input-box .smily-options {
  position: absolute;
  right: 12px;
  top: 8px;
}
.chat-msg:hover a.received_delete_icon {
    display: block;
}
a.received_delete_icon {
    /* background: #9a9494; */
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 40px;
    padding: 7px 22px;
    border-radius: 0 10px 10px 0;
}

.recruteur-contact-list {
    margin: 80px 0 0 10px;
/*    width: 38%;*/
    height: 320px;
    overflow-y: scroll;
}
.recruteur-contact-list ul li .user-dp {
    width: 18%;
    float: left;
    margin-right: 20px;
}
.list-info {
    float: left;
    width: 73%;
}

.list-info h2 {
    font-size: 18px;
    color: #000;
    margin: 0px;
}

.list-info p {
    color: #989898;
    line-height: 20px;
    font-size: 14px;
}
.recruteur-contact-list ul li .user-dp img {
    border-radius: 100px;
}

.recruteur-contact-list ul {
    display: flex;
    flex-wrap: wrap;
}

.recruteur-contact-list ul li {
    display: block;
    width: 100%;
}
.searc_banner .banner-form-btn {
  right: 0;
}

.slicknav_nav a:hover {
    outline: none;
}

.candiadtes_jobs .single-profile-item img {
    width: 100%;
    max-width: 200px;
    border-radius: 100%;
}

.candiadtes_jobs .single-profile-left {
    float: right;
    width: 58%;
    padding: 20px!important;
}

span.active {
    color: green;
}

span.Casual {
    color: orange;
}

span.closed {
    color: red;
}

.files {
    display: inline-block;
}

.files i {
    color: #3a3a3a;
    padding-right: 29px;
    font-size: 18px;
}
.prfile {
    width: 38%;
    float: left;
        padding: 15px;
    text-align: center;
}
.user_info {
    display: flex;
    margin-top: 20px;
}

.user_info ul {
    margin: 0px;
    padding: 0px;
}

.user_info ul li {
    font-size: 21px;
    /* background: #e8e8e8; */
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 5px;
    /* border: 1px solid #d8d8d8; */
}



.user_info ul li a {
    font-size: 22px;
    color: #484848;
    line-height: 40px;
    padding: 0px 10px;
}

.user_info ul li i {
    font-size: 14px;
    padding-right: 8px;
    color: #2f8fab;
}

.user_info ul li a span {
    color: #1ea4cb;
    /* text-align: left; */
    /* float: left; */
}

.user_info ul li a span {
    color: #1ea4cb;
    /* text-align: left; */
    /* float: left; */
}

.my-resume-upload .edit {
padding: 5px 5px;
    font-size: 16px;
}

span.vido_icon {
    width: 182px;
    /* height: 120px; */
    font-size: 85px;
    text-align: center;
    color: #3399db;
    line-height: 125px;
}
.video_link iframe {
    border: 4px solid #6facbd;
}
.video_link {
   position: absolute;
   top: 0;
   right: 0;
   width: 315px;
   /* height: 206px; */
   /* border: 4px solid #6facbd; */
   padding: 3px;
   /* padding-right: 137px; */
}

.video_link iframe {
 height: 190px;
    width: 100%;
    object-fit: initial;
}
.job_descripion_inner {
    width: 65%;
}

.signu_up {
    display: inline-block;
    width: 48%;
    margin: 0px 10px;
}

.user_info ul li:first-child {
    font-weight: bold;
}

.files_profile i {
    color: #353535;
}

.files_profile {
    display: inline-block;
    font-size: 20px;
    color: #3bcef8;
    padding: 0px 14px;
        margin-bottom: 20px;
}

/*  sovin css  */


.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  background-color: black;
}

.banner-form-area form .row {
  width: 100%;
}

div#sidebar_custom, div#sidebarright_custom {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.hide {
  display: none;
}


.resume-container{
    max-width: 1268px
}
.bg-blue{
    background: #13aad6;
}
.bg-gray{
    background: #eeedf3;
}
.resume-dtl {
    
    padding: 40px 85px;
}

.resume-dtl h5 {
    font-weight: 100;
    text-transform: uppercase;
    display: block;
    padding-bottom: 15px;
    border-bottom: 2px solid #13aad6;
    margin-bottom: 50px;
}

.resume-dtl h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 100;
}
.resume-dtl h3 {
    font-size: 18px;
    color: #13aad6;
    border-bottom: 1px solid #39bce2;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.resume-dtl p{
    color: #191919;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}
.resume-dtl .education{
    padding: 15px;
    border-bottom: 1px solid #e2e1e4;
}
.resume-dtl .education h4{
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
}
.resume-dtl .education h4 small{
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
}
.resume-dtl .education p{
    font-size: 14px;
    margin-bottom: 5px;
}
.resume-dtl .education p strong{}

.resume-dtl h1 span {
    font-weight: bold;
    color: #13aad6;
}
.personal-info {
    padding: 25px 15px;
}

.personal-info h3 {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #39bce2;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.personal-info ul {
    padding: 0 10px;
    margin-bottom: 30px;
}

.personal-info ul.strenght {
    background: #04a1d0;
    padding: 20px 30px;
}

.personal-info ul.strenght li {
    font-size: 14px;
    font-weight: 300;
    list-style: decimal;
    margin-bottom: 15px;
}

.personal-info ul.hobbies {
    padding-left: 20px;
}

.personal-info ul.hobbies li {
    list-style: square;
}

.personal-info ul.career {}

.personal-info ul.career li {
    list-style: none;
    display: inline-block;
}

.personal-info ul.contact {}

.personal-info ul.contact li {
    list-style: none;
    display: block;
    padding-left: 45px;
    color: #fff;
}

.personal-info ul li {
}

.personal-info ul.skills li {
    list-style: inside;
}

.personal-info ul.contact li i {
    margin-left: -44px;
    font-size: 20px;
    color: #007ea2;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.personal-info ul.contact li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.personal-info p {
    font-size: 15px;
}

.personal-info p strong {
    color: #003e50;
    font-weight: 500;
}

.personal-info p span {
    text-align: right;
    display: inline-block;
    padding-left: 15px;
}

.resume-wrap {
    margin: 15px 0;
}

.eye-pass {
  position: relative;
}

.edit_profile .basic_details .eye-pass {
    display: inline-block;
    margin-left: 15px;
}

.edit_profile .basic_details ul li .eye-pass i.fa {
    position: absolute;
    right: 15px;
    top: 0;
}

.eye-pass input.password-input {
    width: 100%;
}

.eye-pass span.fa {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  margin: 0;
  background: transparent;
  color: #000;
}
span.text-danger p {
  font-size: 13px;
  padding-left: 5px;
  color: #f00;
}


.information_innerabout {
    /* text-align: center; */
    padding: 30px 0px 80px;
    width: 900px;
    margin: 0px auto;
    color:black;
}


/* START 07-04-2022 ABBAS */

::-webkit-scrollbar {
  width: 8px;
}
 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(197 197 197);
}
 
::-webkit-scrollbar-thumb {
  background-color: #30c8f4;
  outline: 1px solid #31c8f4;
}


div#sidebar_custom, div#sidebarright_custom {
  height: calc(100vh - 120px);
  overflow: hidden;
  overflow-y: auto;
}

div#sidebar_custom::-webkit-scrollbar {
  width: 5px;
}
 
.submenu_accordion li.p-list {padding: 10px 10px;position: relative;}

.submenu_accordion li.p-list ul.submenu-submenu {margin-top: 15px;}

.submenu_accordion li.p-list ul.submenu-submenu li {border-bottom: 0;padding-left: 12px;}

.submenu_accordion li.p-list ul.submenu-submenu li input {}

.submenu_accordion li.p-list ul.submenu-submenu li label {font-size: 14px;}

.submenu_accordion li.p-list input {left: 0!important;}

.submenu_accordion li.p-list label {border-bottom: 0;display: inline-block;margin-bottom: 0;padding: 0;font-size: 15px;font-weight: 400;color: #009dcb!important;}

.submenu_accordion li.p-list i.fa.fa-chevron-down {position: absolute;right: 12px;color: #009dcb!important;}

.accordion li.open li.p-list i.fa-chevron-down {-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);}

.accordion li.open li.p-list.open i.fa-chevron-down {-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);}
    .submenu_accordion li.p-list .link + .link {
      padding: 0;
      border: none;
      position: static;
      display: block!important;
  }
  p.user-name {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-bottom: 0;
}
.navigation-main .navbar .navbar-brand {
  height: auto;
}
/* END 07-04-2022 ABBAS */