/* fonts */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #495057;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
figure {
  margin: 0;
  padding: 0;
}

a {
  color: #495057;
  text-decoration: none;
}

.w-90 {
  width: 87% !important;
}

/* header and banner*/

header {
  background: #75fcca;
  width: 100%;
  transition: all 0.4s ease;
  background-image: linear-gradient(120deg, #fff 30%, #98fbcb 0%);
  box-shadow: 0 0 16px #dadada;
  position: sticky;
  top: 0px;
  z-index: 99999;
}

/* header.sticky {
  position: fixed;
  width: 100%;
  display: table;
  z-index: 9999;
  top: 0;
  transition: all 0.4s ease;
}

header.sticky .navbar-brand img {
  height: 80px;
  padding: 0;
} */

.navbar .navbar-brand img {
  width: 100%;
  height: 100px;
  padding: 5px;
}

#header-nav-wrap {
  position: static;
}

#header-nav-wrap .dropdown button {
  padding: 10px 30px;
  border-radius: 10px;
  border: 1px solid #343a40;
  transition: all 0.4s ease-in-out;
  margin-left: 20px;
  font-size: 16px;
}

/* #header-nav-wrap .dropdown button:hover {
    background: transparent;
    color: #fff;
    transition: all 0.4s ease-in-out;
} */

.navbar .nav-link {
  padding: 10px 30px !important;
  border-radius: 10px;
  border: 1px solid #343a40;
  transition: all 0.4s ease-in-out;
  margin-left: 20px;
  font-size: 16px;
}

.nav-link.register-btn {
  background: #343a40;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
}

#navbar .dropdown .dropdown-menu.show {
  display: block;
  width: 90%;
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* .nav-card-item-right {
    padding: 0 20px;
} */

.navbar-toggler {
  color: rgb(0, 0, 0);
  background-color: #fff;
  border: 1px solid #fff;
}

.nav-bg {
  /* background-image: url("../img/hader-bg.png"); */
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center 0;
}

/* header.sticky .navbar li .nav-link {
  font-size: 18px;
  color: #0a090c;
}

header.sticky .navbar li .nav-link::after {
  background-color: #0a090c;
}

header.sticky #header-nav-wrap .dropdown button {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
}

header.sticky #header-nav-wrap .dropdown button:hover {
  background: transparent;
  border: 1px solid #000000;
  color: #0a090c;
} */

/* banner */

.banner-wrap {
  /* background: linear-gradient(90deg, rgb(2 0 36 / 70%) 0%, rgb(6 6 6 / 70%) 35%), url(../img/bg-home.jpg); */
  padding: 60px 0;
  /* padding: 100px 0; */
  /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
  /* height: 500px; */
  position: relative;
}

