/*
Theme Name: Convident theme Child
Theme URI: https://http://thema.convident.website/
Template: convident-theme
Author: Convident
Author URI: https://convident.nl
Description: Algemeen thema voor convident websites
Version: 1.0.0
Text Domain: convident-theme-child

/* General */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --main-font: "Montserrat", sans-serif;
  --bold-font: "Lora", serif;
  --white: white;
  --light-white: rgba(255, 255, 255, 0.8);
  --black: #232323;
  --light-black: #313131;
  --light-gray: #F5F5F5;
  --medium-gray: #F3F7F5;
  --blue: #6320EE;
  --blue-bg: #6420EF;
  --green: #35AB52;
  --fs12: 12px;
  --fs14: 0.875rem;
  --fs15: 0.9375rem;
  --fs16: 1rem;
  --fs18: 1.125rem;
  --fs20: 1.25rem;
  --fs24: 1.5rem;
  --fs24: 1.5rem;
  --fs26: 1.625rem;
  --fs28: 1.75rem;
  --fs30: 1.875rem;
  --fs32: 2rem;
  --fs36: 2.25rem;
  --fs40: 2.5rem;
  --fs48: 3rem;
  --fs64: 3.5rem;
}
html {
  font-size: 16px;
}
@media screen and (min-width: 1900px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1720px;
  }
}
body,
body *{
	font-family: var(--main-font);
}
section {
  padding: 40px 0;
}
section#header-section {
    padding-top: 0;
}
.img-cont img {
    border-radius: 5px;
	padding: 10px 0px;
}
.a-full {
  position: absolute !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 300;
}
.text-white * {
  color: #fff !important;
}
.text-black, .text-black * {
  color: var(--black) !important;
}
.text-blue, .text-blue * {
  color: var(--blue) !important;
}
.ff-main, .ff-main * {
  font-family: var(--main-font) !important;
}
.ff-bold, .ff-bold * {
  font-family: var(--bold-font) !important;
}
.fs-14, .fs-14 * {
  font-size: var(--fs14) !important;
}
.fs-15, .fs-15 * {
  font-size: var(--fs15) !important;
}
.fs-16, .fs-16 * {
  font-size: var(--fs16) !important;
}
.fs-18, .fs-18 * {
  font-size: var(--fs18) !important;
}
.fs-20, .fs-20 * {
  font-size: var(--fs20) !important;
}
.fs-24, .fs-24 * {
  font-size: var(--fs24) !important;
}
.fs-26, .fs-26 * {
  font-size: var(--fs26) !important;
}
.fs-28, .fs-28 * {
  font-size: var(--fs28) !important;
}
.fs-30, .fs-30 * {
  font-size: var(--fs30) !important;
}
.fs-32, .fs-32 * {
  font-size: var(--fs32) !important;
}
.fs-36, .fs-36 * {
  font-size: var(--fs36) !important;
}
.fs-40, .fs-40 * {
  font-size: var(--fs40) !important;
}
.fs-48, .fs-48 * {
  font-size: var(--fs48) !important;
}
.fs-64, .fs-64 * {
  font-size: var(--fs64) !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--bold-font);
  font-weight: 500;
  color: var(--black);
}
.fw-normal, .fw-normal * {
  font-weight: 400 !important;
}
.fw-medium, .fw-medium * {
  font-weight: 500 !important;
}
.fw-semi-bold, .fw-semi-bold * {
  font-weight: 600 !important;
}
.fw-bold, .fw-bold * {
  font-weight: bold !important;
}
.fs-italic, .fs-italic * {
  font-style: italic !important;
}
a, a:hover {
  text-decoration: none;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.rg-20 {
  row-gap: 20px;
}
.rg-30 {
  row-gap: var(--bs-gutter-x);
}
.rg-40 {
  row-gap: 40px;
}
.rg-50 {
  row-gap: 50px;
}
.rg-60 {
  row-gap: 60px;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-center {
  background-position: center;
}
.bg-cover {
  background-size: cover !important;
}
.bg-green {
  background: var(--green) !important;
}
.bg-blue {
  background: var(--blue-bg) !important;
}
body {
  font-family: var(--main-font);
}
body * {
  box-sizing: border-box
}
h1, h2, h3, h4, h5, h6, p, a, span, div, strong, em, li {
  hyphens: auto;
}
a {
  text-decoration: none;
  color: var(--black);
}
p {
  margin-bottom: 10px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-title, .block-title * {
  color: var(--black);
  font-family: var(--bold-font);
  font-size: var(--fs40);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.block-title strong {
  color: var(--blue);
}
.block-title {
  margin-bottom: 15px;
}
.block-title a {
  text-decoration: underline;
  text-decoration-color: var(--blue);
  transition: all 0.2s;
}
.block-title a:hover {
  color: var(--blue);
}
.block-text h3, .block-subtitle, .block-subtitle * {
  font-family: var(--bold-font);
  font-size: var(--fs18);
  line-height: normal;
  margin-bottom: 0;
  color: var(--black);
}
.block-subtitle, .block-subtitle * {
  text-transform: uppercase;
  color: #6D6D6D;
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 15px;
}
.block-subtitle {
  margin-bottom: 10px;
}
.block-text p, .block-text p *, .block-text ul, .block-text ul * {
  color: var(--black);
  font-family: var(--main-font);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 32.4px */
}
.block-text ul {
  list-style: disc;
  padding-left: 10px;
}
/* .block-text > ul:not(:last-child), .block-text p:not(:last-child) {
  margin-bottom: 20px;
} */
.block-text p img {
  max-width: 100%;
  height: auto;
}
.block-text a, .block-text strong a {
  color: var(--blue);
  font-weight: 500;
  text-decoration: underline;
}
.block-text strong a:hover, .block-text a:hover {
  color: var(--green);
}
.block-text strong, .block-text strong a {
  font-weight: 700;
}
.block-text h3 {
  margin-bottom: 10px;
}
.block-title em, .block-text em {
  font-style: italic;
  color: var(--blue);
}
.block-text ul {
  padding-left: 33px;
  list-style: none;
}
.block-text ul li {
  position: relative;
}
.block-text ul li, .block-text ul li * {
  font-weight: 600;
  line-height: 180%;
}
.block-text ul li::before {
  content: "";
  background: url("img/li-icon.svg") no-repeat center;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -30px;
  top: 10px;
}
.main-btn, .secondary-btn {
  display: inline-block;
  color: var(--white);
  font-family: var(--main-font);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 15px;
  padding: 15px 60px;
  transition: all 0.2s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.main-btn, .secondary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.main-btn {
  background: var(--green);
}
.main-btn.bg-white {
  background: var(--white);
  color: var(--black);
}
.main-btn.bg-white:hover{
	color: #565656;
}
.main-btn:not(.bg-white):hover {
  color: var(--white);
}
.main-btn:not(.bg-white):not(.bg-blue):hover {
  background: #2A9A45;
}
.secondary-btn {
  background-color: transparent;
  color: var(--black);
  text-decoration: none;
  padding: 0;
}
.main-btn::after {
  content: "";
  background-image: url("img/arrow-up-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 9px;
  height: 9px;
  position: relative;
	opacity: 0.5;
	transition: all 0.2s;
}
.main-btn.bg-white::after {
  background-image: url("img/arrow-up-right-bk.svg");
}
.main-btn.arrow-down::after {
  background-image: url("img/arrow-down.svg");
  width: 12px;
  height: 13px;
  transition: bottom 0.2s;
  bottom: 0;
}
.main-btn.arrow-down:hover::after {
  bottom: -3px;
}
.main-btn:hover:after {
  /*right: -2px;
  top: -2px;*/
	opacity: 1;
}
.main-btn.no-arrow::after {
  content: none;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .main-btn {
    padding: 15px 40px;
  }
}
.secondary-btn::after {
  content: "";
  background: url("img/arrow-right-green.svg") no-repeat center;
  display: block;
  width: 37px;
  height: 8px;
  position: relative;
  right: 0;
  transition: all 0.2s;
}
.secondary-btn:hover:after {
  right: -4px;
}
.secondary-btn:hover {
  color: var(--green);
}
.btn-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 30px;
  row-gap: 20px;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.with_frm_style .frm_primary_label {
  font-family: var(--main-font) !important;
  font-style: normal !important;
  line-height: normal !important;
  display: block;
  padding-bottom: 0;
  color: var(--black) !important;
  font-size: var(--fs16) !important;
  font-weight: 600 !important;
  margin-bottom: 12px;
}
.with_frm_style .frm_primary_label .frm_required, .flex-50form-50img .vertical_radio .frm_checkbox span.frm_required {
  font-family: var(--main-font) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  font-size: var(--fs18) !important;
  color: var(--carmine) !important;
}
.with_frm_style input[type="text"], .with_frm_style input[type="password"], .with_frm_style input[type="email"], .with_frm_style input[type="number"], .with_frm_style input[type="url"], .with_frm_style input[type="tel"], .with_frm_style input[type="phone"], .with_frm_style input[type="search"], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
  background: var(--light-gray) !important;
  box-shadow: none !important;
  border: none !important;
  color: var(--black) !important;
  font-family: var(--main-font) !important;
  font-size: var(--fs16) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  border-radius: 5px !important;
  padding: 15px 20px !important;
}
.with_frm_style input[type="text"]::placeholder, .with_frm_style input[type="password"]::placeholder, .with_frm_style input[type="email"]::placeholder, .with_frm_style input[type="number"]::placeholder, .with_frm_style input[type="url"]::placeholder, .with_frm_style input[type="tel"]::placeholder, .with_frm_style input[type="phone"]::placeholder, .with_frm_style input[type="search"]::placeholder, .with_frm_style textarea::placeholder {
  color: #6A6A6A !important;
}
.with_frm_style select {
  width: 100%;
  /*-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: var(--white) url("img/select-arrow.svg") no-repeat !important;
  background-position: 94% 50% !important;*/
}
.frm_style_formidable-style.with_frm_style .frm_submit button, .frm_style_formidable-stijlen.with_frm_style input[type="submit"], .frm_style_formidable-stijlen.with_frm_style .frm_submit input[type="button"], .frm_style_formidable-stijlen.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-stijlen.with_frm_style .frm-edit-page-btn, .flex-mediator .with_frm_style .frm_submit button {
  border-radius: 15px !important;
  background: var(--green) !important;
  padding: 15px 70px !important;
  color: var(--white) !important;
  font-family: var(--main-font) !important;
  font-size: var(--fs18) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  border: none !important;
  box-shadow: none !important;
  margin-left: auto !important;
  display: flex !important;
  width: fit-content !important;
  margin: 0 !important;
  position: relative !important;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
	transition: all 0.2s;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_style_formidable-stijlen.with_frm_style input[type="submit"]:hover {
  background: #2A9A45 !important;
  color: var(--white) !important;
}
.with_frm_style .frm_submit button:after {
  content: "";
  background-image: url("img/arrow-up-right-wh.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 9px;
  height: 9px;
  position: relative;
	opacity: 0.5;
	transition: all 0.2s;
}
.with_frm_style .frm_submit button:hover:after {
  /*right: -2px;
  top: -2px;*/
	opacity: 1;
}
.with_frm_style .frm_dropzone {
  max-width: 250px !important;
}
.with_frm_style .frm_dropzone .dz-preview {
  padding: 15px;
  background: #f5f5f5;
  border-radius: 5px;
}
.with_frm_style .frm_dropzone .dz-preview .dz-remove {
  position: absolute;
  top: -22px;
}
.with_frm_style .frm_dropzone .dz-preview .dz-remove svg path {
  fill: #ad123c;
}
.with_frm_style .frm_dropzone .dz-message {
  border: none;
  background: #F5F5F5;
  border-radius: 5px;
  margin: 0;
  padding: 10px 20px;
}
.with_frm_style .frm_dropzone .dz-message .frm_upload_text button {
  font-size: var(--fs16);
}
.with_frm_style .frm_dropzone .dz-message .frmsvg.frm-svg-icon, .with_frm_style .frm_dropzone .dz-message .frm_compact_text + .frm_small_text {
  display: none !important;
}
.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
  text-indent: 0 !important;
  padding-left: 0 !important;
  color: #fff !important;
  font-family: var(--main-font) !important;
  font-size: var(--fs16) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
.frm_style_formidable-stijlen.with_frm_style .form-field.vertical_radio {
  margin-bottom: 0 !important;
  margin-top: 40px !important;
}
.with_frm_style .frm_radio input[type="radio"], .with_frm_style .frm_scale input[type="radio"], .with_frm_style .frm_checkbox input[type="checkbox"] {
  width: 25px !important;
  height: 25px !important;
  border-radius: 1px !important;
  background: var(--green) !important;
  border: none !important;
  box-shadow: none !important;
  top: -2px;
  position: relative !important;
}
.with_frm_style .frm_checkbox input[type="checkbox"]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  box-shadow: inset 10px 10px var(--green) !important;
  opacity: 0;
  transition: all 0.3s;
}
.with_frm_style .frm_checkbox input[type="checkbox"]:checked::before {
  opacity: 1;
}
.with_frm_style .frm_submit {
  margin-top: 20px;
}
.frm_style_formidable-stijlen.with_frm_style .frm_submit button {
  border-radius: 10px !important;
  padding: 10px 45px !important;
}
.with_frm_style .frm_submit {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
/*Pagination*/
.list-pagination {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 0;
  align-items: center;
}
.list-pagination * {
  color: #131313;
  font-family: var(--main-font);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 5px;
}
.list-pagination .current {
  color: var(--blue);
}
.list-pagination .next.disabled, .list-pagination .prev.disabled {
  opacity: 0.5;
  cursor: default;
}
.rounded-rtl {
  border-radius: var(--radius-rtl);
}
.rounded-ltr {
  border-radius: var(--radius-ltr);
}
.rounded-tl {
  border-radius: var(--radius-tl)
}
.rounded-tr {
  border-radius: var(--radius-tr);
}
.rounded-bl {
  border-radius: var(--radius-bl);
}
.bg-green {
  background-color: var(--green);
}
/*Breadcrumbs*/
section.header-breadcrumbs {
  padding: 0;
}
#breadcrumbs {
  padding: 10px 0;
  margin-bottom: 30px;
}
#breadcrumbs > span {
  display: flex;
  align-items: center;
  column-gap: 11px;
}
#breadcrumbs * {
  color: #898989;
  font-family: var(--main-font);
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
#breadcrumbs .breadcrumb_last {
  color: var(--black);
}
.bread-sep {
  display: block;
  width: 5px;
  height: 8px;
  background: url("img/bread-sep.svg") no-repeat center;
  top: 2px;
}
.header-breadcrumbs .bread-home {
  background: url("img/bread-home.svg") no-repeat center;
  background-size: contain;
  width: 14px;
  height: 16px;
  display: block;
}
@media (min-width: 992px) {
  .align-to-container {
    padding-left: calc((100vw - 17px - 960px) / 2);
  }
  .navigatie.normal-menu #primary-menu > ul > li.menu-item-has-children.megamenu > ul.sub-menu {
    left: calc((100vw - 17px - 960px) / 2);
    width: 960px;
  }
}
@media (min-width: 992px) {
  .align-to-container {
    padding-left: calc((100vw - 17px - 960px) / 2);
  }
  .navigatie.normal-menu #primary-menu > ul > li.menu-item-has-children.megamenu > ul.sub-menu {
    left: calc((100vw - 17px - 960px) / 2);
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .align-to-container {
    padding-left: calc((100vw - 17px - 1140px) / 2);
  }
  .navigatie.normal-menu #primary-menu > ul > li.menu-item-has-children.megamenu > ul.sub-menu {
    /*left: calc((100vw - 17px - 1140px) / 2);*/
    left: calc(calc((1140px - 100vw) / 2) * 2.6);
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .align-to-container {
    padding-left: calc((100vw - 17px - 1320px) / 2);
  }
  .navigatie.normal-menu #primary-menu > ul > li.menu-item-has-children.megamenu > ul.sub-menu {
    /* left: calc((100vw - 17px - 1320px) / 2); */
    left: calc(calc((1320px - 100vw) / 2) * 6);
    width: 1305px;
  }
}
@media (min-width: 1750px) {
  .align-to-container {
    padding-left: calc((100vw - 17px - 1720px) / 2);
  }
  .navigatie.normal-menu #primary-menu > ul > li.menu-item-has-children.megamenu > ul.sub-menu {
    /* left: calc((100vw - 17px - 1720px) / 2); */
    left: calc(calc((1720px - 100vw) / 2) * 5.52);
    width: 1705px;
  }
}
/*Back & SHare*/
section.flex-share-blog {
  margin-top: -10px;
}
.flex-share-blog .post-share-cont {
  background-color: var(--light-gray);
  width: fit-content;
  padding: 11px 15px;
  border-radius: 5px;
}
.flex-share-blog .single-share-links {
  column-gap: 50px;
}
.flex-share-blog .single-share-links label {
  font-size: var(--fs16);
  font-weight: 500;
  color: var(--black);
}
.flex-share-blog .a2a_kit {
  column-gap: 17px;
}
.flex-share-blog .a2a_svg {
  height: 25px;
  width: 25px;
  line-height: 25px;
}
.flex-share-blog .a2a_svg svg {
  width: 25px;
  height: 25px;
}
.flex-share-blog .a2a_kit > div {
  display: none;
}
.flex-share-blog .a2a_kit a span.a2a_svg {
  background-color: transparent !important;
}
.flex-share-blog .a2a_kit a svg path {
  fill: var(--black);
  transition: all 300ms ease;
}
.flex-share-blog .a2a_kit a:hover svg path {
  fill: var(--blue);
}
/*Header Nav*/
#logo {
  float: none;
  flex-grow: initial;
}
div#logo a {
  line-height: 81px;
}
#logo img {
  height: 81px;
}
#primary-menu {
  padding: 0;
}
header nav {
  padding: 40px 0px 30px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header nav * {
  line-height: normal;
}
nav ul li a {
  color: var(--black);
  font-weight: 500;
  font-size: var(--fs16);
  font-family: var(--main-font);
  padding: 0;
  transition: all 0.2s;
}
nav ul li:not(.li-btn) a::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--blue);
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: all 0.2s;
}

