/*
font-family: 'Merriweather', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Nunito', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
html {
  height: 100%;
}

* {
  max-height: 100000px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  scroll-behavior: smooth;
}
.text-center {
  text-align: center;
}
header,
footer,
article,
section,
hgroup,
nav,
figure {
  display: block;
}

.text_center {
  text-align: center !important;
}

.d_table {
  width: 100%;
  height: 100%;
  display: table;
}

.v_middle,
.v_bottom {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.v_bottom {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  font-family: "Merriweather", sans-serif;
  color: #232323;
}
h1,
h2 {
  color: #8b4513 !important;
}
h3,
h4,
h5,
h6 {
  color: #d2691e !important;
}
.hidden {
  display: none;
}

figure {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  min-width: 320px;
  font: 400 16px/21px "Nunito", sans-serif;
  color: #4a4a4a;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

input[type="submit"] {
  cursor: pointer;
}

img {
  vertical-align: top;
  border-style: none;
}

input:focus,
select:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #232323;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.list_none {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list_inline {
  letter-spacing: -5px;
}

.list_inline li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}

.list_inline * {
  letter-spacing: 0;
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="button"],
input[type="search"],
input[type="email"],
input[type="checkbox"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 0;
}

input,
textarea,
select {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
  color: #6e6e6e;
  width: 100%;
  padding: 5px;
  border-radius: 0;
  border: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  border-style: none;
}

a:focus {
  outline: none;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

.container:after {
  display: block;
  clear: both;
  content: "";
}

.container {
  max-width: 1312px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
p.animate {
  animation: revealText 0.9s linear forwards;
  transform: translateY(20%);
}
a.animate {
  animation: revealText 0.9s linear forwards;
  transform: translateY(20%);
}
video.animate {
  animation: revealText 0.9s linear forwards;
  transform: translateY(20%);
}
h1.animate {
  animation: revealText 0.9s linear forwards;
  transform: translateY(20%);
}
h2.animate {
  animation: revealText 0.9s linear forwards;
  transform: translateY(20%);
}
h3.animate {
  animation: revealText 0.9s linear forwards;
  transform: translateY(20%);
}
h4.animate {
  animation: revealText 0.9s linear forwards;
  transform: translateY(20%);
}
h5.animate {
  animation: revealText 0.9s linear forwards;
  transform: translateY(20%);
}
h6.animate {
  animation: revealText 0.9s linear forwards;
  transform: translateY(20%);
}
ul.animate {
  animation: revealText 0.9s linear forwards;
  transform: translateY(20%);
}
header#main-header ul.animate {
  animation: none;
  transform: unset;
}
header#main-header img.scale-animation {
  transform: none;
  animation: none;
}
header#main-header .animate {
  animation: none;
  transform: unset;
}
footer#main-footer ul.animate {
  animation: none;
  transform: unset;
}
footer#main-footer .animate {
  animation: none;
  transform: unset;
}
footer#main-footer img.scale-animation {
  transform: none;
  animation: none;
}
@keyframes revealText {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0);
  }
}
.highlight {
  animation: heading 1s linear forwards;
}
@keyframes heading {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
img.scale-animation {
  opacity: 1;
  transform: scale(1);
  animation: scaleAnimation 2s ease forwards;
}
@keyframes scaleAnimation {
  from {
    opacity: 0.7;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.why-choose-items,
.process-step,
.our-services-box-items,
.how-we-work-items,
.our-approach-items,
.our-process-items,
.why-our-process-items,
.li_holder,
.why-work-nclusive-image,
.why-work-nclusive-content,
.hire-why-choose-items,
.how-it-work-temp-items,
.who-we-staff-temp-items,
.why-use-nclusive-epmployer-items,
.how-it-work-employer-items,
.our-approach-training-items,
.why-choose-temp-items,
.faq-item,
.faq-filter {
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.why-choose-items.animate,
.process-step.animate,
.our-services-box-items.animate,
.how-we-work-items.animate,
.our-approach-items.animate,
.our-process-items.animate,
.why-our-process-items.animate,
.li_holder.animate,
.why-work-nclusive-image.animate,
.why-work-nclusive-content.animate,
.hire-why-choose-items.animate,
.how-it-work-temp-items.animate,
.who-we-staff-temp-items.animate,
.why-use-nclusive-epmployer-items.animate,
.how-it-work-employer-items.animate,
.our-approach-training-items.animate,
.why-choose-temp-items.animate,
.faq-item.animate,
.faq-filter.animate {
  opacity: 1;
  transform: translateY(0);
}

.page-id-10 #main {
  padding-top: 78px !important;
}
.work_heading:before {
  width: 78px;
  height: 353px;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  background: url("../images/work-heading.png") no-repeat;
  background-size: 100% 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.round_arrow:before,
.eye:before {
  width: 287px;
  height: 238px;
  position: absolute;
  content: "";
  right: 0;
  bottom: -90px;
  background: url(../images/round-arrow.png) no-repeat;
  background-size: 100% 100%;
}

.eye:before {
  width: 308px;
  height: 167px;
  background: url(../images/eye.png) no-repeat;
  background-size: 100% 100%;
}

#wrapper {
  width: 100%;
  /* width: 1920px;     */
  overflow: hidden;
}
#header #menu a {
  color: #d2691e;
}
#header #menu a:hover {
  color: #ff8c42;
}
#header {
  position: relative;
  z-index: 1;
  box-shadow: 5px -27px 27px 7px #000;
  background: #e8d3b9;
  padding: 17px 0;
}
.header-area {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.logo {
  margin: 4px 0 0;
  float: left;
}
.logo img {
  max-width: 188px;
}
#nav {
  float: right;
  text-align: right;
  text-transform: uppercase;
  font: 300 17px/24px "Nunito", sans-serif;
  padding: 11px 0 0 0;
}

#nav li {
  position: relative;
  margin-left: 22px;
}

.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.3s ease-in-out;
}

.menu-item-has-children > a.rotate-arrow::after {
  transform: rotate(180deg);
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  min-width: 150px;
  display: none;
}

.menu-item-has-children:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.menu-item-has-children:hover > a,
.menu-item-has-children:focus-within > a {
  color: #ff6600;
}
.menu-item-has-children:hover > a,
.menu-item-has-children:focus-within > a,
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu {
  color: #ff6600 !important;
}
#nav li a i::before {
  display: none;
}

.latest_news .slick-slide {
  background: #f4e1b9;
  padding: 10px 10px 20px;
  margin: 0 6px;
  border-radius: 7px;
  transition: all 0.3s ease;
}

#main {
  width: 100%;
  overflow: hidden;
}