.discover-tyle {
  color: #25324b;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

.job-count {
  background: var(--Brand-gradient-color,
      linear-gradient(180deg, #88f5c1 0%, #32d686 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

.banner-content {
  text-align: center;
}

.search-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 18px;
}

.icon-color {
  color: #fff;
  margin-right: 5px;
}

.search-btn:hover {
  background: #27e791;
  color: #000;
}

.search-btn:hover i {
  color: #000;
}

.job-dscr {
  margin: 40px auto 30px auto;
  width: 50%;
  color: #848484;
  font-size: 18px;
  font-weight: 400;
}

input.form-control {
  outline: none;
  box-shadow: none;
  padding: 1rem 1rem;
  border: 2px solid #27e791;
  border-radius: 15px;
}

.search-container {
  max-width: 900px;
  margin: auto;
}

.popular-tags {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  text-align: start;
}


.jobs-category-wrap {
  padding: 30px 0 100px 0;
}

.main-title span {
  font-weight: 100;
}

.main-title {
  margin-bottom: 50px;
  color: #495057;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
}


/* jobs-category */
.icon-bx-wraper {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #32D686;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}

.icon-bx-wraper .bx-content i {
  margin-left: 10px;
  rotate: -45deg;
  transition: all 0.2s ease-in-out;
}

.icon-bx-wraper:hover .bx-content i {
  rotate: 0deg;
  transition: all 0.2s ease-in-out;
}

.bx-icon i {
  font-size: 30px;
  background: linear-gradient(to bottom, #6ee7b7, #34d399);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  color: #ffffff;
  padding: 5px;
  transition: all 0.2s ease-in-out;
}

.bx-content {
  margin-left: 20px;
}

.bx-content h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #495057;
  display: flex;
  align-items: center;
}

.bx-content p {
  font-size: 12px;
}


.icon-bx-wraper:hover {
  background: linear-gradient(to bottom, #6ee7b7, #34d399);
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.icon-bx-wraper:hover .bx-content h3 {
  color: #fff;
}

.icon-bx-wraper:hover .bx-icon i {
  background: #fff;
  color: #34d399;
  transition: all 0.2s ease-in-out;
}

.bx-icon-btn a i {
  margin-left: 10px;
}

.bx-icon-btn {
  margin-top: 50px;
  text-align: center;
}

.bx-icon-btn a {
  background: #495057;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #495057;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}

.bx-icon-btn a:hover {
  background: transparent;
  color: #495057;
  transition: all 0.2s ease-in-out;
}

.wrapper {
  margin-top: 2rem;
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  height: 100px;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 0));
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

@keyframes scrollRight {
  to {
    right: -200px;
  }
}

.itemLeft,
.itemRight {

  position: absolute;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.itemLeft {
  left: max(calc(200px * 8), 100%);
  animation-name: scrollLeft;
}

.itemRight {
  right: max(calc(200px * 8), calc(100% + 200px));
  animation-name: scrollRight;
}

.item1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
  animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
  animation-delay: calc(30s / 8 * (8 - 8) * -1);
}

.job-card {
  background: #F4F9F9;
  border-radius: 10px;
}

.card-title-desc {
  margin-left: 50px;
}

.brand-carousel {
  padding: 40px 0 80px 0;
}

/* why-choose-wrap */
.why-choose-wrap .row {
  align-items: center;
}

.why-choose-wrap-left h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.why-choose-wrap {
  padding: 60px 0 100px 0;
}

.bg-circle {
  left: 25px;
  z-index: -1;
  bottom: -33px;
  -webkit-animation: rotation infinite 55s linear;
  animation: rotation infinite 55s linear;
  position: absolute;
  z-index: -1;
}

/* Rotation frame*/
@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.why-choose-wrap-right {
  position: relative;
  z-index: 1;
  text-align: center;
}

.why-choose-wrap-left p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 60px;
}

.why-choose-wrap-left a i {
  margin-left: 10px;
}

.why-choose-wrap-left a {
  background: #495057;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #495057;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}

.why-choose-wrap-left a:hover {
  background: transparent;
  color: #495057;
  transition: all 0.2s ease-in-out;
}

/* counter-wrap */
.counter-wrap-inner .main-title {
  margin-bottom: 20px;
}

.counter-wrap-inner {
  padding: 60px 0;
  background: linear-gradient(90deg, #75FCCA, #5CFFB1);
  color: rgb(10, 10, 10);
  text-align: center;
  margin-bottom: 80px;
}

#counter-wrap .w-90 {
  height: 100%;
}

.icon-inner-wrap.count-section {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  margin-top: 60px;
}

.spl-item.count-sec.counter-count1 {
  width: 25%;
  border-right: 2px dotted #343a40;
}

.spl-item.count-sec.counter-count1:last-child {
  border-right: 0;
}

.spl-item-inner {
  text-align: center;
  /*   */
}

/* .spl-item-inner.border_1 {
  border: 0;
} */
.spl-item-inner h3 {
  font-size: 40px;
  font-weight: 700;
  color: #444648;
}

/* .spl-item-inner.border_2 {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.spl-item-inner.border_3 {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.spl-item-inner.border_4 {
  border-bottom: 0;
  border-right: 0;
} */
.spl-item-inner p {
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .slick-slide img {
    height: 100%;
    padding: 10px !important;
  }
}

@media (max-width: 767px) {
  .slick-list {
    width: auto;
    margin-left: 0;
    padding: 0 50px !important;
  }

  .slide-inner .slide-title,
  .slide-inner .slide-description {
    width: 100%;
    margin-left: 0;
  }

  .slick-slide img {
    height: unset;
  }
}

/* footer */

footer {
  padding: 100px 0;
  background: #0a090c;
  position: relative;
}

footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(../img/bg-2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
}

.footer-top-sec h4 {
  color: #044670;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-top-sec h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-sec p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.footer-sec h3 {
  font-size: 18px;
  color: #98fbcb;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.footer-sec ul {
  padding-left: 0px;
  margin: 0;
}

.footer-sec ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
}

.adress img {
  height: 100px;
}

.footer-sec a {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
}

.social-media {
  margin-top: 30px;
}

.footer-sec i {
  font-size: 30px;
  margin: 0 20px 0 0;
}

.footer-sec ul a:hover {
  font-weight: 500;
}

.footer-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 20px;
}

.footer-bot-sec a {
  background: transparent;
  padding: 10px 50px;
  border: 1px solid #5d5d5d;
  margin: 0 20px;
  color: #ddd;
  transition: all 0.3s ease-in-out;
}

.footer-bot-sec a:hover {
  background: #ddd;
  color: #0a090c;
  transition: all 0.3s ease-in-out;
}

.adress img {
  margin-bottom: 20px;
}

.footer-inner-bottom {
  background: #00342c;
  padding: 15px 0;
}

.footer-inner-bottom p a {
  color: #fdc107;
}

.footer-inner-bottom p {
  text-align: end;
  color: #fff;
}

footer #subscribe input {
  display: block;
  width: 100%;
  background-image: url(../img/email-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  padding: 10px 10px 10px 40px;
  margin: 15px 0px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

form#subscribe label {
  color: #fff;
  text-transform: uppercase;
}

.main-btn {
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  background-color: #98fbcb;
  border: none;
  padding: 10px 30px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

.main-btn:hover {
  color: #000000 !important;
  background-color: #fff;
}

.logos-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* /////////// */

/*  widget features job */

.feature-jobs-wrap {
  padding: 80px 0;
  background: #F4F9F9;
  position: relative;
}

.features-job {
  border: none;
  margin-bottom: 32px;
  padding: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  cursor: pointer;
  /* z-index: 1; */
  background: #fff;
}

.jobtex-link-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.features-job:hover {
  border: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 16px #ddd;
}

.features-job .inner-box {
  position: relative;
  display: flex;
  align-items: center;
}

.features-job .inner-box .logo-company {
  margin: 9px 16px 9px 0px;
}

.features-job .inner-box .box-content {
  width: 80%;
}

.features-job.style-2.stc-apply .inner-box .box-content {
  width: 50%;
}

.features-job .inner-box .logo-company>img {
  max-width: 60px;
  height: auto;
}

.features-job .job-archive-header span.icon-heart {
  right: 0;
  top: 0;
  position: absolute;
}

.features-job .job-archive-header span.icon-heart i {
  font-size: 26px;
}

.features-job .job-archive-header span.icon-heart:active,
.features-job .job-archive-header span.icon-heart:hover {
  color: #00df73;
}

.features-job .job-archive-header h4 {
  line-height: 24px;
  font-size: 14px;
  word-break: break-word;
  padding-right: 22px;
}

.job-archive-header {
  margin-bottom: 10px;
}

.features-job .job-archive-header h4 a {
  transition: all 0.3s ease-in-out;
  color: #2f2f2f;
  font-weight: 400;
}

.feature-jobs-wrap .main-title {
  margin-bottom: 60px;
}

.features-job .job-archive-header h3 {
  line-height: 30px;
  font-size: 20px;
  word-break: break-word;
}

.features-job .job-archive-header h3 a {
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  color: #121212;
  text-transform: capitalize;
}

.home-box-item h2 a:not(.jobtex-link-item),
.features-job .job-archive-header h3 a:not(.jobtex-link-item),
.features-job.style-3 .box-content h3 a:not(.jobtex-link-item),
.features-job .job-archive-footer .job-tag li a:not(.jobtex-link-item),
.features-job.style-3 .category .job-tag li a:not(.jobtex-link-item),
.employer-block .box-content h3 a:not(.jobtex-link-item) {
  position: relative;
  z-index: 2;
}

.features-job .job-archive-header span.icon-heart:not(.jobtex-link-item),
.features-job.style-3 .group-btn span.icon-heart:not(.jobtex-link-item) {
  z-index: 2;
}

.features-job .job-archive-header h3 a:hover,
.features-job.style-3 .box-content h3 a:hover {
  color: #14a077;
}

.features-job .job-archive-header ul {
  padding: 0;
  margin: 4px 0 0 0;
  display: flex;
  flex-direction: column;
}

.features-job .job-archive-header ul li {
  color: #64666c;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.features-job .job-archive-header ul li:first-child {
  margin-right: 16px;
}

.features-job .job-footer-left {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
}

.features-job .job-footer-right {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.features-job .job-archive-header ul li i {
  margin-right: 10px;
}

.features-job .job-archive-footer .job-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.features-job .job-archive-footer .job-tag li a {
  background-color: #98fbcb;
  color: #121212;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 50px;
}

.features-job .job-archive-footer .job-tag li a:hover {
  background: #0a090c;
  color: #ffffff;
}

.brand-carousel .main-title {
  margin-bottom: 80px;
}

.features-job .star span,
.employer-block .star span {
  font-size: 12.8px;
  color: #ffb321;
  cursor: pointer;
}

.features-job .star span:last-child,
.employer-block .star span:last-child {
  color: #e5e5e5;
}

.features-job .job-footer-right .price {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
}

.features-job span.icon-dolar1 {
  font-size: 20px;
  color: #121212;
  margin-right: 8px;
}

.features-job span.year {
  font-weight: 400;
  color: #64666c;
}

.features-job .job-footer-right .days {
  color: #64666c;
  font-size: 14px;
  line-height: 22px;
}

.client-wrap {
  background-color: #0a090c;
  padding: 60px 0;
}

.client-wrap .swiper-slide {
  text-align: center;
}

/* testmonial */

.testimonialItemWrapper {
  align-items: center;
  background: #98fbcb80;
  padding: 50px;
  margin-top: 30px;
}

.testimonialItemText {
  font-size: 20px;
}

.testimonialItemImageContent {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.testimonialItemImageWrapper {
  position: relative;
}

section.testmonial-wrap {
  padding: 80px 0;
}

.testimonialItemText img {
  width: 150px;
  margin-bottom: 20px;
}

.testimonialItemAuthor {
  margin-top: 10px;
  font-weight: 500;
  font-size: 26px;
}

p.main-sub-title {
  font-size: 20px;
}

section.testmonial-wrap .main-title {
  margin-bottom: 10px;
}

.testmonial-wrap .swiper-pagination {
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testmonial-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
  height: 8px;
  background: #0a090c;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.testmonial-wrap .swiper-pagination-bullet {
  width: 15px;
  height: 8px;
  border-radius: 10px;
  margin: 0 4px;
  opacity: 0.5;
  background: #0a090c;
  transition: all 0.3s ease-in-out;
}

.testmonial-wrap .swiper-wrapper {
  padding-bottom: 60px;
}

/* app */

.update-news {
  position: relative;
}

.update-news:after {
  content: "";
  background: #98fbcb;
  width: 100%;
  height: 450px;
  background-size: cover;
  position: absolute;
  bottom: 20px;
  z-index: -1;
  border-radius: 100px;
}

.update-news h2 {
  color: white;
}

.update-news .news-form input {
  width: 100%;
  padding: 15px 25px;
  border: none !important;
  border-radius: 15px;
}

.update-news .news-form button {
  margin-top: 15px;
  width: 100%;
  padding: 10px 35px;
  background-color: #4b4b4b;
  color: white;
  border: none;
  border-radius: 15px;
}

.app-wrap {
  padding: 0px 0 80px 0;
  position: relative;
}

/* .app-wrap::after {
  width: 150px;
  height: 150px;
  background: linear-gradient(
    218deg,
    rgb(153, 251, 203) 18%,
    rgb(0, 0, 0) 105%
  );
  position: absolute;
  top: 60px;
  left: 100px;
  content: "";
  border-radius: 50%;
  pointer-events: none;
} */

.app-wrap .row {
  align-items: end;
}

.news-text {
  padding-left: 100px;
  padding-bottom: 150px;
}

.news-form.text-center img {
  animation-name: move_around;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  pointer-events: none;
  filter: drop-shadow(0 0 0.75rem #bebebe);
}

@keyframes move_around {
  0% {
    transform: translatey(0);
  }

  50% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0);
  }
}

.news-text h3 {
  color: #0a090c;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 200;
  text-transform: capitalize;
}

.news-text h2 {
  color: #0a090c;
  font-size: 40px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.testimonialItemImageWrapper img {
  height: 350px;
}

.registration-form input:focus {
  border: 2px solid #27e791;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media(max-width:767px) {
  header {
    background-image: linear-gradient(120deg, #fff 70%, #98fbcb 0%);
  }
}

.location-search input {
  border-radius: 0;
}

.keyskill-search input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.landing-search-bth button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .showautocomplete {
  position: absolute;
  background: #dbffed;
  width: 100%;
  text-align: start;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 16px #0000002b;
  z-index: 999;
  overflow-x: scroll;
}

.input-group .showautocomplete .autocompleteval:hover {
  background: #e1dcdc78;
  padding: 6px;
  border-radius: 7px;
  font-weight: bold;
}

.job-list-left-wrap .input-group .showautocomplete {
  position: relative;
}

.keyskill-search {
  position: relative;
  width: 40%;
}

.location-search {
  width: 35%;
  position: relative;
}

.landing-search-bth {
  position: relative;
  height: auto;
  width: auto;
}

.landing-search-bth .search-btn {
  height: 100%;
  width: 100%;
  padding: 1rem 30px;
  font-size: 16px;
}

.input-group .showautocomplete div {
  font-size: 14px;
  margin: 0px 0 10px 0;
  cursor: pointer;
}

.search-container {
  max-width: 1200px;
  margin: auto;
}

features-job .inner-box .logo-company>img {
  max-width: 60px;
  height: auto;
}

.spl-item-inner h3 {
  font-size: 60px;
  font-weight: 700;
  color: #444648;
}




/* profile wrap */


.profile-wrap-inner .nav .nav-item button.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
}

.profile-wrap-inner .nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid #ddd;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}

.profile-wrap-inner #pills-tab {
  position: fixed;
  top: 120px;
  background: #fff;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 20px 0;
  align-items: center;
  z-index: 999;
  left: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
}

#navbar-inner {
  padding: 0;
  margin-bottom: 50px;
}

.profile-wrap-inner .nav-item a {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #343a40;
}

.profile-wrap-inner .nav-item.activetab a {
  border-bottom: 2px solid #343a40;
}

.profile-nav-wrap {
  padding: 100px 0;
}

.profile-wrap-inner-left {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  margin-bottom: 16px;
  position: relative;
  padding: 0;
}

.profile-wrap-inner.profile-wrap-top.sticky #pills-tab {
  top: 100px;
}

.profile-inner-item {
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.profile-wrap-inner-right {
  padding: 0 40px;
}

.profile-inner-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-inner-item-box h2 {
  font-size: 20px;
  font-weight: 600;
}

.profile-inner-item-box a i {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}

.profile-inner-item-box a:hover .fa-plus {
  rotate: 90deg;
  transition: all 0.3s ease-in-out;
}



/* //////////////////////////////////////////////////////////////////// */
.profile-left-sec-one {
  position: relative;
  color: #000;
}

.profile-one-img {
  background: #98fbcb;
  height: 100px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
}

.profile-one-img i {
  position: relative;
  bottom: -40px;
  font-size: 80px;
}

.profile-img-sec-one {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e1e1;
}

.name-one {
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 600;
}

.designation-one {
  margin-bottom: 10px;
}

.location-one i {
  margin-right: 5px;
}

.profile-left-sec-two {
  padding: 20px;
  border-bottom: 1px solid #e2e1e1;
}

.profile-left-sec-two p {
  font-size: 14px;
  margin-bottom: 15px;
}

.profile-left-sec-two p i {
  margin-right: 5px;
}

.profile-left-sec-three {
  padding: 20px;
}

.profile-left-sec-three h3 {
  font-size: 20px;
  font-weight: 600;
}

.profile-left-sec-three h3 span {
  font-size: 30px;
}

.profile-percentage {
  margin: 20px 0;
}

.profile-skil-ul ul {
  margin: 0;
  padding: 0;
}

.profile-skil-ul ul li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 10px 20px;
}

.profile-skil-ul {
  background: #98fbcb;
  padding: 15px;
  box-shadow: 0 0 16px #00000014;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.profile-skil-ul ul li a {
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.profile-left-sec-two .pro-sec-2-ph span a {
  padding: 2px;
  background: green;
  border-radius: 50px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  display: flex;
}

.pro-sec-2-ph {
  display: flex;
  align-items: center;
}

.profile-skil-ul ul li:last-child {
  margin: 0;
  border: none;
}

.profile-left-sec-two .pro-sec-2-ph span a i {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.profile-percentage input {
  width: 100%;
}


input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgb(0, 36, 65) 50%, #e0e0e0 50%);
  outline: none;
  transition: background 0.2s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}

.range-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
  font-weight: 600;
}

.header-model-two .navbar .nav-link {
  padding: 0px !important;
  border-radius: 0;
  border: none;
  transition: all 0.4s ease-in-out;
  margin-left: 20px;
}

.header-model-two .navbar .nav-link i {
  margin-left: 0;
  font-size: 30px;
  color: #000;
}

.header-model-two .nav-link.register-btn {
  background: transparent !important;
  color: unset;
}

.header-model-two #header-nav-wrap .dropdown button {
  padding: 10px 20px;
  margin-left: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #000;
}

.header-model-two #header-nav-wrap .dropdown button:after {
  margin-left: 5px;
  font-size: 15px;
  padding: 0px;
}

.header-profile-btn span {
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}

.header-profile-btn {
  display: flex;
  align-items: center;
}



/* model popup  */
.mode-wrap-own .modal-dialog {
  max-width: 700px;
  display: flex;
  height: 100%;
  align-items: center;
}

.mode-wrap-own input.form-control {
  outline: none;
  box-shadow: none;
  padding: 12px;
  border: 1px solid #adadad;
  border-radius: 10px;
  font-size: 14px;
  background: #f7f7f7;
}

.model-form-wrap label {
  margin: 20px 0 10px 0;
  font-weight: 600;
  font-size: 16px;
}

.model-form-wrap .form-select {
  outline: none;
  box-shadow: none;
  padding: 12px;
  border: 1px solid #adadad;
  border-radius: 10px;
  font-size: 14px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}

.modal-footer button {
  padding: 8px 20px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-weight: 600;
}

.modal-footer button:hover {
  background: transparent;
  color: #000;
}

.modal-footer .close-btn {
  border: 1px solid #e51010;
  background: #e51010;
}

.modal-footer .close-btn:hover {
  color: #e51010;
}

/* .modal-footer{
  display: flex;
  justify-content: space-between;
} */
.modal-dialog {
  margin-top: 80px;
}

.modal-header {
  position: absolute;
  top: -50px;
  right: 50%;
  background: #000;
  border: none;
  border-radius: 5px;
}

#mode-wrap-own .btn-close {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff !important;
}

#mode-wrap-own .modal-close {
  position: relative;
}