nav ul li:not(.wpml-ls-item) a::after
nav ul li:not(.li-btn) a:hover::after, nav ul li:not(.li-btn).current-menu-item > a::after, nav ul li:not(.li-btn).current_page_ancestor > a::after, body.single-vacature nav ul li.menu-item-object-vacature > a::after {
  width: 100%;
}
.widget_nav_menu  ul li.menu-item-object-vacature > a::before,
nav ul li.menu-item-object-vacature > a::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -5px;
  background: var(--blue);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
nav ul li.current_page_ancestor li.current-menu-item > a, nav ul li li a:hover {
  color: var(--blue);
  text-decoration-color: var(--blue) !important;
}
nav ul li li a {
  display: inline-block;
}
nav ul li.li-btn > a {
  background: var(--blue);
  color: var(--white);
  padding: 15px 45px;
  line-height: normal;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
nav ul li.li-btn > a:hover,
.main-btn.bg-blue:hover {
  background: #4B0ECB !important;
}
nav ul li.li-btn > a:after {
  content: "";
  background-image: url("img/arrow-up-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 9px;
  height: 9px;
  position: relative;
  transition: all 0.2s;
  right: 0;
  top: 0;
	opacity: 0.5;
}
nav ul li.li-btn > a:hover:after {
  /*right: -2px;
  top: -2px;*/
	opacity: 1;
}
nav ul li.menu-item-has-children > a {
  padding-right: 14px;
}
nav ul li.menu-item-has-children > a::after {
  content: "";
  background: url("img/menu-arrow-down.svg") no-repeat center;
  width: 9px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 10px;
  transition: all 0.2s;
}
nav ul li.menu-item-has-children:hover > a::after {
  rotate: 180deg;
}
nav ul li.menu-item-has-children ul.sub-menu {
  min-width: 240px;
  background: var(--white);
  padding: 15px 20px;
  border-radius: 0 0 5px 5px;
}
nav ul li.menu-item-has-children ul.sub-menu, .menu-item-has-children.right-side ul.sub-menu {
  right: -25%;
}
#primary-menu > ul > li:not(:first-child) {
  margin-left: 70px;
}
nav #primary-menu > ul > li.li-btn {
  margin-left: 115px;
}
@media screen and (min-width: 1900px) {
  nav #primary-menu > ul > li.li-btn {
    margin-left: 310px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  nav #primary-menu > ul > li.li-btn {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  #primary-menu > ul > li:not(:first-child) {
    margin-left: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #primary-menu > ul > li:not(:first-child) {
    margin-left: 30px;
  }
}
#primary-menu-ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
}
/*Footer*/
#main-footer {
  color: var(--black);
  background: var(--white);
}
#main-footer .footer-widgets {
  padding: 80px 0 40px;
}
#main-footer .footer-widgets * {
  color: var(--black);
  font-family: var(--main-font);
}
#main-footer .footer-row-1 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.footer-logo img {
  height: 81px;
  width: auto;
  object-fit: contain;
}
.footer-widgets .footer-social-cont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
}
.footer-socials a.social-icon-single {
  background: none;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-socials .social-icon-single svg {
  transition: 1s;
}
.footer-socials .social-icon-single:hover svg {
  /*transform: rotateY(360deg);*/
}
.footer-socials .social-icon-single svg path {
  transition: .5s
}
.footer-socials .social-icon-single:hover svg path {
  fill: var(--blue-bg);
}
#main-footer .footer-widgets .widget-title {
  font-weight: 500;
  font-style: italic;
  font-size: var(--fs20);
  font-family: var(--bold-font);
  line-height: 140%;
  margin-bottom: 30px;
}
.footer-widgets ul.menu, .footer-widgets .koers-contacts {
  padding: 40px 100px 40px 60px;
  background: var(--light-gray);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .footer-widgets ul.menu, .footer-widgets .koers-contacts {
    padding: 40px 20px;
  }
}
.flex-contact-form .contacts-cont p, .footer-widgets .koers-contacts p, .footer-widgets .textwidget p, .flex-contact-form .contacts-cont ul li a, .footer-widgets .koers-contacts > div a {
  font-weight: 500;
  font-size: var(--fs16);
  line-height: 29px;
}
.footer-widgets .koers-contacts > div a {
  padding-left: 25px;
}
.footer-widgets .koers-contacts .conts-inner > div a::after {
  content: "T.";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 30px;
  font-weight: 400;
  font-size: var(--fs16);
  line-height: normal;
  font-family: var(--main-font);
  color: var(--green);
}
.footer-widgets .koers-contacts .conts-inner div.cont-email a::after {
  content: "E.";
}
.footer-widgets ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer-widgets ul.menu li {
  line-height: normal;
  flex: 0 0 auto;
  width: 50%;
}
.footer-widgets ul.menu li a {
  font-weight: 500;
  font-size: var(--fs16);
  line-height: 29px;
  padding: 0px;
  position: relative;
  transition: all 0.2s;
}
.footer-widgets ul.menu li a:hover {
  color: var(--blue);
}
.koers-contacts-icons {
  margin-top: 42px;
}
.koers-contacts-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;
}
.koers-contacts-icons ul li {
  display: block;
}
.koers-contacts-icons ul li i {
  width: 36px;
  height: 36px;
  display: block;
  border: 1px solid rgba(53, 171, 82, 0.3);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
}
.koers-contacts-icons ul li.i-phone i {
  background-image: url("img/icon-phone.svg");
  background-size: 16px;
}
.koers-contacts-icons ul li.i-email i {
  background-image: url("img/icon-email.svg");
  background-size: 18px;
}
.koers-contacts-icons ul li.i-whatsapp i {
  background-image: url("img/icon-whatsapp.svg");
  background-size: 17px;
}
.koers-contacts-icons ul li i:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(53, 171, 82, 0.1);
  top: 100%;
  left: 0;
  transition: .5s;
}
.koers-contacts-icons ul li i:hover:before {
  top: 0;
}
.footer-widgets .koers-contacts > div a:hover, .footer-widgets ul.menu li a:hover {
  text-decoration: underline;
}
#footer-socket {
  position: relative;
  border-top: 0;
  background: var(--white);
  padding: 0px;
  z-index: 2;
}
#footer-socket .footer-socket-inner {
  border-top: 1px solid #D9D9D9;
  padding: 30px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
}
#footer-socket * {
  color: var(--black);
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
}
#footer-socket .menu li a:hover, #footer-socket .developed-by a:hover, #footer-socket .copyright a:hover {
  text-decoration: underline;
}
#footer-socket .developed-by, #footer-socket .developed-by a {
  color: rgba(19, 19, 19, 0.6);
}
#footer-socket .developed-by a i {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 1px;
  background: url("img/conv-icon.svg") no-repeat center;
  background-size: contain;
  top: -1px;
}
#footer-socket ul#socket-menu li a {
  padding: 0px 11px 0 10px;
  position: relative;
}
ul#socket-menu {
  margin: 0;
  padding: 0;
}
#footer-socket ul#socket-menu li:not(:last-child) a::before {
  content: "";
  height: 9px;
  width: 1px;
  background: var(--black);
  position: absolute;
  top: 6px;
  right: 0;
}
/*Sponsors Logos*/
section.bg-gray {
  background-color: var(--medium-gray);
  margin: 40px 0;
}
.flex-sponsors.bg-gray {
  padding-block: 30px;
}
.flex-sponsors .slick-track .img-cont {
  height: 81px;
}
.flex-sponsors .slick-track .img-cont img {
  /*opacity: .30;*/
  max-height: 100%;
  max-width: 185px;
  object-fit: contain;
}
.flex-sponsors .slick-track .img-cont:hover img {
  /*opacity: 1;*/
}
.just-list-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.flex-sponsors .sponsors-list::before, .flex-sponsors .sponsors-list::after {
  content: "";
  position: absolute;
  top: 0;
  width: 140px;
  height: 100%;
  background: linear-gradient(0.25turn, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  left: 0;
  z-index: 9;
}
.flex-sponsors.bg-gray .sponsors-list::before, .flex-sponsors.bg-gray .sponsors-list::after {
  background: linear-gradient(0.25turn, rgba(245, 245, 245, 1), rgba(245, 245, 245, 0));
}
.flex-sponsors .sponsors-list::after {
  background: linear-gradient(0.25turn, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  left: unset;
  right: 0;
}
.flex-sponsors.bg-gray .sponsors-list::after {
  background: linear-gradient(0.25turn, rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
}
section.text-full-center {
  padding: 100px 0 60px;
}
section.bg-gray + section.bg-gray {
  margin-top: -40px;
}
section.text-full-center .block-text * {
  font-size: var(--fs32);
  font-weight: 500;
  color: var(--black);
  font-family: var(--bold-font);
  line-height: 180%;
}
section.text-full-center .block-text em {
  font-style: italic;
  color: var(--blue-bg);
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  section.text-full-center .block-text * {
    font-size: var(--fs24);
  }
  section.text-full-center {
    padding: 50px 0 40px;
  }
}
/*Footer CTA*/
section.footer-cta {
  padding-bottom: 0;
}
section.footer-cta .footer-cta-inner {
  background: var(--blue-bg);
  border-radius: 20px;
}
section.footer-cta .footer-cta-inner::before {
  content: "";
  background: url("img/cta-circles-bg.svg") no-repeat;
  background-position: 10% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
section.footer-cta .footer-cta-inner .row {
  z-index: 2;
  position: relative;
}
section.footer-cta .footer-cta-inner .text-cont {
  padding: 140px 0 90px;
}
section.footer-cta .footer-cta-inner .text-cont .block-title {
  margin-bottom: 70px;
}
section.footer-cta .img-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
section.footer-cta .img-cont.small-img img {
  opacity: 0.5;
}
section.footer-cta .img-cont.medium-img img {
  opacity: 0.8;
}
section.footer-cta .img-cont.small-img {
  width: 262px;
  height: 262px;
}
section.footer-cta .img-cont.medium-img {
  width: 362px;
  height: 362px;
}
section.footer-cta .img-cont.large-img {
  width: 386px;
  height: 386px;
}
@media screen and (max-width: 1441px) {
  section.footer-cta .footer-cta-inner .text-cont .block-title {
    margin-bottom: 40px;
    font-size: var(--fs32) !important;
  }
}
section.footer-cta .imgs-cont {
  height: 100%;
}
section.footer-cta .img-cont {
  position: absolute;
  z-index: 10;
}
section.footer-cta .img-cont.small-img {
  rotate: -6.643deg;
  right: 645px;
  top: 74px;
}
section.footer-cta .img-cont.medium-img {
  rotate: 7.054deg;
  right: 300px;
  top: 74px;
}
section.footer-cta .img-cont.large-img {
  rotate: -5.979deg;
  right: -75px;
  top: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1900px) {
  section.footer-cta .img-cont.small-img {
    width: 200px;
    height: 200px;
    right: 510px;
    top: 105px;
  }
  section.footer-cta .img-cont.medium-img {
    width: 300px;
    height: 300px;
    right: 230px;
    top: 105px;
  }
  section.footer-cta .img-cont.large-img {
    width: 346px;
    height: 346px;
    top: 65px;
  }
}
/*Latest News*/
.latest-news .post-col-item .img-cont {
  height: 100%;
}
.latest-news .post-col-item .img-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.latest-news .post-col-item .text-cont {
  height: 100%;
  padding: 30px;
  background: var(--medium-gray);
  border-radius: 20px;
}
.latest-news .post-col-item .text-cont .block-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 992px) and (max-width: 1900px) {
  .latest-news .post-col-item .text-cont .block-title {
    font-size: var(--fs20) !important;
  }
  .latest-news .post-col-item .text-cont {
    padding: 30px 20px;
  }
}
/*Header LG*/
section.head-type-large .block-subtitle {
  text-transform: uppercase;
  color: #6D6D6D;
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
section.head-type-large .block-title, section.head-type-large .block-title * {
  font-size: 60px; /*var(--fs64);*/
  margin-bottom: 20px;
  line-height: 110%;
  hyphens: none;
}
section.head-type-large .header-video {
	height: 530px;
	width: 500px;
	margin: auto;
}
@media screen and (min-width: 1199px) {	
	section.head-type-large .header-video {
    	transform: scale(1.15);
	    top: 15px;
	}
}
section.head-type-large .header-video .video-overlay::after {
  content: "";
  background: url("img/video-overlay-circle.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  section.head-type-large .header-video {
    height: 478px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1900px) {
  section.head-type-large .header-video {
    height: 558px;
  }
}
section.head-type-large .header-video {
	display: flex;
}
section.head-type-large .header-video .video-overlay {
	position: relative;
	background: url("img/video-overlay5.svg") no-repeat center;
	background-size: cover;
	z-index: 20;
	width: 100%;
	flex-shrink: 0;
	object-fit: cover;
	height: 100%;
	flex-grow: 1;
	top: -1px;
}

section.head-type-large .header-video video {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	z-index: -1;
	position: relative;
	opacity: 0.6;
	object-fit: cover;
	margin-left: -100%;
}
@media screen and (min-width: 992px) and (max-width: 1900px) {
  section.head-type-large .block-title, section.head-type-large .block-title * {
    font-size: var(--fs40);
  }
}
/*Flex Blue CTA text*/
.flex-text-cta .text-cta-inner {
  padding: 70px 0px;
  background-color: var(--blue-bg);
  border-radius: 20px;
  background-image: url("img/logo-shap-small.svg");
  background-repeat: no-repeat;
  background-position: 47% 100%;
  background-size: 231px;
}
.flex-text-cta .text-cont {
  padding-left: 18%;
}
.mt-100 {
  margin-top: 100px;
}
.flex-text-cta .cont-cta .block-text p {
  width: fit-content;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  transition: border-color 0.3s ease;
  padding: 20px 40px;
}
.flex-text-cta .cont-cta .block-text p:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1400px) {
  .flex-text-cta .cont-cta .block-text p {
    padding: 20px;
  }
  .flex-text-cta .text-cta-inner {
    padding: 40px 0px;
  }
}
.flex-text-cta .cont-cta .block-text p:nth-child(4n-3) {
  margin-left: 12%;
}
.flex-text-cta .cont-cta .block-text p:nth-child(4n-2), .flex-text-cta .cont-cta .block-text p:nth-child(4n) {
  margin-left: 20%;
}
.flex-text-cta .cont-cta .block-text p:nth-child(4n-1) {
  margin-left: 5%;
}
.flex-text-cta .q-links-col a, .flex-text-cta .q-links-col a:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) and (max-width: 1899px) {
  .flex-text-cta .text-cta-inner {
    background-position: 43% 100%;
  }
}
@media screen and (min-width: 1900px) {
  .flex-text-cta .text-cta-inner {
    background-position: 36% 100%;
  }
}
@media(max-width:991px) {
  .flex-text-cta .text-cta-inner {
    border-radius: 0px;
    background-image: unset;
  }
}
@media(max-width:1399px) {
  .flex-text-cta .cont-cta .block-text {
    width: calc(100% - 20px);
  }
  .flex-text-cta .cont-cta .block-text p:nth-child(4n-3), .flex-text-cta .cont-cta .block-text p:nth-child(4n-2), .flex-text-cta .cont-cta .block-text p:nth-child(4n), .flex-text-cta .cont-cta .block-text p:nth-child(4n-1) {
    margin-left: 0px;
    width: calc(100% - 20px);
  }
  .flex-text-cta .cont-cta .block-text p:nth-child(4n-3), .flex-text-cta .cont-cta .block-text p:nth-child(4n-1) {
    align-self: flex-start;
  }
  .flex-text-cta .cont-cta .block-text p:nth-child(4n-2), .flex-text-cta .cont-cta .block-text p:nth-child(4n) {
    align-self: flex-end;
  }
}
/*Gallery*/
.flex-gallery .slick-list {
  padding-right: 10%;
}
.flex-gallery .slick-list .slick-slide img {
	aspect-ratio: 1/1;
	object-fit: cover;
}
.flex-gallery {
  padding-bottom: 120px;
}
.flex-gallery .slick-track .gallery-slider-image-wrapper:nth-child(odd) {
  margin-top: 30px;
}
.flex-gallery .slick-arrow {
  border-radius: 15px;
  border: 1px solid var(--green);
  background-color: white;
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: center !important;
  bottom: -80px;
  transform: unset;
  top: auto;
}
.flex-gallery .slick-arrow.slick-prev {
  background-image: url(img/slick-left.svg);
  left: 0px !important;
}
.flex-gallery .slick-arrow.slick-next {
  background-image: url(img/slick-right.svg);
  left: 70px;
}
.flex-gallery .slick-disabled {
  opacity: .5;
  cursor: no-drop;
}
.flex-gallery .gallery-slider-image-wrapper {
  padding: 0 30px 0 0;
}
@media(max-width:390px) {
  .flex-gallery .slick-list {
    padding-right: 0px;
  }
}
/*Header MD*/
.rotate-5 {
  transform: rotate(5deg);
}
.rotate-5-negative {
  transform: rotate(-5deg);
}
.circle-mask {
  position: relative;
}
.circle-mask::after {
  content: "";
  width: 100%;
  aspect-ratio: 1 / 1;
  height: unset;
  position: absolute;
  mask: url("img/circle-mask.svg") 100% 100% no-repeat exclude;
  mask-size: cover;
  background-image: radial-gradient(circle, rgba(53, 171, 82, 0.25), rgba(53, 171, 82, 0.50), rgba(53, 171, 82, 100));
  right: -23%;
  bottom: 0;
  z-index: -1;
}
@media(max-width:991px) {
  .m-lg-auto {
    margin-inline: auto;
  }
}
.header-md .img-cont img {
  aspect-ratio: 555 / 458;
  border-radius: 20px;
  height: unset;
  max-width: 555px;
  object-fit: cover;
  margin-bottom: 39%
}
.header-md .img-cont .img-caption {
    bottom: 39%;
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateY(calc(100% + 60px));
    font-style: italic;
    color: #6320ee;
    font-size: 14px;
}
/*About Block*/
.flex-about {
  margin: 40px 0;
}
.flex-about .about-block-inner {
  background-color: var(--medium-gray);
  padding-block: 160px 0px;
  border-radius: 20px;
}
.flex-about .block-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}
.flex-about .block-title em {
  color: var(--black) !important;
}
.flex-about .block-title::before {
  /*this property in class .block-text ul li::before*/
  content: "";
  background: url("img/li-icon.svg") no-repeat center;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
}
.flex-about .img-cont {
  width: 92%;
  /*aspect-ratio: 406 / 403;*/
  height: unset;
  min-height: 500px;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .flex-about .img-cont {
    min-height: 380px;
  }
  .flex-about .about-block-inner {
    padding-block: 190px 10px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1900px) {
  .flex-about .img-cont {
    min-height: 400px;
  }
  .flex-about .about-block-inner {
    padding-block: 190px 0px;
  }
}
.flex-about .img-cont .vector-img {
  aspect-ratio: 1 / 1;
  max-width: 479px;
  height: unset;
  object-fit: contain;
  z-index: 2;
  width: 75%;
  top: -85px;
}
.flex-about .img-cont .img-item {
  aspect-ratio: 1 / 1;
  max-width: 406px;
  border-radius: 20px;
  height: unset;
  object-fit: cover;
  z-index: 1;
  width: 75%;
}
.flex-about .container .about-block-inner .row:nth-child(odd) .img-item {
  right: 0;
  transform: rotate(5deg);
}
.flex-about .container .about-block-inner .row:nth-child(odd) .vector-img {
  left: -20px;
}
.flex-about .container .about-block-inner .row:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}
.flex-about .container .about-block-inner .row:nth-child(even) .img-item {
  left: 0;
  transform: rotate(-5deg);
}
.flex-about .container .about-block-inner .row:nth-child(even) .vector-img {
  right: -20px;
}
@media (max-width:991px) {
  .flex-about .about-block-inner {
    padding-block: 50px;
  }
  .flex-about .container .about-block-inner .row:nth-child(even) {
    flex-direction: column;
  }
}
/*Latest 2 Cases*/
.latest-cases .img-cont {
  min-height: 297px;
}
.latest-cases .cases-items .img-cont, .latest-cases .cases-items .text-cont {
  background-color: var(--medium-gray);
  padding: 80px 40px;
}
.latest-cases .cases-items .img-cont {
  padding-block: 25px 0px;
  border-radius: 10px 10px 0 0;
}
.latest-cases .cases-items .text-cont {
  border-radius: 0 0 10px 10px;
}
.latest-cases .cases-items .block-text > p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.latest-cases .cases-items > div:nth-of-type(2) .img-cont {
  flex-direction: row-reverse;
  min-height: 250px;
}
.latest-cases .cases-items > div:nth-of-type(2) .text-cont {
  padding-bottom: 50px;
}
.latest-cases .cases-items > div:nth-of-type(2) .block-text > p {
  -webkit-line-clamp: 2;
}
.latest-cases .img-cont .lg-img {
  width: 68%;
  max-width: 484.35px;
  aspect-ratio: 484.35 / 411.12;
  height: unset;
  object-fit: cover;
  transform: rotate(-5deg);
  top: -80px;
}
.latest-cases .cases-items > div:nth-of-type(2) .lg-img {
  width: 64%;
  transform: rotate(5deg);
  aspect-ratio: 437.81 / 371.62;
}
.latest-cases .img-cont .sm-img {
    background: white;
    border-radius: 5px;
    padding: 6px;
}
.latest-cases .img-cont .sm-img {
  width: 28%;
  max-width: 187px;
  aspect-ratio: 187 / 114;
  height: unset;
  max-height: 114px;
  object-fit: contain;
}
.latest-cases .cases-items > div:nth-of-type(2) .sm-img {
  width: 25%;
  aspect-ratio: 182 / 112;
  max-height: 112px;
}
@media(min-width:992px) {
  .latest-cases .main-btn {
    top: -30px;
  }
}
@media(max-width:991px) {
  .latest-cases .cases-items {
    padding-top: 0px;
    padding-inline: 20px;
  }
}
/*Single Post*/
.flex-single-case:not(.case-with-bg-gray) {
  margin-bottom: 40px;
}
.flex-single-case .img-cont {
  max-width: 437.81px;
}
.flex-single-case .img-cont .our-img {
  max-width: 193px;
  aspect-ratio: 140 / 80;
  height: unset;
  z-index: 22;
  right: -69.5px;
  border-radius: 5px;
  background: white;
  padding: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .flex-single-case .img-cont .our-img {
    max-width: 160px;
  }
}
.flex-single-case .img-cont .main-img {
  border-radius: 20px;
  aspect-ratio: 437.81 / 371.62;
  height: unset;
  object-fit: cover;
}
.flex-single-case .block-text > p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.flex-single-case .circle-mask::after {
  width: 70%;
  bottom: -30px;
}
.flex-single-case .head-cont .block-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #DDDDDD;
}
.flex-single-case.case-with-bg-gray .head-cont .block-title {
  border-bottom: none;
}
.flex-single-case.case-with-bg-gray .row {
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.flex-single-case.case-with-bg-gray .row::after {
  content: "";
  background-color: var(--medium-gray);
  width: calc(100% - 30px);
  height: calc(100% - 92px);
  position: absolute;
  top: 92px;
  left: 15px;
  border-radius: 10px;
  z-index: -1;
}
.flex-single-case.case-with-bg-gray .circle-mask::after {
  z-index: 1;
}
.flex-single-case.case-with-bg-gray .img-cont .main-img {
  z-index: 2;
}
/*Header NONE*/
section.header-no {
  padding: 0;
}
section.header-no #breadcrumbs {
  margin-bottom: 10px;
}
/*Flex Blocks*/
section.header-no + #main-content > section.flex-50title-50text:first-child .block-title, section.header-no + #main-content > section.flex-50title-50text:first-child .block-title * {
  font-size: var(--fs64);
}
/*Flex our Team*/
.flex-our-team .img-item .img-cont {
  border-radius: 20px;
  overflow: hidden;
}
.flex-our-team .img-item .img-cont img {
  aspect-ratio: 338 / 471;
  width: 100%;
  object-fit: cover;
  min-height: 350px;
}
.flex-our-team .img-item .con-social {
  background-color: rgba(241, 246, 242, 0.95);
  padding: 20px;
}
.flex-our-team .img-item .con-social * {
  font-family: var(--main-font);
  font-weight: 600;
}
.flex-our-team .linked-social i {
  display: block;
  background: url("img/linked-icon.svg") no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
}
.flex-our-team .unique-item .con-social {
  background-color: transparent;
}
.flex-our-team .unique-item > div {
  background-image: linear-gradient(150deg, rgba(230, 239, 233, 0), rgba(230, 239, 233, 1));
  border-radius: 20px;
}
.flex-our-team .unique-item .con-text:first-child a {
  width: 100px;
  height: 100px;
  background-color: var(--white);
}
.flex-our-team .unique-item .con-text h4 {
  color: var(--blue-bg);
  margin-bottom: 5px;
}
.flex-our-team .unique-item .con-text * {
  font-family: var(--main-font);
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .flex-our-team .img-item .con-social {
    padding: 15px 10px;
  }
  .flex-our-team .img-item .con-social h4 {
    font-size: var(--fs16) !important;
  }
}
/*Full Video*/
.border-top-DDD {
  border-top: 1px solid #DDDDDD;
}
.video-cont iframe, .video-cont video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-cont .overlay-img-video {
  object-fit: cover;
}
.video-cont {
  background: #1A1A1A;
  border-radius: 20px;
  overflow: hidden;
}
.video-cont iframe, .video-cont video {
  object-fit: contain;
}
.full-video .overlay-img-video {
  z-index: 99;
  transition: all 1000ms ease;
  opacity: 1;
}
.full-video .play-btn {
  width: 110px;
  height: 110px;
  z-index: 100;
  background-color: var(--green);
  cursor: pointer;
}
.full-video .play-btn:hover {
  animation: pulse 1s;
  box-shadow: 0 0 0 1em transparent;
}
.full-video .play-btn::before {
  content: "";
  background: url("img/play-icon.svg") no-repeat center;
  background-size: contain;
  width: 34px;
  height: 40px;
  position: absolute;
  left: calc(50% + 6px);
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .full-video .play-btn {
    width: 90px;
    height: 90px;
  }
  .full-video .play-btn::before {
    width: 26px;
    height: 30px;
    left: calc(50% + 3px);
  }
}
.full-video .video-cont.playing .overlay-img-video, .full-video .video-cont.playing .play-btn {
  opacity: 0;
  visibility: hidden;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--white);
  }
}
.flex-single-case.case-even .img-cont .our-img {
  right: unset;
  left: -69.5px;
}
/*Single Header*/
.single-header .xl-img {
  aspect-ratio: 1136 / 539;
  height: unset;
  object-fit: cover;
  border-radius: 20px;
}
.single-header .bg-shadow {
  --pt-shadow: 80px;
  padding-top: var(--pt-shadow);
  padding-bottom: 200px;
}
.single-header .bg-shadow::before {
  content: "";
  background-color: var(--medium-gray);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.single-header .mt-negative {
  margin-top: -200px;
}
@media(max-width:991px) {
  .single-header .bg-shadow {
    padding-top: 50px;
  }
}
@media(max-width:575px) {
  .single-header .xl-img {
    aspect-ratio: 350 / 363;
  }
}
body.single-klantverhaal .header-no .header-breadcrumbs, body.single-klantverhaal .header-no #breadcrumbs {
  margin-bottom: 0 !important;
}
body.single-klantverhaal .header-no #breadcrumbs {
  padding-bottom: 0;
}
body.single-klantverhaal #main-content section {
  padding-bottom: 0;
}
section.flex-share-blog + section.flex-single-case {
  margin-top: 50px;
}
.flex-blogs .img-cont .img-lg {
  aspect-ratio: 408 / 305;
  height: unset;
  object-fit: cover;
  border-radius: 20px;
}
.flex-blogs .text-cont {
  padding: 30px;
  margin-top: 15px;
  border-radius: 20px;
  background-color: var(--medium-gray);
}
.flex-blogs .block-text > p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
@media(max-width:991px) {
  .flex-blogs .text-cont {
    margin-top: 10px;
    padding-inline: 20px;
  }
}
/*Full image*/
.flex-full-image .img-cont .img-lg {
  aspect-ratio: 1135 / 540;
  height: unset;
  object-fit: cover;
  border-radius: 20px;
}
.flex-full-image .img-cont .img-lg img {
  object-fit: cover;
}
.single-header.no-img-bottom .bg-shadow {
  padding-bottom: 30px;
  padding-top: 60px;
}
.single-header.no-img-bottom {
  padding-bottom: 0;
}
body.single-post #main-content section {
  padding-bottom: 0;
}
body.single-post #main-content section.latest-news {
  margin-top: 50px;
}
.back-btn {
  color: var(--blue);
  font-size: var(--fs16);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}