.visual {
  height: 80vh;
  background-size: cover;
  background-position: center center;

  overflow: hidden;
}
.visual .txt.white * {
  color: #fff;
}
.visual .content_holder {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.visual .container {
  display: flex;
  align-items: center;
}
.visual.auto {
  height: auto;
  padding: 70px 0 53px;
}
.visual.main {
  height: calc(100vh - 80px);
}
.visual.add {
  height: 70vh;
}

.visual .txt {
  max-width: 820px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

img.brain_img {
  max-width: 430px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

h1 {
  font-weight: 900;
  font-size: 70px;
  line-height: 74px;
  margin: 0 0 9px;
}
.visual h1 {
  font-size: 47px;
}

.visual p {
  margin: 0;
  font: 300 19px/31px "Nunito", sans-serif;
}

.visual .btns {
  overflow: hidden;
  padding: 60px 0 0;
}

.visual .btns a {
  display: inline-block;
  vertical-align: top;
  margin-right: 90px;
}

.circle_btn {
  font: 300 18px/23px "Nunito", sans-serif;
  background: url(../images/circle.png) no-repeat 99% 50%;
  padding: 14px 41px 14px 0;
  display: inline-block;
  vertical-align: top;
}

.info_block {
  height: 540px;
  font: 300 16px/26px "Roboto", sans-serif;
  color: #fff;
  background: #232323;
  overflow: hidden;
}

.info_block.light_gray {
  background: #474747;
}
.info_block.b_border {
  border-bottom: 1px solid #707070;
}

.info_block.patern1 {
  background: #232323 url("../images/patern1.png") no-repeat;
  background-size: cover;
}

.info_block.light_gray .dice:before {
  bottom: -50px;
}

.info_block.white {
  color: #232323;
  background: #fff;
}

.info_block.white h2 {
  color: #232323;
}

.info_block .txt {
  max-width: 560px;
}
.info_block.new_block .txt {
  max-width: 770px;
}

.info_block h2 {
  color: #fff;
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
  margin: 0 0 30px;
}

.info_block p {
  margin: 0;
}

.info_block a {
  color: #fff;
}

.info_block .btn {
  overflow: hidden;
  padding: 60px 0 0;
}

.info_block .circle_btn {
  font: 300 16px/20px "Nunito", sans-serif;
  background: url(../images/circle.png) no-repeat 99% 50%;
}

.story_block .container {
  height: 100%;
}
.story_block {
  /*   height: 500px; */
  height: auto !important;
  overflow: hidden;
}
.story_block.bg {
  background: #474747;
}
.story_block .photo_holder {
  overflow: hidden;
}
.story_block .photo_holder img {
  max-width: 90%;
  float: right;
}

.story_block .align_right {
  float: right;
}

.story_block .txt {
  max-width: 587px;
  height: 100%;
  overflow: hidden;
  padding-right: 40px;
}
.abs_photo {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 360px;
}
.abs_photo.small {
  max-width: 230px;
}
.story_block h2 {
  margin: 0 0 44px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}
.why_choose-home .container > h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 27px;
  text-align: center;
}
.why_choose-home {
  overflow: hidden;
  padding: 60px 0;
}
.why-choose-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.why-choose-items {
  width: calc(100% / 2 - 14px);
  padding: 20px;
  border: 1px solid #8b4513;
  border-radius: 10px;
  text-align: center;
}
.why-choose-items i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #8b4513;
  margin: 0 auto 14px;
  color: #fff;
}
.why-choose-items h2 {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.why-choose-items p {
  text-align: center;
}
.why-choose-items ul {
  padding-left: 0;
  list-style: none;
}
.why-choose-items ul li {
  padding-bottom: 5px;
}
.why-choose-btn-home {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
}
.why_us_heading {
  position: relative;
}
.story_heading:before,
.about_us_heading:before,
.why_us_heading:before {
  width: 78px;
  height: 353px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background: url("../images/story-heading.png") no-repeat;
  background-size: 100% 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.about_us_heading:before {
  left: auto;
  right: 0;
  background: url("../images/about_heading.png") no-repeat;
  background-size: 100% 100%;
}
.why_us_heading:before {
  left: 0;
  width: 60px;
  height: 210px;
  background: url("../images/why_us_heading.png") no-repeat;
  background-size: 100% 100%;
}
.values_heading:before {
  width: 66px;
  height: 353px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background: url("../images/our-values.png") no-repeat;
  background-size: 100% 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.curl:before {
  width: 33px;
  height: 253px;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  background: url("../images/curl.png") no-repeat;
  background-size: 100% 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.dice:before {
  width: 231px;
  height: 158px;
  position: absolute;
  content: "";
  right: 0;
  bottom: -110px;
  background: url("../images/dice1.png") no-repeat;
  background-size: 100% 100%;
}
.page-template-executive-search .dice:before {
  bottom: -40px;
}
.info_block.white .curl:before {
  background: url("../images/gray-curl.png") no-repeat;
  background-size: 100% 100%;
}
.map_block img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}

.map_block {
  padding: 40px 0;
  overflow: hidden;
}

.map_block h2 {
  color: #3e3e3e;
  text-align: center;
  margin: 0 0 40px;
  font: 900 40px/44px "Merriweather";
}

.map_image {
  max-width: 851px;
  display: block;
}

.working_in_heading:before {
  width: 78px;
  height: 353px;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  background: url("../images/working-in.png") no-repeat;
  background-size: 100% 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.latest_news {
  padding: 50px 0 57px;
  overflow: hidden;
}
.latest_news.add {
  padding: 0 0 60px;
}
.latest_news .excertp p {
  font: 300 15px/20px "Merriweather" !important;
  text-transform: none;
  text-align: justify;
}

.latest_news .txt {
  float: right;
  width: 80%;
}

.latest_news li p {
  font: 16px/20px "Nunito";
  text-transform: uppercase;
  margin: 0 0 11px;
}
.latest_news.add li p {
  font: 900 17px/21px "Merriweather";
}

.latest_news .date {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #939191;
  margin: 0 0 3px;
}
.latest_news .slick-slide:hover {
  background: #daa520;
}
.featured_img {
  margin: 0 0 13px;
  overflow: hidden;
}
.featured_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.latest_news ul li {
  width: 33.3%;
  /* width: 50% !important; */
  margin: 0;
  padding: 0 10px 43px;
}

.latest_news ul {
  padding-top: 10px !important;
  overflow: hidden;
}
.page-id-19 .latest_news ul {
  padding-top: 0;
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  top: 15px;
  right: 66px;
  background: #232323;
  border-radius: 3px;
  height: 30px;
  width: 46px;
  left: auto;
  z-index: 1;
}
button.slick-next.slick-arrow {
  right: 11px;
}
button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before {
  color: #fff;
  opacity: 1;
  height: 24px;
  font-size: 15px;
}
.latest_news h2 {
  margin: 0 0 40px;
  font: 700 36px/40px "Merriweather";
}

.latest_news .circle_btn {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

.news_heading:before {
  width: 87px;
  height: 493px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background: url("../images/news-heading.png") no-repeat;
  background-size: 100% 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.process_block {
  padding: 50px 0 33px;
  overflow: hidden;
}

.process_block h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 39px;
  margin: 0 0 24px;
}

.process_block ul {
  padding: 10px 0 0;
  overflow: hidden;
  margin: 0 -10px;
}

.process_block li {
  width: 33.3%;
  padding: 0 10px 30px;
}

.process_block .holder {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  position: relative;
  padding: 34px 55px 34px 55px;
  box-shadow: 0 0 6px 1px #e5e5e5;
}

.process_block .num {
  position: absolute;
  border-radius: 0px 0 40px 0;
  background: #000;
  width: 64px;
  height: 56px;
  left: -20px;
  top: -10px;
  color: #fff;
  text-align: center;
  padding: 18px 0 0 10px;
  font-size: 16px;
}

.process_block li.active .holder,
.process_block .holder:hover {
  background: #000;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.process_block li.active .num,
.process_block .holder:hover .num {
  background: #fff;
  color: #000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.process_block strong {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.txt p strong {
  display: block;
  margin: 5px 0 0;
}
form br {
  display: none;
}
.process_block p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.info_block .txt.fluid h2 {
  line-height: 58px;
}

.info_block .txt.fluid {
  max-width: 619px;
}

.latest_news .values li {
  width: 33.3%;
}

.values h3 {
  margin: 0 0 13px;
  font-weight: 900;
  font-size: 29px;
  line-height: 35px;
}

.latest_news .values p {
  text-transform: none;
  font-size: 17px;
  line-height: 23px;
}

.latest_news .values {
  padding: 60px 0 0;
}

.info_block .txt.full_width {
  max-width: 990px;
}

.reg_form .col:first-child {
  float: left;
}

.reg_form .col {
  float: right;
  width: 48%;
  position: relative;
}

.reg_form .col.fluid {
  float: none;
  width: 100%;
}

.reg_form .row {
  margin: 0 0 47px;
}

.reg_form .row:after,
.reg_form form:after {
  display: block;
  clear: both;
  content: "";
}

.reg_form h2 {
  color: #fff;
  font-weight: 900;
  font-size: 41px;
  line-height: 45px;
  margin: 0 0 43px;
}

.reg_form {
  padding: 52px 0 0;
  color: #868686;
  background: #474747;
  overflow: hidden;
}

.reg_form input,
.reg_form textarea,
.reg_form select {
  display: block;
  width: 100%;
  background: none;
  border-bottom: 1px solid #585858;
  height: 36px;
  color: #fff;
  font: 900 20px/24px "Roboto";
}

.reg_form select {
  color: #868686;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/droper.png") no-repeat 98% 50%;
  background-size: 21px 10px;
}

textarea:focus {
  outline: none;
}

.reg_form textarea {
  height: 100px;
  resize: none;
}
.visual .txt.full_width {
  max-width: none;
  width: 100%;
  overflow: hidden;
}
.reg_form .field_label {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #868686;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
input.hidden {
  display: none !important;
}
label {
  cursor: pointer;
}
.reg_form .col.active .field_label {
  top: -20px;
  bottom: auto;
}

.reg_form em {
  display: block;
  font-style: normal;
}

.droper {
  margin-top: 10px;
  padding: 21px 0;
  color: #9c9c9c;
  background: #6c6c6c;
  overflow: hidden;
}

.droper b {
  border-bottom: 1px solid #868686;
  font-weight: normal;
}

.reg_form input[type="submit"] {
  background: url(../images/circle2.png) no-repeat 99% 50%;
  padding: 14px 41px 14px 0;
  display: inline-block;
  vertical-align: top;
  height: auto;
  width: auto;
  background-size: 40px 40px;
  font-size: 18px;
  border: none;
}

.text_right {
  text-align: right;
}

.links {
  overflow: hidden;
}

.links a {
  display: block;
  color: #232323;
  text-align: center;
  font: 900 40px/44px "Merriweather";
  height: 300px;
  border-radius: 70px 0px 70px 0;
}
.links .holder img {
  max-width: 220px;
  display: block;
  margin: 0 auto 20px;
}
.links .holder {
  overflow: hidden;
  border: 1px dashed #232323;
  border-radius: 70px 0px 70px 0;
  padding: 11px;
}

.links li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding: 0 21px;
}

.contact_area {
  padding: 60px 15px;
}

.contact_area h1 {
  margin: 0 0 40px;
}

#footer {
  color: #fff;
  background: #8b4513;
  overflow: hidden;
}
#footer p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}
.top_frame {
  height: 250px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.top_frame h3 {
  float: left;
  color: #fff;
  margin: 12px 0 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
}
.footer_top {
  padding: 50px 0;
  overflow: hidden;
}
.rights_area p {
  margin: 0;
}
.rights_area {
  overflow: hidden;
  background: #ffffff;
  color: #929191;
  padding: 15px 0;
}
#footer .cols {
  letter-spacing: -5px;
  overflow: hidden;
}

#footer .cols * {
  letter-spacing: 0;
}

#footer .col {
  width: 33.3%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

#footer h2 {
  margin: 0 0 13px;
  font: 700 18px/30px "Merriweather";
  color: #fff;
  text-transform: uppercase;
  color: #fff !important;
}

#footer ul li {
  margin: 0 0 2px;
}

#footer a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}

.newsletter_form {
  position: relative;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #3c3a3a;
  overflow: hidden;
  float: right;
  width: 361px;
}

.newsletter_form input[type="text"],
input#email_address_0 {
  float: left;
  width: 86% !important;
  padding: 6px 20px !important;
  height: 44px !important;
  color: #fff !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font: 20px/24px "Nunito" !important;
}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin: 0 !important;
}
.newsletter_form input[type="submit"],
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  float: right;
  width: 50px;
  padding: 0;
  font-size: 0;
  height: 44px;
  background: #fff url(../images/submit-btn.png) no-repeat 61% 50% !important;
  outline: none;
  border: none !important;
}
.form_label {
  color: #fff;
  font: 400 20px/24px "Nunito" !important;
  display: block;
  margin: 0 0 4px;
}
#footer .form_holder {
  float: right;
}
.newsletter_form ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.newsletter_form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.newsletter_form ::placeholder {
  color: #fff;
}

#footer .socials li {
  margin: 0 20px 0 0;
}

#footer .socials a {
  display: block;
  background: #daa520;
  border-radius: 7px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 23px;
  padding: 7px 5px;
  width: 39px;
}

#footer .socials a:hover {
  background: #fff;
  color: #232323;
  border-color: #232323;
}
.nav_opener {
  position: absolute;
  right: 15px;
  top: 9px;
  font-size: 22px;
  display: none;
}

.sectors {
  overflow: hidden;
  padding: 30px 0;
}
.sectors .container h2 {
  margin-bottom: 20px;
}
.sectors .txt {
  overflow: hidden;
}
.sector_layer .ico_holder {
  overflow: hidden;
  margin: 0 0 11px;
}
.sector_layer .ico_holder img {
  width: 52px;
  display: block;
  margin: 0 auto;
}
.sectors p:empty {
  display: none;
}
.sectors p {
  margin: 0;
  word-break: break-word;
}
.sectors ul strong {
  margin: 0 0 12px;
  display: block;
  font: 900 19px/30px "Merriweather";
  color: #d2691e;
}
.sectors ul {
  text-align: center;
}
.sectors ul li {
  width: 25%;
  padding: 0 8px 16px;
}
.li_holder {
  overflow: hidden;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
}
.sectors .txt p {
  position: relative;
  transition: all 0.2s ease;
}
.sector_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 20px;
}
.sectors ul {
  margin: 0 -10px;
  overflow: hidden;
}

.tweets {
  border: 1px solid #e6eef0;
}
.longEnough {
  height: 380px;
  overflow: auto;
}
.blogs {
  padding-bottom: 30px;
}
.blogs li {
  width: 33.3%;
  padding: 0 10px 20px;
}
.blogs strong {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 13px;
  font-weight: 600;
}
.blogs li img {
  height: 100%;
  width: 100%;
  margin: 0 0 18px;
  min-height: 302px;
}
.blogs p {
  font-size: 15px;
  line-height: 19px;
  margin: 0;
}
.blogs p:empty {
  display: none;
}
.blogs_area h2 {
  margin: 0 0 50px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
}
iframe {
  width: 100%;
  display: block;
  /*   height: 510px; */
  /* 	filter: grayscale(100%); */
}
.map_area {
  overflow: hidden;
}
.calendly_area iframe {
  height: 790px;
}
.calendly-inline-widget {
  /*     min-height: auto !important; */
}
.talk_us h2 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  line-height: 54px;
  font-weight: 900;
}
.talk_us {
  height: calc(100vh - 101px);
  background: #232323;
  color: #fff;
}
.expertise {
  padding: 160px 0;
  background: #000;
  margin: 20px 0 30px;
  overflow: hidden;
}

