@font-face {
  font-family: "kanitbold";
  src: url("../fonts/kanit-bold-webfont.woff2") format("woff2"),
    url("../fonts/kanit-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kanitextrabold";
  src: url("../fonts/kanit-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/kanit-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kanitlight";
  src: url("../fonts/kanit-light-webfont.woff2") format("woff2"),
    url("../fonts/kanit-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kanitmedium";
  src: url("../fonts/kanit-medium-webfont.woff2") format("woff2"),
    url("../fonts/kanit-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kanitregular";
  src: url("../fonts/kanit-regular-webfont.woff2") format("woff2"),
    url("../fonts/kanit-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kanitsemibold";
  src: url("../fonts/kanit-semibold-webfont.woff2") format("woff2"),
    url("../fonts/kanit-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Global Colors */
:root {
  --primary-color: #003869;
  --secondary-color: #60ac66;
  --text-color: #003869;
  --white-color: #ffffff;
  --light-color: #e6eaf1;
  --light-green-color: #d7e6d8;
}

.badge {
  padding: 0 10px;
  border-radius: 50px;
  border-color: #003869 !important;
  background: #003869 !important;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-family: "kanitmedium";
  font-weight: 400;
  text-shadow: none;
}
.badge.bg-primary {
  background: #ac9977 !important;
  border-color: #ac9977 !important;
}
.badge.bg-secondary {
  background: rgba(207, 65, 85, 0.8) !important;
  border-color: #cf4155 !important;
}
.badge.bg-orange {
  background: rgba(244, 185, 84, 0.8) !important;
  border-color: #f4b954 !important;
}
.badge.bg-success {
  background: rgba(60, 170, 154, 0.8) !important;
  border-color: var(--secondary-color) !important;
}
.badge.bg-blue {
  background: rgba(10, 102, 194, 0.8) !important;
  border-color: #0a66c2 !important;
}
.badge.bg-primary text {
  fill: #ac9977 !important;
}

.badge.bg-secondary text {
  fill: #cf4155 !important;
}

.badge.bg-orange text {
  fill: #f4b954 !important;
}

.badge.bg-success text {
  fill: rgba(60, 170, 154, 0.8) !important;
}

.badge.bg-blue text {
  fill: #0a66c2 !important;
}

.btn,
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_button_submit {
  line-height: 100%;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 25px;
  border-radius: 10px;
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  font-family: "kanitregular";
  box-shadow: none;
}

footer .btn {
  font-size: 1rem;
  padding: 12px 20px;
  margin: 0;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .btn,
  .frm_style_formidable-style.with_frm_style .frm_submit button,
  .frm_button_submit {
    font-size: 1rem;
  }
}
.btn span,
.frm_style_formidable-style.with_frm_style .frm_submit button span,
.frm_button_submit span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_button_submit:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}
.blue .btn.b:hover {
  background: var(--white-color);
  border-color: var(--white-color);
  color: var(--primary-color);
}

.btn:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
.frm_button_submit:focus {
  box-shadow: none;
}
.btn.btn-primary,
.btn .frm_style_formidable-style.with_frm_style .frm_submit button,
.btn .frm_button_submit,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-primary,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button
  .frm_style_formidable-style.with_frm_style
  .frm_submit
  button,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button
  .frm_button_submit,
.frm_button_submit.btn-primary,
.frm_button_submit
  .frm_style_formidable-style.with_frm_style
  .frm_submit
  button,
.frm_button_submit .frm_button_submit {
  background: #003869;
}
.btn.btn-primary:hover,
.btn .frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.btn .frm_button_submit:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-primary:hover,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button
  .frm_style_formidable-style.with_frm_style
  .frm_submit
  button:hover,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button
  .frm_button_submit:hover,
.frm_button_submit.btn-primary:hover,
.frm_button_submit
  .frm_style_formidable-style.with_frm_style
  .frm_submit
  button:hover,
.frm_button_submit .frm_button_submit:hover {
  background: #1d1d1b;
  border-color: #1d1d1b;
  color: #ffffff;
}
.btn.btn-secondary,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-secondary,
.frm_button_submit.btn-secondary {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn.btn-secondary:hover,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button.btn-secondary:hover,
.frm_button_submit.btn-secondary:hover {
  background: rgba(60, 170, 154, 0.2);
  border-color: var(--secondary-color);
  color: #ffffff;
}
.btn.btn-secondary-white,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button.btn-secondary-white,
.frm_button_submit.btn-secondary-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #003869;
}
.btn.btn-secondary-white:hover,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button.btn-secondary-white:hover,
.frm_button_submit.btn-secondary-white:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #ffffff;
}
.btn.btn-dark,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-dark,
.frm_button_submit.btn-dark {
  background: #8b949c;
  border-color: #8b949c;
}
.btn.btn-dark:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-dark:hover,
.frm_button_submit.btn-dark:hover {
  background: #003869;
  border-color: #003869;
  color: #ffffff;
}
.btn.btn-black,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-black,
.frm_button_submit.btn-black {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn.btn-black:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-black:hover,
.frm_button_submit.btn-black:hover {
  background: #003869;
  border-color: #003869;
}
.btn.btn-outline-primary,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button.btn-outline-primary,
.frm_button_submit.btn-outline-primary {
  background: transparent;
  border: 1px solid #003869;
  color: #003869;
}
.blue .btn.btn-outline-primary {
  background: transparent;
  border-color: var(--white-color);
  color: var(--white-color);
}

.btn.btn-outline-primary:hover,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button.btn-outline-primary:hover,
.frm_button_submit.btn-outline-primary:hover {
  background: #003869;
  color: #ffffff;
}
.blue .btn.btn-outline-primary:hover {
  background: var(--white-color);
  color: var(--primary-color);
}
.btn.btn-transparent-primary,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button.btn-transparent-primary,
.frm_button_submit.btn-transparent-primary {
  background: none;
  border: 1px solid #003869;
  color: #003869;
}
.btn.btn-transparent-primary:hover,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button.btn-transparent-primary:hover,
.frm_button_submit.btn-transparent-primary:hover {
  background: #003869;
  color: #ffffff;
}
.btn.btn-outline-secondary,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button.btn-outline-secondary,
.frm_button_submit.btn-outline-secondary {
  background: transparent;
  border: 1px solid #003869;
  color: #ffffff;
}
.btn.btn-outline-secondary:hover,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button.btn-outline-secondary:hover,
.frm_button_submit.btn-outline-secondary:hover {
  background: #003869;
  color: #000000;
}
.btn.btn-outline-white,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-outline-white,
.frm_button_submit.btn-outline-white {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.btn-outline-white:hover,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button.btn-outline-white:hover,
.frm_button_submit.btn-outline-white:hover {
  background: #ffffff;
  color: #003869;
}
.btn.btn-sm,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-sm,
.frm_button_submit.btn-sm {
  min-width: 125px;
}
.btn.btn-outline-dark,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn-outline-dark,
.frm_button_submit.btn-outline-dark {
  border-color: #8b949c;
  color: #8b949c;
  background: transparent;
}
.btn.btn-outline-dark:hover,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  button.btn-outline-dark:hover,
.frm_button_submit.btn-outline-dark:hover {
  background: #8b949c;
  color: #ffffff;
}

.white .btn.btn-outline-white {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.white .btn.btn-outline-white:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.btn.btn-arrow {
  background: transparent;
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: 100%;
  padding: 0px 0px 12px 0px;
  border: none;
  width: fit-content;
  position: relative;
}
.btn.btn-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  display: block;
  width: calc(100% + 35px);
  height: 1px;
  background: var(--primary-color);
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.btn.btn-arrow::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L8 8.5L1 16' stroke='%23003869' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.btn.btn-arrow:hover::before {
  width: calc(100% + 45px);
}
.btn.btn-arrow:hover::after {
  right: -46px;
}

.btn.btn-arrow.arrow-reversed {
  padding-left: 36px;
}
.btn.btn-arrow.arrow-reversed::after {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}

.btn.btn-arrow.arrow-reversed::before {
  width: calc(100%);
  left: 1px;
}
.cmn__section.lightgblue {
  background: #e6eaf1;
}

.cmn__section.workcloth__section {
  background: var(--white-color);
  z-index: 2;
  position: relative;
}
.cmn__section.blue {
  background: var(--primary-color);
}
.cmn__section.light {
  background: #e6eaf1;
}
.cmn__section .border-decorative {
  margin: 90px 0px;
}
.workcloth__section .border-decorative {
  margin: 90px 0px;
}
.cmn__section.blue .btn.btn-arrow::before {
  background: var(--white-color);
}
.cmn__section.blue .btn.btn-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L8 8.5L1 16' stroke='%23FFFFFF' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.cases__section {
  position: relative;
  z-index: 2;
}
.btn.btn-arrow-green {
  background: transparent;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: 100%;
  padding: 0px 0px 12px 0px;
  border: none;
  width: fit-content;
  position: relative;
}
.btn.btn-arrow-green::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  display: block;
  width: calc(100% + 27px);
  height: 1px;
  background: var(--secondary-color);
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.btn.btn-arrow-green::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L8 8.5L1 16' stroke='%2360AC66' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.btn.btn-arrow-green:hover::before {
  width: calc(100% + 37px);
}
.btn.btn-arrow-green:hover::after {
  right: -38px;
}

.btn.btn-arrow-green.blue {
  color: #4495d1;
}
.btn.btn-arrow-green.blue::before {
  background: #4495d1;
}
.btn.btn-arrow-green.blue::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L8 8.5L1 16' stroke='%234495d1' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.btn.btn-arrow-green.secondary {
  color: #cf4155;
}
.btn.btn-arrow-green.secondary::before {
  background: #cf4155;
}
.btn.btn-arrow-green.secondary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L8 8.5L1 16' stroke='%23CF4155' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.btn.btn-arrow-green.orange {
  color: #f4b954;
}
.btn.btn-arrow-green.orange::before {
  background: #f4b954;
}
.btn.btn-arrow-green.orange::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L8 8.5L1 16' stroke='%23F4B954' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.btn.btn-arrow-green.primary {
  color: #ac9977;
}
.btn.btn-arrow-green.primary::before {
  background: #ac9977;
}
.btn.btn-arrow-green.primary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L8 8.5L1 16' stroke='%23AC9977' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.btn.btn-arrow-green.success {
  color: #3caa9a;
}
.btn.btn-arrow-green.success::before {
  background: #3caa9a;
}
.btn.btn-arrow-green.success::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L8 8.5L1 16' stroke='%233CAA9A' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.cmn__link {
  font-size: 1rem;
  font-family: "kanitregular";
  color: #003869;
  text-decoration: underline;
}
.cmn__link__wt {
  color: #ffffff;
}
.cmn__link__wt:hover {
  color: var(--secondary-color);
}
.cmn__link__wt:hover i svg path {
  stroke: var(--secondary-color);
}