.back-btn::before {
  content: "";
  background: url("img/back-arrow.png") no-repeat center;
  background-size: contain;
  width: 13px;
  height: 11px;
  display: block;
  position: relative;
  left: 0;
  transition: all 0.2s;
}
.back-btn:hover::before {
  left: -3px;
}
/*Contacts Block*/
.flex-contact-form .img-cont img {
  height: 520px;
  border-radius: 20px;
  object-fit: cover;
}
.flex-contact-form .contacts-cont {
  padding: 40px 60px;
  background: #E6EFE9;
  border-radius: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .flex-contact-form .contacts-cont {
    padding: 30px 20px;
  }
}
.flex-contact-form .contacts-cont .ul-contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-contact-form .contacts-cont .ul-contacts p {
  font-size: var(--fs16);
  letter-spacing: 2%;
  font-weight: 400;
}
.flex-contact-form .contacts-cont .ul-contacts ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;
}
.flex-contact-form .contacts-cont .ul-contacts ul li span {
  font-weight: 400 !important;
  font-size: var(--fs16);
  color: var(--green);
}
.flex-contact-form .contacts-cont .ul-contacts ul li a {
  font-weight: 600;
  font-size: var(--fs16);
  transition: all 0.2s;
}
.flex-contact-form .contacts-cont .ul-contacts ul li a:hover {
  color: var(--green);
}
.flex-contact-form .koers-contacts-icons {
  position: absolute;
  margin-top: 0;
  right: 30px;
}
.flex-contact-form .koers-contacts-icons ul {
  flex-direction: column;
  row-gap: 15px;
}
/*Flex Vacatures*/
.flex-vacatures .vacature-col-inner {
  background: #E6EFE9;
  padding: 30px 80px 30px 50px;
  border-radius: 20px;
}
.flex-vacatures .vacature-col-inner .job-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 3px;
}
.flex-vacatures .vacature-col-inner .job-meta span {
  color: var(--blue);
  font-size: var(--fs18);
  font-weight: 500;
}
.flex-vacatures .vacature-col-inner .more-a {
  display: block;
  position: absolute;
  background: url("img/arrow-right-sm-green.svg") no-repeat center;
  background-size: contain;
  width: 32px;
  height: 28px;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.flex-vacatures .vacature-col-inner:hover .more-a {
  right: 30px;
}
/*Flex Vacature*/
body.single-vacature .flex-50title-50text .block-title {
  font-weight: 500 !important;
  font-style: italic;
}
body.single-vacature .flex-50title-50text .block-title, body.single-vacature .flex-50title-50text .block-title em {
  color: var(--black) !important;
}
.full-solliciteer-direct {
  margin: 40px 0;
  padding: 120px 0;
}
@media screen and (min-width: 992px) and (max-width: 1900px) {
  .full-solliciteer-direct {
    padding: 70px 0;
  }
}
.full-solliciteer-direct .row::before {
  content: "";
  background: var(--blue-bg);
  width: calc(100% - 30px);
  height: calc(100% + 240px);
  position: absolute;
  left: 15px;
  top: -120px;
  border-radius: 15px;
  z-index: 5;
}
.full-solliciteer-direct .row::after {
  content: "";
  background: url("img/3circle-bg.svg") no-repeat;
  background-position: 10% 50%;
  background-size: cover;
  width: 50%;
  height: calc(100% + 240px);
  position: absolute;
  left: 15px;
  top: -120px;
  z-index: 6;
}
.full-solliciteer-direct .row > div {
  position: relative;
  z-index: 10;
}
.full-solliciteer-direct .with_frm_style .frm_primary_label {
  color: var(--white) !important;
}
.full-solliciteer-direct .with_frm_style input[type="text"], .full-solliciteer-direct .with_frm_style input[type="password"], .full-solliciteer-direct .with_frm_style input[type="email"], .full-solliciteer-direct .with_frm_style input[type="number"], .full-solliciteer-direct .with_frm_style input[type="url"], .full-solliciteer-direct .with_frm_style input[type="tel"], .full-solliciteer-direct .with_frm_style input[type="phone"], .full-solliciteer-direct .with_frm_style input[type="search"], .full-solliciteer-direct .with_frm_style select, .full-solliciteer-direct .with_frm_style textarea, .full-solliciteer-direct .frm_form_fields_style, .full-solliciteer-direct .with_frm_style .frm_scroll_box .frm_opt_container, .full-solliciteer-direct .frm_form_fields_active_style, .full-solliciteer-direct .frm_form_fields_error_style, .full-solliciteer-direct .with_frm_style .frm-card-element.StripeElement, .full-solliciteer-direct .with_frm_style .chosen-container-multi .chosen-choices, .full-solliciteer-direct .with_frm_style .chosen-container-single .chosen-single {
  background: rgba(245, 245, 245, 0.8) !important;
}
.full-solliciteer-direct .with_frm_style .frm_dropzone .dz-message {
  background: rgba(245, 245, 245, 0.8);
  padding: 15px 20px;
}
.full-solliciteer-direct .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .full-solliciteer-direct .frm_style_formidable-style.with_frm_style .frm_submit button {
  background: var(--white) !important;
  padding: 15px 50px !important;
  color: var(--black) !important;
}
.full-solliciteer-direct .frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.full-solliciteer-direct .with_frm_style .frm_submit button:hover{
	color: #565656 !important;
}
.full-solliciteer-direct .with_frm_style .frm_submit button:after {
  background-image: url("img/arrow-right-gray.svg");
  width: 12px;
  height: 13px;
  transition: all 0.2s;
  right: 0;
	opacity: 0.5;
}
.full-solliciteer-direct .with_frm_style .frm_submit button:hover:after {
  right: -5px;
	opacity: 1;
}
.full-solliciteer-direct .with_frm_style .frm_submit.frm_flex {
  justify-content: center;
}
.full-solliciteer-direct .frm_style_formidable-style.with_frm_style .frm_error, 
.full-solliciteer-direct .frm_style_formidable-style.with_frm_style .frm_limit_error {
    color: #ffacaa;
}
.full-solliciteer-direct .with_frm_style .frm_dropzone {
  background: none;
}
/*FAQS*/
.flex-faq-list .accordion-txt-col {
  background: #E6EFE9;
  border-radius: 10px;
}
.flex-faq-list .accordion-txt-col .block-title {
  font-family: var(--main-font);
  font-size: var(--fs18);
  padding: 15px 60px 15px 20px;
  cursor: pointer;
  font-weight: 600;
}
.flex-faq-list .accordion-txt-col .block-text {
  padding: 15px 60px 15px 20px;
}
.flex-faq-list .accordion-txt-col .block-text * {
  color: rgba(19, 19, 19, 0.8);
}
.flex-faq-list .accordion-col:not(.fopen) .accordion-list {
  display: none;
}
.flex-faq-list .accordion-txt-col .block-title::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 14px;
  height: 8px;
  background: url("img/faq-icon.svg") no-repeat 50%;
  background-size: contain !important;
  /*rotate: 0deg;
  transition: rotate 0.3;*/
  animation: open 300ms forwards;
}
.flex-faq-list .accordion-col.fopen .block-title::after {
  /*rotate: 180deg;*/
  animation: close 300ms forwards;
}
.flex-faq-list .accordion-cont {
  gap: 20px;
}
@keyframes open {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes close {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.header-nav-bottom{
	width: 22px;
	height: 63px;
	border-radius: 46px;
	border: 1px solid rgba(19, 19, 19, 0.2);
	position: relative;
	display: block;
	margin-top: -50px;
}
.header-nav-bottom i{
	display: block;
	width: 2px;
	height: calc(100% - 26px);
	top: 14px;
	left: 50%;
	transform: translateX(-50%);
	background: #C8CAC9;
	position: absolute;
	border-radius: 46px;
	overflow: hidden;
}
.header-nav-bottom i::before{
	content: "";
	background: #131313;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	animation: filli 2000ms infinite;
}
.header-nav-bottom::before {
    content: "";
    display: inline-block;
    border: solid #C8CAC9;
    border-width: 0 1px 1px 0;
    width: 8px;
    height: 8px;
    bottom: 11px;
    left: calc(50% - 4px);
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    /*animation: filli2 3500ms infinite;
    animation-delay: 2000ms;*/
}
@keyframes filli {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes filli2 {
  from {
    border-color: #C8CAC9;
  }
  to {
    border-color: #131313;
  }
}

/*Start Mobile*/
@media screen and (min-width: 992px) and (max-width: 1400px) {
  :root {
    --fs64: 3rem;
  }
  .block-title.fs-48, .block-title.fs-48 * {
    font-size: 40px !important;
  }
}
@media screen and (min-width: 992px) {
  .navigatie.normal-menu .menu-hoofdmenu-container {
    height: auto !important;
  }
  .navigatie.normal-menu div#mobile-menu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --fs14: 14px;
    --fs15: 15px;
    --fs16: 16px;
    --fs18: 18px;
    --fs20: 20px;
    --fs24: 24px;
    --fs26: 26px;
    --fs28: 28px;
    --fs30: 30px;
    --fs32: 32px;
    --fs36: 32px;
    --fs40: 32px;
    --fs48: 32px;
    --fs64: 40px;
  }
  .main-btn {
    padding: 15px 55px;
  }
  /* mobile menu */
  nav {
    display: block;
  }
  .fixed-nav-spacer {
    height: 70px;
  }
  #primary-menu.menu-hoofdmenu-container {
    display: none;
  }
  .mobile-menu-toggle-position {
    display: block;
  }
  .hamburger {
    position: absolute;
    display: inline-block;
  }
  .menu-hoofdmenu-container {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  body.menu-open .menu-hoofdmenu-container {
    display: block;
    height: 100%;
  }
  .mobile-menu ul#primary-menu {
    float: none;
  }
  body .mobile-menu-toggle-position {
    z-index: 100;
  }
  body .mobile-menu .menu li {
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  body .mobile-menu .menu li a {
    padding: 20px !important;
  }
  body .menu-hoofdmenu-container li.btn a {
    padding: 10px 15px !important;
    margin-bottom: 25px;
    margin-left: -30px;
  }
  .menu-hoofdmenu-container-not-mobile {
    display: none;
  }
  ul#mobile-menu {
    padding: 0;
  }
  ul#mobile-menu form.search-form {
    display: inline-block;
  }
  /* einde mobile menu */
  .topbar {
    display: none;
  }
  #logo {
    margin-top: 0;
    height: 46px;
    max-width: calc(100% - 100px);
    z-index: 100;
  }
  div#logo a {
    line-height: 46px;
  }
  #logo img {
    height: 46px;
    width: 108px;
}
  .menu-open {
    overflow: hidden
  }
  #mobile-menu {
    position: fixed;
    overflow-y: auto;
    /* max-height: calc(100dvh - 70px);*/
  }
  nav ul li:not(:last-child) {
    margin-right: 0
  }
  #breadcrumbs {
    margin-bottom: 17px;
  }
  #primary-menu-ul {
    display: none
  }
  .navigatie.normal-menu {
    background-color: #fff
  }
  body .mobile-menu-toggle-position {
    right: 5px;
    text-align: start;
    top: -19px;
  }
  header nav {
    padding: 20px 0px;
  }
  button.menu-toggle {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    border-radius: 10px;
  }
  .hamburger {
    width: 18px;
    height: 10px;
    position: relative;
    background-image: url("img/icon-hamburger.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: auto;
    right: auto;
    display: block;
    float: none;
  }
  body.menu-open .mobile-menu-toggle-position button .hamburger {
    background-image: url("img/icon-hamburger-x.svg");
    width: 14px;
    height: 14px;
  }
  .hamburger svg {
    display: none
  }
  #primary-menu, .header-right-menu {
    display: none;
  }
  #mobile-menu {
    position: fixed;
  }
  body .menu-hoofdmenu-container {
    left: unset;
    right: -100%;
    transition: all .6s ease;
    height: fit-content !important;
    background-color: var(--white);
    top: 87px;
    padding: 10px 33px 30px;
  }
  body .menu-hoofdmenu-container {
    height: 100vh !important;
  }
  body.admin-bar .menu-hoofdmenu-container {
    top: 133px;
  }
  body.menu-open .menu-hoofdmenu-container {
    right: 0;
  }
  /*body.menu-open .menu-hoofdmenu-container::after{
		content: "";
		background: rgba(255,255,255,0.26);
		width: 100%;
		height: 60vh;
		position: absolute;
		left: 0;
		bottom: -50%;
	}*/
  body .mobile-menu .menu li {
    text-align: left !important
  }
  body .mobile-menu .menu li a {
    width: 100%;
    padding: 10px 0 !important;
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    text-align: left;
  }
  body .mobile-menu .menu li .sub-menu-toggle {
    display: none;
  }
  body .mobile-menu .menu li.li-btn {
    margin-top: 40px;
  }
  body .mobile-menu .menu li.li-btn a {
    background: var(--white);
    color: var(--blue);
    font-weight: 600;
    padding: 18px 40px !important;
    margin-top: 10px;
    border-radius: 10px;
    line-height: normal;
    width: calc(100% - 50px);
    font-size: var(--fs18);
  }
  body .mobile-menu .menu li ul.sub-menu {
    display: block;
    position: static;
    padding-block: 0;
  }
  nav ul li.menu-item-has-children > a::after {
    content: none;
  }
  .navigatie.normal-menu:before {
    display: none
  }
  body.menu-open nav {
    background: var(--white);
  }
  html #wpadminbar {
    top: -46px;
  }
  .block-title, .block-title * {
    font-size: var(--fs32);
  }
  section {
    overflow: hidden;
  }
  section.head-type-large {
    padding: 10px 0 20px;
  }
  /*section.head-type-large .row {
    flex-direction: column-reverse;
  }*/
	section.head-type-large .row .col-vid{
		order: 1;
	}
	section.head-type-large .row .col-txt{
		order: 2;
	}
	section.head-type-large .row .col-arr{
		order: 3;
	}
	.header-nav-bottom {
    margin-top: 30px;
    margin-bottom: -20px;
}
  section.head-type-large .header-video {
    height: 273px;
    width: 257px;
    margin: 0 auto;
  }
  section.head-type-large .header-video .video-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  section.head-type-large .header-video .video-overlay::before {
    top: -13px;
  }
  section.head-type-large .block-title, section.head-type-large .block-title * {
    font-size: 40px;
  }
  section.head-type-large .btn-cont .main-btn {
    width: 100%;
	          padding: 15px 35px;
  }
  .just-list-logos .sponsor-item {
    min-width: 120px;
  }
  section.text-full-center .block-text * {
    font-size: var(--fs24);
  }
  .flex-text-cta .container {
    background: var(--blue-bg);
  }
  .flex-text-cta .text-cont {
    padding-left: 0;
  }
  .flex-text-cta .cont-cta .block-text p {
    padding: 15px 13px;
  }
  .flex-text-image .block-title {
    font-size: var(--fs28);
  }
  .latest-cases .img-cont .lg-img {
    width: 280px;
    max-width: 280px;
    aspect-ratio: 280 / 237;
    height: 237px;
    transform: rotate(-3deg);
    top: -80px;
  }
  .latest-cases .cases-items .img-cont, .latest-cases .cases-items .text-cont {
    padding: 25px 13px;
    display: block !important;
  }
  section.footer-cta .imgs-cont {
    height: 145px;
    width: 100%;
  }
  section.footer-cta .img-cont.small-img {
    width: 97px;
    height: 97px;
    left: 3px;
    right: auto;
    top: 0;
  }
  section.footer-cta .img-cont.medium-img {
    width: 134px;
    height: 134px;
    left: 70px;
    right: auto;
    top: 0;
  }
  section.footer-cta .img-cont.large-img {
    width: 143px;
    height: 143px;
    right: -5px;
    top: 0;
  }
  /* start header */
  body .mobile-menu .menu li a {
    width: max-content;
    margin-left: 10%;
  }
  body .mobile-menu .menu li.li-btn a {
    background-color: var(--blue);
    color: var(--white);
  }
  /* end header */
  /* start head-type-large */
  section.head-type-large .header-video {
    display: flex;
  }
  /* Remove all properties in every screen on the video and .video-overlay and replace them with this */
  section.head-type-large .header-video .video-overlay {
    position: relative;
    background: url(img/video-overlay5.svg) no-repeat center;
    background-size: cover;
    z-index: 20;
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
    height: 100%;
    flex-grow: 1;
  }
  section.head-type-large .header-video video {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: -1;
    position: relative;
    opacity: 0.6;
    object-fit: cover;
    margin-left: -100%;
  }
  /* end head-type-large */
  /*start new flex-about*/
  .flex-about > .container > .rew {
    background-color: var(--medium-gray);
  }
  /*end new flex-about*/
  .latest-cases .cases-items .img-cont {
    min-height: 0px;
    display: flex !important;
    justify-content: center !important;
  }
