body {
  font-family: Jost, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  /**
  TODO: setup css for archive-services: .post-type-archive-services,
  /service/
  */
}
body.tax-service_category #main > svg {
  position: absolute;
  left: -100%;
}
body.tax-service_category .page-header {
  position: relative;
  padding-top: 120%;
  background: url("../assets/header-studio-services.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body.tax-service_category .page-header {
    padding-top: 30%;
  }
}
body.tax-service_category .page-header > div {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  gap: 24px;
}
body.tax-service_category .page-header > div h1 {
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: 1ch;
  text-align: center;
  color: #FFFFFF;
}
body.tax-service_category .page-header > div p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: Jost, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  body.tax-service_category .page-header > div p {
    max-width: 788px;
  }
}
body.tax-service_category .page-header:before {
  display: block;
  inset: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  mix-blend-mode: multiply;
}
body.tax-service_category .services-container .row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  body.tax-service_category .services-container .row {
    flex-wrap: nowrap;
  }
}
body.tax-service_category .services-container .row:nth-child(odd) {
  flex-direction: row-reverse;
  background-color: #FFFFFF;
}
body.tax-service_category .services-container .row:nth-child(odd) > .img-container {
  clip-path: url("#clip-path-odd");
}
body.tax-service_category .services-container .row:nth-child(even) {
  flex-direction: row;
  background-color: #F2F2F2;
}
body.tax-service_category .services-container .row:nth-child(even) > .img-container {
  clip-path: url("#clip-path-even");
}
body.tax-service_category .services-container .row > div {
  flex: 1 1 100%;
  margin: 36px 0;
}
@media (min-width: 992px) {
  body.tax-service_category .services-container .row > div {
    margin: 0;
    flex: 0 1 50%;
  }
}
body.tax-service_category .services-container .row > div.img-container {
  position: relative;
  padding-top: 25%;
  overflow: hidden;
  display: none;
}
@media (min-width: 992px) {
  body.tax-service_category .services-container .row > div.img-container {
    display: block;
  }
}
body.tax-service_category .services-container .row > div.img-container > img {
  position: absolute;
  height: auto !important;
  width: 100% !important;
  object-fit: cover;
  inset: 0;
  margin: auto;
}
body.tax-service_category .services-container .row > div.service-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  padding: 0 10%;
}
@media (min-width: 992px) {
  body.tax-service_category .services-container .row > div.service-container {
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  body.tax-service_category .services-container .row > div.service-container {
    gap: 36px;
  }
}
body.tax-service_category .services-container .row > div.service-container h2 {
  font-family: Figtree, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.14ch;
  padding-bottom: 0 !important;
}
body.tax-service_category .services-container .row > div.service-container p {
  font-family: Jost, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #686868;
}
body.tax-service_category .services-container .row > div.service-container .button {
  display: flex;
  width: fit-content;
  justify-content: flex-start;
  align-items: center;
}
body.tax-service_category .services-container .row > div.service-container .button > a {
  display: inline-block;
  position: relative;
  font-family: Figtree, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.08ch;
  padding: 8px 54px 8px 32px;
  background-color: #F9CD15;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 48px;
  cursor: pointer;
}
body.tax-service_category .services-container .row > div.service-container .button > a:after {
  position: absolute;
  content: "5";
  display: block;
  inset: 0;
  margin: auto 16px auto auto;
  width: 30px;
  height: 25px;
  font-family: "ETmodules", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  line-height: 21px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
body.tax-service_category .services-container .row > div.service-container .button > a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
body.tax-service_category .services-container .row > div.service-container .button > a:hover:after {
  color: #FFFFFF;
  transform: translateX(8px);
}
body.services-template-default.single.single-services #et-main-area #main-content .container {
  width: 100% !important;
}
body.services-template-default.single.single-services #main-content {
  background-color: #F2F2F2 !important;
}
body.services-template-default.single.single-services #main-content > .container {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.services-template-default.single.single-services h1 {
  text-align: center;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: 1ch;
  text-align: center;
}
body.services-template-default.single.single-services #sidebar {
  display: none !important;
}
body.services-template-default.single.single-services #left-area {
  background-color: #F2F2F2 !important;
  width: 100% !important;
  padding: 0 !important;
}
body.services-template-default.single.single-services #left-area article {
  background-color: #F2F2F2 !important;
  padding: 0 !important;
}
body.services-template-default.single.single-services #left-area article > div:not(.et_post_meta_wrapper) {
  max-width: 800px;
  margin: 0 auto;
}
body.services-template-default.single.single-services #left-area article > div:not(.et_post_meta_wrapper) > *:not(#et-boc) {
  padding: 0 16px;
}
@media (min-width: 992px) {
  body.services-template-default.single.single-services #left-area article > div:not(.et_post_meta_wrapper) > *:not(#et-boc) {
    padding: 0;
  }
}
body.services-template-default.single.single-services #left-area article > div.et_post_meta_wrapper {
  color: #FFFFFF;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding-top: 160px;
}
@media (min-width: 992px) {
  body.services-template-default.single.single-services #left-area article > div.et_post_meta_wrapper {
    padding-top: 200px;
  }
}
body.services-template-default.single.single-services #left-area article > div.et_post_meta_wrapper:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  inset: 0;
  background-color: #000000;
  opacity: 0.7;
}
body.services-template-default.single.single-services #left-area article > div.et_post_meta_wrapper > h1 {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  height: fit-content;
  inset: 0;
  margin: auto;
  border: none !important;
}
body.services-template-default.single.single-services #left-area article > div.et_post_meta_wrapper > .excerpt {
  position: relative;
  color: #FFFFFF;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 24px 80px;
}
@media (min-width: 992px) {
  body.services-template-default.single.single-services #left-area article > div.et_post_meta_wrapper > .excerpt {
    padding: 24px 24px 160px;
  }
}
body.services-template-default.single.single-services #left-area article > div.et_post_meta_wrapper > .excerpt > p {
  color: #FFFFFF !important;
  font-family: Jost, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