.modal-close .btn-close {
  position: absolute;
  top: -50px;
  opacity: 1;
  padding: 10px;
  border-radius: 50%;
  background: #000;
  right: 0;
  background-image: url(../img/close-white.png);
  background-repeat: no-repeat;
  background-size: 10px;
  width: 15px;
  height: 15px;
  background-position: center center;
}

.modal-body {
  padding: 30px;
}

/* .modal-body .accordion-item{
  border: none;
}
.modal-body .accordion-button.collapsed {
  padding: 0;
}
.profile-inner-item.accordion-comman .accordion-item {
  border: none;
}
.profile-inner-item.accordion-comman {
  border-radius: 10px;
}
.profile-inner-item.accordion-comman .accordion-item {
  --bs-accordion-btn-focus-box-shadow: none;
}
.profile-inner-item.accordion-comman .accordion-button{
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  color: #495057;
}
.profile-inner-item.accordion-comman .accordion-button:not(.collapsed){
  background-color: transparent;
  border: none;
}
.profile-inner-item.accordion-comman .accordion-button::after{
  background-image: url(../img/arrow-down.png) !important;
  background-repeat: no-repeat;
} */
.profile-inner-item-box-content {
  margin-top: 20px;
}


.input-group-text {
  display: flex;
  align-items: center;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  border-radius: .25rem;
}