.latest-cases .img-cont .lg-img {
    width: 70% !important;
    height: unset;
    top: -55px;
    max-width: 70% !important;
    border-radius: 5px;
}
  .latest-cases .img-cont .sm-img {
    position: absolute;
    left: auto;
    top: auto;
    border-radius: 5px;
    right: 40px;
    bottom: 100px;
}
  .footer-cta > .container > .row {
    /*background: var(--blue-bg);*/
    border-radius: 20px;
  }
  section.footer-cta .imgs-cont {
    width: 363px;
  }
  /* start new*/
  #main-footer .koers-contacts-icons {
    position: absolute;
    bottom: -68px;
    margin-top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  #main-footer #menu-footer-menu-1 {
    padding-inline: 15px;
  }
  ul#menu-footer-menu-1 li:nth-child(even) {
    text-align: center;
  }
  .flex-single-case > .container > .row {
    background-color: var(--medium-gray);
    border-radius: 10px;
    padding-block: 30px;
  }
  .flex-single-case .img-cont {
    margin-inline: auto;
    margin-bottom: 25px;
  }
  .flex-single-case .img-cont .our-img {
    width: 50%;
    right: 0;
  }
  .flex-single-case.case-even .img-cont .our-img {
    right: 0;
    left: unset;
  }
  .border-top-DDD {
    padding-top: 48px !important;
  }
  .full-solliciteer-direct > .container > .row::before {
    width: 100%;
    left: 0px;
  }
  .footer-widgets .footer-col-1, .footer-widgets .footer-col-1 .widget-col, .footer-widgets .footer-col-1 .widget-col .widget_text, .footer-widgets .footer-col-1 .widget-col .textwidget {
    position: static;
  }
  .footer-widgets .footer-col-2 .widget-title {
    margin-top: 30px;
  }
  /*end new*/
  .flex-about .img-cont {
    aspect-ratio: 406 / 403;
    min-height: initial;
  }
  #mobile-menu .koers-contacts-icons ul {
    justify-content: center;
  }
	nav ul li.menu-item-object-vacature > a::before {
    top: 5px;
    right: -6px;
}
	section.text-full-center {
    padding: 40px 0 60px;
}
	.flex-text-cta .text-cta-inner {
    padding: 60px 0px;
}
	.flex-text-cta .mt-100 {
    margin-top: 20px;
}
	.flex-text-cta .cont-cta .block-text {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.latest-cases .cases-items {
    padding-inline: 0;
}
	.flex-gallery img.slick-slide {
    padding: 0;
    height: 350px;
    border-radius: 5px;
}
	.flex-gallery .slick-list {
    padding-right: 0px;
}
	.latest-news .post-col-item .img-cont img {
    height: 350px;
}
	.latest-news .post-col-item .text-cont .block-text {
    -webkit-line-clamp: 5;
}
	.latest-news .btn-cont{
		margin-top: 20px;
	}
	section.footer-cta .footer-cta-inner .text-cont {
    padding: 70px 20px 50px;
}
	#main-footer .footer-widgets .widget-title {
    margin-bottom: 10px;
    padding-left: 20px;
}
	.footer-widgets ul.menu, .footer-widgets .koers-contacts {
    padding: 30px;
}
	#main-footer .footer-widgets {
    padding: 80px 0 100px;
}
	#footer-socket .footer-socket-inner {
    padding: 20px 0 24px;
    row-gap: 20px;
}
	.flex-gallery .slick-track img:nth-child(odd) {
    margin-top: 0;
}
	section.header-md{
		padding-bottom: 0;
		padding-top: 0;
	}
	.flex-about > .container > .row > .col-12{
		padding-left: 0;
		padding-right: 0;
	}
	.flex-about .about-block-inner {
    padding-inline: 15px;
}
	.flex-single-case:not(.case-with-bg-gray) {
    margin-bottom: 0;
}
	.flex-single-case > .container > .row {
    background-color: var(--white);
    border-radius: 0;
    padding-block: 0;
}
	.flex-single-case .head-cont .block-title {
    padding-bottom: 20px;
}
	.flex-single-case .img-cont .our-img {
    top: 25px;
    max-width: 115px;
}
	.flex-single-case .img-cont .main-img {
    max-width: calc(100% - 50px) !important;
}
	.flex-single-case .img-cont {
    text-align: center;
}
	body:not(.post-type-archive-klantverhaal) .flex-single-case:not(.image_60_text) .text-cont:not(.head-cont){
		padding-bottom: 42px;
    border-bottom: 1px solid #DDDDDD;
	}
	section.flex-single-case{
		padding-bottom: 20px;
	}
	.flex-about .about-block-inner {
    padding-bottom: 10px;
}
	.flex-our-team .block-title,
	.flex-our-team .block-title *{
		        font-size: var(--fs28);
	}
	section.flex-50title-50text + section.flex-our-team{
		padding-top: 10px;
	}
	.flex-our-team .img-item{
		padding-left: 20px;
		padding-right: 20px;
	}
	.flex-our-team .unique-item{
		height: 480px;
	}
	.flex-single-case .circle-mask::after {
    z-index: 1;
}
	.flex-single-case .img-cont .main-img {
    z-index: 2;
}
	.full-video .container{
		padding-left: 0;
		padding-right: 0;
	}
	.full-video .video-cont {
    height: 275px;
}
	.full-video .play-btn {
    width: 78px;
    height: 78px;
}
	.full-video .play-btn::before {
    background-size: 24px;
    width: 24px;
    height: 29px;
    left: calc(50% + 3px);
}
	.row.border-top-DDD{
		border-top: 0;
	}
	body.post-type-archive-klantverhaal .footer-cta::before,
	.row.border-top-DDD::before{
		content: "";
		background: #DDDDDD;
		height: 1px;
		width: calc(100% - 30px);
		left: 15px;
		top: 0;
		position: absolute;
	}
	body.single-klantverhaal .full-video .container {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}
	body.single-klantverhaal .full-video .video-cont {
    height: 175px;
    border-radius: 5px;
}
	.flex-share-blog .a2a_kit {
    column-gap: 10px;
}
	.flex-share-blog .single-share-links {
    column-gap: 15px;
}
	.list-pagination .next,
	.list-pagination .prev{
		font-size: var(--fs16);
	}
	.list-pagination {
    gap: 20px;
}
	#breadcrumbs > span {
    flex-wrap: wrap;
}
	.flex-full-image .img-cont .img-lg {
    min-height: 265px;
}
	body.single-post #main-content > section:first-child{
		padding-top: 20px;
	}
	.flex-contact-form .contacts-cont {
    padding: 40px 40px;
}
	section.flex-contact-form{
		overflow: visible;
	}
	body.page-id-460 section.flex-50title-50text .text-cont{
		padding-right: 70px;
	}
	.flex-contact-form .koers-contacts-icons {
    right: 20px;
    z-index: 10;
    top: -305px;
}
	.flex-vacatures .vacature-col-inner {
    padding: 30px 50px 30px 30px;
}
	.flex-vacatures .vacature-col-inner .block-title, 
	.flex-vacatures .vacature-col-inner .block-title * {
    font-size: var(--fs20);
}
	.flex-vacatures .vacature-col-inner .more-a {
    width: 34px;
    height: 15px;
    right: 20px;
}
	.flex-vacatures .vacature-col-inner:hover .more-a {
    right: 16px;
}
	body.single-vacature .single-header .main-btn{
		width: 100%;
	}
	.full-solliciteer-direct {
    margin: 40px 0;
    padding: 50px 0;
}
	.full-solliciteer-direct .row::before {
    height: calc(100% + 100px);
    top: -50px;
}
	.flex-faq-list .accordion-txt-col .block-title {
    padding-right: 40px;
}
	.flex-faq-list .accordion-txt-col .block-text{
		padding-right: 30px;
	}
	.flex-faq-list .accordion-txt-col .block-title::after {
    right: 15px;
}
}
@media (max-width:767px) {
  .latest-cases .img-cont .lg-img {
    width: 90% !important;
    max-width: 90% !important;
  }
  #main-footer .footer-row-1 {
    border: unset;
  }
  #main-footer .footer-widgets .footer-logo {
    border-bottom: 1px solid #D9D9D9;
    width: calc(100% - 24px);
    text-align: center;
  }
}
@media (max-width:420px) {
  section.footer-cta .imgs-cont {
    width: 100%;
    padding-bottom: 50px;
    height: 200px;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	header nav {
    flex-wrap: wrap;
    justify-content: center;
}
	nav #primary-menu > ul > li.li-btn {
    margin-left: 30px;
}
}