body.services-template-default.single.single-services #left-area article p {
  font-family: Jost, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 36px !important;
  color: #686868 !important;
}
body.services-template-default.single.single-services #left-area article h2 {
  font-family: Figtree, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.14ch;
  margin: 40px 0 20px;
}
body.services-template-default.single.single-services #left-area article h3 {
  font-family: Figtree, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  padding: 20px 0 0;
}
body.services-template-default.single.single-services #left-area article h5 {
  font-family: Figtree, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  padding: 20px 0;
}
body.services-template-default.single.single-services #left-area article ul,
body.services-template-default.single.single-services #left-area article ol {
  margin-left: 20px;
}
body.services-template-default.single.single-services #left-area article ul li,
body.services-template-default.single.single-services #left-area article ol li {
  font-family: Jost, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0 !important;
  color: #686868 !important;
}
body.services-template-default.single.single-services #left-area article ul.button-list,
body.services-template-default.single.single-services #left-area article ol.button-list {
  list-style-type: none;
  margin: 80px 0;
}
body.services-template-default.single.single-services #left-area article ul.button-list > li,
body.services-template-default.single.single-services #left-area article ol.button-list > li {
  display: flex;
  width: fit-content;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
body.services-template-default.single.single-services #left-area article ul.button-list > li > a,
body.services-template-default.single.single-services #left-area article ol.button-list > li > a {
  display: inline-block;
  position: relative;
  font-family: Figtree, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.08ch;
  padding: 8px 54px 8px 32px;
  background-color: #F9CD15;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 48px;
  cursor: pointer;
}
body.services-template-default.single.single-services #left-area article ul.button-list > li > a:after,
body.services-template-default.single.single-services #left-area article ol.button-list > li > a:after {
  position: absolute;
  content: "5";
  display: block;
  inset: 0;
  margin: auto 16px auto auto;
  width: 30px;
  height: 25px;
  font-family: "ETmodules", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  line-height: 21px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
body.services-template-default.single.single-services #left-area article ul.button-list > li > a:hover,
body.services-template-default.single.single-services #left-area article ol.button-list > li > a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
body.services-template-default.single.single-services #left-area article ul.button-list > li > a:hover:after,
body.services-template-default.single.single-services #left-area article ol.button-list > li > a:hover:after {
  color: #FFFFFF;
  transform: translateX(8px);
}
body.services-template-default.single.single-services #left-area article ul {
  list-style-type: square;
}
body.services-template-default.single.single-services #left-area article div.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body.services-template-default.single.single-services #left-area article div.flex > .col {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  body.services-template-default.single.single-services #left-area article div.flex > .col {
    flex: 0 1 48%;
  }
}
body.services-template-default.single.single-services #left-area article div.flex h3 {
  padding-bottom: 12px;
}
body.services-template-default.single.single-services #left-area article div.bg-white {
  background-color: #FFFFFF;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #F2F2F2;
}
body.services-template-default.single.single-services #left-area article div.bg-white > .col:not(:last-of-type) {
  border-right: 1px solid #F2F2F2;
}
body.services-template-default.single.single-services #left-area article div.bg-white > .col:not(:last-of-type) h3 {
  padding-left: 8px;
}
body.services-template-default.single.single-services #left-area article div.button {
  display: flex;
  width: fit-content;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