.inner__hero__section {
  padding: 1.875rem 0 7.5rem 0;
}
.inner__hero__section.showbg {
  background: url("data:image/svg+xml,%3Csvg width='912' height='660' viewBox='0 0 912 660' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.25'%3E%3Cpath d='M709.049 538.274C592.926 407.23 399.388 0 2.19531 0V237.205C291.623 237.62 398.508 489.754 554.219 670.976C620.198 636.141 691.895 560.253 709.049 538.688V538.274Z' fill='%23112742'/%3E%3Cpath d='M662.428 889.932C603.927 936.793 574.896 960.845 510.677 996.924C261.276 927.67 191.339 558.591 0 600.061V364.929C191.339 364.929 269.634 495.972 468.01 739.398C508.477 789.161 577.975 851.78 661.988 890.347L662.428 889.932Z' fill='%23112742'/%3E%3Cpath d='M1531.15 0V216.056C1195.97 164.634 1086.01 616.651 713.887 851.368C654.506 822.754 582.369 762.623 567.414 735.253C1001.12 443.308 951.851 26.5405 1531.15 0Z' fill='%23112742'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.page-id-1365 .inner__hero__section,
.page-id-15 .inner__hero__section,
.page-id-3144 .inner__hero__section,
.page-id-3025 .inner__hero__section {
  padding-bottom: 0;
}
.inner__hero__section.blue {
  background-color: var(--primary-color);
}

.inner__hero__section.blue .btn.btn-outline-primary {
  z-index: 9;
  background: #003869;
}
.inner__hero__section.light {
  background-color: #e6eaf1;
}
.button-wrap {
  margin-top: 80px;
}

.inner__hero__section.sectoren__dtl {
  background-image: url("data:image/svg+xml,%3Csvg width='912' height='790' viewBox='0 0 912 790' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.25'%3E%3Cpath d='M0 999H191.339V900.717C160.549 873.347 74.3362 717.422 0 749.768V999Z' fill='white'/%3E%3Cpath d='M709.049 538.274C592.926 407.23 399.388 0 2.19531 0V237.205C291.623 237.62 398.508 489.754 554.219 670.976C620.198 636.141 691.895 560.252 709.049 538.688V538.274Z' fill='white'/%3E%3Cpath d='M954.494 747.277C1039.39 824.825 1088.21 866.709 1154.19 892.005C1109.32 941.354 1053.46 986.141 1015.63 998.997C961.972 979.506 895.553 943.013 806.262 861.733C861.684 831.46 902.151 802.017 954.494 746.862V747.277Z' fill='white'/%3E%3Cpath d='M662.428 889.932C603.927 936.793 574.896 960.845 510.677 996.924C261.276 927.67 191.339 558.591 0 600.061V364.929C191.339 364.929 269.634 495.972 468.01 739.398C508.477 789.161 577.975 851.78 661.988 890.347L662.428 889.932Z' fill='white'/%3E%3Cpath d='M1531.15 0V216.056C1195.97 164.634 1086.01 616.651 713.887 851.368C654.506 822.754 582.369 762.623 567.414 735.253C1001.12 443.308 951.851 26.5405 1531.15 0Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #e6eaf1;
}

.col-50 {
  width: calc((100% / 2) - 60px);
}

.buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.h1-style {
  font-size: 6.25rem !important;
  line-height: 6.25rem !important;
}

.h2-style {
  font-size: 5.625rem !important;
  line-height: 5.938rem !important;
}

.h3-style {
  font-size: 3.75rem !important;
  line-height: 4.063rem !important;
}

.h4-style {
  font-size: 2.5rem !important;
  line-height: 2.813rem !important;
}

.h5-style {
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
}

@media (max-width: 1024px) {
  .h1-style {
    font-size: 4.5rem !important;
    line-height: 4.75rem !important;
  }

  .h2-style {
    font-size: 3.75rem !important;
    line-height: 4rem !important;
  }

  .h3-style {
    font-size: 2.5rem !important;
    line-height: 2.75rem !important;
  }

  .h4-style {
    font-size: 2rem !important;
    line-height: 2.25rem !important;
  }

  .h5-style {
    font-size: 1.125rem !important;
    line-height: 1.375rem !important;
  }
}

@media (max-width: 767px) {
  .h1-style {
    font-size: 2.35rem !important;
    line-height: 2.55rem !important;
  }

  .h2-style {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .h3-style {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .h4-style {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }

  .h5-style {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
  }
  .mb-30 {
    margin-bottom: 20px !important;
  }
  .mt-80 {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .col-50 {
    width: 100%;
  }
  .inner__hero__section {
    padding: 3rem 0 3rem;
  }
  .btn.btn-arrow {
    font-size: 1.2rem;
  }
  .cmn__section .border-decorative,
  .workcloth__section .border-decorative {
    margin: 3rem 0;
  }
  .button-wrap {
    margin-top: 30px;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner__hero__section .col-sm-5 {
    width: 50%;
  }
  .btn.btn-arrow {
    font-size: 1.2rem;
  }
  .col-50 {
    width: calc(100% / 2);
  }
}

.buttons-flex-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
.buttons-flex-row {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .button-wrap {
    margin-top: 30px;
    gap: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .inner__hero__section .mt-5.d-flex {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner__hero__section .mt-5.d-flex {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .inner__hero__section .mt-5.d-flex {
    flex-direction: row;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .inner__hero__section .mt-5.d-flex .btn {
    min-width: 260px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .inner__hero__section .mt-5.d-flex .btn {
    min-width: 130px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .inner__hero__section .container .row > .col-sm-3,
  .inner__hero__section .container .row > .col-sm-7 {
    width: 100%;
  }
}
.inner__hero__section .inner__hero__caption {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.inner__hero__section .inner__hero__caption nav {
  margin-bottom: 7.5rem;
}

.inner__hero__section .inner__hero__caption > span {
  font-size: 3.125rem;
  color: #000000;
  display: block;
  line-height: 2.5rem;
}
.inner__hero__section.blue .inner__hero__caption span {
  color: var(--white-color);
}
.inner__hero__section .inner__hero__caption h1 {
  font-size: 6.25rem;
  line-height: 100%;
  color: #003869;
  font-family: "kanitsemibold";
}
.inner__hero__section.blue .inner__hero__caption h1 {
  color: var(--white-color);
}
.inner__hero__section.blue .inner__hero__caption h1 span {
  text-decoration: underline;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .inner__hero__section .inner__hero__caption h1 {
    font-size: 4rem;
  }
}
.inner__hero__section .inner__hero__caption h6 {
  color: #003869;
  margin: 15px 0 0;
  font-family: "kanitmedium";
  font-size: 1.25rem;
}
.inner__hero__section .inner__hero__caption p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0;
  opacity: 0.8;
}

.inner__hero__section.blue .inner__hero__caption p {
  color: var(--white-color);
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .inner__hero__section .topic__card__side {
    flex-direction: column-reverse !important;
    height: auto;
  }
}

.page__ttl__hdng {
  font-size: 4.5rem;
  line-height: 5rem;
  color: #8b949c;
  font-family: "kanitregular";
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page__ttl__hdng {
    font-size: 4rem;
    word-break: break-all;
  }
}
.page__ttl__hdng em {
  font-style: normal;
  color: #003869;
}
.page__ttl__hdng__dash {
  color: var(--secondary-color);
}
.page__ttl__desc {
  color: #8b949c;
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 1.875rem 0 0;
}

.block__ttl {
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .block__ttl {
    margin-bottom: 20px;
  }
  .cases__section .block__ttl {
    margin-bottom: 0;
  }
}
.block__ttl .block__ttl__buttons {
  gap: 30px;
  margin-top: 5rem;
}

.page-id-1299 .cmn__section:not(.green) .block__ttl .block__ttl__buttons,
.page-id-2977 .cmn__section:not(.green) .block__ttl .block__ttl__buttons {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}

.block__ttl .block__ttl__hdng {
  font-size: 5.625rem;
  line-height: 5.938rem;
  color: var(--primary-color);
  margin: 0;
  font-family: "kanitregular";
}

.block__ttl.block__ttl__industry .block__ttl__hdng {
  font-size: 2.5rem;
  line-height: 2.813rem;
  max-width: 758px;
  margin-bottom: 5rem;
}

.page-id-1200 .cmn__section.lightblue .block__ttl .block__ttl__hdng,
.page-id-3031 .cmn__section.lightblue .block__ttl .block__ttl__hdng {
  font-size: 2.5rem !important;
  line-height: 2.813rem !important;
  font-family: "kanitregular";
}

.page-id-1200 .inner__hero__section,
.page-id-3031 .inner__hero__section {
  z-index: 3;
}

.blog__form__section .block__ttl .block__ttl__hdng {
  margin-bottom: 30px;
}

.blog__form__section .block__ttl h6 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  max-width: 200px;
  font-family: "kanitlight";
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .block__ttl .block__ttl__hdng {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .block__ttl .block__ttl__hdng {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
  .block__ttl .block__ttl__buttons {
    gap: 20px;
    margin-top: 1.75rem;
    flex-direction: unset;
    flex-wrap: wrap;
  }
  .block__ttl.block__ttl__industry .block__ttl__hdng {
    margin-bottom: 3rem;
  }
  .blog__form__section .block__ttl .block__ttl__hdng {
    margin-bottom: 0;
  }
}
.block__ttl .block__ttl__hdng span {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .block__ttl .block__ttl__hdng br {
    display: none;
  }
}

section.blue .block__ttl .block__ttl__hdng,
section.green .block__ttl .block__ttl__hdng {
  color: var(--white-color);
}
section.green .block__ttl p {
  color: var(--white-color);
}
section.green .btn.btn-arrow {
  color: var(--white-color);
}
section.green .btn.btn-arrow::before {
  background: var(--white-color);
}
section.green .btn.btn-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L8 8.5L1 16' stroke='%23FFFFFF' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.block__ttl .block__ttl__desc,
.block__ttl p {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.563rem;
  margin: 0;
}
.block__ttl p {
  margin-bottom: 20px;
}
.block__ttl p:last-of-type {
  margin-bottom: 30px;
}
.block__ttl .block__ttl__desc a {
  color: var(--primary-color);
}
.block__ttl p {
  opacity: 0.8;
}
.cmn__section.lightblue .block__ttl .block__ttl__buttons {
  margin-top: 20px;
}
.page-id-327 .cmn__section.lightblue .block__ttl .block__ttl__buttons,
.page-id-3083 .cmn__section.lightblue .block__ttl .block__ttl__buttons {
  margin-top: 5rem;
}
.cases__section .block__ttl .block__ttl__desc {
  max-width: 758px;
}
.cases__section .block__ttl .block__ttl__desc,
.cases__section .block__ttl .block__ttl__desc p:last-child {
  margin-bottom: 0;
}
.industry__section .block__ttl p {
  color: var(--white-color);
}

.block__ttl .block__ttl__desc h1,
.block__ttl .block__ttl__desc h2,
.block__ttl .block__ttl__desc h3,
.block__ttl .block__ttl__desc h4,
.block__ttl .block__ttl__desc h5 {
  font-family: "kanitregular";
  color: var(--primary-color);
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .block__ttl .block__ttl__desc br,
  .block__ttl p br {
    display: none;
  }
  .block__ttl .block__ttl__buttons {
    gap: 20px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .block__ttl .block__ttl__desc br,
  .block__ttl p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .block__ttl .block__ttl__desc:last-child,
  .block__ttl p:last-child {
    margin-bottom: 0;
  }
  .page-id-327 .cmn__section.lightblue .block__ttl .block__ttl__buttons {
    margin-top: 2rem;
  }
  .block__ttl p:last-of-type {
    margin-bottom: 20px;
  }
}
.block__ttl .block__desc__lg {
  font-size: 1.25rem;
  line-height: 1.85rem;
  font-family: "kanitmedium";
  margin: 1.25rem 0 0;
}
.block__ttl__primary .block__ttl__hdng {
  color: #003869;
}
.block__ttl__wt {
  border-bottom-color: #ffffff;
}
.block__ttl__wt .block__ttl__hdng,
.block__ttl__wt .block__ttl__hdng span,
.block__ttl__wt .block__ttl__desc,
.block__ttl__wt p,
.block__ttl__wt .block__ttl__tagline {
  color: #ffffff;
}
.block__ttl__wt:after {
  background: #ffffff;
}
.block__ttl__lg .block__ttl__hdng {
  font-size: 5.625rem;
  line-height: 5.938rem;
  color: #003869;
}

.video-section .block__ttl__lg .block__ttl__hdng {
  font-size: 2.5rem;
  line-height: 2.813rem;
  font-family: "kanitregular";
}

.industry__section .block__ttl__lg .block__ttl__hdng {
  color: var(--white-color);
}
.block__ttl__lg .block__ttl__hdng span {
  font-family: "kanitregular";
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .block__ttl__lg .block__ttl__hdng {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
.block__ttl__md .block__ttl__hdng {
  font-family: "kanitregular";
  font-size: 60px;
  line-height: 65px;
}
@media only screen and (max-width: 767px) {
  .block__ttl__md .block__ttl__hdng {
    font-size: 2.125rem;
    line-height: 3rem;
  }
  .block__ttl__lg .block__ttl__hdng {
    font-size: 2.125rem;
    line-height: 3rem;
  }
}
.block__ttl__md .block__ttl__hdng span {
  font-family: "kanitsemibold";
}
.block__ttl__sm .block__ttl__hdng {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #003869;
  font-family: "kanitsemibold";
}
.block__ttl__sm .block__ttl__desc,
.block__ttl__sm p {
  font-size: 1.125rem;
}
.block__ttl__secondary .block__ttl__hdng {
  color: var(--secondary-color);
}
.block__ttl__dark .block__ttl__hdng {
  color: #1d1d1b;
}
.block__ttl__dark .block__ttl__hdng span {
  color: #1d1d1b;
}
.block__ttl__dark .block__ttl__desc,
.block__ttl__dark p {
  color: #8b949c;
}

.block__ttl__acts {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .block__ttl__acts {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .block__ttl__acts .btn:nth-child(2) {
    margin: 20px 0 0 !important;
  }
}

.cmn__cont__wt p {
  color: #ffffff;
}

.page__title {
  padding: 7.5rem 0px 5rem;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .page__title {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .page__title .d-flex.mt-5 {
    flex-wrap: wrap;
  }
}
.page__title .page__hdng {
  font-size: 5rem;
  line-height: 5rem;
  color: #404040;
  font-family: "kanitregular";
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .page__title .page__hdng {
    font-size: 44px;
    line-height: 56px;
  }
}

.success__hdng .success__ttl {
  font-family: "kanitregular";
  font-size: 3.5rem;
  color: #3b3b3b;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .success__hdng .success__ttl {
    font-size: 2.75rem;
  }
}
.success__hdng p {
  color: #3b3b3b;
}

.success__nbr {
  font-size: 7.5rem;
  line-height: 7.5rem;
  color: #b4e0d9;
  font-family: "kanitregular";
}
.success__nbr__sm {
  font-size: 6.25rem;
  line-height: 6.25rem;
}

.header {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 111;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background: var(--primary-color);
}
.header .hdr__top {
  padding: 1rem 0;
  background: var(--white-color);
}
@media only screen and (max-width: 767px) {
  .header .hdr__top {
    display: none;
  }
}
.header .hdr__top .hdr__sublink {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .header .hdr__top .hdr__sublink {
    white-space: nowrap;
    overflow-y: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
}
.header .hdr__top .hdr__sublink ul li {
  margin: 0 0 0 2rem;
}
@media only screen and (max-width: 767px) {
  .header .hdr__top .hdr__sublink ul li {
    margin: 0 1.5rem 0 0;
  }
  .header .hdr__top .hdr__sublink ul li:last-child {
    margin: 0;
  }
}
.header .hdr__top .hdr__sublink ul li a {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.header .hdr__top .hdr__sublink ul li a:hover {
  color: var(--secondary-color);
}
.header .hdr__top .hdr__sublink ul li.current_page_item a {
  color: var(--secondary-color);
  font-family: "kanitbold";
}
.header .navbar {
  transition: all 0.3s ease-in-out;
  padding: 0;
  height: 100%;
  background-color: var(--primary-color);
}
.header .navbar .scl__row a {
  background: #ffffff;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .header .navbar .col-sm-3,
  .header .navbar .col-sm-9 {
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .navbar .col-sm-9 {
    justify-content: flex-end;
  }
}
.header .navbar .navbar-brand {
  padding: 30px 0;
  display: block;
}
.header .navbar .navbar-brand img {
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .header .navbar .navbar-brand svg {
    width: 180px;
  }
  .header .navbar .navbar-brand img {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .navbar .navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111;
    position: relative;
    padding: 0;
  }
  .header .navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }
}
.header .navbar .navbar-toggler .navbar-toggler-icon {
  transition-duration: 0.5s;
  top: 50%;
  width: 30px;
  height: 16px;
  left: 50%;
}
.header .navbar .navbar-toggler .navbar-toggler-icon:before,
.header .navbar .navbar-toggler .navbar-toggler-icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--white-color);
  content: "";
  left: 0;
}
.header .navbar .navbar-toggler .navbar-toggler-icon:before {
  top: 0;
  border-radius: 4px;
}
.header .navbar .navbar-toggler .navbar-toggler-icon:after {
  bottom: 0;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .navbar .navbar-toggler[aria-expanded="true"] {
    margin: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .navbar .navbar-toggler[aria-expanded="true"] {
    top: 25px;
    right: 15px;
    position: fixed;
  }
  .header
    .navbar
    .navbar-toggler[aria-expanded="true"]
    .navbar-toggler-icon:before,
  .header
    .navbar
    .navbar-toggler[aria-expanded="true"]
    .navbar-toggler-icon:after {
    background-color: #ffffff;
  }
  .header
    .navbar
    .navbar-toggler[aria-expanded="true"]
    .navbar-toggler-icon:before {
    transform: rotateZ(45deg) translate(5px, 4px);
  }
  .header
    .navbar
    .navbar-toggler[aria-expanded="true"]
    .navbar-toggler-icon:after {
    transform: rotateZ(-45deg) translate(5px, -4px);
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar .navbar-toggler.open {
    position: fixed;
    top: 30px;
    right: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar .navbar-toggler.open .navbar-toggler-icon:after,
  .header .navbar .navbar-toggler.open .navbar-toggler-icon:before {
    background: #ffffff;
  }
}
.header .navbar .navbar-collapse {
  height: 100%;
  display: flex !important;
  align-items: center;
  margin-right: 0.8rem;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .navbar .navbar-collapse {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100% !important;
    background: #003869;
    top: 0;
    padding: 100px 20px;
    justify-content: flex-start !important;
    align-items: flex-start;
    display: none !important;
    z-index: 11;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .navbar .navbar-collapse .navbar-nav {
    flex-direction: column;
  }
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  padding: 0;
  margin: 0 20px 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1299px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 10px;
  }
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item i {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L6.5 10L1 4' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A")
    no-repeat center;
  cursor: pointer;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item i {
    filter: brightness(1000);
    background-color: rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    border-radius: 2px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item i.active-arrow {
    transform: rotate(-180deg);
  }
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--white-color);
  padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
  }
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: var(--secondary-color);
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link i {
  margin-left: 10px;
  color: var(--white-color);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: -15px;
  width: 280px;
  background: #ffffff;
  border: 1px solid #e3e8ed;
  list-style: none;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu {
    position: static;
    top: inherit;
    left: inherit;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.08);
    border: none;
    width: 100%;
    transform: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .header .wpml-ls-item .sub-menu {
    position: static;
    top: inherit;
    left: inherit;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.08);
    border: none !important;
    width: 100%;
    transform: none;
    display: none;
    opacity: 1;
    visibility: visible;
    padding: 15px !important;
  }
  .header .wpml-ls-item .sub-menu li a {
    color: var(--white-color) !important;
    padding: 6px 0 !important;
    font-size: 16px !important;
  }
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu li {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu li:last-child {
  margin-bottom: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu a {
  color: var(--primary-color);
  font-size: 1.125rem;
  display: block;
  line-height: 20px;
  padding: 10px 0;
  font-family: "kanitregular";
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu a:hover {
  color: var(--secondary-color);
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu a::after {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu a {
    padding: 6px 0;
    color: #ffffff;
    font-size: 16px;
  }
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu a:hover {
  color: #003869 !important;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu.active {
  display: block !important;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 2px);
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .sub-menu {
    display: none;
  }
}
.header .navbar .navbar-collapse .navbar-nav.navbar-nav-rt .nav-item {
  margin: 0 0 0 120px;
}
.header
  .navbar
  .navbar-collapse
  .navbar-nav.navbar-nav-rt
  .nav-item:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .navbar .navbar-collapse .navbar-nav.navbar-nav-rt .nav-item {
    margin: 0 0 0 80px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .navbar .navbar-collapse.collapse.show {
    display: block !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .contact-btn {
    display: none;
  }
}
.header .menu_btn {
  font-size: 16px;
  line-height: 2;
  cursor: pointer;
  display: inline-block;
  color: #8b949c;
  margin-left: 80px;
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .header .menu_btn {
    margin-left: 30px;
  }
}
.header .menu_btn .menu_btn_inner {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 11px;
  margin: 0 13px 0 0;
  transition: all 0s;
}
.header .menu_btn .menu_btn_inner span {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 2px #8b949c solid;
  transition: transform 0.2s, width 0.3s;
  transform-origin: center center;
}
.header .menu_btn .menu_btn_inner span:last-child {
  width: 18px;
  margin: 6px 0 0 auto;
}
.header .menu_btn:hover span:first-child {
  width: 18px;
}
.header .menu_btn:hover span:last-child {
  width: 18px;
}
.header.header-sticky {
  background: #ffffff;
  box-shadow: 0 0 12px 7px rgba(0, 0, 0, 0.1);
  position: fixed;
}
.header.header-sticky .hdr__top {
  display: none;
}
.header.header-sticky .navbar-brand {
  padding: 15px 0;
}

.header .navbar .btn {
  padding: 12px 19px;
  font-size: 1rem;
  margin-right: 2rem;
  font-family: "kanitmedium";
}
.header .navbar .btn:last-of-type {
  margin-right: 0;
}
.header .navbar .btn:hover {
  background-color: var(--white-color);
  border-color: var(--white-color);
  color: var(--primary-color);
}
.header .navbar .btn.btn-secondary-white:hover {
  background-color: #ffffff00;
  border-color: var(--white-color);
  color: var(--white-color);
}
.menu-open .header .navbar .navbar-brand {
  position: relative;
  z-index: 111;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .menu-open .header .navbar .navbar-brand svg path {
    fill: #ffffff;
  }
}

.menu__extras {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .menu__extras {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    align-items: flex-start;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .menu__extras .lang-drop {
    margin: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .menu__extras .menu__acts {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    align-items: flex-start;
  }
}
.menu__extras .scl__blk {
  margin: 0;
}

.primary__card {
  padding: 0rem;
  position: relative;
}

.primary__card .buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .primary__card {
    margin-bottom: 0;
  }
  .primary__card .buttons-wrap {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .primary__card {
    padding: 0;
    height: 100%;
  }
}

.secondary__card {
  border: 1px solid #e3e8ed;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .secondary__card {
    padding: 30px 16px;
  }
}
.secondary__card.secondary__card__dark {
  border-color: #404040;
}

.secondary__card__darkBg {
  background: #1d1d1b;
  border: 1px solid #3b3b3b;
  border-radius: 20px;
}

.card__w__img {
  position: relative;
}
.card__w__img .img__thumb {
  width: 100%;
  height: 200px;
  border-radius: 4px 4px 0px 0px;
  position: relative;
  overflow: hidden;
}
.card__w__img .img__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card__w__img .card__cont {
  padding: 20px;
}
.card__w__img .card__cont .card__date {
  color: #003869;
  font-size: 1.125rem;
  font-family: "kanitmedium";
}
.card__w__img .card__cont .card__category {
  color: #3b3b3b;
  font-size: 1.25rem;
  font-family: "kanitmedium";
  display: block;
  margin: 7px 0 0;
}
.card__w__img .card__cont .card__badge {
  gap: 8px;
  margin-bottom: 15px;
}
.card__w__img .card__cont .card__ttl {
  font-family: "kanitregular";
  font-size: 2rem;
  line-height: 2.8rem;
}
.card__w__img .card__cont .news__cate {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 15px 0 0;
  flex-wrap: wrap;
}
.card__w__img .card__cont .news__cate span {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-family: "kanitbold";
  display: flex;
  align-items: center;
}
.card__w__img .card__cont .news__cate span i {
  margin-left: 10px;
}

.footer {
  padding: 7.5rem 0 0;
  background: #003869;
  position: relative;
}

.footer .footer-cols {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-cols .ftr__btns {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 30px 42px;
  margin-top: -42px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0;
  }
  .footer .footer-cols .ftr__btns {
    order: -1;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 3rem;
  }
}
.footer .container {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .footer .footer-cols .col-lg-3 {
    width: 50% !important;
  }
  .footer .footer-cols {
    gap: 2rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .col-sm-4 {
    margin-bottom: 10px;
  }
  .footer .footer-cols .ftr__btns {
    order: -1;
    margin-top: 0;
    margin-bottom: 60px;
    gap: 20px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .footer .col-sm-4 {
    width: 50%;
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .ftr__btns {
    margin-top: 3rem !important;
  }
}
.footer .ftr__btns .btn-outline-primary {
  background: none;
  color: #ffffff;
  border-color: #ffffff;
}
.footer .ftr__btns .btn-outline-primary:hover {
  background: #ffffff;
  color: #003869;
}
@media only screen and (max-width: 767px) {
  .footer .col-lg-2 {
    width: 100%;
  }
}
.footer .ftr__col .ftr__ttl {
  margin: 0 0 28px;
}
.footer .ftr__col .ftr__ttl h5 {
  color: #ffffff;
  font-size: 1.25rem;
  font-family: "kanitregular";
}
.footer .ftr__col .ftr__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .footer .ftr__col .ftr__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer .ftr__col .ftr__ttl {
    margin: 0 0 1.5rem;
  }
}
.footer .ftr__col .ftr__links li {
  margin: 0 0 17px;
  line-height: 100%;
}
.footer .ftr__col .ftr__links li .adrs {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .footer .ftr__col .ftr__links li {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .footer .ftr__col .ftr__links li {
    width: 100%;
  }
}
.footer .ftr__col .ftr__links li:last-child {
  margin-bottom: 0;
}
.footer .ftr__col .ftr__links li a {
  color: #ffffff;
  font-size: 1rem;
  font-family: "kanitlight";
}
.footer .ftr__col .ftr__links li a:hover {
  color: var(--secondary-color);
}
.footer .ftr__col .ftr__links li .adrs span {
  color: #ffffff;
  font-size: 1.125rem;
  font-family: "kanitregular";
}
.footer .ftr__col .ftr__links li .adrs p {
  margin: 5px 0;
  color: #ffffff;
  font-size: 1rem;
}
.footer .ftr__col .ftr__links li .adrs a {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.footer .footer-top {
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .footer .ftr__col .ftr__links li .adrs a {
    align-items: flex-start;
    line-height: 20px;
  }
}
.footer .ftr__col .ftr__links li .adrs a i {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .footer .ftr__col .ftr__links li .adrs a i {
    position: relative;
    top: 3px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .footer .col-lg-4 {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .footer .col-lg-4 .scl__blk {
    justify-content: center;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .footer .col-lg-4 .ftr__btns {
    flex-direction: row !important;
    justify-content: center !important;
    gap: 14px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .footer .col-lg-4 .ftr__btns .btn {
    margin: 0 !important;
  }
}
.footer .ftr__btm {
  margin: 0;
  padding: 3.75rem 0;
}
@media only screen and (max-width: 767px) {
  .footer .ftr__btm {
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .ftr__btm {
    margin: 0;
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .ftr__btm .copyright {
    padding: 0;
  }
}
.footer .ftr__btm .copyright p {
  color: #ffffff;
  margin: 0;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .footer .ftr__btm .copyright p {
    text-align: center !important;
  }
}
.footer .ftr__btm .copyright p a {
  color: #ffffff;
  font-family: "kanitregular";
  font-size: 16px;
}
.footer .ftr__btm .copyright p a:hover {
  color: var(--secondary-color);
}
.footer .ftr__watermark {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .footer .ftr__watermark {
    width: 100%;
    top: 0;
    bottom: inherit;
    left: 0;
    right: inherit;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .footer .ftr__watermark {
    width: 60%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .footer .ftr__watermark img {
    width: 100%;
  }
}

.scl__blk {
  display: flex;
  margin: 28px 0 0;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.scl__blk a {
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
}
.scl__blk a:hover {
  background: var(--white-color);
}
.scl__blk a i {
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.scl__blk a:hover i {
  color: var(--primary-color);
}
.navbar-brand svg {
  max-height: 54px;
}
.navbar-brand svg .cls-1 {
  fill: #fff;
}
.ftr__logo img {
  max-height: 54px;
}
.ftr__logo img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ftr__logo img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .ftr__logo img {
    max-width: 80%;
  }
}

.hero-section {
  margin-bottom: 3.75rem;
}

.cmn__section {
  padding: 7.5rem 0;
  position: relative;
  overflow-x: clip;
}

.page-id-2833 .cmn__section.vacatures-form {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cmn__section {
    padding: 3rem 0;
  }
  .cmn__section .row.row__reverse {
    flex-direction: column-reverse !important;
  }
  .cmn__section .row.row__reverse .block__ttl {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cmn__section {
    padding: 4.5rem 0;
  }
}

.cmn__section.lightgreen {
  background-color: #d7e6d8;
}
.cmn__section.lightblue {
  background-color: #e6eaf1;
}
.cmn__section.green {
  background-color: var(--secondary-color);
}

.related__cases__section.blue {
  background: var(--primary-color);
  color: var(--white-color);
}

.related__cases__section.lightblue {
  background: #e6eaf1;
}

.related__cases__section .vacatures-block__ttl {
  margin-bottom: 60px;
}

.vacatures__buttons_wrap {
  margin-top: 80px;
}

.middle-sec {
  margin: 160px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .middle-sec {
    overflow-x: clip;
  }
  .vacatures__buttons_wrap {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .middle-sec {
    margin: 80px 0 0;
  }
  .related__cases__section .vacatures-block__ttl {
    margin-bottom: 3rem;
  }
  .vacatures__buttons_wrap {
    margin-bottom: 0;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .middle-sec {
    overflow-x: clip;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .middle-sec {
    overflow-x: clip;
  }
}

.abt__thumb {
  width: 100%;
  /* max-width: 322px; */
  height: auto;
  position: relative;
  overflow: hidden;
  border: 0;
}

.customization__section .abt__thumb {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .abt__thumb {
    height: auto;
    margin: 0;
  }
  .cmn__section .abt__thumb {
    margin: 20px 0 0;
  }
  .customization__section .abt__thumb {
    justify-content: flex-start;
  }
  .cmn__section .row.row__reverse .abt__thumb {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .customization__section .abt__thumb {
    justify-content: flex-start;
  }
}
.abt__thumb.thumb_bottom {
  max-width: 627px;
  height: 627px;
  margin-left: -40px;
  margin-bottom: -220px;
}

.abt__thumb.thumb_bottom img {
  width: 100%;
}

.abt__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 322 / 415;
}

.abt__thumb.thumb_bottom img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .abt__thumb .watermark__dtl svg {
    width: 190px;
    height: 256px;
  }
  .abt__thumb.thumb_bottom {
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: -92px;
  }
}

.round-text-wrap {
  display: inline-block;
  animation: spin 20s linear infinite;
  position: absolute;
  top: 40px;
  right: -20%;
  z-index: 1;
  width: fit-content;
  height: fit-content;
}

@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.round-text-wrap text {
  font-size: 93px;
  fill: var(--primary-color);
  text-transform: uppercase;
  font-family: "kanitsemibold";
  letter-spacing: 0;
  line-height: 83px;
}

.round-text-wrap.topright {
  top: -20%;
  right: -20%;
}
.round-text-wrap.topleft {
  top: -20%;
  left: -20%;
  right: auto;
}
.round-text-wrap.bottomright {
  top: auto;
  bottom: -20%;
  right: -20%;
}
.round-text-wrap.bottomleft {
  top: auto;
  bottom: -20%;
  left: -20%;
  right: auto;
}

.page-id-1223 .cmn__section.green .container,
.page-id-3058 .cmn__section.green .container{
	position: relative;
	z-index: 2;
}
.page-id-1223 .cmn__section.green .round-text-wrap.bottomleft,
.page-id-3058 .cmn__section.green .round-text-wrap.bottomleft{
	bottom: -258px;
    left: -258px;
}

@media (min-width: 1600px) {
  .round-text-wrap.topright {
    top: -20%;
    right: -10%;
  }
  .round-text-wrap.topleft {
    top: -20%;
    left: -10%;
    right: auto;
  }
  .round-text-wrap.bottomright {
    top: auto;
    bottom: -20%;
    right: -10%;
  }
  .round-text-wrap.bottomleft {
    top: auto;
    bottom: -20%;
    left: -10%;
    right: auto;
  }
  .round-text-wrap {
    right: -10%;
  }
}

.industry__section.blue .round-text-wrap text {
  fill: var(--white-color);
}

.page-id-9 .industry__section.blue .round-text-wrap,
.page-id-7505 .industry__section.blue .round-text-wrap {
  top: -50%;
}
.blog__dtl__section .round-text-wrap {
  right: auto;
  left: -20%;
  top: 1200px;
}

ul.toc {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 90px;
}
ul.toc li {
  margin: 0;
  position: relative;
}
ul.toc li .btn.btn-arrow {
  font-family: "kanitlight";
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.563rem;
  color: var(--primary-color);
  text-transform: none;
  text-align: left;
  width: 100%;
}
ul.toc li .btn.btn-arrow:hover {
  color: var(--secondary-color);
  font-family: "kanitsemibold";
}
ul.toc li .btn.btn-arrow:hover::before {
  background: var(--secondary-color);
}
ul.toc li .btn.btn-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L8 8.5L1 16' stroke='%2360AC66' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.blog-newsletter-form h5 {
  font-family: "kanitregular";
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.blog-newsletter-form .frm_html_container p {
  margin-top: 0;
  margin-bottom: 10px;
  opacity: 0.8;
}
.inner__hero__section {
  position: relative;
  overflow: hidden;
}

.page-id-319 .inner__hero__section,
.page-id-3137 .inner__hero__section {
  overflow: visible;
}

.inner__hero__section.section-with-history {
  overflow: visible;
}
.video-section .round-text-wrap {
  top: auto;
  bottom: 20%;
}

.inner__hero__section.blue .round-text-wrap text {
  fill: var(--white-color);
}
.inner__hero__section .round-text-wrap {
  top: auto;
  bottom: -20%;
  right: -10%;
}

.page-id-327 .inner__hero__section .round-text-wrap,
.page-id-3083 .inner__hero__section .round-text-wrap {
  top: -20%;
  bottom: auto;
}
.page-id-319 .inner__hero__section.blue .round-text-wrap,
.page-id-3137 .inner__hero__section.blue .round-text-wrap {
  right: max(20px, calc((100vw - 1200px) / 2)) !important;
  z-index: -1;
}
.page-id-319 .inner__hero__section.blue .round-text-wrap text,
.page-id-3137 .inner__hero__section.blue .round-text-wrap text {
  fill: var(--primary-color);
}

.h__industry__section {
  padding: 2.5rem 0 7.5rem;
  margin: 3.75rem 0;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .h__industry__section {
    padding-bottom: 4rem;
    margin: 2rem 0;
  }
  .sectoren__thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .h__industry__section {
    margin-top: 120px;
  }
}
.h__industry__section .container {
  position: relative;
  z-index: 1;
}

.shaped__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #003869;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 140px, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 140px, 100% 0%, 100% 100%, 0 100%);
}

@media only screen and (max-width: 767px) {
  .inner__hero__section .round-text-wrap {
    bottom: -80px;
    right: -80px;
  }
  .shaped__bg {
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
    height: calc(100% - 100px);
  }
  .round-text-wrap {
    width: fit-content;
    height: fit-content;
  }
  .round-text-wrap svg {
    width: 160px;
    height: 160px;
  }
  .round-text-wrap.topright {
    top: -80px;
    right: -80px;
  }
  .round-text-wrap.topleft {
    top: -80px;
    left: -80px;
    right: auto;
  }
  .round-text-wrap.bottomright {
    top: auto;
    bottom: -80px;
    right: -80px;
  }
  .round-text-wrap.bottomleft {
    top: auto;
    bottom: -80px;
    left: -80px;
    right: auto;
  }
  .video-section .round-text-wrap {
    top: 80px;
    bottom: auto;
  }
  .page-id-9 .industry__section.blue .round-text-wrap {
    top: -80px;
    right: -80px;
  }
  ul.toc {
    gap: 1rem;
    margin-bottom: 0;
  }
  ul.toc li .btn.btn-arrow:before {
    width: 100%;
  }
  ul.toc li .btn.btn-arrow::after {
    right: -1px;
  }
  .blog__dtl__section .round-text-wrap {
    display: none;
  }
  .single-assortiment .inner__hero__section {
    z-index: 2;
  }
  .page-id-327 .inner__hero__section .round-text-wrap,
  .page-id-3083 .inner__hero__section .round-text-wrap {
    top: -80px;
    bottom: auto;
  }
  .page-id-319 .inner__hero__section.blue .round-text-wrap,
  .page-id-3137 .inner__hero__section.blue .round-text-wrap {
    right: -80px !important;
    z-index: -1;
  }
  .page-id-1223 .cmn__section.green {
    overflow: hidden;
  }
	.page-id-1223 .cmn__section.green .container,
	.page-id-3058 .cmn__section.green .container{ 
	z-index: 0;
	}	
  .page-id-1223 .cmn__section.green .round-text-wrap.bottomleft,
  .page-id-3058 .cmn__section.green .round-text-wrap.bottomleft{
        top: auto;
        bottom: -80px;
        left: -80px;
        right: auto;		
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .shaped__bg {
    height: calc(100% + 100px);
  }
  .round-text-wrap {
    width: 360px;
    height: 360px;
  }
  .round-text-wrap svg {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .industry__thumb {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .industry__thumb {
    width: 110%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .industry__thumb {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .industry__thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .industry__thumb img {
    width: 100%;
  }
}

.watermark__one {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.12;
}

.border-decorative {
  width: 100%;
  display: flex;
}
.border-decorative .border-sector {
  flex: 1;
  height: 1px;
  background: var(--primary-color);
}
.border-decorative .border-sector.b-red {
  background: #cf4155;
}
.border-decorative .border-sector.b-gold {
  background: #ac9977;
}
.border-decorative .border-sector.b-green {
  background: var(--secondary-color);
}
.border-decorative .border-sector.b-blue {
  background: #4495d1;
}
.border-decorative .border-sector.b-yellow {
  background: #f4b954;
}
.industrie-wrap {
  margin-top: 90px;
}
.industrie-wrap .block__ttl__hdng {
  font-family: "kanitregular";
  font-size: 60px;
  line-height: 65px;
  color: var(--primary-color);
}
.industrie__second_title {
  margin-bottom: 60px;
}
.industry__section .industrie-wrap .block__ttl__hdng {
  color: var(--white-color);
}
.customization__slider__row {
  width: 100%;
}
.light__section
  .customization__slider__row
  .swiper-pagination
  .swiper-pagination-bullet {
  background: var(--primary-color);
}
.light__section
  .customization__slider__row
  .swiper-pagination
  .swiper-pagination-bullet {
  background: var(--primary-color);
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .customization__slider__row {
    width: 100%;
  }
  .customization__slider {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .customization__slider__row {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .customization__slider__row .swiper-wrapper {
    justify-content: space-between;
    gap: 60px;
  }
  .customization__slider__row .swiper-wrapper .industrie-slide {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .industrie-wrap .block__ttl__hdng {
    font-size: 50px;
    line-height: 55px;
  }
}
.customization__slider .owl-dots {
  position: relative !important;
  margin: 30px 0 0;
  bottom: inherit !important;
}

.logo__icon {
  margin: 0 0 2.375rem;
  position: relative;
  aspect-ratio: 1 / 1;
  width: fit-content;
}


.logo__icon_slwsi  {
	aspect-ratio: 16 / 9;
}

.logo__icon_slwsi img,
.logo__icon_slwsi svg{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.page-id-3823 .logo__icon,
.page-id-3964 .logo__icon {
  aspect-ratio: auto;
}

.logo__icon img {
  width: 100%;
}
.logo__icon svg text {
  font-size: 1rem;
  font-family: "kanitsemibold";
  text-transform: uppercase;
}

.page-id-319 .active__indus__section .logo__icon svg text,
.page-id-3137 .active__indus__section .logo__icon svg text {
  fill: var(--secondary-color);
}
.page-id-319
  .active__indus__section
  .customization__card
  .logo__icon.logo__icon__darkblue
  svg
  path,
.page-id-3137
  .active__indus__section
  .customization__card
  .logo__icon.logo__icon__darkblue
  svg
  path {
  fill: var(--secondary-color);
}

.logo__icon .slide-counter {
  font-family: "kanitregular";
  font-size: 50px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--primary-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.customization__card .customization__ttl {
  font-family: "kanitregular";
  font-size: 2.5rem;
  line-height: 2.813rem;
  color: var(--primary-color);
}
.industry__section .customization__card .customization__ttl {
  color: var(--white-color);
}
.customization__slider {
  overflow: visible;
}
.customization__card .customization__btn {
  margin-top: 30px;
}
.customization__card .cmn__link_card {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.customization__card .cmn__link {
  font-family: "kanitregular";
  font-size: 26px;
  line-height: 39px;
  text-transform: uppercase;
  color: var(--primary-color);
  position: relative;
  text-decoration: none;
  display: block;
  width: fit-content;
  padding-bottom: 12px;
}
.customization__card .cmn__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  display: block;
  width: calc(100% + 27px);
  height: 1px;
  background: var(--primary-color);
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.customization__card .cmn__link::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L8 8.5L1 16' stroke='%23003869' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.industry__section .customization__card .cmn__link {
  color: var(--white-color);
}
.industry__section .customization__card .cmn__link::before {
  background: var(--white-color);
}
.industry__section .customization__card .cmn__link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L8 8.5L1 16' stroke='%23FFFFFF' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.customization__card:hover .cmn__link::before {
  width: calc(100% + 38px);
}
.customization__card:hover .cmn__link::after {
  right: -38px;
}

.customization__card .logo__icon .round-text-card {
  max-width: 110px;
}

.slide-counter .customization__card .customization__ttl {
  color: var(--primary-color);
  font-size: 2.5rem;
  line-height: 2.813rem;
  font-family: "kanitregular";
  text-transform: capitalize;
}

.sectoren-swiper .sectoren-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 90px;
  gap: 60px;
}
@media only screen and (min-width: 1024px) {
  .sectoren-swiper.few-slides .sectoren-buttons {
    margin-top: 0px;
  }
}

.sectoren-swiper .customization__desc p {
  margin-bottom: 0;
}
.sectoren-swiper .customization__card .customization__desc {
  margin-top: 0;
}
.sectoren-swiper .customization__card .customization__ttl {
  font-family: "kanitregular";
  font-size: 50px;
  line-height: 60px;
  color: var(--primary-color);
}
.customization__card .customization__desc {
  margin: 1.5rem 0 0;
  min-height: 80px;
  padding-right: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .customization__card .customization__desc {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .customization__card .customization__desc {
    padding-right: 50px;
  }
}

.tailor__section {
  padding-top: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .tailor__section {
    padding-top: 3rem;
    position: relative;
    padding-bottom: 150px;
  }
  .industrie-wrap .block__ttl__hdng {
    font-size: 2.125rem;
    line-height: 3rem;
    margin-bottom: 30px;
  }
  .customization__card .customization__ttl {
    font-size: 2.125rem;
    line-height: 3rem;
  }
  .customization__card .cmn__link {
    font-size: 1.2rem;
    line-height: 100%;
  }
  .customization__card .customization__btn {
    margin-top: 10px;
  }
  .customization__card .logo__icon {
    margin-bottom: 20px;
  }
  .indus__history__section .customization__card .logo__icon {
    margin-bottom: 1rem;
  }
  .logo__icon {
    margin-bottom: 1.75rem;
  }
  .sectoren-swiper .sectoren-buttons {
    margin-top: 2rem;
  }
  .sectoren-swiper .customization__card .customization__ttl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .customization__card .customization__ttl {
    font-size: 2.125rem;
    line-height: 3rem;
  }
  .sectoren-swiper .sectoren-buttons {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .tailor__section .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .tailor__section .row .block__ttl .d-flex {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}

.tailor__thumb {
  width: 100%;
  height: 43.75rem;
  position: relative;
  overflow: hidden;
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .tailor__thumb {
    height: 30rem;
    margin-top: 0;
  }
}
.tailor__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tailor__thumb.show {
  display: block;
}

.cloathing__tab .nav-tabs {
  border: none;
  display: flex;
  gap: 24px;
  margin-bottom: 34px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .cloathing__tab .nav-tabs {
    gap: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .cloathing__tab .nav-tabs {
    gap: 10px;
  }
}
.cloathing__tab .nav-tabs .nav-item {
  margin: 0;
}
.cloathing__tab .nav-tabs .nav-item .nav-link {
  padding: 0;
  border-radius: 50px;
  min-width: 68px;
  line-height: 34px;
  border: 2px solid rgba(112, 149, 181, 0.4);
  color: rgba(112, 149, 181, 0.4);
  font-size: 1.25rem;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .cloathing__tab .nav-tabs .nav-item .nav-link {
    min-width: 55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .cloathing__tab .nav-tabs .nav-item .nav-link {
    min-width: 55px;
  }
}
.cloathing__tab .nav-tabs .nav-item .nav-link.active,
.cloathing__tab .nav-tabs .nav-item .nav-link:hover {
  background: #003869;
  border-color: #003869;
  color: #ffffff;
}

.topic__card {
  padding: 0;
}

.topic__card:hover .topic__thumb__blk img {
  transform: scale(1.1);
}
.topic__card:hover .btn.btn-arrow-green::before {
  width: calc(100% + 37px);
}
.topic__card:hover .btn.btn-arrow-green::after {
  right: -38px;
}
.topic__card .topic__thumb {
  width: 100%;
  position: relative;
  margin-bottom: 2.375rem;
}
.topic__card .topic__thumb__blk {
  height: 226px;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  border-radius: 0;
}
.topic__card .topic__thumb__blk img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.topic__card .topic__thumb .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.topic__card .topic__cont .topic__date {
  display: block;
  margin-bottom: 30px;
  opacity: 0.8;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: var(--primary-color);
}
.topic__card .topic__cont h4 {
  color: #003869;
  font-size: 1.375rem;
  font-family: "kanitregular";
  line-height: 1.75rem;
  margin: 10px 0;
}

.blog__listing__row .topic__card .topic__cont h4 {
  color: #003869;
  font-size: 1.875rem;
  font-family: "kanitregular";
  line-height: 1.875rem;
  margin: 10px 0;
}
.topic__card .topic__cont .block_cont {
  margin-bottom: 38px;
}
.topic__card .topic__cont .block_cont p {
  opacity: 0.8;
  font-size: 1.25rem;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topic__card:hover .related__cases__thumb img {
  transform: scale(1.1);
}
.topic__card.topic__card__side {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.topic__card .topic__location {
  font-family: "kanitsemibold";
  font-size: 20px;
  line-height: 25px;
  color: var(--primary-color);
}
.next-prev-posts .btn {
  margin-bottom: 38px;
}
.next-prev-posts .topic__card:hover .btn.btn-arrow-green::before {
  width: calc(100% + 27px);
}
.next-prev-posts .topic__card:hover .btn.btn-arrow-green::after {
  right: -28px;
}
.next-prev-posts .btn.btn-arrow.arrow-reversed {
  padding-left: 28px;
}
.next-prev-posts .topic__card:hover .btn.btn-arrow.arrow-reversed::before {
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .topic__card.topic__card__side {
    flex-direction: column;
  }
}
.topic__card.topic__card__side .topic__thumb {
  width: 256px;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .topic__card.topic__card__side .topic__thumb {
    width: 100%;
  }
}
.topic__card.topic__card__side .topic__thumb .topic__thumb__blk {
  height: 200px;
  width: 100%;
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .topic__card.topic__card__side .topic__thumb .topic__thumb__blk {
    height: 130px;
  }
}
.topic__card.topic__card__side .topic__cont {
  width: calc(100% - 280px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .topic__card.topic__card__side .topic__cont {
    width: 100%;
    margin-top: 15px;
  }
}

.history__thumb {
  width: 100%;
  height: 590px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .history__thumb {
    margin-top: 40px;
    height: 400px;
  }
  .topic__card .topic__thumb {
    margin-bottom: 1rem;
  }
  .topic__card .topic__cont .topic__date {
    margin-bottom: 1rem;
  }
  .topic__card .topic__cont .block_cont {
    margin-bottom: 1rem;
  }
  .cases__section .filter__row .reset__btn {
    min-height: 55px;
  }
  .next-prev-posts .btn {
    margin-bottom: 1rem;
  }
  .next-prev-posts .btn.btn-arrow-green {
    font-size: 1.5rem;
  }
  .next-prev-posts .col-sm-4 {
    margin-bottom: 3rem;
  }
  .next-prev-posts .col-sm-4:last-of-type {
    margin-bottom: 0;
  }
}
.history__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.history__thumb.office__thumb {
  height: 100%;
}

.primary__bg {
  padding: 50px;
  background: #003869;
}
@media only screen and (max-width: 767px) {
  .primary__bg {
    padding: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .primary__bg {
    padding: 30px;
  }
}
.primary__bg .block__ttl .block__ttl__hdng {
  font-size: 3.375rem;
  line-height: 3.5rem;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .primary__bg .block__ttl .block__ttl__hdng {
    font-size: 2.15rem;
    line-height: 2.75rem;
  }
}

.proff__steps__slider {
  width: 100%;
  margin-top: 60px;
  overflow: visible;
  position: static;
}
.proff__steps__slider .swiper-wrapper {
  overflow: visible;
}
.proff__steps__slider .proff-swiper-buttons {
  position: relative;
  top: auto;
  right: 0;
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: flex-start;
  width: 100%;
  margin-top: 90px;
}
/*
.page-id-321 .proff__steps__slider .proff-swiper-buttons {
  position: absolute;
  top: 12px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 0;
  justify-content: flex-end;
}
  */
.proff__steps__slider .proff-swiper-button-prev {
}
.proff__steps__slider .proff-swiper-button-next {
}
@media only screen and (max-width: 767px) {
  .proff__steps__slider {
    width: 100%;
    margin-bottom: 0;
    margin-top: 2rem;
  }
  .proff__steps__slider .proff-swiper-buttons {
    justify-content: space-between;
  }
  .page-id-321 .proff__steps__slider .proff-swiper-buttons,
  .proff__steps__slider .proff-swiper-buttons {
    position: relative;
    width: 100%;
    justify-content: space-between;
    margin-top: 2rem;
    top: auto;
  }
  .page-id-5 .proff__steps__slider .proff-swiper-buttons {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .proff__steps__slider {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .proff__steps__slider {
    width: 100%;
  }
}
.proff__steps__slider .owl-stage {
  padding-left: 0 !important;
  display: flex;
}
.proff__steps__slider .owl-stage .owl-item .item {
  height: 100%;
}
.proff__steps__slider .owl-stage .owl-item .item .primary__card {
  height: 100%;
}

.steps__card {
  position: relative;
  height: 100%;
}
.steps__card h4 {
  color: #003869;
  font-size: 2.5rem;
  line-height: 2.813rem;
  font-family: "kanitregular";
}
.steps__card p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.563rem;
  opacity: 0.8;
}

.blog__slider .owl-stage {
  padding-left: 0 !important;
  display: flex;
}
.blog__slider .owl-stage .owl-item .item {
  height: 100%;
}
.blog__slider .owl-stage .owl-item .item .primary__card {
  height: 100%;
}

.work__thumbnail {
  width: calc(100% + 200px);
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .work__thumbnail {
    width: 100%;
    margin-top: 40px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .work__thumbnail {
    width: calc(100% + 30px);
    margin-top: 0;
  }
}
.work__thumbnail .work__thumb__col {
  width: 332px;
  transition: all 0.3s ease-in-out;
}
.work__thumbnail .work__thumb__col i {
  width: 100%;
  height: 590px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 767px) {
  .work__thumbnail .work__thumb__col i {
    height: 200px;
  }
  .steps__card p {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .work__thumbnail .work__thumb__col i {
    height: 440px;
  }
}
.work__thumbnail .work__thumb__col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.work__thumbnail .work__thumb__col:hover i img {
  transform: scale(1.1);
}

.blue__hdng {
  color: var(--primary-color);
  font-size: 1.25rem;
  font-family: "kanitregular";
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.lightgreen .blue__hdng {
  font-size: 50px;
  line-height: 100%;
  text-transform: none;
}

.vacatures__galery__row {
  margin-top: 60px;
}
.vacatures__galery__row .swiper-wrapper,
.vacatures_galery__slider {
  overflow: visible;
}
.vacatures__galery__row img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.vacatures__galery-wrap {
  margin-top: 60px;
}

.vacatures__galery-wrap .block__ttl__hdng {
  font-family: "kanitregular";
  font-size: 60px;
  line-height: 65px;
  color: var(--primary-color);
}
@media only screen and (max-width: 767px) {
  .vacatures__galery-wrap .block__ttl__hdng {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
  .lightgreen .blue__hdng {
    font-size: 1.25rem;
  }
  .vacatures__galery__row {
    margin-top: 1.5rem;
  }
  .vacatures__galery-wrap {
    margin-top: 3rem;
  }
}
section.blue .blue__hdng {
  color: var(--white-color);
}
section.blue .block__ttl p {
  color: var(--white-color);
}
section.blue .btn.btn-arrow {
  color: var(--white-color);
}
section.blue .block__ttl__hdng {
  color: var(--white-color);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .work__at__section .col-sm-4 {
    width: 41.333333%;
  }
  .lightgreen .blue__hdng {
    font-size: 32px;
  }
  .vacatures__galery-wrap .block__ttl__hdng {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
.work__at__section__rev .row {
  flex-direction: row-reverse;
}
.work__at__section__rev .work__thumbnail {
  float: right;
}

.hero-section {
  margin: 0;
  position: relative;
  padding-bottom: 120px;
  background-color: var(--primary-color);
  background-image: url("data:image/svg+xml,%3Csvg width='912' height='905' viewBox='0 0 912 905' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.25'%3E%3Cpath d='M0 999H191.339V900.717C160.549 873.347 74.3362 717.422 0 749.768V999Z' fill='%23112742'/%3E%3Cpath d='M709.051 538.274C592.928 407.23 399.39 0 2.19727 0V237.205C291.625 237.62 398.51 489.754 554.221 670.976C620.2 636.141 691.897 560.253 709.051 538.688V538.274Z' fill='%23112742'/%3E%3Cpath d='M954.493 747.277C1039.39 824.825 1088.21 866.709 1154.19 892.005C1109.32 941.354 1053.46 986.141 1015.63 998.997C961.971 979.506 895.552 943.013 806.261 861.733C861.683 831.46 902.15 802.017 954.493 746.862V747.277Z' fill='%23112742'/%3E%3Cpath d='M662.428 889.932C603.927 936.793 574.896 960.845 510.677 996.924C261.276 927.67 191.339 558.591 0 600.061V364.929C191.339 364.929 269.634 495.972 468.01 739.398C508.477 789.161 577.975 851.78 661.988 890.347L662.428 889.932Z' fill='%23112742'/%3E%3Cpath d='M1531.15 0V216.056C1195.97 164.634 1086.01 616.651 713.887 851.368C654.506 822.754 582.369 762.623 567.414 735.253C1001.12 443.308 951.851 26.5405 1531.15 0Z' fill='%23112742'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 2;
}

.page-id-7 .hero-section,
.page-id-3149 .hero-section {
  background-image: none;
  padding: 1.875rem 0 7.5rem 0;
}
@media only screen and (max-width: 767px) {
  .hero-section {
    margin: 0;
    padding-bottom: 3rem;
  }
  .page-id-7 .hero-section,
  .page-id-3149 .hero-section {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-section {
    margin: 0;
    padding-bottom: 4.5rem;
  }
  .header .hdr__top .hdr__sublink ul li {
    margin: 0 0 0 1.125rem;
  }
}
.hero-section .hero-title {
  padding-top: 90px;
}
.hero-section .hero-title .hero__ttl {
  font-size: 6.25rem;
  line-height: 100%;
  color: var(--white-color);
  font-family: "kanitsemibold";
  margin-bottom: 0;
  position: relative;
  margin-bottom: 30px;
}
.hero-section .hero-title .hero__ttl span {
  text-decoration: underline;
}
.hero-section .hero__caption {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero__caption {
    padding: 0;
  }
  .hero-section .hero-title {
    padding-top: 3rem;
  }
}
.hero-section .hero__caption .hero__ttl {
  font-size: 1.75rem;
  line-height: 1.875rem;
  color: var(--white-color);
  font-family: "kanitregular";
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero__caption .hero__ttl {
    font-size: 3rem;
    line-height: 3.125rem;
    word-break: break-word;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-section .hero-title .hero__ttl {
    font-size: 4.25rem;
  }
  .hero-section .hero__caption .hero__ttl {
    font-size: 4.25rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-title .hero__ttl {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .hero-section .hero__caption .hero__ttl br {
    display: none;
  }
}
.hero-section .hero__caption .hero__ttl span {
  font-size: 3rem;
  line-height: 3.125rem;
  font-family: "kanitregular";
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero__caption .hero__ttl span {
    font-size: 2.75rem;
    line-height: 3.5rem;
    word-break: break-word;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-section .hero__caption .hero__ttl span {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.hero-section .hero__caption .hero__ttl:after {
  content: "";
  width: 120px;
  height: 4px;
  background: #e3e8ed;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.hero-section .hero__caption .hero__subttl {
  font-size: 1.75rem;
  line-height: 1.875rem;
  color: var(--white-color);
  font-family: "kanitregular";
  margin-bottom: 20px;
  position: relative;
}
.hero-section .hero__caption .hero__subttl span {
  text-decoration: underline;
}
.hero-section .hero__caption .hero__desc {
  margin: 0;
}
.hero-section .hero__caption .hero__desc p {
  color: var(--white-color);
  opacity: 0.8;
  font-size: 1.25rem;
  line-height: 1.563rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-section .hero__caption .hero__desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.hero-section .hero-sectoren-list {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  position: relative;
}
.hero-section .hero-sectoren-list .thumbnail-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .hero-section .hero-sectoren-list .swiper-wrapper {
    justify-content: space-between;
    gap: 62px;
  }
  .hero-section .hero-sectoren-list .thumbnail-image {
    flex: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-section .hero-sectoren-list {
    padding-bottom: 60px;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--white-color);
  }
  .swiper-pagination .swiper-pagination-bullet {
    background: var(--white-color);
  }
}

.white__section .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
}
.white__section .swiper-pagination .swiper-pagination-bullet {
  background: var(--primary-color);
}
.hero-section .hero-sectoren-list .hero__thumbnail_bg {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-blend-mode: multiply, normal;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.hero-section .hero-sectoren-list .thumbnail-image:hover .hero__thumbnail_bg {
  transform: scale(1.1);
}
.hero-section .hero-sectoren-list .thumbnail-image .hero__thumb__sm {
  position: relative;
}
.hero-section .hero-sectoren-list .thumbnail-image .hero__thumb__sm h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "kanitregular";
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--white-color);
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 1;
}
.hero-section .hero-sectoren-list .thumbnail-image .hero__thumb__sm h6 svg {
  min-width: 8px;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.hero-section .hero-sectoren-list .thumbnail-image:hover svg {
  transform: translateX(5px);
}
.hero-section
  .hero-sectoren-list
  .thumbnail-image
  .hero__thumb__sm
  .hero__thumbnail {
  border: none;
  position: relative;
}
.hero-section .hero-buttons-wrap {
  gap: 30px;
  padding-top: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.hero-section .btn.b:hover {
  background: var(--white-color);
  border-color: var(--white-color);
  color: var(--primary-color);
}
.hero-section .btn.btn-outline-primary {
  background: #ffffff00;
  color: var(--white-color);
  border-color: var(--white-color);
}
.hero-section .btn.btn-outline-primary:hover {
  background: var(--white-color);
  color: var(--primary-color);
}
.splash__page {
  background: #7095b5;
}
.splash__page .splash__container {
  padding: 8.125rem 0;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .splash__page .splash__container {
    padding: 3rem 1rem;
  }
}
.splash__page .splash__container .splash__box {
  width: 660px;
  margin: auto;
  background: #ffffff;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .splash__page .splash__container .splash__box {
    width: 100%;
  }
}
.splash__page .splash__container .splash__box .splash__hdr {
  display: flex;
  justify-content: center;
  padding: 15px;
  background: #003869;
}
@media only screen and (max-width: 767px) {
  .splash__page .splash__container .splash__box .splash__hdr {
    justify-content: flex-start;
  }
  .hero-section .hero-buttons-wrap {
    gap: 20px;
    padding-top: 30px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .hero-section .hero-sectoren-list {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .splash__page .splash__container .splash__box .splash__hdr .splash__logo svg {
    width: 150px;
    height: 30px;
  }
}
.splash__page
  .splash__container
  .splash__box
  .splash__hdr
  .splash__logo
  svg
  path {
  fill: #ffffff;
}
.splash__page .splash__container .splash__box .splash__body {
  padding: 3.75rem 5rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .splash__page .splash__container .splash__box .splash__body {
    padding: 20px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .splash__page .splash__container .splash__box .splash__body {
    padding: 30px;
  }
}
.splash__page .splash__container .splash__box .splash__body .splash__lt {
  width: 55%;
  border-right: 1px solid #dee4e5;
}
@media only screen and (max-width: 767px) {
  .splash__page .splash__container .splash__box .splash__body .splash__lt {
    width: 100%;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .splash__page .splash__container .splash__box .splash__body .splash__rt {
    width: 100%;
    margin-top: 40px;
  }
}
.splash__page .splash__container .splash__box .splash__body .splash__col {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .splash__page .splash__container .splash__box .splash__body .splash__col {
    margin-bottom: 24px;
  }
}
.splash__page
  .splash__container
  .splash__box
  .splash__body
  .splash__col:last-child {
  margin-bottom: 0;
}
.splash__page
  .splash__container
  .splash__box
  .splash__body
  .splash__col
  .splash__col__hdng {
  font-size: 1.375rem;
  color: #003869;
  font-family: "kanitmedium";
  margin: 0 0 18px;
}
.splash__page .splash__container .splash__box .splash__body .splash__col ul li {
  margin-bottom: 12px;
}
.splash__page
  .splash__container
  .splash__box
  .splash__body
  .splash__col
  ul
  li:last-child {
  margin-bottom: 0;
}
.splash__page
  .splash__container
  .splash__box
  .splash__body
  .splash__col
  ul
  li
  a {
  font-size: 1.125rem;
  color: #003869;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.splash__page
  .splash__container
  .splash__box
  .splash__body
  .splash__col
  ul
  li
  a
  i {
  -webkit-mask-image: url(../images/logo-masking-sm.svg);
  mask-image: url(../images/logo-masking-sm.svg);
  -webkit-mask-size: 22px 16px;
  mask-size: 22px 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 22px;
  height: 16px;
  display: block;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.splash__page
  .splash__container
  .splash__box
  .splash__body
  .splash__col
  ul
  li
  a
  i
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  float: left;
}
.splash__page
  .splash__container
  .splash__box
  .splash__body
  .splash__col
  .scl__blk {
  margin: 10px 0 0;
}
.splash__page
  .splash__container
  .splash__box
  .splash__body
  .splash__col
  .scl__blk
  a {
  border-color: #003869;
  color: #003869;
}
.splash__page .splash__watermark {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .splash__page .splash__watermark svg {
    width: 300px;
    height: 326px;
  }
}

.filter__row {
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .filter__row {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .filter__row .row {
    row-gap: 15px;
  }
}
.filter__row .search__field,
.filter__row .filter__col {
  position: relative;
  width: 100%;
}
.filter__row .search__field .search__icon,
.filter__row .filter__col .search__icon {
  position: absolute;
  top: 13px;
  left: 16px;
}
.filter__row .search__field input,
.filter__row .search__field .form-control,
.filter__row .filter__col input,
.filter__row .filter__col .form-control {
  padding-left: 45px;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .cases__section {
    margin-bottom: 0;
    padding-bottom: 3rem;
  }
}

.cases__listing {
  margin-top: 60px;
}
.cases__listing .cases__slider {
  overflow: visible;
}
.cases__listing .cases-buttons-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 90px;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .cases__listing {
    margin-top: 2rem;
  }
  .cases__listing .cases-buttons-wrap {
    margin-top: 2rem;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
}
.cases__listing .cases__slider .owl-stage {
  padding-left: 0 !important;
}

.cases__card h4 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  margin-bottom: 30px;
}
.cases__card p {
  opacity: 0.8;
  font-size: 1.25rem;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
  .cases__card {
    margin-bottom: 0;
    margin-top: 0;
  }
  .cases__card h4 {
    font-size: 2.125rem;
    line-height: 2.75rem;
    margin-bottom: 1rem;
  }
  .cases__card p {
    margin: 0;
  }
  .cases__section .primary__card {
    margin-bottom: 2rem;
  }
}
.cases__card .cases__thumb {
  border-radius: 0;
  height: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 38px 0px;
}
@media only screen and (max-width: 767px) {
  .cases__card .cases__thumb {
    margin: 20px 0px;
  }
}
.cases__card .cases__thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 415 / 226;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cases__card .cases__cont .cases__tag {
  color: #8b949c;
  font-size: 14px;
  display: block;
}
.cases__card .cases__cont p {
  font-size: 1.25rem;
  line-height: 1.563rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 30px 0;
  min-height: calc(1.563rem * 3);
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .cases__card .cases__cont p {
    min-height: inherit;
    margin: 20px 0;
  }
}
.cases__card .cases__cont h4 {
  color: var(--primary-color);
  font-size: 50px;
  line-height: 60px;
  font-family: "kanitregular";
}
.blue .cases__card .cases__cont h4 {
  color: var(--white-color);
}
.blue .cases__card .cases__cont p {
  color: var(--white-color);
}
.cases__card:hover .cases__thumb img {
  transform: scale(1.1);
}
.cases__card:hover .btn.btn-arrow-green::before {
  width: calc(100% + 37px);
}
.cases__card:hover .btn.btn-arrow-green::after {
  right: -38px;
}
.article__card .article__thumb {
  border-radius: 0;
  height: 415px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 80px;
}
.article__card .article__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__card .article__cont p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  display: block;
  margin: 0;
  color: var(--primary-color);
  opacity: 0.8;
}
.article__card .article__cont .article__ttl {
  color: var(--primary-color);
  font-size: 2.5rem;
  line-height: 2.813rem;
  font-family: "kanitregular";
}
.article__card .article__cont .article__ttl strong {
  text-decoration: underline;
  font-family: "kanitregular";
}

@media only screen and (max-width: 767px) {
  .cases__card .cases__cont h4 {
    font-size: 2.125rem;
    line-height: 3rem;
  }
  .article__card .article__thumb {
    margin-bottom: 20px;
  }
  .article__card .article__cont p {
    margin: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .case__article__section {
    margin: 0;
  }
}
.case__article__section .row {
  -moz-column-gap: 102px;
  column-gap: 102px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .case__article__section .row {
    -moz-column-gap: inherit;
    column-gap: inherit;
    row-gap: 3rem;
  }
}
.case__article__section .row .col-sm-6 {
  width: calc(50% - 51px);
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .case__article__section .row .col-sm-6 {
    width: 100%;
  }
}

.back__to__btn {
  font-size: 16px;
  color: #003869;
  text-decoration: underline;
  margin-bottom: 40px;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.back__to__btn:hover {
  color: var(--secondary-color);
}

.cases__dtl__section .button-wrap {
  margin-top: 80px;
  gap: 30px;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cases__dtl__section .col-sm-5 {
    width: 50%;
  }
}
.cases__dtl__section .cases__dtl__caption {
  padding: 7.5rem 0;
}
@media only screen and (max-width: 767px) {
  .cases__dtl__section .cases__dtl__caption {
    padding: 4rem 0;
  }
  .cases__dtl__section .button-wrap {
    margin-top: 2rem;
    gap: 20px;
  }
}

.cases__dtl__section.sectoren__dtl .cases__dtl__caption {
  padding: 0;
}

.cases__dtl__section .cases__dtl__caption h1 {
  font-size: 6rem;
  line-height: 6rem;
  color: var(--primary-color);
  font-family: "kanitsemibold";
  margin-bottom: 30px;
}
@media (min-width: 1024px) and (max-width: 1558px) {
  .single-sectoren .cases__dtl__section .cases__dtl__caption h1.h1-style {
    font-size: 5.94vw !important;
    line-height: 5.94vw !important;
  }
}
.single-post .cases__dtl__section .cases__dtl__caption h1 {
  max-width: 100%;
}
.cases__dtl__section .cases__dtl__caption p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  opacity: 0.8;
}

.cases__dtl__caption .title-container {
  position: relative;
  display: flex;
  width: fit-content;
}

.cases__dtl__caption .title-container .badge-case {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: -53px;
  top: -50px;
}
.cases__dtl__caption .title-container .badge-case text {
  font-size: 1rem;
  font-family: "kanitsemibold";
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .cases__dtl__section .cases__dtl__caption h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.75rem;
  }
  .single-post .cases__dtl__section .cases__dtl__caption h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.75rem;
    position: relative;
    z-index: 2;
  }
  .cases__dtl__section .cases__dtl__caption p {
    margin-bottom: 0;
  }
}

.cases__dtl__section .cases__dtl__caption .dtl__btn__row {
  margin: 35px 0 0;
  padding: 35px 0 0;
  border-top: 2px solid #e3e8ed;
}
.cases__dtl__section .case__dtl__mask {
  -webkit-mask-image: url(../images/mask-white.svg);
  mask-image: url(../images/mask-white.svg);
  -webkit-mask-size: 445px 515px;
  mask-size: 445px 515px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 445px;
  height: 515px;
  display: block;
  position: relative;
  right: -120px;
}
@media only screen and (max-width: 767px) {
  .cases__dtl__section .case__dtl__mask {
    right: -17px;
    margin-bottom: 40px;
    -webkit-mask-size: 200px 240px;
    mask-size: 200px 240px;
    width: 200px;
    height: 240px;
    float: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cases__dtl__section .case__dtl__mask {
    right: 50px;
  }
}
.cases__dtl__section .case__dtl__mask img {
  width: 100%;
  height: 100%;
}

.cases__gallery .row {
  row-gap: 24px;
}

.cases__gallery__col {
  width: 100%;
  height: 455px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cases__gallery__col {
    height: 320px;
  }
}
.cases__gallery__col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cases__gallery__col:hover img {
  transform: scale(1.1);
}

.secondary__bg {
  background: var(--secondary-color);
  padding: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .secondary__bg {
    padding: 30px;
    margin-bottom: 40px;
  }
}
.secondary__bg .block__ttl p,
.secondary__bg .block__ttl .block__ttl__desc {
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.related__cases__card {
  padding: 0;
  margin-bottom: 30px;
}
.vacature-link-100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.related__cases__card:hover .btn.btn-arrow-green::before {
  width: calc(100% + 37px);
}
.related__cases__card:hover .btn.btn-arrow-green::after {
  right: -38px;
}
.related__cases__card:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .related__cases__card {
    height: auto;
  }
}
.related__cases__card .related__cases__thumb {
  width: 100%;
  height: 226px;
  border-radius: 0;
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .related__cases__card .related__cases__thumb {
    height: 200px;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .related__cases__card .related__cases__thumb {
    height: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .related__cases__card .related__cases__thumb {
    height: 160px;
  }
}
.related__cases__card .related__cases__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.related__cases__card .vacature-card_footer {
  margin-top: auto;
}
.related__cases__card .vacature-card_footer .btn {
  margin-top: 38px;
}

.related__cases__card .vacature__cont {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related__cases__card .related__cases__cont .related__ttl {
  font-size: 2.5rem;
  line-height: 2.813rem;
  color: #003869;
  font-family: "kanitregular";
  margin: 0px 0 10px;
}

.page-id-2833 .related__cases__section .related__listing,
.page-id-15779 .related__cases__section .related__listing {
  display: none !important;
}
.page-id-319 .related__cases__section .related__listing,
.page-id-3137 .related__cases__section .related__listing {
  display: none !important;
}
.page-id-319 .related__cases__section .col-lg-7,
.page-id-3137 .related__cases__section .col-lg-7 {
  width: 100%;
}
.page-id-7 .cmn__section.workcloth__section .col-lg-8,
.page-id-3149 .cmn__section.workcloth__section .col-lg-8 {
  width: 100%;
}
.page-id-7 .cmn__section.workcloth__section .block__ttl__hdng,
.page-id-3149 .cmn__section.workcloth__section .block__ttl__hdng {
  max-width: 1068px;
}
.page-id-7 .cmn__section.workcloth__section .block__ttl__desc,
.page-id-3149 .cmn__section.workcloth__section .block__ttl__desc {
  max-width: 954px;
}
.page-id-319 .block__ttl .block__ttl__desc,
.page-id-319 .block__ttl p,
.page-id-3137 .block__ttl .block__ttl__desc,
.page-id-3137 .block__ttl p {
  max-width: 954px;
}
.related__listing .vacatures .related__cases__cont .related__ttl {
  font-size: 3.125rem;
  line-height: 3.75rem;
  margin-bottom: 30px;
  text-transform: lowercase;
}
.related__listing .vacatures .related__cases__cont .related__ttl::first-letter {
  text-transform: uppercase;
}
.related__cases__card .related__cases__cont .related__terms .related__term {
  font-family: "kanitsemibold";
  font-size: 20px;
  line-height: 25px;
  color: var(--white-color);
}
.pagination-container {
  margin-top: 120px;
}
.ajax-pagination {
  display: inline-flex;
  list-style: none;
  gap: 8px;
  align-items: center;
  padding: 0;
  width: 100%;
}

.ajax-pagination li {
  display: inline-block;
  margin: 0;
}
.ajax-pagination li.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.ajax-pagination .pagination-prev {
  margin-right: auto;
}
.ajax-pagination .pagination-next {
  margin-left: auto;
}

.ajax-pagination li a {
  display: inline-block;
  text-decoration: none;
  color: var(--primary-color);
  padding: 0;
  border: none;
  background: transparent;
}
.ajax-pagination li a:hover {
  color: var(--secondary-color);
}

.ajax-pagination li.active a {
  color: var(--secondary-color);
  font-family: "kanitsemibold";
}

.ajax-pagination .separator {
  margin: 0 3px;
  color: var(--primary-color);
}
.offerte-section {
  padding-top: 0;
}
.offerte-section h1.block__ttl__hdng {
  font-size: 6.25rem;
  line-height: 100%;
  font-family: "kanitsemibold";
}
.offerte-section .block__desc {
  margin-bottom: 30px;
}
.offerte-section .block__desc p {
  color: var(--white-color);
  opacity: 0.8;
}
.offerte-section textarea {
  max-height: 120px;
}

.offerte-section .with_frm_style .frm_dropzone {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.offerte-section .frm_dropzone .dz-message {
  padding: 0;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
  flex-wrap: wrap;
  flex-direction: unset;
  justify-content: flex-start;
  height: auto;
  gap: 1rem;
}
.offerte-section .frm_dropzone .dz-message svg {
  margin: 0 !important;
}
.offerte-section .frm_dropzone svg path {
  fill: var(--white-color);
}
.offerte-section .frm_dropzone .dz-message .frm_upload_text {
  color: var(--white-color);
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "kanitregular";
}
.offerte-section .with_frm_style .frm_radio label a,
.offerte-section .with_frm_style .frm_checkbox label a {
  color: var(--white-color);
  font-family: "kanitregular";
  text-decoration: underline;
}
.offerte-section .frm_dropzone .dz-preview .dz-details .dz-size,
.offerte-section .frm_dropzone .dz-preview .dz-details .dz-size strong {
  color: var(--white-color) !important;
}
.offerte-section .frm_style_formidable-style.with_frm_style .frm_error,
.offerte-section .frm_style_formidable-style.with_frm_style .frm_limit_error {
  color: var(--white-color);
}

.offerte-section input[type="text"],
.offerte-section input[type="email"],
.offerte-section input[type="url"],
.offerte-section input[type="password"],
.offerte-section input[type="search"],
.offerte-section input[type="tel"],
.offerte-section input[type="number"],
.offerte-section textarea,
.offerte-section select,
.offerte-section select:focus,
.offerte-section input[type="text"]:focus,
.offerte-section input[type="email"]:focus,
.offerte-section input[type="url"]:focus,
.offerte-section input[type="password"]:focus,
.offerte-section input[type="search"]:focus,
.offerte-section input[type="tel"]:focus,
.offerte-section input[type="number"]:focus,
.offerte-section textarea:focus,
.offerte-section select:focus {
  background: transparent !important;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: var(--white-color) !important;
  color: var(--white-color) !important;
  padding: 0;
}
.offerte-section .frm_style_formidable-style.with_frm_style .frm_submit button,
.offerte-section .frm_button_submit {
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.offerte-section
  .frm_style_formidable-style.with_frm_style
  .frm_submit
  button:hover,
.offerte-section .frm_button_submit:hover {
  background: var(--white-color);
  border-color: var(--white-color);
  color: var(--primary-color);
}
.offerte-section .with_frm_style .frm_checkbox label input[type="checkbox"] {
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background: var(--primary-color) !important;
  border-radius: 0 !important;
  color: var(--white-color) !important;
  border-color: var(--white-color) !important;
}
.offerte-section
  .frm_forms.with_frm_style
  .frm_fields_container
  .frm_checkbox
  input[type="checkbox"]:not([disabled]):checked {
  border-color: var(--white-color) !important;
}
.offerte-section .vertical_radio .frm_opt_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.offerte-section .with_frm_style .vertical_radio .frm_radio label,
.offerte-section .with_frm_style .vertical_radio .frm_checkbox label {
  padding-left: 26px !important;
}
.offerte-section .with_frm_style .frm_primary_label {
  color: var(--white-color) !important;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "kanitregular";
}
.offerte-section input[type="text"]::placeholder,
.offerte-section input[type="email"]::placeholder,
.offerte-section input[type="url"]::placeholder,
.offerte-section input[type="password"]::placeholder,
.offerte-section input[type="search"]::placeholder,
.offerte-section input[type="tel"]::placeholder,
.offerte-section input[type="number"]::placeholder,
.offerte-section textarea::placeholder,
.offerte-section select {
  color: var(--white-color) !important;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "kanitregular";
  opacity: 1;
}

.offerte-section .frm_radio label,
.offerte-section .frm_checkbox label {
  color: var(--white-color) !important;
}

.offerte-section .touch__row .contact__nbr a {
  color: var(--white-color);
  font-family: "kanitsemibold";
}

/* Inputs, selects, textareas */
.light-form .offerte-section input[type="text"],
.light-form .offerte-section input[type="email"],
.light-form .offerte-section input[type="url"],
.light-form .offerte-section input[type="password"],
.light-form .offerte-section input[type="search"],
.light-form .offerte-section input[type="tel"],
.light-form .offerte-section input[type="number"],
.light-form .offerte-section textarea,
.light-form .offerte-section select {
  border-color: rgba(0, 56, 105, 0.5) !important;
  color: #003869 !important;
}

/* Placeholders */
.light-form .offerte-section input[type="text"]::placeholder,
.light-form .offerte-section input[type="email"]::placeholder,
.light-form .offerte-section input[type="url"]::placeholder,
.light-form .offerte-section input[type="password"]::placeholder,
.light-form .offerte-section input[type="search"]::placeholder,
.light-form .offerte-section input[type="tel"]::placeholder,
.light-form .offerte-section input[type="number"]::placeholder,
.light-form .offerte-section textarea::placeholder,
.light-form .offerte-section select {
  color: #003869 !important;
}

/* Labels, radio, checkbox text */
.light-form .offerte-section .frm_primary_label,
.light-form .offerte-section .frm_radio label,
.light-form .offerte-section .frm_checkbox label,
.light-form .offerte-section .with_frm_style .frm_radio label a,
.light-form .offerte-section .with_frm_style .frm_checkbox label a {
  color: var(--primary-color) !important;
}

/* Submit button hover (invert back) */
.light
  .offerte-section
  .frm_style_formidable-style.with_frm_style
  .frm_submit
  button:hover,
.light-form .offerte-section .frm_button_submit:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

/* Dropzone */
.light-form .offerte-section .with_frm_style .frm_dropzone,
.light-form .offerte-section .frm_dropzone .dz-message {
  background-color: #ffffff00 !important;
  border-color: #ffffff00 !important;
  color: var(--primary-color);
}
.light-form .offerte-section .frm_dropzone svg path {
  fill: var(--primary-color);
}
.light-form .offerte-section .frm_dropzone .dz-message .frm_upload_text {
  color: var(--primary-color);
}
.light-form
  .offerte-section
  .frm_style_formidable-style.with_frm_style
  .frm_error,
.light
  .offerte-section
  .frm_style_formidable-style.with_frm_style
  .frm_limit_error {
  color: var(--primary-color) !important;
}
.light-form .offerte-section .frm_dropzone .dz-preview .dz-details .dz-size,
.light-form
  .offerte-section
  .frm_dropzone
  .dz-preview
  .dz-details
  .dz-size
  strong {
  color: var(--primary-color) !important;
}
.light-form
  .offerte-section
  .with_frm_style
  .frm_checkbox
  label
  input[type="checkbox"] {
  background: #ffffff00 !important;
  border-color: var(--primary-color) !important;
}
.locaties_section .block__ttl__md {
  margin-bottom: 30px;
}
.touch__row .adrs__row .adrs span.title {
  font-size: 50px;
  line-height: 60px;
  font-family: "kanitregular";
  max-width: 360px;
  margin-bottom: 30px;
}
.locaties_section .block__ttl__md .block__ttl__hdng {
  font-size: 5.625rem;
  line-height: 5.938rem;
  color: var(--primary-color);
  margin: 0;
  font-family: "kanitregular";
}

.white
  .related__cases__card
  .related__cases__cont
  .related__terms
  .related__term,
.lightblue
  .related__cases__card
  .related__cases__cont
  .related__terms
  .related__term {
  color: var(--primary-color);
}
.related__cases__card .related__cases__cont .related__terms .related__term {
  color: var(--primary-color);
}
.blue
  .related__cases__card
  .related__cases__cont
  .related__terms
  .related__term {
  color: var(--white-color);
}
.related__cases__card .related__cases__cont .related__location {
  font-family: "kanitlight";
  font-size: 20px;
  line-height: 25px;
  color: var(--primary-color);
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.blue .related__cases__card .related__cases__cont .related__location {
  color: var(--white-color);
}
.white .related__cases__card .related__cases__cont .related__location,
.lightblue .related__cases__card .related__cases__cont .related__location {
  color: var(--primary-color);
}
section.blue .related__cases__card .related__cases__cont .related__ttl {
  color: var(--white-color);
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .related__cases__card .related__cases__cont .related__ttl {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .related__cases__card .related__cases__cont .related__location {
    font-size: 1rem;
  }
}
.related__cases__card:hover .related__cases__thumb img {
  transform: scale(1.1);
}

.indus__video {
  width: 100%;
  height: 37.5rem;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 0;
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 767px) {
  .indus__video {
    height: 24rem;
    margin-bottom: 1rem;
  }
  .pagination-container {
    margin-top: 3rem;
  }
  .related__listing .vacatures .related__cases__cont .related__ttl {
    font-size: 2.125rem;
    line-height: 2.75rem;
    margin-bottom: 1rem;
  }
  .related__cases__card .vacature-card_footer .btn {
    margin-top: 0;
  }
  .offerte-section h1.block__ttl__hdng {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .touch__row .adrs__row .adrs span.title {
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin-bottom: 1rem;
  }
  .touch__row .adrs__row .adrs .adrs-img {
    margin-top: 2rem;
  }
  .touch__row .adrs__row {
    gap: 3rem;
  }
  .offerte-section {
    padding-top: 3rem;
  }
  .get__touch__row.cmn__section.blue.offerte-section {
    padding-top: 0;
    margin-top: -1px;
  }
  .blog__form__section .offerte-section {
    padding-top: 0;
  }
  .locaties_section .block__ttl__md .block__ttl__hdng {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
  .with_frm_style .frm_form_fields > fieldset {
    padding-bottom: 0;
  }
  .frm_style_formidable-style.with_frm_style .form-field:last-of-type {
    margin-bottom: 0;
  }
}
.indus__video .indus__video__thumb {
  position: relative;
  overflow: hidden;
}
.indus__video .indus__video__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.indus__video .play__btn {
  width: 8.75rem;
  height: 8.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.indus__video .play__btn:hover {
  background: white;
}

.industry__section {
  background: #003869;
  position: relative;
}
.industry__section .container {
  z-index: 1;
  position: relative;
}
.industry__section .indus__watermark {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .industry__section .indus__watermark svg {
    width: 300px;
    height: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .industry__section .customization__slider__row {
    margin-top: 60px;
  }
}
.industry__section .owl-carousel .owl-dots {
  position: relative;
  bottom: 0;
  margin: 60px 0 0;
}
.industry__section .owl-carousel .owl-dots:after {
  background: rgba(231, 234, 239, 0.4) !important;
}
.industry__section .owl-carousel .owl-dots .owl-dot.active {
  background: #ffffff !important;
}

.light__section {
  background: #e6eaf1;
  overflow-x: clip;
}

.sectoren-top {
  margin-bottom: 90px;
}

.sectoren-top .sectoren-button-wrap {
  margin-top: 80px;
}

.light__section .container {
  position: relative;
}

.custom__cta__section {
  background: url(../images/cta-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 7.5rem 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .custom__cta__section {
    padding: 4rem 0;
  }
  .sectoren-top .image-column {
    order: -1;
    position: relative;
  }
  .sectoren-top .sectoren-button-wrap {
    margin-top: 20px;
  }
}
.custom__cta__section .block__ttl .block__ttl__hdng span {
  font-family: "kanitregular";
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .custom__cta__section .block__ttl .d-flex {
    align-items: flex-start;
  }
}

.detail__hero__section {
  background: #e6eaf1;
}
.detail__hero__section .dtl__hero__caption {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .detail__hero__section .dtl__hero__caption {
    padding-bottom: 0;
  }
  .sectoren-top {
    margin-bottom: 3rem;
  }
  .industrie-wrap {
    margin-top: 3rem;
  }
  .sectoren-top .abt__thumb {
    margin: 0;
  }
}
.detail__hero__section .dtl__hero__caption h1 {
  font-size: 6rem;
  line-height: 6rem;
  color: var(--primary-color);
  font-family: "kanitsemibold";
  margin-bottom: 30px;
}
.detail__hero__section .dtl__hero__caption p {
  font-size: 1.25rem;
  line-height: 2rem;
  opacity: 0.8;
  margin-bottom: 20px;
}
.detail__hero__section .dtl__banner {
  width: 810px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .detail__hero__section .dtl__banner {
    width: 100%;
    height: auto;
    margin: 30px 0 0;
  }
  .detail__hero__section .dtl__hero__caption h1 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .detail__hero__section .dtl__banner {
    width: calc(100% + 30px);
    height: 400px;
  }
}
.detail__hero__section .dtl__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.history-wrap {
  position: relative;
  color: var(--white-color);
  margin-top: 120px;
}
.history-wrap .history-line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--white-color);
}
.history-wrap .history-inner {
  display: flex;
  flex-direction: column;
}
.history-wrap .history-inner .history-col {
  display: flex;
  gap: 30px;
}
.history-wrap .history-inner .history-col.history-col-odd {
  padding-right: 120px;
}
.history-wrap .history-inner .history-col.history-col-even {
  padding-left: 120px;
}
.history-wrap .history-inner .history-item .history-year {
  display: block;
  font-family: "kanitregular";
  font-weight: 400;
  font-size: 50px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--white-color);
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.history-wrap .history-inner .history-item {
  position: relative;
  cursor: pointer;
  flex: 1;
}
/*
.history-wrap .history-inner .history-item:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  background: rgba(42, 96, 143, 0.95);
  opacity: 0;
  z-index: 0;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}*/
.history-wrap .history-inner .history-item:hover::before {
  opacity: 1;
}
.history-wrap .history-inner .history-item .history-title {
  display: block;
  font-family: "kanitlight";
  font-size: 23px;
  line-height: 25px;
  color: var(--white-color);
  position: relative;
  z-index: 2;
  min-width: 230px;
}
.history-wrap .history-inner .history-item .history-desc {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  padding: 150px 30px 30px 30px;
  background: rgba(42, 96, 143, 0.95);
  width: calc(100% + 60px);
  left: -30px;
  top: -40px;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.history-wrap .history-inner .history-col-even .history-item .history-desc {
  top: 70px;
}
.history-wrap .history-inner .history-item .history-desc p {
  color: var(--white-color);
  opacity: 0.8;
}

.history-wrap .history-inner .history-item:hover .history-desc {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.history-wrap .history-inner .history-col.history-col-odd .history-item {
  padding-bottom: 110px;
}
.history-wrap
  .history-inner
  .history-col.history-col-odd
  .history-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background-color: var(--white-color);
  left: 0;
  bottom: 77px;
}
.history-wrap .history-inner .history-col.history-col-odd .history-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  bottom: 0;
  width: 1px;
  height: 77px;
  background: var(--white-color);
}

.history-wrap .history-inner .history-col.history-col-even .history-item {
  padding-top: 110px;
}
.history-wrap
  .history-inner
  .history-col.history-col-even
  .history-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background-color: var(--white-color);
  left: 0;
  top: 77px;
}
.history-wrap
  .history-inner
  .history-col.history-col-even
  .history-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 0;
  width: 1px;
  height: 77px;
  background: var(--white-color);
}
.dtl__cont__row {
  padding: 7.5rem 0 0;
  position: relative;
}
.dtl__cont__row .round-text-wrap {
  top: 40%;
  z-index: 2;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .dtl__cont__row {
    padding: 3rem 0 0;
  }
}
.dtl__cont__row:first-child {
  padding-top: 0;
}
.dtl__cont__row:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dtl__cont__row .col-sm-5 {
    width: 50%;
  }
  .history-wrap .history-inner {
    flex-direction: row;
  }
  .history-wrap .history-inner .history-col {
    display: flex;
    gap: 32px;
  }
  .history-wrap .history-line {
    width: 1px;
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 97px;
    margin-bottom: 8px;
  }
  .history-wrap .history-inner .history-col.history-col-odd .history-item {
    padding-bottom: 30px;
  }
  .history-wrap .history-inner .history-col.history-col-even .history-item {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .history-wrap
    .history-inner
    .history-col.history-col-even
    .history-item::after {
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 1px;
    top: auto;
  }
  .history-wrap
    .history-inner
    .history-col.history-col-even
    .history-item::before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .history-wrap
    .history-inner
    .history-col.history-col-odd
    .history-item::after {
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 1px;
    top: auto;
  }
  .history-wrap
    .history-inner
    .history-col.history-col-odd
    .history-item::before {
    bottom: 0;
  }
  .history-wrap .history-inner .history-col.history-col-odd {
    padding-right: 0;
    flex-direction: column;
    padding-bottom: 60px;
  }
  .history-wrap .history-inner .history-col.history-col-even {
    padding-left: 0;
    flex-direction: column;
    padding-top: 60px;
  }
  .history-wrap .history-inner .history-col-even .history-item .history-desc {
    top: -70px;
  }
  .history-wrap .history-inner .history-item .history-year {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .history-wrap .history-inner .history-item .history-title {
    font-size: 1rem;
    line-height: 120%;
    min-width: auto;
  }
  .history-wrap .history-inner .history-item .history-desc p {
    font-size: 1.25rem;
    line-height: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .dtl__cont__row .col-sm-5 {
    order: 1;
  }
  .dtl__cont__row .round-text-wrap {
    top: 25%;
  }
  .history-wrap .history-inner {
    flex-direction: row;
  }
  .history-wrap .history-inner .history-col {
    display: flex;
    gap: 32px;
  }
  .history-wrap .history-line {
    width: 1px;
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 97px;
    margin-bottom: 8px;
  }
  .history-wrap .history-inner .history-col.history-col-odd .history-item {
    padding-bottom: 30px;
  }
  .history-wrap .history-inner .history-col.history-col-even .history-item {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding-top: 0;
    padding-left: 10px;
    padding-bottom: 30px;
  }

  .history-wrap
    .history-inner
    .history-col.history-col-even
    .history-item::after {
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 1px;
    top: auto;
  }
  .history-wrap
    .history-inner
    .history-col.history-col-even
    .history-item::before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .history-wrap
    .history-inner
    .history-col.history-col-odd
    .history-item::after {
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 1px;
    top: auto;
  }
  .history-wrap
    .history-inner
    .history-col.history-col-odd
    .history-item::before {
    bottom: 0;
  }
  .history-wrap .history-inner .history-col.history-col-odd {
    padding-right: 0;
    flex-direction: column;
    padding-bottom: 2px;
  }
  .history-wrap .history-inner .history-col.history-col-even {
    padding-left: 0;
    flex-direction: column;
    padding-top: 60px;
  }
  .history-wrap .history-inner .history-col-even .history-item .history-desc {
    top: -70px;
  }
  .history-wrap .history-inner .history-col-odd .history-item .history-desc {
    top: -70px;
  }
  .history-wrap .history-inner .history-item .history-year {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .history-wrap .history-inner .history-item .history-title {
    font-size: 1rem;
    line-height: 120%;
    min-width: auto;
  }
  .history-wrap .history-inner .history-item .history-desc p {
    font-size: 1.25rem;
    line-height: 120%;
  }
  .history-wrap {
    margin-top: 3rem;
  }
  .page-id-5 .cmn__section.white .round-text-wrap.bottomleft {
    display: none;
  }
  .customization__section .round-text-wrap {
    top: 0px;
    right: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .dtl__cont__row .col-sm-6 {
    order: 2;
  }
}
.dtl__cont__row .dtl__cont__thumb {
  width: 100%;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .dtl__cont__row .dtl__cont__thumb {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .dtl__cont__row .dtl__cont__thumb {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.dtl__cont__row .dtl__cont__thumb .cont__thumb__child {
  position: relative;
  overflow: hidden;
}
.dtl__cont__row .dtl__cont__thumb .cont__thumb__child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 322 / 415;
}
.dtl__cont__row .block__ttl .block__ttl__hdng span {
  color: #1d1d1b;
}
.dtl__cont__row__rev .row {
  flex-direction: row-reverse;
}

.watermark__dtl {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .watermark__dtl svg {
    width: 270px;
    height: 276px;
  }
}

.bullet__listing {
  padding-left: 15px;
}
.bullet__listing li {
  color: #003869;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "kanitlight";
  opacity: 0.8;
}
.gallery__slider__section .block__ttl__hdng {
  font-family: "kanitregular";
  font-size: 60px;
  line-height: 65px;
  color: var(--primary-color);
  margin-bottom: 60px;
  max-width: 536px;
}

.dtl__gallery__card {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .dtl__gallery__card {
    aspect-ratio: 1 / 1;
  }
  .gallery__slider__section .block__ttl__hdng {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
    margin-bottom: 30px;
  }
}
.dtl__gallery__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.dtl__gallery__card:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
  .job__cont .block__ttl {
    margin-bottom: 20px !important;
  }
}

.upload__fld .upload__icon {
  position: absolute;
  top: 10px;
  left: 15px;
}
.upload__fld .form-control {
  padding-left: 60px;
}

.basic__section {
  padding: 7.5rem 0;
  background: #ac9977;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .basic__section {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .basic__section .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .basic__section .row .col-sm-5 {
    width: 50%;
  }
}
.basic__section .basic__thumb {
  width: 100%;
  height: 43.75rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .basic__section .basic__thumb {
    height: 30rem;
    margin: 30px 0 0;
  }
}
.basic__section .basic__thumb__child {
  position: relative;
  overflow: hidden;
}
.basic__section .basic__thumb__child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.basic__section .med__ttl {
  font-size: 1.5rem;
  font-family: "kanitmedium";
}

.single-cases .gallery__slider__section .container {
  padding: 0 !important;
}

.single-cases .cases__dtl__caption {
  padding-top: 3rem !important;
}

@media only screen and (max-width: 767px) {
  .basic__section .block__ttl {
    margin-bottom: 0 !important;
  }
}
.basic__section .block__ttl .block__ttl__hdng {
  color: #003869;
}

.blog__listing__row .row {
  row-gap: 0;
}
@media only screen and (max-width: 767px) {
  .blog__listing__row .row {
    row-gap: 0;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .blog__listing__row .row > .col-sm-4 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog__listing__row .row > .col-sm-4 {
    width: 50%;
  }
}
.blog__listing__row .topic__card .topic__thumb .topic__thumb__blk {
  height: 226px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog__listing__row .topic__card .topic__thumb .topic__thumb__blk {
    height: 180px;
  }
}

.subhdng {
  font-size: 1.25rem;
}

.inner__hero__section .topic__card .topic__cont .topic__hdng h4 {
  color: #1d1d1b;
  margin: 0;
}
.inner__hero__section .topic__card .topic__cont .topic__hdng p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #1d1d1b;
  margin: 20px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .inner__hero__section .topic__card .topic__cont .topic__hdng p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.blog__dtl__top {
  display: flex;
  -moz-column-gap: 60px;
  column-gap: 60px;
  margin-bottom: 10px;
  max-width: 658px;
  position: relative;
}
.blog__dtl__top .badge {
  background: transparent !important;
  position: absolute;
  right: -20px;
  top: -20px;
}
.blog__dtl__top .badge svg text {
  font-size: 1rem;
  font-family: "kanitsemibold";
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .blog__dtl__top {
    margin-top: 2rem;
    margin-bottom: 10px;
  }
}
.blog__dtl__top .blog__date {
  color: var(--primary-color);
  font-size: 1rem;
  opacity: 0.8;
}

.blog__dtl__btm {
  display: flex;
  margin-top: 5rem;
}
.blog__dtl__btm .scl__lbl {
  font-size: 1.25rem;
  color: var(--primary-color);
}
.blog__dtl__btm .scl__blk {
  margin: 0;
}
.blog__dtl__btm .scl__blk a {
  color: #003869;
  border-color: #003869;
}
.blog__dtl__btm .scl__blk a:hover {
  background: #003869;
  color: #ffffff;
}
.blog__dtl__btm .scl__blk a:hover i {
  color: #fff;
}

.get__touch__row .scl__blk a:hover i {
  color: #fff;
}
.blog__dtl__ttl {
  margin: 0 0 5rem;
}
.blog__dtl__ttl h2 {
  color: #1d1d1b;
  font-size: 2.5rem;
  line-height: 3.125rem;
}
.blog__dtl__ttl p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "kanitmedium";
  color: var(--primary-color);
}

.blog__dtl__desc {
  margin: 0 0 3.5rem;
}
.single-cases .blog__dtl__desc {
  margin: 0;
}

.blog__dtl__desc h4 {
  color: var(--primary-color);
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-family: "kanitregular";
}
.blog__dtl__desc p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  opacity: 0.8;
  margin: 0 0 0.75em;
}
.blog__dtl__desc p:last-of-type {
  margin: 0 0 1.5em;
}
.blog__dtl__desc ul li {
  font-size: 1.25rem;
  line-height: 1.875rem;
  opacity: 0.8;
}
.blog__dtl__desc ol li {
  font-size: 1.25rem;
  line-height: 1.875rem;
  opacity: 0.8;
}

.blog__dtl__desc h1 {
  font-size: 3.75rem; /* 60px */
  line-height: 4.25rem; /* ~68px */
  margin: 0 0 0.75em;
}

.blog__dtl__desc h2 {
  font-size: 2.5rem; /* 40px */
  line-height: 2.8125rem; /* 45px */
  margin: 0 0 0.75em;
}

.blog__dtl__desc h3 {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* ~36px */
  margin: 0 0 0.5em;
}

.blog__dtl__desc h4 {
  font-size: 1.5rem; /* 24px */
  line-height: 1.875rem; /* ~30px */
  margin: 0 0 0.5em;
}

.blog__dtl__desc h5 {
  font-size: 1.25rem; /* 20px */
  line-height: 1.5625rem; /* ~25px */
  margin: 0 0 0.5em;
}

.blog__dtl__desc h6 {
  font-size: 1.125rem; /* 18px */
  line-height: 1.375rem; /* ~22px */
  margin: 0 0 0.5em;
}

/* strong variations */
.blog__dtl__desc h1 strong,
.blog__dtl__desc h2 strong,
.blog__dtl__desc h3 strong,
.blog__dtl__desc h4 strong,
.blog__dtl__desc h5 strong,
.blog__dtl__desc h6 strong {
  font-family: "kanitregular";
}
@media (max-width: 767px) {
  .blog__dtl__desc {
    margin: 0 0 1.5rem;
  }
  .blog__dtl__desc h1 {
    font-size: 2.25rem !important; /* 36px */
    line-height: 2.75rem !important; /* 44px */
  }

  .blog__dtl__desc h2 {
    font-size: 1.75rem !important; /* 28px */
    line-height: 2.125rem !important; /* 34px */
  }

  .blog__dtl__desc h3 {
    font-size: 1.5rem !important; /* 24px */
    line-height: 1.875rem !important; /* 30px */
  }

  .blog__dtl__desc h4 {
    font-size: 1.25rem !important; /* 20px */
    line-height: 1.5625rem !important; /* 25px */
  }

  .blog__dtl__desc h5 {
    font-size: 1.125rem !important; /* 18px */
    line-height: 1.375rem !important; /* 22px */
  }

  .blog__dtl__desc h6 {
    font-size: 1rem !important; /* 16px */
    line-height: 1.25rem !important; /* 20px */
  }
  .blog__dtl__gallery > .row {
    gap: 2rem;
  }
  .single-cases .blog__dtl__desc {
    margin: 0;
  }
}

.text-block h4 {
  font-size: 2.5rem;
  line-height: 2.813rem;
  margin: 30px 0px;
}

.blog__dtl__thumb {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5rem;
}
.blog__dtl__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__dtl__gallery .blog__gallery__card {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  flex: 1;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.blog__dtl__gallery .blog__gallery__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.blog__dtl__gallery .blog__gallery__card__lg {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .blog__dtl__gallery .blog__gallery__card__lg {
    height: calc(100% - 20px);
  }
  .blog__dtl__btm {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .text-block h4 {
    margin-bottom: 1rem;
  }
}
.blog__dtl__gallery .blog__gallery__card:hover img {
  transform: scale(1.1);
}

.blog__dtl__hero .dtl__hero__caption {
  z-index: 1;
  position: relative;
  width: 690px;
  padding: 3.75rem 3.75rem 3.75rem 0;
  background: #ffffff;
}

.scroll__down {
  width: 60px;
  height: 60px;
  border: 1px solid #ced8e0;
  border-radius: 6px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.scroll__down svg path {
  transition: all 0.3s ease-in-out;
}
.scroll__down:hover {
  background: #003869;
}

.contact__thumb {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
}
.contact__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.child-sectoren-list {
  margin-top: 90px;
}
.child-sectoren-list .hero__thumbnail {
  overflow: hidden;
}
.child-sectoren-list .hero__thumbnail_bg {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-blend-mode: multiply, normal;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.child-sectoren-list .thumbnail-image:hover .hero__thumbnail_bg {
  transform: scale(1.1);
}
.child-sectoren-list .thumbnail-image .hero__thumb__sm {
  position: relative;
}
.child-sectoren-list .thumbnail-image .hero__thumb__sm h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "kanitregular";
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--white-color);
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 1;
}
.child-sectoren-list .thumbnail-image .hero__thumb__sm h6 svg {
  min-width: 8px;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.child-sectoren-list .thumbnail-image:hover svg {
  transform: translateX(5px);
}
.child-sectoren-list
  .hero-sectoren-list
  .thumbnail-image
  .hero__thumb__sm
  .hero__thumbnail {
  border: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact__form {
    margin-top: 40px;
  }
  .child-sectoren-list {
    margin-top: 0;
  }
}

.touch__row {
  padding: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .touch__row {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.touch__row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .touch__row:last-child {
    margin-bottom: 0;
  }
}
.touch__row .contact__nbr {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #1d1d1b;
}
@media only screen and (max-width: 767px) {
  .touch__row .contact__nbr {
    margin: 10px 0;
  }
}
.touch__row .contact__nbr a {
  font-size: 1.25rem;
  color: #1d1d1b;
}
.touch__row .contact__nbr a:hover {
  color: #003869;
}
.blue .touch__row .contact__nbr a:hover {
  color: #fff;
}
.touch__row .contact__nbr i {
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .touch__row .d-flex.gap-4 {
    margin: 30px 0 0 !important;
    flex-direction: column;
  }
  .related__listing {
    margin-top: 3rem;
  }
}

.touch__row .adrs__row .adrs span {
  color: #003869;
  font-size: 1.25rem;
  font-family: "kanitsemibold";
  display: block;
  margin-bottom: 5px;
}
.touch__row .adrs__row .adrs p {
  font-size: 20px;
  line-height: 25px;
  color: #003869;
  font-family: "kanitlight";
  margin: 0 0 15px;
}
.touch__row .adrs__row .adrs a {
  display: flex;
  font-size: 20px;
  line-height: 25px;
  color: #003869;
  font-family: "kanitlight";
  text-decoration: underline;
}

.touch__row .adrs__row .adrs .adrs-img {
  margin-top: 38px;
  width: 100%;
  object-fit: cover;
}
.touch__row .adrs__row .adrs a i {
  margin-right: 10px;
}
.touch__row .adrs__row .adrs a i svg path {
  fill: #003869;
}
.touch__row .adrs__row .adrs a:hover {
  color: var(--secondary-color);
}
.touch__row.social_row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.touch__row.social_row .social_row__hdng {
  font-family: "kanitlight";
  font-size: 20px;
  line-height: 25px;
  color: var(--white-color);
}
.touch__row .scl__blk {
  margin: 0;
}
.touch__row .scl__blk a {
  border-color: var(--white-color);
  color: var(--white-color);
}
.touch__row .scl__blk a:hover {
  background: #003869;
  color: #ffffff;
}

.map__blk {
  width: 100%;
  height: 690px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .map__blk {
    height: 280px;
  }
}
.map__blk img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.map__blk iframe {
  width: 100%;
  height: 100%;
}

.textarea__lg {
  height: 400px !important;
}
@media only screen and (max-width: 767px) {
  .textarea__lg {
    height: 240px !important;
  }
}

.active__indus__section .row {
  row-gap: 24px;
}

.whom__tab__section {
  padding: 7.5rem 0;
  position: relative;
  z-index: 3;
  overflow-x: clip;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .whom__tab__section {
    padding: 3rem 0;
  }
}
.whom__tab__section .whom__tab__lt ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.whom__tab__section .whom__tab__lt ul li {
  border-bottom: none;
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1 / 1;
  background: rgba(230, 234, 241, 0.3);
  flex: 1;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0;
}
.whom__tab__section .whom__tab__lt ul li a {
  padding: 15px;
  color: var(--primary-color);
  font-family: "kanitsemibold";
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .whom__tab__section .whom__tab__lt ul li a {
    padding: 15px 0;
    font-size: 18px;
  }
}
.whom__tab__section .whom__tab__lt ul li a i {
  transition: all 0.3s ease-in-out;
}
.whom__tab__section .whom__tab__lt ul li a:hover i {
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .whom__tab__section .serv__tab__nav {
    margin-top: 40px;
  }
  .whom__tab__section .whom__tab__lt ul {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .whom__tab__section .whom__tab__lt ul li {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .whom__tab__section .whom__tab__rt {
    width: 66.333333%;
  }
}
.whom__tab__section .whom__tab__rt .tabcontent {
  display: none;
}
.whom__tab__section .whom__tab__rt .tabcontent ul {
  list-style: none;
  padding: 0;
  margin: 180px 0 0;
}
@media only screen and (max-width: 767px) {
  .whom__tab__section .whom__tab__rt .tabcontent ul {
    margin: 40px 0 0;
  }
}
.whom__tab__section .whom__tab__rt .tabcontent ul li {
  position: relative;
  padding-left: 25px;
  font-size: 1.25rem;
  color: #ffffff;
  margin: 0 0 10px;
}
.whom__tab__section .whom__tab__rt .tabcontent ul li:after {
  content: "";
  width: 7px;
  height: 10px;
  background: url(../images/bullet-icon.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 0;
}
.whom__tab__section .whom__tab__rt .tabcontent ul li:last-child {
  margin-bottom: 0;
}
.whom__tab__section .whom__tab__rt .tabcontent .serv__tab__img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .whom__tab__section .whom__tab__rt .tabcontent .serv__tab__img {
    margin-top: 30px;
  }
}
.whom__tab__section .whom__tab__rt .tabcontent .serv__tab__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 322 / 415;
}

.frm_dropzone.frm_single_upload {
  width: 100%;
  max-width: 100%;
  min-height: 40px;
}

.frm_dropzone .dz-message {
  border: 1px solid #ced8e0;
  border-radius: 4px;
  padding: 0 15px 0 50px;
  position: relative;
  text-align: left;
  display: flex !important;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 75px;
}
.frm_dropzone .dz-message .frm_upload_icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 26px;
  background: url(../images/upload-icon.svg) no-repeat center;
}
.frm_dropzone .dz-message .frm_upload_icon:before {
  display: none;
}
.frm_dropzone .dz-message .frm_upload_text {
  color: #8b949c;
  font-size: 16px;
  font-family: "kanitsemibold";
}
.frm_dropzone .dz-message .frm_small_text {
  color: #8b949c;
  font-size: 14px;
}

.active__indus__section {
  background: var(--white-color);
  position: relative;
  z-index: 2;
}

.breadcrumb {
  margin-bottom: 40px;
}
.page-id-7 .breadcrumb,
.page-id-3149 .breadcrumb {
  margin-bottom: 0;
}

.inner__hero__section .breadcrumb {
  margin-bottom: 120px;
  flex-wrap: nowrap;
}
.breadcrumb li {
  color: var(--primary-color);
  font-size: 1rem;
}
.breadcrumb li a {
  color: var(--primary-color);
  font-size: 1rem;
  font-family: "kanitlight";
}
.blue .breadcrumb li,
.blue .breadcrumb li a {
  color: var(--white-color);
}
.breadcrumb li a:hover {
  color: var(--secondary-color);
}
.breadcrumb li.active {
  color: var(--secondary-color);
  font-family: "kanitsemibold";
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--primary-color);
  font-family: "kanitlight";
}
.blue .breadcrumb-item + .breadcrumb-item::before {
  color: var(--white-color);
  font-family: "kanitlight";
}
.breadcrumb {
  display: flex !important;
  flex-wrap: nowrap !important; /* force one line */
  overflow: hidden !important; /* cut off overflow */
}

.breadcrumb-item {
  white-space: nowrap !important; /* prevent wrapping inside items */
  flex: 0 0 auto !important; /* don't shrink middle items */
}

.breadcrumb-item.active {
  flex: 1 1 auto !important; /* allow last item to shrink */
  min-width: 0 !important; /* required for text-overflow in flex */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .block__ttl .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .block__ttl .d-flex {
    flex-direction: row;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .block__ttl .d-flex .btn {
    min-width: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .customization__section {
    padding-bottom: 3rem;
  }
  .inner__hero__section .breadcrumb {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .customization__section .block__ttl__lg {
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .customization__section .col-sm-6 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .customization__section .d-flex {
    align-items: flex-start !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner__hero__section .col-sm-3 {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .related__cases__section {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .related__cases__section .block__ttl .btn {
    margin-top: 0px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .get__touch__row .row .col-sm-5 {
    width: 50%;
  }
}

.team__section .row .col-lg-4 {
  width: calc(33.3333% - 54px);
}

@media only screen and (max-width: 767px) {
  .workcloth__section {
    margin-top: 0 !important;
  }
  .team__section .row .col-lg-4 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .workcloth__section .col-sm-5 {
    width: 50%;
  }
  .team__section .row .col-lg-4 {
    width: calc(50% - 36px);
  }
}

@media only screen and (max-width: 767px) {
  .office__section .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .office__section .col-sm-5 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .office__section .col-sm-5 {
    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .job__section {
    padding-top: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .cases__section.pt-5 {
    padding-top: 1.5rem !important;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .topic__section .col-sm-12 {
    width: 50%;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .customization__section .col-sm-12 .col-sm-12 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .workcloth__section.mt-5 {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .workcloth__section .col-sm-12 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .workcloth__section .col-sm-12 .block__ttl {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .blog__form__section .container .row > .col-sm-5 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog__form__section .container .row > .col-sm-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog_hero_section .container .row {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog_hero_section .container .row > .col-sm-3 {
    width: 100%;
  }
}

/** CSS FOR PARTNER **/
.partner__section {
  padding: 5.5rem 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .partner__section {
    padding: 4rem 0;
  }
}
.partner__section .partner__slide {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .partner__section .partner__slide {
    row-gap: 40px;
  }
}
.partner__section .marquee3k__wrapper p i {
  display: inline-block;
  margin: 0 30px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .partner__section .marquee3k__wrapper p i {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .partner__section .marquee3k__wrapper p i img {
    width: 140px;
  }
}

.team__section .row {
  gap: 5rem;
}

.team__card {
  position: relative;
}
.team__card .team__thumb {
  width: 100%;
  padding-top: 99.4845%;
  position: relative;
  overflow: hidden;
}
.team__card .team__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center 16%;
  position: absolute;
  top: 0;
  left: 0;
}
.team__card .caption {
  padding: 30px 0 0;
}
.team__card .caption .name {
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: var(--primary-color);
  margin: 0 0 10px;
  font-family: "kanitregular";
}
.team__card .caption .post {
  color: #003869;
  font-family: "kanitsemibold";
}
.team__card .caption .desc {
  color: var(--primary-color);
  opacity: 0.8;
  height: 0px;
  overflow: hidden;
  transition: all 0.5s;
}
.team__card .caption .desc {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
}
.team__card .team-card-footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.team__card .more-btn-wrap {
  margin-top: 0;
}
.team__card .more-btn-wrap a {
  background: transparent;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: 100%;
  padding: 0px 0px 12px 0px;
  border: none;
  width: fit-content;
  position: relative;
  font-family: "kanitregular";
}
.team__card .more-btn-wrap a:hover {
  color: var(--primary-color);
}
.team__card .more-btn-wrap a.show-less {
  display: none;
}
.team__card .caption .contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 30px 0px 0px;
}
.team__card .caption .contact a {
  width: 32px;
  height: 32px;
  border: 1px solid #003869;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team__card .caption .contact a svg {
  width: 22px;
  height: 22px;
}
.team__card .caption .contact a svg path {
  transition: all 0.3s ease-in-out;
}
.team__card .caption .contact a:hover {
  background: #003869;
}
.team__card .caption .contact a:hover svg path {
  fill: #ffffff;
}

.documentatie__modal .modal-dialog {
  max-width: 900px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .documentatie__modal .modal-dialog {
    max-width: calc(100% - 30px);
  }
}
.documentatie__modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--primary-color);
  background-image: url("data:image/svg+xml,%3Csvg width='727' height='559' viewBox='0 0 727 559' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.25'%3E%3Cpath d='M726.344 364.931V600.063C537.645 585.548 480.463 757.232 386.333 857.173C316.835 824.827 272.849 792.896 235.021 749.353C347.625 640.288 487.061 316.412 726.344 364.516V364.931Z' fill='%23112742'/%3E%3Cpath d='M724.146 0V216.056C388.973 164.634 279.008 616.651 -93.1129 851.368C-152.494 822.754 -224.631 762.623 -239.586 735.253C194.115 443.308 144.851 26.5405 724.146 0Z' fill='%23112742'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 60%;
}
.documentatie__modal .modal-dialog .modal-content .modal-header {
  height: 55px;
  border-radius: 0;
  border-bottom: 0;
}
.documentatie__modal .modal-dialog .modal-content .modal-body a.wpml-ls-link {
  padding-left: 0;
}
.documentatie__modal
  .modal-dialog
  .modal-content
  .modal-body
  a.wpml-ls-link:hover {
  color: var(--secondary-color);
}
.documentatie__modal .modal-dialog .modal-content .modal-body {
  display: flex;
  justify-content: space-between;
  padding: 60px 60px 120px 60px;
  color: var(--white-color);
}

.documentatie__modal.doc__modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.documentatie__modal.doc__modal .modal_block {
  padding: 0px 60px;
}
.documentatie__modal.doc__modal .border-decorative {
  margin: 60px 0px;
}

.documentatie__modal.doc__modal .modal_block .with_frm_style .frm_message, .documentatie__modal.doc__modal .modal_block .frm_success_style {
   border: none !important;
   background-color: transparent !important;
}

.documentatie__modal.doc__modal .modal_block p {
  color: var(--white-color);
  opacity: 0.8;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.documentatie__modal.doc__modal .modal-title {
  font-size: 5.625rem;
  line-height: 5.938rem;
  color: var(--white-color);
  margin: 0;
  font-family: "kanitregular";
}
.documentatie__modal.doc__modal .modal-title span {
  text-decoration: underline;
}
.documentatie__modal.doc__modal .doc__fulwidth {
  width: 100%;
}
.documentatie__modal.doc__modal .modal-closebnt {
  position: absolute;
  right: 27px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}

.documentatie__modal.doc__modal .modal-closebnt .btn-close {
  position: relative;
  right: auto;
  top: auto;
  margin: 0;
  z-index: 9;
}
.documentatie__modal.doc__modal .modal-closebnt .round-text-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
.documentatie__modal.doc__modal .modal-closebnt .round-text-modal svg {
  width: 100%;
  height: 100%;
}
.documentatie__modal.doc__modal .modal-closebnt .round-text-modal svg text {
  font-family: "kanitsemibold";
}

.documentatie__modal .modal-dialog .wpml-ls-current-language:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .documentatie__modal .modal-dialog .modal-content {
    background-size: 100%;
  }
  .documentatie__modal .modal-dialog .modal-content .modal-body {
    flex-direction: column;
    padding: 30px;
  }
  .documentatie__modal.doc__modal .modal_block {
    padding: 0px 20px;
  }
  .documentatie__modal.doc__modal .modal-title {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
  .documentatie__modal.doc__modal .border-decorative {
    margin: 30px 0px;
  }
  .documentatie__modal.doc__modal .modal-closebnt {
    right: 10px;
    width: 80px;
    height: 80px;
  }
  .team__card .caption .name {
    font-size: 2.125rem;
    line-height: 3rem;
  }
  .team__card .caption {
    padding: 1rem 0 0;
  }
  .team__card .caption .contact {
    margin: 1rem 0 0;
  }
  .team__section .row {
    row-gap: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .documentatie__modal .modal-dialog .modal-content .modal-body {
    flex-direction: column;
    gap: 30px;
    padding: 30px;
  }
}
.documentatie__modal .modal-dialog .modal-content .modal-body .doc__lt {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .documentatie__modal .modal-dialog .modal-content .modal-body .doc__lt {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
    margin-bottom: 30px;
    border-right: none;
  }
}
.documentatie__modal
  .modal-dialog
  .modal-content
  .modal-body
  .doc__lt
  .modal-title {
  font-size: 48px;
  font-family: "kanitregular";
  color: var(--white-color);
  margin: 0 0 30px;
  line-height: 100%;
}
.documentatie__modal .modal-dialog .modal-content .modal-body .language__title {
  color: var(--white-color);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .documentatie__modal
    .modal-dialog
    .modal-content
    .modal-body
    .doc__lt
    .modal-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.documentatie__modal .modal-dialog .modal-content .modal-body .doc__lt p {
  font-size: 20px;
  line-height: 24px;
  color: #8b949c;
  margin: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .documentatie__modal .modal-dialog .modal-content .modal-body .doc__lt p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.documentatie__modal
  .modal-dialog
  .modal-content
  .modal-body
  .doc__lt
  .frm_checkbox
  label {
  font-size: 16px;
  color: #1d1d1b;
  line-height: 22px;
  padding-left: 34px !important;
}
.documentatie__modal
  .modal-dialog
  .modal-content
  .modal-body
  .doc__lt
  .frm_checkbox
  label
  a {
  font-family: "kanitregular";
  text-decoration: underline;
}
.documentatie__modal
  .modal-dialog
  .modal-content
  .modal-body
  .doc__lt
  .frm_checkbox
  label
  a:hover {
  text-decoration: none;
  color: #003869;
}
.documentatie__modal .modal-dialog .modal-content .modal-body .doc__rt {
  width: 33%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .documentatie__modal .modal-dialog .modal-content .modal-body .doc__rt {
    width: 100%;
  }
}
.documentatie__modal
  .modal-dialog
  .modal-content
  .modal-body
  .doc__rt
  .scl__blk {
  margin: 0;
}
.documentatie__modal
  .modal-dialog
  .modal-content
  .modal-body
  .doc__rt
  .scl__blk
  a {
  border-color: var(--white-color);
  color: var(--white-color);
}
.documentatie__modal
  .modal-dialog
  .modal-content
  .modal-body
  .doc__rt
  .doc__btns {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .indus__history__section .row {
    row-gap: 30px;
  }
}
.indus__history__section .indus__card {
  min-height: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.indus__history__section .indus__card .indus__icon {
  width: 100%;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.indus__history__section .indus__card .indus__icon img {
  width: 100%;
  height: 100%;
}
.indus__history__section .indus__card .customize__logo {
  margin-top: auto;
}
.indus__history__section .indus__card .customize__logo img {
  height: 226px;
  object-fit: cover;
}
.indus__history__section .indus__card .customization__ttl {
  margin-bottom: 2.375rem;
  font-size: 3.125rem;
  line-height: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .indus__history__section .indus__card .customization__ttl {
    margin-bottom: 1rem;
    font-size: 2.125rem;
    line-height: 3rem;
  }
}

.search__field select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.5L6.5 12.5L1 6.5' stroke='%23C0C0C0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  padding-right: 35px;
}

.redirection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.industry__thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.industry__thumb img {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .menu-open {
    overflow: hidden;
  }
}