.model-form-wrap .input-group-text .form-select {
  outline: none;
  box-shadow: none;
  padding: 0px 30px 0px 10px;
  border: unset;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 0px;
  background-color: transparent;
}

#modeltwo input {
  margin: 0;
}

#modeltwo span.input-group-text {
  outline: none;
  box-shadow: none;
  padding: 12px;
  border: 1px solid #adadad;
  border-radius: 10px;
  font-size: 14px;
  background: #f7f7f7;
}

#modeltwo .min-sec-salary .salary-span-1.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#modeltwo span.input-group-text.salary-span-2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#modeltwo .max-sec-salary .salary-span-1.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}




#modelthree span.input-group-text {
  outline: none;
  box-shadow: none;
  padding: 12px;
  border: 1px solid #adadad;
  border-radius: 10px;
  font-size: 14px;
  background: #f7f7f7;
}


button.save-btn {
  padding: 8px 20px;
  border: 1px solid #75fcca;
  border-radius: 5px;
  background: #75fcca;
  color: #000000;
  font-weight: 600;
}

button.save-btn:hover {
  border: 1px solid #000;
  background: #75fcca;
  color: #000000;
}

.salary-work-wrap input {
  margin: 0 !important;
}

.salary-work-wrap {
  margin-bottom: 20px !important;
}