.expertise h2 {
  margin: 0;
  font-size: 31px;
  line-height: 35px;
  font-weight: 800;
  color: #fff;
}
.posts_holder .title_holder {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.posts_holder li strong {
  font-size: 22px;
  line-height: 26px;
  display: block;
  color: #fff;
}
.posts_holder .left {
  float: left;
  width: 72%;
}
.posts_holder h2 {
  margin: 0 0 20px;
  font-size: 34px;
  line-height: 39px;
}
.posts_holder li {
  overflow: hidden;
  margin: 0 0 30px;
}
.posts_holder li a {
  display: block;
  position: relative;
}
.posts_holder li img {
  width: 100%;
  display: block;
  height: 14vw;
  object-fit: cover;
}
.auto_height {
  height: auto !important;
}
.post_full_img {
  margin: 30px 0;
}
.visual.auto_height {
  padding: 40px 0;
}
.right_sidebar {
  width: 27%;
  float: right;
}
.our_services h2 {
  text-align: center;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 40px;
  font-weight: 400;
}
.our_services h2 b {
  font-weight: 900;
}
.our_services ul {
  margin: 0 0 50px;
}
.home .our_services ul {
  margin: 0 !important;
}
.our_services ul li {
  width: 33.3%;
  text-align: center;
  padding: 0 40px;
}
.our_services_holder {
  padding: 60px 0 40px;
  border-top: 1px solid #f3f3f3;
  overflow: hidden;
}
.our_services .img_holder {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px solid #c5c5c5;
  padding: 10px;
  text-align: center;
  margin: 0 auto 24px;
}
.our_services .img_holder img {
  width: 50px;
  height: auto;
}
.our_services strong {
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.our_services p:empty {
  display: none;
}
.our_services p {
  margin: 0;
  font-size: 14px;
}
.new_block {
  border-bottom: 1px solid #707070;
}
.new_block h1 {
  color: #fff;
}
.visual .d_table.bg {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  /* 	background: linear-gradient(to right, #8b4513db, #ff8c4280); */
}
.visual .d_table.bg h1 {
  color: #fff !important;
}
.visual .d_table.bg .circle_btn {
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.visual_photo img {
  max-width: 330px;
  float: right;
  height: auto;
}
.visual_photo.tiny img {
  max-width: 250px;
}
.visual_photo.add {
  width: 70%;
}
.visual_photo.add img {
  max-width: 300px;
}
.visual_photo {
  width: 39%;
  margin-left: auto;
}
.page-template-about-us .visual .visual_photo,
.page-template-talent .visual .visual_photo {
  width: 36%;
}
.page-template-talent .visual .visual_photo img {
  max-width: 230px;
}
.page-template-talent .visual .visual_photo {
  width: 26%;
}
.page-template-talent .visual.add {
  height: 86vh;
}
.page-template-about-us .visual .txt,
.page-template-talent .visual .txt {
  vertical-align: top;
}
.white_txt * {
  color: #fff !important;
}
.capitalize {
  text-transform: capitalize;
}
.sectors .ico_holder {
  display: inline-block;
  vertical-align: middle;
}
.covid {
  overflow: hidden;
  background: #3c73e8;
  color: #fff;
  box-shadow: none;
  z-index: 5;
  position: relative;
  padding: 10px 0;
}
.covid strong {
  float: left;
}
.covid p {
  margin: 0;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  line-height: 17px;
}
.top_links span:after {
  position: absolute;
  height: 27px;
  width: 1px;
  content: "";
  right: 0;
  background: #dcdcdc;
  top: 0px;
}

.top_links span {
  position: relative;
  padding: 0 12px 0 0;
  margin: 0 12px 0 0;
}
#nav .sub-menu a {
  color: #000;
  font-size: 12px !important;
  line-height: 19px;
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid #000;
}

#nav .sub-menu li {
  margin: 0;
  display: block;
}
#nav .sub-menu li:last-child a {
  border: none;
}
#nav .sub-menu {
  position: absolute;
  width: 180px;
  background: #fff;
  box-shadow: 0 0 4px 0px #ededed;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  left: 0;
  top: 100%;
  z-index: 5;
  display: none;
}
#nav li:hover ul {
  display: block;
}
.top_socials a {
  width: 27px;
  height: 27px;
  background: #8b4513;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 3px 0 0;
}
.top_links span,
.top_links a,
.top_socials {
  display: inline-block;
  vertical-align: top;
  text-transform: none;
}

.top_links {
  padding: 14px 0 0;
  overflow: hidden;
}
.splits {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  height: calc(100vh - 153px);
}
.split_col {
  width: 50%;
}
.split_col .holder {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  text-align: center;
}
.split_col .holder a {
  background: #fff;
  color: #000;
  padding: 10px 30px 13px;
  border-radius: 4px;
  background-position: 95% 50%;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 500;
}
.jobs_link {
  height: 330px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  text-align: center;
}
.jobs_link .holder {
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
}
.jobs_link span {
  display: inline-block;
  vertical-align: top;
  background: #494b4c;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 14px 30px;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 0 8px 3px #fff;
}
.link_div {
  text-align: center;
  overflow: hidden;
}
.link_div a {
  font-weight: 700;
}
.footer_logo {
  display: block;
  margin: 0 0 13px;
}
.footer_logo img {
  width: 140px;
}
.white_block {
  background: #fff;
}
.white_block .txt * {
  color: #000 !important;
}
.latest_news.main {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#gdpr_text,
label#email_address_label_0,
.ctct-form-footer {
  display: none;
}
.ctct-form-defaults {
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
div.ctct-form-embed form.ctct-form-custom {
  min-height: auto !important;
}
p.ctct-form-text {
  color: #fff !important;
}
div#success_message_0 {
  text-align: center;
}
.sec_header h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 27px;
}
.sec_header p {
  margin: 0;
}
.sec_header {
  margin: 0 0 31px;
  overflow: hidden;
}
.retained {
  padding: 60px 0 30px;
  overflow: hidden;
}
.retained .rows {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.retained .row:last-child {
  float: right;
}
.retained .row {
  margin: 0 0 32px;
  float: left;
  width: 48%;
}
.retained .rows strong {
  display: block;
  font-size: 21px;
  line-height: 25px;
  margin: 0 0 14px;
}
.retained .rows p {
  margin: 0;
}
.our_process {
  /* background: #232323; */
  background: #f4e1b9;
  overflow: hidden;
  padding: 60px 0;
}
.white_text * {
  color: #fff;
}
.our_process .points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.our_process .points li {
  position: relative;
  flex: 1 1 calc(50% - 10px);
}
.our_process .points .holder {
  height: 100%;
  padding: 30px 10px !important;
  /* border: 2px solid #fff !important; */
  border: 2px solid #000 !important;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;

  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.our_process .points .holder:hover {
  /*     background: #4c4b4b; */
}
.points .counter {
  position: absolute;
  left: 20px;
  top: 38px;
  font-size: 110px;
  font-weight: 900;
  color: #d0d0d0;
  opacity: 0.2;
}
.our_process .points strong {
  display: block;
  margin: 0 0 12px;
  font-size: 20px;
}
.our_process .points p {
  margin: 0 0 0;
}
.points li picture {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #000;
  margin: 0 auto 14px;
}
.about_block {
  position: relative;
}
.story_block.about_block p {
  line-height: 25px;
  margin: 0 0 50px;
}
.story_block.about_block h2 {
  margin: 0 0 16px;
}
.story_block.about_block {
  padding: 60px 0;
}
.story_block.about_block .txt {
  max-width: none;
}
.about_block .right_img {
  float: right;
  max-width: 610px;
}
.our_process .points.add li {
  padding: 0 30px 60px;
  width: 33.3%;
}
.our_process .points.add .holder {
  /*     height:100%; */
}
.our-services-box-home {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: center;
  gap: 20px;
}
.our-services-box-items {
  width: calc(100% / 2 - 14px);
  height: 100%;
  padding: 30px 10px !important;
  border: 1px solid #8b4513 !important;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  transition: all 0.2sease;
  -webkit-transition: all 0.2sease;
  -moz-transition: all 0.2s ease;
}
.our-service-box-item-image {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #8b4513;
  margin: 0 auto 14px;
}
.our-service-box-item-image img {
  display: block;
  width: 50px;
  margin: 0 auto;
}
.our-services-box-items h2 {
  display: block;
  margin: 0 0 12px;
  font-size: 20px;
}
.our-services-box-items h3.our-service-key {
  display: block;
  margin: 0 0 12px;
  font-size: 20px;
  color: #8b4513 !important;
}
.our-service-button {
  text-align: center;
  margin-top: 30px;
}
#success-stories {
  display: none;
}
ul.our-service-box-item-list {
  padding-left: 0px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5px;
}
ul.our-service-box-item-list li {
  list-style: auto;
  text-align: start;
  text-align: center;
}
.dice_area .buttons a:first-child {
  margin-left: 0;
}
.buttons a.circle_btn {
  margin-bottom: 10px;
}
.dice_area .buttons a {
  margin-left: 10px;
}
.dice_area .buttons {
  overflow: hidden;
}
.dice_area h2 {
  font-weight: 900;
  font-size: 28px;
  line-height: 37px;
  margin: 0 0 50px;
}
.dice_area {
  padding: 50px 0;
  overflow: hidden;
  background: #f4e1b9;
}
.banner h2 {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 900;
  line-height: 41px;
}
.banner p {
  margin: 0;
  text-align: justify;
}
.banner .img_holder img {
  width: 100%;
  height: auto;
}
.banner .img_holder {
  margin-left: auto;
  width: 26%;
}
.page-id-396 .banner .img_holder {
  width: 36%;
}
.banner .container {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.banner {
  padding: 50px 0;
  overflow: hidden;
  width: 100%;
}
.banner .text {
  width: 44%;
}
.success_points li {
  position: relative;
  font-size: 15px;
  padding: 0 36px 18px;
}
.success_points li:after {
  width: 20px;
  height: 21px;
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  background: url(../images/bullet.png) no-repeat;
  background-size: 100% 100%;
}
.success_points {
  margin: 0 0 40px;
  overflow: hidden;
}
.success_area {
  background: #232323;
  overflow: hidden;
  padding: 60px 0;
}
.success_area.white_bg {
  background: none;
}
.success_area.white_bg .success_points li:after {
  background-image: url(../images/black_bullet.png);
  background-repeat: no-repeat;
}
.misc_row:last-child {
  float: right;
}
.border_bottom {
  border-bottom: 2px solid #5a5959;
}
.misc_row {
  margin: 0 0 40px;
  float: left;
  width: 43%;

  border: 2px solid #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
}
.misc_rows p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.misc_rows strong {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 17px;
}
.misc_rows {
  padding: 60px 0 30px;
  background: #232323;
}
.intro {
  background: #f4e1b9;
  overflow: hidden;
  padding: 120px 0;
}
.intro p {
  margin: 0;
  float: left;
  width: 43%;
  text-align: center;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 30px 10px;
}
.intro p span {
  display: block;
}

.intro p img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
.intro p:last-child {
  float: right;
}
.gallery {
  width: 100%;
  position: relative;
}

.gallery .slide {
  width: 100%;
  float: left;
}
.gallery .mask {
  width: 100%;
  overflow: hidden;
}
.gallery .btn-prev,
.gallery .btn-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 20px;
  padding: 3px 0 0;
}
.gallery .btn-prev:hover,
.gallery .btn-next:hover {
  background: #fff;
}
.gallery .btn-prev:hover i,
.gallery .btn-next:hover i {
  color: #232323;
}
.gallery .btn-next {
  left: auto;
  right: 0;
}
.gallery .pagination {
  position: absolute;
  left: 50%;
  overflow: hidden;
}
.testimonials {
  background: #232323;
  overflow: hidden;
  text-align: center;
  padding: 60px 0;
  border-bottom: 1px solid #444444;
}
.testimonials h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
  margin: 0 0 40px;
}
.testimonials img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 36px;
  border-radius: 100%;
  object-fit: cover;
}
.testimonials p {
  margin: 0 0 23px;
  font-size: 15px;
}
.testimonials strong {
  display: block;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 7px;
}
.slide_content {
  max-width: 690px;
  margin: 0 auto;
  overflow: hidden;
}
.our_process .points img {
  display: block;
  /*     margin: 0 auto 16px; */
  width: 50px;
  margin: 0 auto;
}
.awsm-lists {
  box-shadow: none;
  border: 1px solid #c7c7c7;
}
.awsm-job-item {
  border: none !important;
}
.awsm-list-item {
  margin: 0 0 10px;
}
.awsm-list-item .awsm-job-item {
  background: #232323;
}