.cky-cookie-des-table *,
.cky-cookie-des-table div {
    font-size: 14px;
}

/* WPML */
.wpml-ls-current-language {display: none !important;}

.otgs-development-site-front-end {
  display: none;
}

.wpml-ls-flag {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}

.wpml-ls-native {
  font-family: var(--haraBold);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.085em;
  color: var(--textBlue);
  padding: 0;
}
 
.wpml-ls-item a {
  display: inline-block !important;
}

header #primary-menu > ul > li.wpml-ls-item:hover> a:before {
  position: static !important;
  width: auto !important;
  height: auto !important;
  background: unset !important;
  transform: none;
  left: auto !important;
  bottom: auto !important;
}

.wpml-ls-menu-item .wpml-ls-flag {
  display: inline !important;
  vertical-align: text-bottom !important;
}
.wpml-ls-menu-item .wpml-ls-flag+span {
  margin-left: 7px !important;
  color: var(--textBlue) !important;
  padding: 20px 0;
}

.wpml-ls-menu-item a {
  background: unset !important;
  padding: 10px 20px !important;
}

/*New updates by Mark 12 Feb 2025*/
@media screen and (max-width: 991px){ 
  .topbar{
    display: block;
  }
}

@media screen and (max-width: 991px){ 
  .topbar #topbar-menu li:not(.wpml-ls-item){
    display: none;
  }
}

@media screen and (max-width: 991px){ 
  .wpml-ls-item{
    position: absolute;
    right: 65px;
    top: 12px;
  }
}

@media screen and (max-width: 991px){ 
  .wpml-ls-flag{
    width: 30px;
    height: 30px;
  }

  .menu-item.language-item {display: none !important;}

  .lang-class {
    position: absolute !important;
    right: 65px !important;
    top: 32px !important;
  }
}

#primary-menu > ul > li.wpml-ls-item {
  margin-left: 10px !important;
}

.lang-class {
  position: absolute;
    right: 185px;
    z-index: 2;
}