#modelthree .salary-work-wrap span.input-group-text.salary-span-2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#modelthree .salary-work-wrap span.input-group-text.salary-span-1 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.model-form-btn-wrap a {
  background-color: #000;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  margin: 10px;
}

.model-form-btn-wrap a:hover {
  color: rgb(0, 0, 0);
  background-color: #98fbcb !important;
}

.model-form-btn-wrap {
  display: flex;
  justify-content: center;
}

.content-show-wrap {
  margin-top: 20px;
  padding: 20px;
  background: #fbfbfb;
  box-shadow: 0 0 16px #00000000;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.content-show-wrap p {
  font-size: 14px;
  margin-bottom: 5px;
}

.content-show-wrap h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.content-show-wrap h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}

.content-show-wrap h3 i {
  margin-left: 5px;
  font-size: 20px;
}

.skill-wrap-show p {
  background: #dcfeed;
  margin-right: 10px;
  padding: 6px 10px;
  border-radius: 10px;
  font-weight: 500;
}

.skill-wrap-show {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.content-show-wrap.resume-wrap {
  display: flex;
  justify-content: space-between;
}

.content-show-wrap.resume-wrap p {
  margin: 0 !important;
}

.content-show-wrap.resume-wrap .delete-resume i {
  color: red;
  font-size: 20px;
}

.content-show-wrap.resume-wrap p i {
  margin-right: 5px;
}

.model-main-head {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.is-invalid {
  border: 1px solid red !important;
}

.invalid-input {
  color: red;
  margin: 5px;
}



/* sk */
.header-model-two .nav-link {
  padding: 0px !important;
  border-radius: 0;
  border: none;
  transition: all 0.4s ease-in-out;
  margin-left: 25px;
}

.header-model-two .nav-link i {
  margin-left: 0;
  font-size: 25px;
  color: #000;
}

.header-model-two .nav-link.register-btn {
  background: transparent !important;
  color: unset;
}

.header-model-two .dropdown button {
  padding: 10px 20px;
  margin-left: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #000;
}

.header-model-two .dropdown button:after {
  margin-left: 5px;
  font-size: 15px;
  padding: 0px;
}

.header-model-two {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}



.header-profile-btn span {
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}

.header-profile-btn {
  display: flex;
  align-items: center;
}

#navbar .dropdown .dropdown-menu.show {
  display: block;
  width: auto;
  padding: 10px;
  border-radius: 10px;
}

.dropdown-item {
  padding: 10px;
  border-bottom: 1px solid #a4a4a4 !important;
  font-size: 14px;
}

.dropdown-menu li:last-child .dropdown-item {
  border-bottom: none !important;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #030303;
  color: #fff;
}

.features-job .job-archive-header ul .job-archive-day {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

.profile-wrap-inner-left-in {
  height: 60vh;
  overflow-y: scroll;
}

.profile-wrap-inner-right-in {
  height: 100vh;
  overflow-y: scroll;
}

.add-edit-btn-plus {
  background: transparent;
  border: none;
  font-size: 20px;
}

.add-edit-btn-pencil {
  background: transparent;
  border: none;
  font-size: 10px;
}

.add-edit-btn-pencil i {
  font-size: 10px;
}


/* Applied */
.applied-job-wrap .icon-heart a {
  background: #000;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.applied-job-wrap .icon-heart a i {
  font-size: 18px !important;
  margin-left: 10px;
}

.applied-job-wrap .features-job .inner-box .box-content {
  width: 70%;
}

#dashboard .applied-job-wrap {
  padding: 50px 0;
}

.applied-job-wrap .main-title {
  margin-bottom: 30px;
  text-align: start;
  font-size: 30px;
}

.applied-job-wrap .features-job {
  border: 1px solid #dedede;
  border-radius: 15px;
  box-shadow: 0 0 16px #0000001a;
}

.applied-job-wrap .job-footer-right {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
}

.applied-job-wrap .job-archive-header ul {
  display: table;
  margin-top: 10px;
}

.applied-job-wrap .features-job li.status-fulltime {
  margin-top: 10px;
  background: #98fbcb;
  /* display: table !important; */
  padding: 5px 10px;
  font-weight: 400;
  color: #000;
  border-radius: 50px;
}

.status-apply {
  font-size: 14px;
  margin-top: 10px;
  background: #98fbcb;
  display: table !important;
  padding: 5px 10px;
  font-weight: 400;
  color: #000;
  border-radius: 50px;
}

.applied-job-wrap .icon-heart a:hover {
  background: transparent;
  transition: all 0.3s ease-in-out;
  color: #000;
}

.applied-job-wrap .features-job .job-footer-right .price {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

/* dashboard */
.name-welcome {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 300;
}

.dashboard-wrap .profile-one-img {
  margin-bottom: 50px;
  border-radius: 20px 20px 0 0;
}

.dashboard-right-wrap {
  text-align: center;
}

.dashboard-right-wrap .dashboard-count-item {
  border: 2px dotted #b2b2b2;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.dashboard-right-wrap .dashboard-count-item h3 {
  font-size: 40px;
  margin-bottom: 5px;
  font-weight: 300;
}

.dashboard-right-wrap .dashboard-count-item p {
  font-size: 16px;
}

.dashboard-right-wrap .dashboard-count-item::after {
  content: '';
  background: #98fbcb;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  right: -50px;
  bottom: -50px;
  top: auto;
  border: 2px solid #000;
}

.dashboard-right-wrap .dashboard-count-item:hover {
  background: #98fbcb;
  color: #000;
}

.dashboard-right-wrap .dashboard-count-item:hover::after {
  border: none;
}

.dropdown-item .header-profile-btn span {
  transition: all 0.1s ease-in-out;
}

.dropdown-item:hover .header-profile-btn span {
  background: #fff;
  color: #000;
  transition: all 0.1s ease-in-out;
}

.dropdown-item i {
  font-size: 18px;
  margin-right: 10px;
}

.edit-profile-one {
  position: absolute;
  top: 15px;
  z-index: 11;
  right: 15px;
  background: transparent;
  border: none;
}

/* settings */
.profile-title-h {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

.setting-item-one-account-profile .profile-title-p {
  margin-bottom: 15px;
}

.setting-item-one-account-profile p {
  font-size: 16px;
  margin-bottom: 5px;
}

.setting-item-one-account-profile a {
  color: #2b9f67;
  text-decoration: underline;
}

.setting-item-one-account-profile a i {
  margin: 0 10px;
}

.settings-wrap .accordion-item .close-btn {
  border: 1px solid #e51010;
  background: #e51010;
  padding: 8px 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}

.settings-wrap .accordion-item .close-btn:hover {
  color: #e51010;
}

.settings-wrap .accordion-item button:hover {
  background: transparent;
  color: #000;
}

.settings-wrap .accordion-button.collapsed {
  background: #98fbcb;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #3333335e;
}

.settings-wrap .accordion-item button:hover {
  color: #000;
  background-color: #98fbcb;
}

.settings-wrap .accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}

.settings-wrap .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #98fbcb;
  box-shadow: unset;
  font-size: 18px;
  font-weight: 600;
}

.settings-wrap .accordion-button::after {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: #000;
  border-radius: 50%;
  background-position: center;
  background-image: url(../img/down-chevron.png);
}

.job-prefer-wrap p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 27px;
}