.awsm-list-item:nth-child(even) .awsm-job-item {
  background: #bbbbbb;
}
.awsm-list-item:last-child {
  margin: 0;
}
.awsm-list-item:nth-child(odd) .awsm-job-item a,
.awsm-list-item:nth-child(odd) .awsm-job-item {
  color: #fff;
}
.awsm-job-single-wrap {
  overflow: hidden;
}
.awsm-job-content {
  float: left;
  width: 70%;
  padding-right: 20px;
}
.awsm-job-specification-wrapper > div {
  margin: 0 0 7px;
}
.awsm-job-content {
  padding: 20px 40px 0 0;
}
.awsm-job-form-inner h2 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}
.awsm-job-form {
  float: right;
  width: 30%;
}
.awsm-job-form .awsm-job-form-inner {
  background: none;
  box-shadow: none !important;
  padding: 0;
}
.awsm-job-form-group {
  margin-bottom: 15px;
}
.awsm-job-form-group label {
  display: block;
  margin-bottom: 4px;
}
#awsm-application-form input,
#awsm-application-form textarea {
  display: block;
  width: 100%;
  border-radius: 3px;
  background: none;
  border: 1px solid #585858;
  height: 36px;
  color: #585858;
  font: 400 14px/18px "Roboto";
}
.awsm-job-form-error {
  font-size: 14px;
  font-weight: 400;
  margin: 4px 0 0;
}
.awsm-job-entry-content.entry-content {
  text-align: justify;
  margin: 0 0 20px;
}
#awsm-application-form textarea {
  resize: none;
  height: 120px;
}
#awsm-application-form label[for="awsm-application-file"] {
  width: 100%;
  border: 1px solid #585858;
  border-radius: 2px;
  padding: 16px 20px;
  font-weight: 500;
  background: #585858;
  color: #fff;
}
#awsm-application-form input[type="file"] {
  display: none;
}
#awsm-application-form input[type="checkbox"] {
  float: left;
  width: 15px;
  height: 15px;
  appearance: checkbox;
  -webkit-appearance: checkbox;
}
#awsm-application-form input[type="submit"] {
  background: url(../images/circle.png) no-repeat 99% 50%;
  padding: 14px 41px 14px 0;
  display: inline-block;
  vertical-align: top;
  height: auto;
  font-weight: 600;
  width: auto;
  background-size: 37px 40px;
  font-size: 18px;
  border: none;
  color: #494b4c;
}
.wpuf-form-add {
  overflow: hidden;
}
ul.wpuf-form li {
  margin: 0 0 20px;
  padding: 0 !important;
}
ul.wpuf-form li .wpuf-label {
  float: none;
  width: 100%;
  min-height: 1px;
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 15px;
}
ul.wpuf-form li.field-size-large .wpuf-fields {
  float: none;
  width: 100%;
}
ul.wpuf-form li .wpuf-fields {
  float: none;
  width: 100%;
}
.wpuf-form-add input,
.wpuf-form-add select,
.wpuf-form-add input[type="date"] {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #585858;
  height: 41px;
  color: #585858;
  font: 400 19px/23px "Roboto";
  border-radius: 3px;
}
input.wpuf-submit-button.wpuf_submit_582 {
  background: url(../images/circle.png) no-repeat 99% 50%;
  padding: 14px 41px 14px 0;
  display: inline-block;
  vertical-align: top;
  height: auto;
  font-weight: 600;
  width: auto;
  background-size: 37px 40px;
  font-size: 18px;
  border: none;
  color: #494b4c;
}
ul.wpuf-form li .wpuf-label {
  float: none !important;
  width: 100% !important;
  margin: 0 0 5px;
  font-size: 15px;
}
ul.wpuf-form li.field-size-large .wpuf-fields,
ul.wpuf-form li .wpuf-fields {
  float: none !important;
  width: 100% !important;
}
.wpuf-fields.wpuf_recaptcha_582 {
  overflow: hidden;
}
ul.wpuf-form li.has-error {
  background: none !important;
}
ul.wpuf-form li.has-error input,
ul.wpuf-form li.has-error select,
ul.wpuf-form li.has-error input[type="date"] {
  border-color: red;
}
.wpuf-error-msg {
  color: red;
  margin: 6px 0 0;
}

.wpuf-submit .wpuf-label {
  display: none;
}
li.wpuf-el.recaptcha {
  height: 82px;
  overflow: hidden;
}
.slick-initialized .slick-slide {
  outline: none;
}
.awsm-job-content {
  display: flex;
  flex-direction: column;
}
.awsm-job-entry-content {
  order: 2;
}
.awsm-job-specifications-container {
  order: 1;
}
.awsm-job-specification-item {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-size: 13px;
  background: #494b4c;
  border-radius: 30px;
  padding: 4px 10px;
  margin-right: 10px !important;
  color: #fff;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 70%);
  z-index: 9999;
  display: none;
}
.ur-frontend-form {
  display: block;
  width: 100%;
  padding: 0 !important;
  min-height: 36px;
  margin: 0 auto !important;
  line-height: 1.5;
  border-radius: 0;
  background: none !important;
  border: none !important;
}
.ur-frontend-form .ur-form-row {
  display: block !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid {
  padding: 0 !important;
  width: 100% !important;
}
.popup_holder .tabs {
  margin: 0 0 17px;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid #fff;
  letter-spacing: -5px;
}
.popup_holder .tabs * {
  letter-spacing: 0;
}
.popup_holder .tabs li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.popup_holder .tabs li.active a {
  background: #fff;
  color: #000;
}
.popup_holder .tabs a {
  color: #fff;
  display: block;
  padding: 10px 10px;
  text-align: center;
}
.popup_holder {
  max-width: 350px;
  padding: 0 15px;
  margin: 0 auto;
}
.ur-form-row label {
  color: #fff;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 19px;
  margin: 0 0 2px !important;
}
.ur-button-container {
  padding: 0 !important;
}
button.btn.button.ur-submit-button {
  margin-right: 0 !important;
}
button.btn.button.ur-submit-button {
  background: url(../images/circle2.png) no-repeat 99% 50%;
  padding: 14px 41px 14px 0;
  display: inline-block;
  vertical-align: top;
  height: auto;
  font-weight: 600;
  width: auto;
  background-size: 37px 37px;
  font-size: 17px;
  border: none;
  color: #fff;
  box-shadow: none !important;
  outline: none !important;
}
.popup_holder .tab {
  display: none;
}
.popup_holder .tab.active {
  display: block;
}
#user-registration {
  background: none !important;
  margin: 0 !important;
}
input.user-registration-Button.button {
  background: url(../images/circle2.png) no-repeat 99% 50%;
  padding: 14px 41px 14px 0;
  display: inline-block;
  vertical-align: top;
  height: auto;
  font-weight: 600;
  width: auto;
  background-size: 37px 37px;
  font-size: 17px;
  border: none;
  color: #fff;
  box-shadow: none !important;
  outline: none !important;
}
.popup_closer {
  font-size: 28px;
  position: absolute;
  color: #fff;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#nav .logout_btn {
  display: none;
}
input#rememberme {
  float: left;
  width: 15px;
  height: 15px;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  margin: 1px 6px 0 0;
}
p.user-registration-LostPassword.lost_password {
  display: none;
}
label.user-registration-form__label.user-registration-form__label-for-checkbox.inline {
  float: left;
  margin: 13px 0 0 !important;
}
input.user-registration-Button.button {
  padding: 10px 39px 10px 0 !important;
}
#nav li.popup_link {
  font-size: 16px;
  text-transform: capitalize;
  display: none;
}
/* page-id-577 - job board page ID */
.page-id-577 #nav li.popup_link {
  display: inline-block;
}
.detail_content_area {
  text-align: left;
  overflow: hidden;
}
.single-post picture.post_full_img.img-responsive.wp-post-image img {
  max-width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.awsm-job-content {
  text-align: justify;
}
.user-registration-message::before {
  float: left;
  color: #fff;
}
.ur-message.user-registration-message ul {
  float: left;
  margin: 7px 0 0 !important;
  color: #fff;
}
.awsm-job-specification-item.awsm-job-specification-job-category {
  display: none !important;
}
.awsm-job-entry-content.entry-content ul {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}
.awsm-job-entry-content.entry-content ul li {
  position: relative;
  padding: 0 0 12px 20px;
  font-size: 15px;
}
.awsm-job-entry-content.entry-content ul li:after {
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 7px;
  content: "";
  background: #545454;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
a.circle_btn {
  border-radius: 30px;
  text-align: center;
  padding: 18px 30px !important;
  color: #fff !important;
  text-transform: uppercase;
  background: #ff8c42;
  font-weight: 700;
  transition: none !important;
}
a.circle_btn:hover {
  background: linear-gradient(90deg, #ff4500, #daa520);
  transition: all 0.4s ease;
}

.contact-area {
  display: flex;
  margin: 0 0 20px;
  flex-direction: column;
}

div#calendly {
  /*     height: auto;
    background: #e8d3b9;
    border-radius: 10px;
    padding: 20px 0; */
}

.form-row {
  display: flex;
  gap: 20px;
  margin: 0 0 30px;
}

.form-row .form-col {
  position: relative;
  flex: 1;
}

.form-row .label {
  padding: 0 5px;
  color: #8b4513;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  display: block;
  border: 1px solid #cbd3d9;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 15px;
  outline: none;
  background: #f4e1b9;
  height: 50px;
}

.form-row .form-col p {
  margin: 0;
}

.form-holder {
  flex: 1;
}
.form-row-test h2 {
  margin-bottom: 10px;
}
.form-row textarea {
  height: 150px;
  resize: none;
  padding: 15px;
}

.form-row input[type="submit"] {
  width: 100%;
}

.form-row button,
.form-row input[type="submit"] {
  border-radius: 30px;
  text-align: center;
  padding: 16px 30px 14px !important;
  color: #8f4513 !important;
  text-transform: uppercase;
  background: #ff8c42;
  font-weight: 700;
  transition: none !important;
  width: 100%;
  border: none;
  font-size: 17px;
}

.rows {
  padding-top: 20px;
}
.testimonials-section {
  background: #f4e1b9;
  margin: 0 0 80px;
  padding: 100px 0;
}

.testi-header {
  text-align: center;
}

.testi-header h5 {
  margin: 0 0 6px;
}

.testi-header h2 {
  line-height: 1.2;
  font-size: 33px;
}

.testi-col .quote-icon {
  width: 44px;
  display: block;
  margin: 0 auto 30px;
  height: auto;
}

.testi-col {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 11px -7px #000000;
  padding: 30px;
  margin: 0 10px;
}
.testi-col p {
  text-align: center;
  font-weight: 600;
  margin: 0 0 36px;
  position: relative;
  padding: 0 0 12px;
}

.testi-col p:after {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #8b4513;
  margin-left: -25px;
}

.author-icon img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100%;
  margin: 0 auto 16px;
}

.testi-col strong {
  display: block;
  text-align: center;
}

.testimonial-slider .slick-list {
  padding: 40px 0 20px;
}
.team-list {
  margin: 30px 0 60px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.team-list h6 p {
  margin: 0;
  text-align: center;
}
.team-list li {
  text-align: center;
  padding: 20px 20px 0;
  background: #f4e1c1;
  border-radius: 5px;
  width: calc(25% - 16px);
}
.team-list h6 {
  font-size: 14px;
  margin: 6px 0 0;
}
.team-list p {
  text-align: justify;
}
.team-list img {
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  object-fit: cover;
  margin: 0 auto 20px;
}

.team-list strong {
  display: block;
  text-transform: uppercase;
  color: #000;
}
.intro picture {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #000;
  margin: 0 auto 14px;
}

.intro picture img {
  display: block;
  width: 50px;
  margin: 0 auto;
}
.intro .our-story p {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  border-radius: 0 !important;
  border: none !important;
}

.our-story {
  padding: 20px 200px 40px;
}
.our-story p {
  line-height: 24px;
}
#BrzyHr_app.loaded .positions li a {
  color: #000;
}

#BrzyHr_app.loaded .positions li h2 {
  margin: 0 0 19px;
}