body.services-template-default.single.single-services #left-area article div.button > a {
  display: inline-block;
  position: relative;
  font-family: Figtree, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.08ch;
  padding: 8px 54px 8px 32px;
  background-color: #F9CD15;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 48px;
  cursor: pointer;
}
body.services-template-default.single.single-services #left-area article div.button > a:after {
  position: absolute;
  content: "5";
  display: block;
  inset: 0;
  margin: auto 16px auto auto;
  width: 30px;
  height: 25px;
  font-family: "ETmodules", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  line-height: 21px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
body.services-template-default.single.single-services #left-area article div.button > a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
body.services-template-default.single.single-services #left-area article div.button > a:hover:after {
  color: #FFFFFF;
  transform: translateX(8px);
}
body.services-template-default.single.single-services #left-area article form {
  margin-bottom: 80px;
}
body.services-template-default.single.single-services #left-area article form .nf-form-fields-required {
  display: none;
}
body.services-template-default.single.single-services #left-area article form .nf-field-label span,
body.services-template-default.single.single-services #left-area article form .nf-field-label label {
  font-family: Jost, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #686868;
}
body.services-template-default.single.single-services #left-area article form textarea,
body.services-template-default.single.single-services #left-area article form select,
body.services-template-default.single.single-services #left-area article form input {
  background-color: #FFFFFF;
  border: 0 !important;
  font-family: Jost, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #686868;
}
body.services-template-default.single.single-services #left-area article form input[type=submit] {
  display: inline-block;
  position: relative;
  font-family: Figtree, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.08ch;
  padding: 8px 54px 8px 32px;
  background-color: #F9CD15;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 48px;
  cursor: pointer;
  padding: 12px 64px;
  margin-top: 40px;
}
body.services-template-default.single.single-services #left-area article form input[type=submit]:after {
  position: absolute;
  content: "5";
  display: block;
  inset: 0;
  margin: auto 16px auto auto;
  width: 30px;
  height: 25px;
  font-family: "ETmodules", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  line-height: 21px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