.settings-wrap .settings-content-wrap {
  background: #98fbcb2b;
  padding: 30px;
}

.settings-wrap .btn.btn-primary {
  margin-bottom: 20px;
  background: #98fbcb;
  border: 1px solid #98fbcb;
  color: #000;
  font-size: 14px;
}

.job-prefer-wrap .row {
  margin-top: 10px;
}

.job-prefer-wrap .row label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.block-company-wrap p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 27px;
}

.block-company-wrap input {
  margin: 10px 0;
}


.job-list-left-wrap .input-group {
  display: flex;
  align-items: center;
  background: #98fbcb;
  border-radius: 5px;
  margin-bottom: 15px;
}

.job-list-left-wrap .input-group i {
  padding: 10px 15px;
  font-size: 16px;
}

.job-list-left-wrap .input-group input {
  padding: 15px 10px 15px 15px;
  font-size: 14px;
  border-radius: 5px;
}

.job-list-left-wrap select {
  padding: 15px 10px 15px 15px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
}

.input-group input:focus {
  border-color: #27e791;
  outline: 0;
  box-shadow: unset;
}

.job-list-left-wrap input {
  border: 1px solid #ddd;
}

.job-list-left-wrap input:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: unset;
}

.job-list-left-wrap select:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: unset;
}

.job-list-left-wrap {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.11);
  margin-bottom: 16px;
  position: relative;
  padding: 30px;
}

.job-list-left-wrap .sub-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.job-list-left-wrap .profile-percentage p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.new-job-details-page {
  padding: 60px 0;
  color: #000;
}

.new-job-details-page h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.new-job-details-page p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 30px;
}

.new-job-details-inner {
  padding: 40px;
  background: #caffe5;
  box-shadow: 0 0 16px #d2d2d2;
  border-radius: 20px;
}

.page-jd-sec-two h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-jd-sec-three ul {
  padding: 0;
  display: flex;
  list-style: none;
}

