@media (max-width: 991.98px) {
  .navbar-collapse {
    background: var(--color-white);
  }

  .item_navegation {
    margin: 0;
    border-bottom: 1px solid var(--color-dark-blue);
  }

  .item_navegation .nav-link {
    padding: 14px 12px;
    background: var(--color-white);
    color: var(--color-dark-blue);
    font-size: 16px;
    margin: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
    transition: background 0.3s, color 0.3s;
  }

  .item_navegation .nav-link:hover,
  .item_navegation .nav-link:focus,
  .item_navegation .nav-link:active {
    background: transparent;
    color: var(--color-primary);
  }

  .item_navegation .nav-link .badge-new {
    color: var(--color-white);
  }

  .dropdown-header{
    margin: 10px 0;
  }

  .dropdown-item {
    padding: 11px 16px;
    font-size: 15px;
    margin-left: 0;
    border-bottom: 1px solid #eee;
    color: var(--color-dark-blue);
    transition: background 0.3s, color 0.3s;
  }

  .dropdown-item:hover,
  .dropdown-item:focus,
  .dropdown-item:active {
    background: var(--color-primary);
    color: var(--color-white);
  }
  .badge-new {
    margin-left: 8px;
    flex-shrink: 0;
  }

  .mega-menu {
    width: 100% !important;
    box-shadow: none !important;
  }

  .mega-menu .dropdown-item {
    color: var(--color-dark-blue);
    padding: 18px;
    transition: 0.2s;
    border-bottom: 1px solid transparent;
    background: transparent;
}

.mega-menu .dropdown-item:hover {
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}

.find-a-job-btn {
    margin-top: 20px;
    text-align: center;
}

.find-a-job-btn .btn {
    width: 100%;
}

.main_hero {
    height: auto;
    padding: 80px 0;
  }
  .main_hero > .container,
  .main_hero .row,
  .main_hero .col-lg-6 {
    height: auto;
  }

  .main_hero .text_col {
    text-align: center;
  }

  .main_hero h1{
  font-size: 15px;
  line-height: 1.2em;
  color: var(--color-white);
}

.main_hero h2{
  font-size: 36px;
  line-height: 1.2em;
  text-transform: capitalize;
  color: var(--color-white);
}

.main_hero p{
  color: var(--color-white);
  font-size: 17px;
}

.main_hero .hero_btns {
    justify-content: center !important;
}

.main_hero .hero_img_wrap {
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.main_hero .hero_img {
  max-width: 100%;
  height: auto;
}

.aus_header h1{
  color: var(--color-white);
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.1em;
  margin-top:74px;
}

.staff_header h1{
  color: var(--color-white);
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.1em;
  margin-top:74px;
}

.payroll_header h1{
  color: var(--color-white);
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.1em;
   margin-top:74px;
}

.sm_header h1{
  color: var(--color-white);
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.1em;
   margin-top:74px;
}

.wb_header h1{
  color: var(--color-white);
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.1em;
   margin-top:74px;
}

.ctc_header h1{
  color: var(--color-white);
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.1em;
   margin-top:74px;
}

.hct_header h1{
  color: var(--color-white);
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.1em;
   margin-top:74px;
}

.trm_header h1{
  color: var(--color-white);
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.1em;
   margin-top:74px;
}

.tK_header h1{
  color: var(--color-white);
  font-weight: 600;
  text-transform: capitalize;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.1em;
  margin-top:74px;
}

.pp_header h1{
  color: var(--color-white);
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.1em;
  margin-top:74px;
}

.custom_counter {
  border-left: none;
  border-right: none;
}

.custom_counter:first-child,
.custom_counter:last-child {
  border-left: none;
  border-right: none;
}

.what-we-do-section .row > .col-lg-6:not(:first-child) {
  text-align: center;
}

.what-we-do-section .row > .col-lg-6:not(:first-child) .btn {
  justify-content: center;
}

.what-we-do-section .bnf_prg p,
.what-we-do-section .bnf_prg .btn {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.icons_section{
  margin: 30px 0;
}


.ic_col{
  margin: 30px 0;
}

.nav_pills_cont {
  position: relative;
  padding: 2rem 1.5rem;
  border-radius: 25px;
  background-color: var(--color-white);
  overflow: hidden;
  margin-bottom: 30px;

}

.txt_col{
  order: 1;
}

.img_col{
  order: 2;
}

.sm_img{
  padding-bottom: 30px;
}

.portfolio-section h4{
font-weight: 600;
line-height: 1em;
margin-bottom: 40px;
font-size: clamp(2.25rem, 5vw, 3.75rem);
}

.js_col{
  order: 1;
}

.js_img{
  order: 2;
}

}