#BrzyHr_app.loaded .position-meta {
  margin: 0;
}

#BrzyHr_app.loaded .position-meta * {
  color: #000;
}

#BrzyHr_app.loaded .position-meta {
  display: flex;
  gap: 10px;
}

#BrzyHr_app.loaded .filters-container {
  display: flex;
  align-items: center;
}

#BrzyHr_app.loaded .filters-container .locations {
  margin: 0 0 0 auto;
  height: 40px;
  width: 240px;
}
.why-us .sec-header p {
  line-height: 24px;
}

.why-us .sec-header {
  text-align: center;
  padding: 0 200px 30px;
}

.why-us {
  padding: 60px 0 0;
}

.why-us h2 {
  line-height: 1.2;
  font-size: 33px;
}

.process-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.process-step {
  padding: 20px;
  border: 1px solid #8b4513;
  border-radius: 10px;
  width: calc(33.3% - 14px);
}
.process-container .process-step {
  padding: 20px;
  border: 1px solid #8b4513;
  border-radius: 10px;
  /* width: calc(33.3% - 14px); */
  width: calc(50% - 14px) !important;
  position: relative;
  color: white;
  padding: 50px;
  z-index: 1;
}
.process-container .process-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  border-radius: inherit;
}

.process-step h2 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
  color: white !important;
}
.about-us-home-btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 20px;
}
.step-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.what-we-do,
.deliverables {
  margin: 0;
}

.deliverables ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}

.deliverables li {
  margin-bottom: 5px;
}

.process-step h2 {
  margin: 0 0 20px;
}
.step-content h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.why-process-works {
  padding: 60px 0;
}

.works-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.works-points li {
  text-align: center;
  flex: 1;
  border: 2px solid #8b4513;
  border-radius: 6px;
  padding: 20px 10px;
}

.works-points p {
  margin: 0;
}

.works-points strong {
  display: block;
  color: #d2691e;
  font-size: 18px;
  margin: 0 0 16px;
}

.why-process-works header h2 {
  margin: 0 0 20px;
}
.works-points .ico-holder {
  background: #000;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.works-points .ico-holder img {
  width: 38px;
}
.vacancies .twocols {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 30px;
}

.vacancies .twocols .col {
  flex: 1;
}
.stories-slider img {
  max-width: 150px;
}

.stories-slider .story-slide {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-stories {
  padding: 30px 0 70px;
}
.faqs-list {
  padding: 0;
  list-style: none;
  max-width: 830px;
  margin: auto;
}

.faqs-list .faq-opener {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 27px 40px 27px 0;
  position: relative;
}
.faqs-list .faq-opener:after {
  width: 17px;
  height: 18px;
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  background: url(https://nclusive.com/wp-content/uploads/2024/12/faq-icon.png)
    no-repeat;
  margin-top: -10px;
}
.faqs-list .faq-opener.active:after {
  transform: rotate(180deg);
}
.faqs-list p {
  margin: 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
}

.faqs-list .answer {
  padding: 0 0 20px;
  display: none;
}

.faqs-list li {
  border-bottom: 1px solid #8b4513;
}
.toggler {
  width: 68px;
  height: 36px;
  background: #8b4513;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}

.faqs-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.toggle-circle {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 5px;
  top: 5px;
}

.toggler.active {
  background: #ff8c42;
}
.faqs {
  padding: 0 0 80px;
}

.faqs .testi-header {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.for-candidates {
  display: none;
}

.faqs.active .for-candidates {
  display: block;
}
.faqs-switcher strong {
  cursor: pointer;
}
.faqs.active .for-clients {
  display: none;
}
.toggler .toggle-circle,
.toggler {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.toggler.active .toggle-circle {
  left: 38px;
}
.rights_area .container {
  display: flex;
}

.menu-privacy-policy-menu-container {
  margin-left: auto;
}

#footer .menu-privacy-policy-menu-container a {
  color: #8b4513;
  font-weight: 600;
}

.menu-privacy-policy-menu-container ul {
  display: flex;
  gap: 20px;
}
.text_left {
  text-align: left !important;
}
.privacy-policy p {
  margin: 0 0 20px;
}
#our-services .sec_header h2,
#insights .sec_header h2 {
  margin: 0;
}

#our-services .sec_header,
#insights .sec_header {
  margin: 0 0 12px;
}
.main-banner-slider button.slick-prev.slick-arrow,
.main-banner-slider button.slick-next.slick-arrow {
  top: 50%;
  right: 15px;
  background: #fff;
  border-radius: 100%;
  height: 45px;
  width: 45px;
}
.main-banner-slider button.slick-prev.slick-arrow:before,
.main-banner-slider button.slick-next.slick-arrow:before {
  color: #000;
  font-weight: 700;
}

.main-banner-slider button.slick-prev.slick-arrow {
  right: auto;
  left: 15px;
}
.btn-primary {
  background: #8b4513;
  border-radius: 7px;
  padding: 15px 13px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
.how-text {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  line-height: 25px;
}
.how-text p {
  margin: 20px 0;
}
.how-we-work-box {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.how-we-work-items {
  width: calc(100% / 3 - 14px);
  padding: 20px;
  border: 1px solid #8b4513;
  border-radius: 10px;
  text-align: center;
}
.how-we-work-button {
  margin-top: 30px;
  text-align: center;
}
.testimonials-section.no-bg {
  background: none;
  padding-bottom: 0;
  margin: 0;
}
.stories-slider .slick-prev.slick-arrow,
.stories-slider .slick-next.slick-arrow {
  display: none !important;
}
.btn-holder {
  text-align: center;
  padding: 30px 0 0;
}

/* executive page style */
.banner-exective {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.banner-exective:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.banner-content {
  text-align: center;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.banner-content h1 {
  font-size: 47px;
  line-height: 55px;
  color: #fff !important;
}
.banner-content h2 {
  color: #fff !important;
}
.why-work-nclusive {
  padding: 60px 0;
}
.why-work-nclusive .container > h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 27px;
  text-align: center;
}
.why-work-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.why-work-nclusive-image {
  width: 50%;
}
.why-work-nclusive-image img {
  width: 100%;
  max-width: 600px;
  height: 100%;
  height: 450px;
  object-fit: cover;
}
.why-work-nclusive-content {
  width: 50%;
}
.why-work-nclusive-content h2 {
  line-height: 35px;
}
ul.why-work-list {
  padding-left: 0 !important;
}
ul.why-work-list li {
  position: relative;
  padding-left: 25px; /* To prevent overlap with the icon */
  list-style: none;
  padding-bottom: 5px;
}

ul.why-work-list li::before {
  content: "\f00c"; /* Corrected Unicode format */
  font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is loaded */
  font-weight: 900; /* Required for solid icons */
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  color: #8b4513; /* Change color as needed */
}
.hire-confidence {
  padding: 60px 0;
  background: #f4e1b9;
  /* margin-bottom: 60px; */
}
.hire-confident-content-top {
  text-align: center;
}
.hire-confident-content-top h2 {
  font-size: 30px;
  line-height: 40px;
}
.hire-confident-content-top p {
  font-size: 20px;
  line-height: 30px;
}
.hire-why-choose-main {
  padding: 60px 0;
}
.hire-why-choose {
  text-align: center;
}
.hire-why-choose > h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 27px;
}
.hire-why-choose-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hire-why-choose-items {
  width: calc(100% / 2 - 14px);
  padding: 20px;
  border: 1px solid #8b4513;
  border-radius: 10px;
  text-align: center;
}
.hire-why-choose-items i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #8b4513;
  margin: 0 auto 14px;
  color: #fff;
  margin-bottom: 10px;
}
.hire-why-choose-items h2 {
  display: block;
  margin: 0 0 12px;
  font-size: 20px;
}
.hire-why-choose-btn {
  margin-top: 30px;
}
.ready-to-find {
  padding: 60px 0;
  /* margin-bottom: 60px; */
  background: #f4e1b9;
  text-align: center;
}

/* temp page style */

.why-choose-temp {
  padding: 60px 0;
  text-align: center;
}
.why-choose-temp .container > h1 {
  font-size: 43px;
  line-height: 50px;
}
.why-choose-temp .container > h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 27px;
  text-align: center;
}
.why-choose-temp-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.why-choose-temp-items {
  width: calc(100% / 2 - 14px);
  padding: 20px;
  border: 1px solid #8b4513;
  border-radius: 10px;
  text-align: center;
}
.why-choose-temp-items i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #8b4513;
  margin: 0 auto 14px;
  color: #fff;
}
.why-choose-temp-items h2 {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.why-choose-temp-btn {
  margin-top: 30px;
}
.how-it-work-temp {
  /* padding-bottom: 60px; */
  text-align: center;
}
.how-it-work-temp .container > h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 27px;
  text-align: center;
}
.how-it-work-temp-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.how-it-work-temp-items {
  width: calc(100% / 3 - 14px);
  padding: 20px;
  border: 1px solid #8b4513;
  border-radius: 10px;
  text-align: center;
}
.how-it-work-temp-items span {
  position: relative;
  z-index: 1;
}
.how-it-work-temp-items span::after {
  content: "";
  height: 3px;
  background: #8b4513;
  display: block;
  position: absolute;
  top: 38px;
  right: -208px;
  width: 360px;
  z-index: -1;
}
.how-it-work-temp-items:nth-child(3) ::after {
  display: none;
}

.how-it-work-temp-items span b {
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #8b4513;
  margin: 0 auto 14px;
  color: #fff;
}
.how-it-work-temp-items h2 {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.how-it-work-temp-btn {
  margin-top: 30px;
}
.who-we-staff-temp {
  padding: 60px 0;
}
.who-we-staff-temp .container > h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 27px;
  text-align: center;
}
.who-we-staff-temp-box {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* gap: 20px; */
}
.who-we-staff-temp-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: -20px;
}
.who-we-staff-temp-items {
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
  padding: 20px;
}
.who-we-staff-temp-items {
  /* width: 100%; */
}
.who-we-staff-temp-items-heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
.who-we-staff-temp-items-heading i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #8b4513;
  /* margin: 0 auto 14px; */
  color: #fff;
}
.who-we-staff-temp-items h2 {
  line-height: 30px;
  /* text-align: center; */
}
ul.how-we-staff-temp-list {
  padding-left: 118px !important;
  display: flex;
  /* flex-direction: column; */
  /* align-items: center;
  justify-content: center; */
  width: 100%;
  gap: 25px;
}
ul.how-we-staff-temp-list li {
  /* text-align: center; */
}
.who-we-staff-temp-btn {
  text-align: center;
  margin-top: 30px;
}
.why-nclusive-temp-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.why-nclusive-temp {
  background: #dadada;
  padding: 60px 0;
  text-align: center;
}
.need-talent-temp {
  padding: 60px 0;
  text-align: center;
}