.page-jd-sec-three ul li {
  padding: 8px 20px;
  background: #98fbcb;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.page-jd-sec-three ul {
  padding: 0;
  display: flex;
  list-style: none;
}

.page-jd-sec-four ul {
  padding: 0;
  display: flex;
  list-style: none;
  margin: 20px 0 0 0;
}

.page-jd-sec-four ul li a {
  padding: 10px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: table;
  margin: 0 5px;
}

.profile-nav-wrap .main-title {
  text-align: start;
  font-size: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.new-job-details-inner-table h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.new-job-details-inner-table {
  background: #f7f7f7;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 0 16px #00000029;
}

.new-job-details-top .features-job {
  border-bottom: 2px solid #333;
  border-radius: 10px;
  box-shadow: 0 0 16px #ddd;
}

.job-list-right-wrap .features-job {
  border: 1px solid #ddd;
  border-radius: 10px;
}

/* new */
.input-group.select-in i {
  font-size: 21px;
  padding: 10px 16px;
}

.input-group.select-in select {
  margin: 0;
  background-image: none;
}

.icon-heart-btn button {
  background: #000;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.icon-heart-btn {
  right: 0;
  top: 0;
  position: absolute;
}

.icon-heart-btn button i {
  font-size: 18px;
  margin-left: 10px;
}

.icon-heart-btn button:hover {
  background: transparent;
  transition: all 0.3s ease-in-out;
  color: #000;
}

.new-job-details-top .features-job .job-archive-header span.icon-heart {
  right: 60px;
  top: 0;
  position: absolute;
}

.new-job-details-top .icon-heart button {
  background: #000;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.new-job-details-top .icon-heart-2 button {
  background: transparent;
  border: none;
}

.new-job-details-top .icon-heart-2 {
  right: 0;
  top: 6px;
  position: absolute;
}

.new-job-details-top .icon-heart-2 i {
  font-size: 30px;
}

.new-job-details-top .icon-heart button i {
  font-size: 18px !important;
  margin-left: 10px;
}

.new-job-details-top .icon-heart button:hover {
  background: transparent;
  transition: all 0.3s ease-in-out;
  color: #000;
}

.profile-one-img img {
  height: 60px;
  border-radius: 50%;
  position: relative;
  bottom: -28px;
}


/* aboout page */
#bk-abt-banner {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 20%, rgba(0, 0, 0, 0) 100%), url('/assets/landing/img/about-page-banner.jpg');
  height: 500px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

#bk-abt-banner .shape {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

#bk-abt-banner .shape>svg {
  height: auto;
  width: 100%;
  transform: scale(2);
  transform-origin: top center;
}

#bk-abt-banner .bk-abt-ban-content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#bk-abt-banner .container-fluid.w-90 {
  height: 100%;
}

#bk-abt-banner .bk-abt-ban-content {
  height: 100%;
  width: 100%;
}

#bk-abt-banner .bk-abt-ban-content h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
}

#bk-abt-abt-wrap {
  margin: 60px 0;
}


.about-three-left-box {
  position: relative;
  height: 100%;
  padding: 0 40px 80px 80px;
}