body.services-template-default.single.single-services #left-area article form input[type=submit]:hover {
  color: #FFFFFF;
  background-color: #000000;
}
body.services-template-default.single.single-services #left-area article form input[type=submit]:hover:after {
  color: #FFFFFF;
  transform: translateX(8px);
}
body.services-template-default.single.single-services #left-area article form nf-fields-wrap nf-field > .date-container .nf-field-element {
  display: flex;
  align-items: stretch;
}
body.services-template-default.single.single-services #left-area article form nf-fields-wrap nf-field > .date-container .nf-field-element > div.pikaday__container {
  flex: 0 1 50%;
  margin-right: 20px;
}
body.services-template-default.single.single-services #left-area article form nf-fields-wrap nf-field > .date-container .nf-field-element > div input,
body.services-template-default.single.single-services #left-area article form nf-fields-wrap nf-field > .date-container .nf-field-element > div select {
  height: 100%;
  margin: 0;
}
body.services-template-default.single.single-services #left-area article form nf-fields-wrap nf-field > .date-container .nf-field-description {
  color: #FFFFFF;
  text-align: left;
  font-family: Jost, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
}
@media (min-width: 992px) {
  body.services-template-default.single.single-services #left-area article form nf-fields-wrap {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.services-template-default.single.single-services #left-area article form nf-fields-wrap nf-field {
    flex: 1 0 100%;
  }
  body.services-template-default.single.single-services #left-area article form nf-fields-wrap nf-field:has(div.grow) {
    flex: 1 0 100%;
  }
  body.services-template-default.single.single-services #left-area article form nf-fields-wrap nf-field:has(div.shrink) {
    flex: 0 1 48%;
  }
  body.services-template-default.single.single-services #left-area article form nf-fields-wrap nf-field:has(input[type=checkbox]) {
    margin-top: 20px;
  }
  body.services-template-default.single.single-services #left-area article form nf-fields-wrap nf-field:has(input.terms_condition), body.services-template-default.single.single-services #left-area article form nf-fields-wrap nf-field:last-of-type {
    align-items: flex-end;
  }
  body.services-template-default.single.single-services #left-area article form nf-fields-wrap nf-field:last-of-type .nf-field-element {
    text-align: right;
  }
}
body.services-template-default.single.single-services #left-area article:has(#et-boc) div.entry-content {
  max-width: 100% !important;
}
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_section {
  padding: 0 !important;
}
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.split_content > .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.split_content > .et_pb_column {
    flex-wrap: nowrap;
  }
}
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.split_content > .et_pb_column > div {
  flex: 1 1 100%;
  margin: 0 !important;
}
@media (min-width: 992px) {
  body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.split_content > .et_pb_column > div {
    flex: 0 1 45%;
  }
}
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.split_content > .et_pb_column > div.et_pb_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.split_content > .et_pb_column > div.et_pb_text > div.et_pb_text_inner {
  text-align: left;
  padding: 0 24px;
}
@media (min-width: 992px) {
  body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.split_content > .et_pb_column > div.et_pb_text > div.et_pb_text_inner {
    max-width: 80%;
  }
}
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.full_content > .et_pb_column div.et_pb_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.full_content > .et_pb_column div.et_pb_text > div.et_pb_text_inner {
  padding: 60px 24px;
  text-align: center;
}
@media (min-width: 992px) {
  body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.full_content > .et_pb_column div.et_pb_text > div.et_pb_text_inner {
    max-width: 800px;
    padding: 120px 24px;
  }
}
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.form_container_dark {
  background-color: #2b2b2b;
}
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.form_container_dark h2,
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.form_container_dark label,
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.form_container_dark a {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.form_container_dark .submit-container .nf-field-element {
    text-align: right;
  }
}
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.image_cover {
  padding-top: 100% !important;
}
@media (min-width: 992px) {
  body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.image_cover {
    padding-top: 56.25% !important;
  }
}
body.services-template-default.single.single-services #left-area article:has(#et-boc) #et-boc .et_pb_row.image_cover > .et_pb_column {
  display: none !important;
}
body .split_content {
  background-color: #FFFFFF;
}
body .split_content span.et_pb_image_wrap {
  overflow: hidden;
  display: block !important;
  padding-top: 100%;
}
body .split_content span.et_pb_image_wrap > img {
  position: absolute !important;
  object-fit: cover;
  inset: 0;
  margin: 0;
  width: 100%;
}
body .quote {
  background-color: #F2F2F2;
}
body .demoroom_a span.et_pb_image_wrap {
  border-bottom-right-radius: 50%;
}
body .demoroom_a .et_pb_text {
  align-items: flex-start;
}
body .demoroom_b span.et_pb_image_wrap {
  border-top-left-radius: 50%;
}
body .demoroom_b .et_pb_text {
  align-items: flex-end;
}
body .related-services {
  display: none;
}

.value-strip-container {
  background-color: #6A8C9B;
  padding: 32px 0;
  display: none;
}
@media (min-width: 992px) {
  .value-strip-container {
    display: block;
  }
}
.value-strip-container > ul {
  display: none;
  justify-content: space-evenly;
  align-items: center;
}
@media (min-width: 992px) {
  .value-strip-container > ul {
    display: flex;
  }
}
.value-strip-container > ul > li {
  color: #FFFFFF;
  position: relative;
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.value-strip-container > ul > li > h2 {
  font-family: Figtree, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  line-height: 110%;
  color: #FFFFFF;
  padding: 0 !important;
}
.value-strip-container > ul > li > h2 > span {
  display: block;
  font-family: Figtree, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #FFFFFF;
}
.value-strip-container > ul > li.value:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.value-strip-container > ul > li.value.icon-onsite:before {
  background-image: url("../assets/tools.svg");
}
.value-strip-container > ul > li.value.icon-turnkey:before {
  background-image: url("../assets/shop.svg");
}
.value-strip-container > ul > li.value.icon-stateart:before {
  background-image: url("../assets/speaker.svg");
}

/*# sourceMappingURL=fj24.css.map */