/* how we work style */

.our-approach {
  padding: 60px 0;
  text-align: center;
}
.our-approach .container > h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 27px;
  text-align: center;
}
.our-approach-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.our-approach-items {
  width: calc(100% / 2 - 14px);
  padding: 20px;
  border: 1px solid #8b4513;
  border-radius: 10px;
  text-align: center;
}
.our-approach-items i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #8b4513;
  margin: 0 auto 14px;
  color: #fff;
}
.our-approach-items h2 {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.our-process .container > h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 27px;
}
.our-process-items {
  display: flex;
  gap: 20px;
  position: relative;
  margin-bottom: 10px;
}
.our-process-items:last-child {
  margin-bottom: 0;
}

.our-process-icon i {
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #8b4513;
  /* margin: 0 auto 14px; */
  color: #fff;
}
.our-process-content-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.our-process-number h4 {
  font-size: 15px;
  background: #8b4513;
  color: #fff !important;
  padding: 10px;
}
.our-process-content {
  /* margin-top: 15px; */
}
.our-process-items::before {
  content: "";
  background-color: #8b4513;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 13px;
  top: 26px;
  z-index: -1;
}
.our-process-number {
  margin-top: 6px;
}
.our-process-items:last-child::before {
  display: none;
}
.why-our-process-work {
  padding: 60px 0;
  text-align: center;
}
.why-our-process-work .container > h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 27px;
}
.why-our-process-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.why-our-process-items {
  width: calc(100% / 2 - 14px);
  padding: 20px;
  border: 1px solid #8b4513;
  border-radius: 10px;
  text-align: center;
}
.why-our-process-items i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #8b4513;
  margin: 0 auto 14px;
  color: #fff;
}

.why-our-process-items h2 {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.nclusive-team {
  padding: 60px 0;
  background: #e8d3b9;
}
.nclusive-content {
  text-align: center;
}
.nclusive-content h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  /* margin: 0 0 27px; */
}
.nclusive-content-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}
/* Training Development style */
.training-banner {
  padding: 60px 0;
  background: #dadada;
  text-align: center;
}
.training-banner-content {
  text-align: center;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.our-approach-training {
  padding: 60px 0;
  text-align: center;
}
.training-banner-content h1 {
  font-size: 47px;
  line-height: 55px;
}
.our-training-content h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
}
.our-approach-training-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.our-approach-training-items {
  width: calc(100% / 2 - 14px);
  padding: 20px;
  border: 1px solid #8b4513;
  border-radius: 10px;
  text-align: center;
}
.why-choose-training {
  padding-bottom: 60px;
  text-align: center;
}
.why-choose-training-box h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 27px;
}
ul.why-choose-training-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.why-choose-training-box ul li {
  padding-bottom: 5px;
}
.why-choose-training-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}
/* employer of record style */
.page-id-2072 .why-choose-training {
  padding-top: 60px;
}
.why-use-nclusive-eployer .container > h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 27px;
  text-align: center;
}
.why-use-nclusive-eployer {
  /* padding-bottom: 60px; */
}
.why-use-nclusive-employer-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.why-use-nclusive-epmployer-items {
  width: calc(100% / 2 - 14px);
  padding: 20px;
  border: 1px solid #8b4513;
  border-radius: 10px;
  text-align: center;
}
.why-use-nclusive-epmployer-items i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #8b4513;
  margin: 0 auto 14px;
  color: #fff;
}
.why-use-nclusive-epmployer-items h2 {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.how-it-work-employer {
  padding: 60px 0;
}
.how-it-work-employer .container > h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 27px;
  text-align: center;
}
.how-it-work-employer-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.how-it-work-employer-items {
  width: calc(100% / 4 - 14px);
  padding: 20px;
  border: 1px solid #8b4513;
  border-radius: 10px;
  text-align: center;
}
.how-it-work-employer-items span b {
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #8b4513;
  margin: 0 auto 14px;
  color: #fff;
}
.how-it-work-employer-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

/* blogpage */
.page-id-561 .latest-news-box ul.list_none.list_inline.blogs > li {
  width: 50% !important;
}
.blog-sidebar {
  width: 100%;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}

.sidebar-widget {
  margin-bottom: 20px;
}

.recent-posts-widget ul {
  list-style: none;
  padding: 0;
}
.recent-posts-widget ul li {
  width: 100% !important;
}

.recent-post-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.recent-post-thumb img {
  width: 100%;
  height: 200px;
  max-width: 300px;
  height: auto;
  display: block;
  /* margin: 0 auto; */
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
}

.recent-post-title {
  font-size: 14px;
  font-weight: bold;
}
.list_feature_blogs {
  width: 25%;
}
ul.list_none.list_inline.blogs {
  width: 75%;
}
.latest-news-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* FAQ Container */
.faq-main .container > h1 {
  margin-bottom: 20px !important;
  text-align: center;
}
h2.categories-heading {
  margin-bottom: 15px;
}
.faq-box {
  display: flex;
  gap: 20px;
  width: 100%;
  padding-bottom: 60px;
}

/* FAQ Categories */
.faq-category-container {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 14%;
}

/* Category Buttons */
.faq-filter {
  padding: 10px 15px;
  margin: 5px;
  border: none;
  cursor: pointer;
  background: #ff8c42;
  color: #fff;
  border-radius: 5px;
}

.faq-filter.active {
  background: linear-gradient(90deg, #ff4500, #daa520);
}

/* FAQ List */
.faq-list {
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto !important;
}

/* FAQ Items */
.faq-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #8b4513;
  padding: 10px;
  background: white;
  transition: all 0.3s ease-in-out;
}

/* FAQ Headers */
.faq-item h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #d56522;
  padding-bottom: 15px;
}

/* FAQ Content */
.faq-content {
  /* max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  padding: 0 10px; */
  background: #f8f8f8;
}

/* Active FAQ Content */
.faq-content.active {
  /* max-height: 1000px; 
  padding: 10px; */
}

/* FAQ Content */
.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  -webkit-transition: all 0.3s ease;
}

/* Active FAQ Content */
.faq-content.active {
  max-height: 1000px !important;
  padding: 10px;
}

/* Arrow Rotation */
.faq-arrow {
  transition: transform 0.3s ease-in-out;
}

.faq-arrow.rotate {
  transform: rotate(180deg);
}

@media (max-width: 1424px) {
  .faq-filter {
    font-size: 12px;
  }
  .container {
    max-width: 1200px;
  }
  .visual.add h1 {
    font-size: 60px;
    line-height: 64px;
  }
}