.about-three-left-box .fid-style-box {
  position: absolute;
  width: auto;
  left: 0px;
  z-index: 1;
  top: 105px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fld-contents {
  display: inline-block;
  text-align: center;
  background-color: #75fcca;
  padding: 30px 35px;
  border-radius: 15px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid span {
  margin-left: -10px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.about-three-left-box .about-first-img img {
  border-radius: 30px;
}

.about-three-left-box .about-second-img {
  position: absolute;
  width: auto;
  max-width: 100%;
  right: 40px;
  bottom: 0;
}

.about-three-left-box .about-second-img .img-wrap {
  position: relative;
  padding: 20px 0px 0px 20px;
  border-radius: 20px 0px 0px 0px;
  background-color: #fff;
}

.about-three-left-box .about-second-img img {
  border-radius: 20px;
  height: 300px;
}

.about-three-left-box .about-second-img .img-wrap::before,
.about-three-left-box .about-second-img .img-wrap::after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 40px;
  width: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #fff;
  top: -40px;
  right: 0;
}

.about-three-left-box .about-second-img .img-wrap::before {
  bottom: 80px;
  top: auto;
  left: -20px;
}


.about-wrap-main .cont-left-inner h2 {
  position: relative;
  margin-bottom: 10px;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 55px;
}

.about-wrap-main .cont-left-inner h2 span {
  color: #2a2a2a;
  font-weight: 800 !important;
  height: auto;
  display: block;
  font-size: 50px !important;
}

.about-wrap-main .cont-left-inner p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 30px;
  text-align: justify;
  color: #5d5d5d;
}

.about-wrap-main .row {
  align-items: center;
  display: flex;
}

.about-wrap-main {
  padding: 120px 0 100px 0;
}

/* spiner box */
.circle-wrap-abt-style-1 {
  width: 200px;
  position: absolute;
  border-radius: 50%;
  background: #75fcca;
  padding: 10px;
  bottom: auto;
  left: -20px;
  top: -60px;
}

.circle-wrap-abt-style-1 .circle-wrap-abt-in-icon,
.circle-wrap-abt-style-1 .circle-wrap-abt-in-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-wrap-abt-style-1 .circle-wrap-abt-in-box .circle-wrap-abt-in-icon .circle-wrap-abt-in-icon-wrapper {
  height: 135px;
  width: 135px;
  font-size: 35px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-wrap-abt-style-1 .circle-wrap-abt-in-icon-wrapper img {
  fill: #5d5d5d;
  transform: rotateY(180deg);
  display: block;
  width: 80px;
}

.circle-wrap-abt-style-1 .circle-wrap-abt-in-box text {
  -webkit-animation-name: pbmit_spin;
  -moz-animation-name: pbmit_spin;
  -ms-animation-name: pbmit_spin;
  -o-animation-name: pbmit_spin;
  animation-name: pbmit_spin;
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
  -ms-animation-duration: 15s;
  -o-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  fill: #343a40;
  transform-origin: 50% 50% 0;
  transform: rotate(0deg);
  font-size: 26px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

@-webkit-keyframes pbmit_spin {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes pbmit_spin {
  from {
    -moz-transform: rotate(0);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes pbmit_spin {
  from {
    -ms-transform: rotate(0);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes pbmit_spin {
  from {
    -o-transform: rotate(0);
  }

  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes pbmit_spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}


.mission-vision-icon {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgb(117, 252, 202);
  border-radius: 15px;
  padding: 30px;
  display: table;
  margin: 0 auto 30px auto;
  transition: all 0.3s;
}

.mission-vision-icon i {
  font-size: 60px;
  color: #2a2a2a;
  transition: all 0.3s;
}

.mission-vision-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 30px;
}

.mission-vision-inner .mission-vision-item {
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
  padding: 45px 30px 40px;
  z-index: 1;
  text-align: center;
  border-radius: 20px;
}

.mission-vision-wrap {
  padding: 100px 0;
  background: #5d5d5d;
  position: relative;
  z-index: 1;
}

.mission-vision-inner h3 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #2a2a2a;
}

.mission-vision-inner p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 27px;
  color: #5d5d5d;
}

.mission-vision-item:hover .mission-vision-icon {
  transition: all 0.3s;
  background-color: rgb(93, 93, 93);
}

.mission-vision-item:hover i {
  color: #fff;
  transition: all 0.3s;
}

#who-we-are-abt {
  padding: 60px 0 80px 0;
  background-color: #F4F9F9;
}

.who-we-are-title-wrap {
  margin-bottom: 50px;
}

.who-we-are-title-wrap h2 {
  color: #2a2a2a;
  font-size: 46px !important;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.who-we-are-title-wrap p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #5d5d5d;
  text-align: center;
}

.price-tag-lp {
  margin-top: 10px !important;
}

.abt-what-we-do-wrap {
  padding: 80px 0;
}

.abt-what-we-do-wrap ul {
  list-style: none;
  padding: 0;
}

.abt-what-we-do-wrap ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #5d5d5d;
  background: url('/assets/landing/img/checkbg-color-ic-check.png') 0px 4px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 40px;
  margin-bottom: 15px;
}

.abt-what-we-do-wrap h3 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #5d5d5d;
  font-weight: 600;
}

.abt-why-choose-wrap {
  padding: 60px 0 80px 0;
  position: relative;
  background: url('/assets/landing/img/bg-abt-vision__bg.png');
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.abt-why-choose-wrap .accordion-button {
  color: #343a40;
  background-color: #75fcca;
  font-size: 18px;
  font-weight: 600;
  box-shadow: unset;
  outline: unset;
  padding-left: 50px;
  border-bottom: 1px solid #fff;
}

.abt-why-choose-wrap .accordion-button:not(.collapsed) {
  color: #343a40;
  background-color: #75fcca;
  box-shadow: unset;
  outline: unset;
}

.abt-why-choose-wrap .accordion-button::after {
  background: url('/assets/landing/img/down-checkkk-cl.png') 0px 0px;
  background-repeat: no-repeat;
  background-size: 20px;
  left: 15px;
  position: absolute;
  margin: unset;
}

.abt-why-choose-wrap .accordion-button:not(.collapsed)::after {
  background: url('/assets/landing/img/down-checkkk-cl.png') 0px 0px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.abt-why-choose-wrap .accordion-body p {
  font-size: 16px;
}

.abt-cta-seciton {
  align-items: center;
  display: flex;
  padding: 60px 0;
  text-align: center;
}

.abt-cta-content h2 {
  text-transform: capitalize;
  color: #2a2a2a;
  font-size: 46px !important;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.abt-cta-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #5d5d5d;
  text-align: center;
}

.terms-condition-inner {
  padding: 60px 0;
}

.terms-condition-inner h3 {
  font-size: 18px;
  margin: 30px 0 15px 0;
  color: #343a40;
  font-weight: 700;
  background: linear-gradient(90deg, #75fcca 0%, rgba(188, 71, 255, 0) 80%);
  padding: 15px;
}

.terms-condition-inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #5d5d5d;
  margin-bottom: 10px;
}

.terms-condition-inner ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.terms-condition-inner ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #5d5d5d;
  background: url('/assets/landing/img/checkbg-color-ic-check.png') 0px 4px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 30px;
  margin-bottom: 15px;
}


@media (max-width: 1199px) {
    .discover-tyle {
      font-size: 36px;
      margin-bottom: 0;
    }
    .job-count {
      font-size: 36px;
    }
    .job-dscr {
      margin: 20px auto 40px auto;
      width: 70%;
      font-size: 18px;
    }
    .banner-wrap {
      padding: 40px 0;
    }
    .main-title {
      font-size: 30px;
      margin-bottom: 30px;
    }
    .jobs-category-wrap .row .col-lg-3.col-md-6.col-sm-6 {
        width: 50%;
    }
    .jobs-category-wrap {
      padding: 30px 0 30px 0;
    }
    .brand-carousel .main-title {
      margin-bottom: 40px;
    }
    .brand-carousel {
      padding: 30px 0 30px 0;
    }
    .feature-jobs-wrap {
      padding: 50px 0;
    }
  .feature-jobs-wrap .col-lg-6 {
      width: 100%;
    }
    .why-choose-wrap-left h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .why-choose-wrap-left p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .why-choose-wrap-left a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .why-choose-wrap {
    padding: 40px 0 70px 0;
  }
  .spl-item-inner h3 {
    font-size: 30px;
  }
  .counter-wrap-inner .main-title {
    margin-bottom: 10px;
  }
  .main-title {
    font-size: 26px;
  }
  p.main-sub-title {
    font-size: 16px;
  }
  .counter-wrap-inner {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .news-text h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .news-text h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .app-wrap {
    padding: 0px 0 40px 0;
  }
}