@media (max-width: 1199px) {
  .how-we-staff-temp-list {
    flex-wrap: wrap;
  }
  .page-id-10 #main {
    padding-top: 128px !important;
  }
  #nav {
    font: 300 14px/20px "Nunito", sans-serif;
    padding: 10px 0 0 0;
  }
  #nav li {
    margin-left: 29px;
  }
  .visual .txt {
    max-width: 580px;
  }
  h1 {
    font-size: 46px;
    line-height: 52px;
  }
  .info_block {
    height: 450px;
  }
  .map_image {
    max-width: 609px;
  }
  .latest_news h2 {
    margin: 0 0 40px;
    font: 700 30px/38px "Merriweather";
  }
  #footer h2 {
    margin: 0 0 12px;
    font: 700 16px/26px "Merriweather";
  }
  .newsletter_form input[type="text"],
  input#email_address_0 {
    width: 83% !important;
    height: 41px !important;
  }
  .latest_news h2 {
    margin: 0 0 30px;
    font: 700 25px/29px "Merriweather";
  }
  .latest_news li p {
    font: 14px/20px "Nunito";
    margin: 0 0 33px;
  }
  #footer h2 {
    margin: 0 0 10px;
    font: 700 19px/23px "Merriweather";
  }
  .newsletter_form input[type="text"],
  input#email_address_0 {
    width: 77% !important;
    height: 41px !important;
    font-size: 16px;
  }
  #footer a {
    font-size: 12px;
    line-height: 16px;
  }
  .news_heading:before {
    width: 71px;
    height: 393px;
  }
  .visual.add h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .links li {
    width: 33.3%;
    padding: 0 9px;
  }
  .links a {
    font-size: 30px;
    line-height: 34px;
    height: 250px;
  }
  .curl:before,
  .dice:before {
    right: 15px;
  }
  .process_block .holder {
    padding: 24px 10px 24px 45px;
  }
  .sectors .ico_holder img {
    width: 40px;
  }
  .sectors ul strong {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 6px;
  }
  .sectors ul li {
    padding: 0 10px 30px;
  }
  .banner .text {
    width: 64%;
  }
}
@media (max-width: 999px) {
  .our-story {
    padding: 20px 50px 40px;
  }
  .why-us .sec-header {
    padding: 0 50px 30px;
  }
  .team-list li {
    width: calc(33% - 16px);
    padding: 20px 10px;
  }
  .calendly_area iframe {
    height: 660px;
  }
  .contact-area {
    flex-direction: column;
  }
  .form-holder {
    padding: 0;
  }
  div#calendly {
    width: 100%;
    margin: 0;
    background: none;
  }
  .awsm-filter-wrap form div,
  .awsm-filter-wrap form select {
    width: 140px;
    margin-right: 8px;
  }
  .links .holder img {
    max-width: 150px;
  }
  .abs_photo {
    max-width: 260px;
  }
  .visual p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .visual p br {
    display: none;
  }
  .visual_photo img {
    max-width: 230px;
  }
  .top_frame {
    height: 190px;
  }
  #footer .col br {
    display: none;
  }
  #footer .col {
    padding: 0 10px;
  }
  .top_frame h3 {
    font-size: 15px;
  }
  .newsletter_form {
    width: 301px;
  }
  .home .latest_news .txt {
    width: 92%;
  }
  .our_services_holder {
    padding: 40px 0 20px;
  }
  .our_services ul li {
    padding: 0 10px;
  }
  .values h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .posts_holder .left {
    float: left;
    width: 61%;
  }
  .right_sidebar {
    width: 35%;
    float: right;
  }
  .posts_holder li img {
    height: 160px;
  }
  .map_block iframe {
    height: 300px;
  }
  .visual .txt {
    max-width: 480px;
  }
  .blogs strong {
    display: block;
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 8px;
  }
  .blogs p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  }
  .blogs_area h2 {
    margin: 20px 0 37px;
    text-align: center;
    font-size: 33px;
    font-weight: 900;
  }
  iframe {
    height: 350px;
  }
  .latest_news {
    padding: 30px 0 20px;
    overflow: hidden;
  }
  .our_process .points li {
    width: 50%;
  }
  .intro {
    padding: 60px 0;
  }
  #nav li {
    margin-left: 19px;
  }
  ul.our-service-box-item-list li {
    list-style: none;
  }
  .who-we-staff-temp-items h2 {
    font-size: 18px;
  }
  .how-it-work-employer-btn a {
    font-size: 13px;
  }
  .how-it-work-temp-items span::after {
    width: 297px;
    right: -170px;
  }
}
@media (max-width: 767px) {
  .process-step {
    width: calc(50% - 11px) !important;
  }
  .process-container .process-step {
    padding: 20px;
  }
  .our-story {
    padding: 20px 0 40px;
  }
  .why-us .sec-header {
    padding: 0 0 30px;
  }
  .our_process .points li {
    flex: 1 1 calc(50% - 10px);
  }
  .rights_area .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .menu-privacy-policy-menu-container {
    margin: 10px auto 0;
  }
  .team-list li {
    width: calc(50% - 16px);
  }
  .awsm-filter-item:first-child {
    display: none !important;
  }
  .awsm-filter-wrap form div,
  .awsm-filter-wrap form select {
    width: 120px !important;
    margin-right: 8px;
    min-width: auto;
  }
  .awsm-job-content,
  .awsm-job-form {
    float: none;
    overflow: hidden;
    width: 100%;
  }
  .awsm-job-content {
    width: 100%;
    padding: 10px 0 0;
    float: none;
    overflow: hidden;
  }
  .awsm-job-form {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .misc_row {
    float: none !important;
    width: 100%;
  }
  .intro p {
    margin: 0 0 10px;
    float: none !important;
    width: 100% !important;
  }
  .testimonials {
    padding: 20px 0;
  }
  .gallery .btn-prev,
  .gallery .btn-next {
    top: 0;
  }
  .testimonials h2 {
    font-size: 27px;
    font-weight: 900;
    line-height: 31px;
    margin: 0 0 20px;
  }
  .banner .text {
    width: 100%;
  }
  .banner h2 {
    margin: 0 0 10px;
    font-size: 23px;
    font-weight: 900;
    line-height: 28px;
  }
  .banner {
    padding: 20px 0;
  }
  .success_area {
    padding: 30px 0 0;
  }
  .success_points {
    margin: 0;
  }
  .banner .img_holder {
    display: none;
  }
  .about_block .right_img {
    display: none;
  }
  .sec_header p {
    margin: 0;
    font-size: 13px;
  }
  .our_process .sec_header p {
    color: #000;
  }
  .our_process .points li {
    width: 100%;
    padding: 0 0 20px;
  }
  .our_process {
    padding: 30px 0 !important;
  }
  .sec_header h2 {
    margin-bottom: 20px;
  }
  .about_us_heading:before {
    display: none;
  }
  .story_block.about_block {
    padding: 20px 0;
  }
  .our_process .points.add li {
    padding: 0 0 20px;
    width: 100%;
  }
  .dice_area {
    padding: 22px 0;
  }
  .dice_area h2 {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
  }
  .dice_area .buttons a {
    display: block;
    text-align: left;
    margin: 0 0 10px;
  }
  .covid strong {
    float: none;
    display: block;
    text-align: center;
  }
  .links .holder img {
    max-width: 110px;
  }
  .abs_photo {
    max-width: 110px;
  }
  .visual_photo img {
    max-width: 180px;
  }
  .map_block {
    padding: 10px 0;
    overflow: hidden;
  }

  .map_block h2 {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .top_frame {
    height: 200px;
  }
  #footer h2 {
    margin: 0 0 10px;
    font-size: 15px;
  }
  .newsletter_form {
    width: 240px;
  }
  .top_frame h3 {
    font-size: 13px;
  }
  .expertise {
    padding: 80px 0;
    background: #000;
    margin: 0 0 30px;
    overflow: hidden;
  }
  .expertise h2 {
    font-size: 28px;
    line-height: 32px;
  }
  iframe {
    height: 250px;
  }
  .map_block iframe {
    height: 260px;
  }
  .blogs strong {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 8px;
  }
  .blogs li {
    padding: 0 5px 10px;
  }
  .links a {
    font-size: 21px;
    line-height: 25px;
    height: 190px;
  }
  .links a,
  .links .holder {
    border-radius: 40px 0px 40px 0;
  }
  .links .holder {
    padding: 5px;
  }
  .visual.add h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .visual.add p {
    margin: 0;
    font: 300 17px/23px "Nunito", sans-serif;
  }
  .reg_form h2 {
    color: #fff;
    font-weight: 900;
    font-size: 29px;
    line-height: 33px;
    margin: 0 0 22px;
  }
  .reg_form .row {
    margin: 0 0 29px;
  }
  .droper {
    padding: 15px 0;
  }
  #nav {
    font: 300 13px/19px "Nunito", sans-serif;
    padding: 13px 0 0 0;
  }
  .logo img {
    max-width: 158px;
  }
  #nav li {
    margin-left: 19px;
  }
  .visual {
    height: 50vh;
  }
  .visual .txt {
    max-width: none;
  }
  .visual h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .retained {
    padding: 20px 0 12px;
    overflow: hidden;
  }
  .sec_header {
    margin: 0 0 17px;
    overflow: hidden;
  }

  .retained .rows strong {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 7px;
  }
  .retained .row {
    margin: 0 0 12px;
    width: 100%;
    float: none !important;
  }
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .visual .btns {
    overflow: hidden;
    padding: 30px 0 0;
  }

  .visual .btns a {
    margin-right: 20px;
    font-size: 15px;
  }
  .info_block p br {
    display: none;
  }
  .info_block .txt {
    max-width: 500px;
  }
  .info_block {
    height: 340px;
  }
  .story_block h2 br {
    display: none;
  }
  .map_image {
    max-width: 409px;
  }
  .latest_news .txt {
    width: 88%;
  }
  .latest_news h2 {
    margin: 0 0 20px;
    font: 700 21px/25px "Merriweather";
  }
  .latest_news .date {
    font-size: 14px;
  }
  .latest_news li p {
    font: 12px/16px "Nunito";
    margin: 0 0 20px;
  }
  .latest_news .circle_btn {
    font-size: 13px;
  }
  .circle_btn {
    padding: 14px 29px 14px 0;
    background-size: 27px 32px;
  }
  #footer .col {
    width: 33.3%;
    padding: 0 10px;
  }
  .newsletter_form input[type="text"],
  input#email_address_0 {
    width: 69% !important;
    height: 40px !important;
    font-size: 13px;
    padding: 0 10px;
  }
  #footer .socials li {
    margin: 0 10px 0 0;
  }
  #footer .socials a {
    width: 36px;
    font-size: 20px;
  }
  .container:before {
    display: none;
  }
  .latest_news .txt {
    width: 100% !important;
    float: none;
    overflow: hidden;
  }
  .story_block .txt {
    max-width: 587px;
    padding-right: 0;
    float: none;
  }
  img.brain_img {
    max-width: 300px;
  }
  .info_block h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 10px;
  }
  .process_block {
    padding: 20px 0 13px;
    overflow: hidden;
  }
  .process_block h2 {
    font-weight: 900;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 4px;
  }
  .latest_news .values li {
    padding: 0 10px 15px;
  }
  .values h3 {
    margin: 0 0 3px;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
  }
  .latest_news .values p {
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  }
  .latest_news .values {
    padding: 0;
  }
  .sectors ul li {
    width: 50%;
    padding: 0 4px 8px;
  }
  .sectors h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 24px;
  }
  .talk_us {
    height: 40vh;
  }
  .talk_us h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .abs_photo.small {
    max-width: 170px;
  }
  .story_block {
    height: 350px;
    padding: 30px 0 10px;
  }
  .our_services .img_holder {
    width: 90px;
    height: 90px;
  }
  .our_services p {
    font-size: 13px;
    line-height: 17px;
  }
  .our_services strong {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 5px;
  }
  .our_services .img_holder img {
    width: 40px;
  }
  .split_col .holder a {
    font-size: 13px;
    font-weight: 500;
    padding: 4px 18px;
  }
  .splits {
    height: 50vh;
  }
  .form-holder h2 {
    line-height: 1.2;
  }

  .form-row {
    flex-direction: column;
  }
  .li_holder {
    height: 300px;
  }
  .faqs-list .faq-opener {
    font-size: 16px;
    line-height: 20px;
    padding: 17px 40px 17px 0;
  }
  h2,
  .sec_header h2,
  .why-us h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .testi-header h2 {
    line-height: 1.2;
    font-size: 24px;
  }
  .works-points {
    flex-wrap: wrap;
  }
  .works-points li {
    width: calc(50% - 17px);
    flex: none;
  }
  .why_choose-home {
    padding: 30px 0;
  }
  .why_choose-home .container > h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .why-choose-btn-home a.circle_btn {
    font-size: 15px;
  }
  .our-services-box-items a {
    font-size: 12px;
  }
  .how-we-work-box {
    flex-wrap: wrap;
  }
  .how-we-work-items {
    width: calc(100% / 2 - 14px);
  }
  .banner-content h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-content a {
    font-size: 15px;
  }
  .why-work-nclusive {
    padding: 30px 0;
  }
  .why-work-nclusive .container > h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .why-work-nclusive-content h2 {
    font-size: 20px;
  }
  .why-work-btn a {
    font-size: 15px;
  }
  .hire-confidence {
    padding: 30px 0;
  }
  .hire-confident-content-top h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .hire-confident-content-top p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .hire-why-choose-main {
    padding: 30px 0;
  }
  .hire-why-choose > h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .hire-why-choose-btn a {
    font-size: 15px;
  }
  .success-stories {
    padding: 10px 0 30px !important;
  }
  .ready-to-find {
    padding: 30px 0;
  }
  .ready-to-find a {
    font-size: 15px;
  }
  .why-choose-temp {
    padding: 30px 0;
  }
  .why-choose-temp .container > h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .why-choose-temp .container > h2,
  .how-it-work-temp .container > h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
  }
  .who-we-staff-temp {
    padding: 20px 0;
  }
  .who-we-staff-temp-box {
    flex-wrap: wrap;
  }
  .who-we-staff-temp-items {
    /* width: calc(100% / 2 - 14px); */
  }
  .why-nclusive-temp {
    padding: 20px 0;
  }
  .need-talent-temp {
    padding: 20px 0;
  }
  .our-approach,
  .nclusive-team,
  .why-our-process-work {
    padding: 30px 0;
  }
  .our-approach .container > h2,
  .our-process .container > h2,
  .why-our-process-work .container > h2,
  .why-our-process-work .container > h2,
  .nclusive-content h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .nclusive-content-btn a {
    font-size: 15px;
  }
  .training-banner-content h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .our-approach-training {
    padding: 30px 0;
  }
  .banner-content h2 {
    font-size: 20px !important;
    color: white !important;
  }
  .why-choose-training {
    padding-bottom: 30px;
  }
  .why-choose-training-box h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .why-choose-training-btn a {
    font-size: 13px;
  }
  .page-id-2072 .why-choose-training {
    padding-top: 30px;
  }
  .why-use-nclusive-eployer .container > h2,
  .how-it-work-employer .container > h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .how-it-work-employer {
    padding: 30px 0;
  }
  .how-it-work-employer-box {
    flex-wrap: wrap;
  }
  .how-it-work-employer-items {
    width: calc(100% / 2 - 14px);
  }
  .how-it-work-employer-btn a {
    font-size: 12px;
  }
  .faq-box {
    flex-wrap: wrap;
  }
  .faq-category-container {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .testimonials-section {
    margin: 0 0 30px !important;
  }
  .faqs {
    padding: 0 0 30px !important;
  }
  div#insights {
    padding-top: 30px !important;
  }
  .latest_news.add {
    padding: 0 0 30px;
  }
  .contact_area {
    padding: 30px 15px;
  }
  .testimonials-section {
    padding: 30px 0 !important;
  }
  a.circle_btn {
    padding: 10px 10px !important;
  }
  .how-it-work-temp-items span::after {
    width: 222px;
  }
  ul.how-we-staff-temp-list {
    gap: 0px;
    row-gap: 15px;
    flex-wrap: wrap;
  }
  ul.how-we-staff-temp-list li {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .who-we-staff-temp-items {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    /* padding: 20px; */
  }
  ul.how-we-staff-temp-list {
    padding-left: 78px !important;
  }
  .how-it-work-employer-items span b {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }
  ul.how-we-staff-temp-list {
    gap: 0px;
    row-gap: 15px;
    flex-wrap: wrap;
  }

  .who-we-staff-temp-items-heading i {
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
  .how-it-work-temp-items span::after {
    display: none;
  }
  .how-it-work-temp-items span b {
    width: 60px;
    height: 60px;
  }
  .works-points li {
    width: 100%;
  }
  .process-step {
    width: 100% !important;
  }
  .process-container .process-step {
    width: 100% !important;
  }
  .about-us-home-btns a.circle_btn {
    font-size: 16px;
  }
  .our_process .points li {
    flex: 1 1 calc(100%);
  }
  .team-list li {
    width: 100%;
  }
  .team-list li img {
    width: 150px;
    height: 150px;
  }
  .testimonials-section {
    padding: 30px 0;
  }
  #footer .form_holder {
    float: none;
    text-align: center;
  }
  .splits {
    height: 29vh;
  }
  #nav .sub-menu a {
    color: #fff;
    padding: 5px 0 5px 30px;
  }

  #nav .sub-menu {
    width: 100%;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border-bottom: 1px solid #adadad;
  }
  .top_links {
    display: none;
  }
  .covid {
    display: none;
  }
  .abs_photo {
    display: none;
  }
  .sector_layer {
    padding: 10px;
  }
  .visual h1 br,
  .visual p br {
    display: none;
  }
  .visual_photo {
    display: none;
  }
  .newsletter_form {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .top_frame h3 {
    font-size: 13px;
    float: none;
    text-align: center;
    margin: 0 0 10px;
  }
  .our_services ul li {
    width: 50%;
  }
  .latest_news .values li {
    width: 50%;
  }
  .expertise h2 {
    font-size: 17px;
    line-height: 21px;
  }
  .blogs_area h2 {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 34px;
  }
  .blogs li {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
  .visual p {
    font: 300 16px/20px "Nunito", sans-serif;
  }
  .info_block h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  .info_block .txt.fluid h2 {
    line-height: 28px;
  }
  .process_block h2 {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
  }
  .nav_opener {
    display: block;
  }
  #header #menu a {
    font-weight: 600;
  }

  #nav ul {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e8d3b9;
    width: 273px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
  }
  #nav ul.active {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  #nav ul li {
    display: block;
    text-align: left;
    margin: 0;
  }
  #nav ul a {
    color: #fff;
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #adadad;
  }
  .info_block {
    font: 300 14px/20px "Roboto", sans-serif;
  }
  .info_block .btn {
    padding: 30px 0 0;
  }
  .story_block h2 {
    margin: 0 0 30px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
  }
  .map_image {
    max-width: 300px;
  }
  .latest_news {
    padding: 30px 0 0;
    overflow: hidden;
  }
  .latest_news ul li {
    width: 50%;
    padding: 0 10px 25px;
  }
  .latest_news .date {
    font-size: 13px;
  }
  .footer_top {
    padding: 20px 0;
  }
  #footer .col {
    width: 100%;
    padding: 0 0 20px;
    display: block;
  }
  .visual.add {
    height: 50vh;
  }
  .reg_form h2 {
    font-size: 24px;
    line-height: 27px;
    margin: 0 0 15px;
  }
  .reg_form {
    padding: 20px 0 0;
  }
  .reg_form span {
    font-size: 13px;
  }
  .reg_form input,
  .reg_form textarea,
  .reg_form select {
    font: 900 17px/22px "Roboto";
  }
  .reg_form textarea {
    height: 70px;
  }
  .reg_form input[type="submit"] {
    padding: 14px 34px 14px 0;
    background-size: 30px 30px;
    font-size: 14px;
  }
  img.brain_img {
    max-width: 200px;
  }
  .contact_area {
    padding: 20px 15px;
  }
  .posts_holder .left,
  .right_sidebar {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .posts_holder li {
    margin: 0 0 10px;
  }
  .right_sidebar {
    margin: 20px 0;
  }
  .posts_holder h2 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 29px;
  }
  .sectors ul strong {
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 6px;
  }
  .sectors p {
    margin: 0;
    font: 11px/14px "Nunito";
    word-break: break-all;
  }
  .story_block.about_block p {
    margin: 0;
  }
  .why-choose-items {
    width: 100%;
  }
  .why-choose-btn-home a.circle_btn {
    font-size: 13px;
  }
  .our-services-box-items {
    width: 100%;
  }
  .how-we-work-items {
    width: 100%;
  }
  .page-id-10 #main {
    padding-top: 35px !important;
  }
  .why-work-box {
    flex-wrap: wrap;
  }
  .why-work-nclusive-image {
    width: 100%;
  }
  .why-work-nclusive-content {
    width: 100%;
  }
  .hire-confident-content-top h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .hire-why-choose-items {
    width: 100%;
  }
  .why-choose-temp-items {
    width: 100%;
  }
  .how-it-work-temp-box {
    flex-wrap: wrap;
  }
  .how-it-work-temp-items,
  .who-we-staff-temp-items {
    width: 100%;
  }
  .banner-exective {
    padding: 50px 0;
  }
  .banner-content a,
  .why-choose-temp-btn a,
  .how-it-work-temp-btn a,
  .who-we-staff-temp-btn a,
  .need-talent-temp-btn a {
    font-size: 14px;
  }
  .our-approach-items,
  .why-our-process-items {
    width: 100%;
  }
  .nclusive-content-btn {
    flex-wrap: wrap;
  }
  .our-approach-training-items {
    width: 100%;
  }
  .why-choose-training-btn {
    flex-wrap: wrap;
  }
  .why-use-nclusive-epmployer-items {
    width: 100%;
  }
  .how-it-work-employer-items {
    width: 100%;
  }
  .how-it-work-employer-btn {
    flex-wrap: wrap;
  }
  .page-id-561 .latest-news-box ul.list_none.list_inline.blogs > li {
    width: 100% !important;
  }
  .latest-news-box {
    flex-wrap: wrap;
  }
  ul.list_none.list_inline.blogs {
    width: 100%;
  }
  .list_feature_blogs {
    width: 100%;
  }
  li.recent-post-item a {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .recent-post-thumb img {
    max-width: 70px;
  }
  .testimonials-section {
    margin: 0 0 30px !important;
  }
  .faqs,
  .latest_news.add {
    padding: 0 0 0px !important;
  }
}
@media (max-width: 480px) {
  .who-we-staff-temp-items h2 {
    font-size: 15px;
  }
  ul.how-we-staff-temp-list {
    padding-left: 90px !important;
  }
  ul.how-we-staff-temp-list li {
    width: 100%;
  }
  .li_holder {
    height: 50vw;
  }
  .about-us-home-btns {
    flex-wrap: wrap;
  }
  .our_services h2 {
    font-size: 25px;
    line-height: 29px;
    margin: 0 0 13px;
  }
  .our_services ul li {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
  .latest_news ul li {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }
  .process_block li {
    width: 100%;
    padding: 0 10px 20px;
    display: block;
  }
  img.brain_img {
    display: none;
  }
  .links li {
    width: 210px;
    padding: 0;
    display: block;
    margin: 0 auto 20px;
  }
  .contact_area h1 {
    text-align: center;
  }
  .latest_news .values li {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0 0 30px !important;
  }
  .why-choose-btn-home {
    flex-wrap: wrap;
  }
  .hire-why-choose-btn a {
    font-size: 12px;
  }
  .banner-content a,
  .why-choose-temp-btn a,
  .how-it-work-temp-btn a,
  .who-we-staff-temp-btn a,
  .need-talent-temp-btn a {
    font-size: 12px;
  }
  .nclusive-content-btn a {
    font-size: 12px;
  }
  .how-it-work-employer-btn a {
    font-size: 11px;
  }
  .faqs-switcher strong {
    font-size: 14px;
  }
}
