@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 */
html {
  line-height: 1.15;
  /* 1 */
}

/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  color: inherit;
  /* 2 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit;
  /* 1 */
  text-indent: 0;
  /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  outline: none;
}

html {
  overflow-x: hidden;
}

html.wf-loading * {
  opacity: 0;
}

body {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-size: 16px;
  color: var(--text-colour);
  line-height: 1em;
  font-weight: 400;
  padding: 140px 0px 0px;
  margin: 0px;
  opacity: 0;
  transition: all 0.5s ease;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  body {
    padding: 81px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    text-align: center;
    padding: 61px 0px 0px;
  }
}
body * {
  scroll-margin-top: 87px;
}
@media only screen and (max-width: 767px) {
  body * {
    scroll-margin-top: 61px;
  }
}
body.loaded {
  opacity: 1;
}

h1 {
  font-family: "sofia-pro", sans-serif;
  font-size: 3em;
  color: var(--text-colour);
  line-height: 1.2em;
  font-weight: 700;
  margin: 0px 0px 5px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }
}

h2 {
  font-family: "sofia-pro", sans-serif;
  font-size: 2.6em;
  color: var(--text-colour);
  font-weight: 400;
  line-height: 1.2em;
  margin: 0px 0px 15px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.6em;
  }
}

h3 {
  font-family: "sofia-pro", sans-serif;
  font-size: 2em;
  color: var(--text-colour);
  line-height: 1.2em;
  font-weight: 400;
  margin: 0px 0px 15px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.6em;
  }
}

h4 {
  font-family: "sofia-pro", sans-serif;
  font-size: 1.4em;
  color: var(--text-colour);
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px 0px 15px;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 1.4em;
  }
}

.secondaryfont {
  font-family: "sofia-pro", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 400;
}

p {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-size: 1em;
  color: var(--text-colour);
  line-height: 1.8em;
  margin: 0px 0px 15px;
}
@media only screen and (max-width: 959px) {
  p {
    font-size: 0.9em;
  }
}

ul, ol {
  padding-left: 20px;
  margin: 0px 0px 15px;
}

ul li, ol li {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-size: 1em;
  color: var(--text-colour);
  line-height: 1.8em;
}
@media only screen and (max-width: 959px) {
  ul li, ol li {
    font-size: 0.9em;
  }
}

strong {
  font-weight: 600;
}

a {
  color: var(--primary-colour);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s ease;
}
a:hover {
  color: var(--secondary-colour);
}

.primarycolour {
  color: var(--primary-colour);
}

.secondarycolour {
  color: var(--secondary-colour);
}

.tertiarycolour {
  color: var(--tertiary-colour);
}

.whitetxt {
  color: #ffffff;
}

.darktxt {
  color: #000000;
}

.centertxt {
  text-align: center;
}

.righttxt {
  text-align: right;
}

.lgreybg {
  background: #edf0f2;
}

.primarybg {
  background-color: var(--primary-colour);
}

.secondarybg {
  background-color: var(--secondary-colour);
}

.tertiarybg {
  background-color: var(--tertiary-colour);
}

.primaryborder {
  border-color: var(--primary-colour);
}

.secondaryborder {
  border-color: var(--secondary-colour);
}

.tertiaryborder {
  border-color: var(--tertiary-colour);
}

.flex {
  display: flex;
}

.centerbg {
  background-position: center;
}

.containbg {
  background-size: cover;
}

.consultancy-social {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .consultancy-social {
    justify-content: center;
  }
}
.consultancy-social.right {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .consultancy-social.right {
    justify-content: center;
  }
}
.consultancy-social h3 {
  width: 100%;
  margin: 0px 0px 10px;
}
.consultancy-social a {
  width: 60px;
  display: inline-block;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  margin: 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .consultancy-social a {
    width: 35px;
    font-size: 18px;
  }
}
.consultancy-social a i {
  width: 100%;
  line-height: 60px;
}
@media only screen and (max-width: 767px) {
  .consultancy-social a i {
    line-height: 35px;
  }
}
.consultancy-social a i.fa-facebook-f {
  color: #1877f2;
}
.consultancy-social a i.fa-twitter {
  color: #1da1f2;
}
.consultancy-social a i.fa-pinterest {
  color: #1877f2;
}
.consultancy-social a i.fa-linkedin-in {
  color: #007bb5;
}
.consultancy-social a i.fa-instagram {
  color: #c32aa3;
}
.consultancy-social a i.fa-youtube {
  color: #ff0000;
}
.consultancy-social a:hover i {
  color: var(--button-text-colour);
  background-color: var(--secondary-colour);
}

.slick-slide {
  outline: none;
}

@media only screen and (min-width: 1200px) {
  .nodesktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .notablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nomobile {
    display: none;
  }
}
.container {
  width: 100%;
}

.wrapper {
  width: 1400px;
  max-width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}

.wrapper.restrict {
  width: 1200px;
}

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

.contentmargin {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .contentmargin {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.contentmargintop {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .contentmargintop {
    margin-top: 50px;
  }
}

.contentmarginbot {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .contentmarginbot {
    margin-bottom: 50px;
  }
}

.contentpadding {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .contentpadding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.contentpaddingtop {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .contentpaddingtop {
    padding-top: 50px;
  }
}

.contentpaddingbot {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .contentpaddingbot {
    padding-bottom: 50px;
  }
}

.standardpage .wrapper {
  width: 900px;
}
.standardpage .wrapper h1 {
  margin: 0px 0px 15px;
}

ul.menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.menu li {
  width: auto;
  font-size: 1em;
}

div.menu > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
div.menu > ul li {
  width: auto;
  font-size: 1em;
}

.topheader .menu {
  justify-content: center;
}
.topheader .menu li {
  width: auto;
  display: flex;
}
.topheader .menu li a {
  width: 100%;
  color: var(--text-colour);
  line-height: 22px;
  padding-left: 25px;
}
.topheader .menu li a:hover {
  color: var(--secondary-colour);
}

@media only screen and (max-width: 1199px) {
  .navigation {
    width: 300px;
    align-items: center;
    position: fixed;
    right: -300px;
    top: 80px;
    bottom: 0px;
    z-index: 10;
    background: var(--primary-colour);
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    overflow: auto;
    transition: all 1.5s ease;
  }
}
@media only screen and (max-width: 767px) {
  .navigation {
    top: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .navigation.open {
    right: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .navigation .wrapper {
    padding: 0px;
  }
}
.navigation .menu {
  justify-content: center;
}
.navigation .menu > li {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  font-size: 1.1em;
  padding: 0px 20px;
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li:hover {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
}
.navigation .menu > li:hover a {
  border-bottom-color: #ffffff;
}
.navigation .menu > li:hover a:after {
  color: var(--button-text-colour-hover);
}
.navigation .menu > li:hover ul {
  display: flex;
  flex-wrap: wrap;
}
.navigation .menu > li.current-menu-item a {
  border-bottom-color: var(--tertiary-colour);
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li.open {
    display: flex;
  }
}
.navigation .menu > li.mobilelink {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li.mobilelink {
    display: flex;
  }
}
.navigation .menu > li > a {
  width: 100%;
  color: var(--primary-colour);
  line-height: 50px;
  font-weight: 600;
  padding: 0px 5px;
  text-transform: uppercase;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0);
  transition: border 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li > a {
    font-size: 0.8em;
    color: var(--button-text-colour);
    line-height: 40px;
    padding: 0px 15px;
    border: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .navigation .menu > li > a {
    text-align: left;
  }
}
.navigation .menu > li > a:hover {
  color: var(--primary-colour);
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li > a:hover {
    border: 0px;
  }
}
.navigation .menu > li > a:hover:hover {
  color: var(--primary-colour);
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li > a:hover:hover {
    color: var(--button-text-colour);
  }
}
.navigation .menu > li.menu-item-has-children {
  position: relative;
}
.navigation .menu > li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0d7";
  font-size: 13px;
  color: var(--text-colour);
  font-weight: 900;
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li.menu-item-has-children > a:after {
    position: absolute;
    top: 0px;
    right: 15px;
    color: var(--button-text-colour);
    line-height: 40px;
    z-index: 1;
  }
}
.navigation .menu > li.menu-item-has-children > a:hover:after {
  color: var(--primary-colour);
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li.menu-item-has-children > a:hover:after {
    color: var(--button-text-colour);
  }
}
.navigation .menu > li.menu-item-has-children > ul {
  width: 300px;
  display: none;
  flex-wrap: wrap;
  position: absolute;
  top: 87px;
  left: 0px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li.menu-item-has-children > ul {
    width: 100%;
    position: static;
    flex-wrap: wrap;
    background: var(--secondary-colour);
    border-width: 1px 0px 0px;
  }
}
.navigation .menu > li.menu-item-has-children > ul > li {
  width: 100%;
  font-size: 0.8em;
  border-bottom: 1px solid #dbdbdb;
}
.navigation .menu > li.menu-item-has-children > ul > li:last-child {
  border-bottom: 0px;
}
.navigation .menu > li.menu-item-has-children > ul > li:hover > a {
  color: var(--button-text-colour-hover);
  background: var(--primary-colour);
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li.menu-item-has-children > ul > li:hover > a {
    color: var(--button-text-colour-hover);
    text-align: left;
  }
}
.navigation .menu > li.menu-item-has-children > ul > li > a {
  width: 100%;
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding: 0px 15px;
  line-height: 40px;
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li.menu-item-has-children > ul > li > a {
    color: var(--button-text-colour);
    text-align: left;
  }
}
.navigation .menu > li.menu-item-has-children > ul > li.menu-item-has-children {
  position: relative;
}
.navigation .menu > li.menu-item-has-children > ul > li.menu-item-has-children:after {
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  color: var(--primary-colour);
  font-size: 13px;
  font-weight: 900;
  line-height: 40px;
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li.menu-item-has-children > ul > li.menu-item-has-children:after {
    content: "\f0d7";
    color: var(--button-text-colour-hover);
  }
}
.navigation .menu > li.menu-item-has-children > ul > li.menu-item-has-children:hover:after {
  color: var(--button-text-colour-hover);
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li.menu-item-has-children > ul > li.menu-item-has-children:hover:after {
    color: var(--button-text-colour-hover);
  }
}
.navigation .menu > li.menu-item-has-children > ul > li ul {
  width: 300px;
  display: none;
  flex-wrap: wrap;
  position: absolute;
  top: -1px;
  left: 298px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li.menu-item-has-children > ul > li ul {
    width: 100%;
    position: static;
    flex-wrap: wrap;
    border-width: 1px 0px 0px;
  }
}
.navigation .menu > li.menu-item-has-children > ul > li ul li {
  width: 100%;
  display: inline-block;
  font-size: 1em;
  border-bottom: 1px solid #dbdbdb;
}
.navigation .menu > li.menu-item-has-children > ul > li ul li:last-child {
  border-bottom: 0px;
}
.navigation .menu > li.menu-item-has-children > ul > li ul li a {
  width: 100%;
  display: inline-block;
  position: relative;
  color: var(--primary-colour);
  font-weight: 700;
  padding: 0px 15px;
  line-height: 40px;
}
@media only screen and (max-width: 1199px) {
  .navigation .menu > li.menu-item-has-children > ul > li ul li a {
    text-align: left;
  }
}
.navigation .menu > li.menu-item-has-children > ul > li ul li a:hover {
  color: var(--button-text-colour-hover);
  background: var(--primary-colour);
}
.navigation .menu > li.menu-item-has-children > ul > li:hover ul {
  display: flex;
}
.navigation .menu > li.menu-item-has-children:hover {
  position: relative;
}
.navigation .menu > li.menu-item-has-children:hover > ul {
  display: flex;
}

.grid1 {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr;
}

.grid2 {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
}
@media only screen and (max-width: 767px) {
  .grid2 {
    grid-template-columns: 1fr;
  }
}

.grid3 {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
}
@media only screen and (max-width: 767px) {
  .grid3 {
    grid-template-columns: 1fr;
  }
}

.grid4 {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .grid4 {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .grid4 {
    grid-template-columns: 1fr;
  }
}

.grid5 {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(5, minmax(auto, 1fr));
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .grid5 {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .grid5 {
    grid-template-columns: 1fr;
  }
}

.grid6 {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(6, minmax(auto, 1fr));
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .grid6 {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .grid6 {
    grid-template-columns: 1fr;
  }
}

.statictop {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
}

body.admin-bar .statictop {
  margin-top: 32px;
}

.header {
  background: #ffffff;
  transition: background 0.5s ease;
}
.header .headertop {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
}
@media only screen and (max-width: 1199px) {
  .header .headertop {
    display: none;
  }
}
.header .headertop a {
  font-size: 0.9em;
  color: var(--button-text-colour);
  line-height: 45px;
  font-weight: 700;
  margin: 0px 15px;
}
.header .headertop a:hover {
  opacity: 0.7;
}
.header .headerbot {
  display: grid;
  gap: 10px;
  grid-template-columns: 300px 1fr 300px;
  align-items: center;
  padding: 10px 45px;
}
@media only screen and (max-width: 1439px) {
  .header .headerbot {
    grid-template-columns: auto 1fr auto;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .header .headerbot {
    grid-template-columns: auto 1fr;
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header .headerbot {
    grid-template-columns: auto 1fr;
  }
}
.header .logo {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .header .logo > a img {
    height: 80px;
    padding: 10px;
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header .logo > a img {
    height: 60px;
    padding: 5px;
    margin: 0px;
  }
}
.header .navigation {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1439px) {
  .header .navigation {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.header .cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header .cta {
    display: none;
  }
}
.header .cta a {
  text-transform: uppercase;
  margin-left: 30px;
}
.header .cta a:first-child {
  margin: 0px;
}
.header .cta a.contact {
  font-size: 0.9em;
}
.header .cta a.linkbtn {
  background-image: linear-gradient(to right, var(--secondary-colour), var(--tertiary-colour));
  border: 0px;
}
.header .cta a.linkbtn:hover {
  color: var(--button-text-colour);
  background: var(--secondary-colour);
}
.header .mobilebuttons {
  display: none;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .header .mobilebuttons {
    display: flex;
  }
}
.header .mobilebuttons a {
  width: 80px;
  color: #ffffff;
  text-align: center;
  background: var(--primary-colour);
  border-left: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  .header .mobilebuttons a {
    width: 60px;
  }
}
.header .mobilebuttons a i {
  font-size: 25px;
  line-height: 80px;
}
@media only screen and (max-width: 767px) {
  .header .mobilebuttons a i {
    line-height: 60px;
  }
}

.footer {
  text-align: center;
  padding: 10px 15px;
  text-align: center;
}
.footer p {
  width: auto;
  display: inline-block;
  color: var(--button-text-colour);
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .footer p {
    width: 100%;
  }
}
.footer a {
  color: var(--button-text-colour);
}
.footer a:hover {
  opacity: 0.7;
}
.footer > div {
  width: auto;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .footer > div {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer > div ul {
    justify-content: center;
  }
}
.footer > div ul li {
  color: var(--button-text-colour);
}
@media only screen and (max-width: 767px) {
  .footer > div ul li {
    font-size: 0.9em;
  }
}
.footer > div ul li:after {
  content: " | ";
}
.footer > div ul li:last-child:after {
  content: "";
}

.contag a {
  width: 170px;
  display: grid;
  gap: 5px;
  grid-template-columns: 70px auto;
  align-items: center;
  font-size: 12px;
  color: var(--secondary-colour);
  line-height: 14px;
  text-align: center;
  margin: 0px auto;
}

.cookiebar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  font-size: 0.85em;
  background: #ffffff;
  border-top-width: 7px;
  border-top-style: solid;
  z-index: 10;
}
.cookiebar .wrapper {
  grid-template-columns: auto 240px;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .cookiebar .wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
    padding: 10px 15px;
  }
}
.cookiebar .wrapper > p {
  flex: 2;
  padding: 0px 15px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .cookiebar .wrapper > p {
    width: 100%;
  }
}
.cookiebar .wrapper > div {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .cookiebar .wrapper > div {
    width: 100%;
  }
}

.blogcontent .wrapper {
  max-width: 1200px;
  display: grid;
  grid-template-columns: auto 400px;
}
@media only screen and (max-width: 959px) {
  .blogcontent .wrapper {
    grid-template-columns: auto 300px;
  }
}
@media only screen and (max-width: 767px) {
  .blogcontent .wrapper {
    grid-template-columns: 1fr;
  }
}
.blogcontent .wrapper #site-content {
  padding: 0px 15px;
}
@media only screen and (max-width: 1199px) {
  .blogcontent .wrapper #site-content {
    padding: 0px 10px;
  }
}
.blogcontent .wrapper #site-content article {
  padding: 45px;
  border: 1px solid #d0d0d0;
}
@media only screen and (max-width: 1199px) {
  .blogcontent .wrapper #site-content article {
    padding: 25px;
  }
}
@media only screen and (max-width: 959px) {
  .blogcontent .wrapper #site-content article {
    padding: 15px;
  }
}
.blogcontent .wrapper #site-content article header {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .blogcontent .wrapper #site-content article header {
    margin-bottom: 15px;
  }
}
.blogcontent .wrapper #site-content article header h2 {
  margin: 0px 0px 5px;
}
.blogcontent .wrapper #site-content article header h2 a {
  color: var(--primary-colour);
}
.blogcontent .wrapper #site-content article header p {
  font-size: 0.9em;
  margin: 0px;
}
.blogcontent .wrapper #site-content article .postimg {
  width: 100%;
  height: 360px;
  display: inline-block;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .blogcontent .wrapper #site-content article .postimg {
    height: 200px;
    margin-top: 15px;
  }
}

.singlepost {
  max-width: 900px;
  padding: 0px 15px;
}
.singlepost .page-header h1 {
  margin-bottom: 25px;
}
.singlepost figure.wp-block-image {
  margin: 0px 0px 15px;
}

.pagination {
  grid-column: span 2;
}
.pagination h2 {
  display: none;
}
.pagination .nav-links a, .pagination .nav-links span {
  display: none;
}
.pagination .nav-links a.prev,
.pagination .nav-links a.next {
  width: auto;
  display: inline-block;
}
.pagination .nav-links a.prev {
  float: left;
}
.pagination .nav-links a.next {
  float: right;
}

.sidebar {
  padding: 0px 15px;
}
@media only screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar > div {
  padding: 20px;
  border: 1px solid #d0d0d0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 959px) {
  .sidebar > div {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.sidebar > div h4 {
  width: 100%;
}
.sidebar > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar > div ul li {
  width: 100%;
  padding: 3px 0px;
}
.sidebar > div ul li a {
  width: 100%;
  display: inline-block;
  font-size: 0.9em;
  color: var(--button-text-colour);
  background: var(--primary-colour);
  padding: 5px 15px;
}
.sidebar > div ul li a:hover {
  color: var(--button-text-colour-hover);
  background: var(--secondary-colour);
}
.sidebar > div .consultancy-social a {
  width: 35px;
  height: 35px;
  font-size: 18px;
}
.sidebar > div .consultancy-social a i {
  line-height: 35px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=file],
.wpcf7 textarea {
  width: 100%;
  font-family: "sofia-pro", sans-serif;
  font-size: 1em;
  color: #252525;
  line-height: 20px;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #cccccc;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=file],
.wpcf7 textarea {
    padding: 10px;
  }
}
.wpcf7 .privacy {
  position: relative;
  font-size: 0.8em;
  padding-bottom: 20px;
}
.wpcf7 .privacy span {
  position: static;
}
.wpcf7 .privacy .wpcf7-list-item {
  margin: 0px;
}
.wpcf7 .privacy .wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}
.wpcf7 .privacy .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.wpcf7 .submitbox {
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .submitbox {
    text-align: center;
  }
}
.wpcf7 .submitbox .ajax-loader,
.wpcf7 .submitbox .wpcf7-spinner {
  position: absolute;
  left: 0px;
  bottom: 15px;
  margin: 0px;
}
.wpcf7 input[type=submit] {
  width: 200px;
  max-width: 100%;
  display: inline-block;
  font-size: 17px;
  color: var(--button-text-colour);
  font-weight: 500;
  line-height: 55px;
  text-align: center;
  background: var(--primary-colour);
  padding: 0px 15px;
  border: 0px;
  border-radius: 0px;
  cursor: pointer;
  outline: none;
  transition: background 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .wpcf7 input[type=submit] {
    line-height: 40px;
  }
}
.wpcf7 input[type=submit]:hover {
  color: var(--button-text-colour-hover);
  background: var(--secondary-colour);
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7 .wpcf7-response-output {
  font-size: 0.8em;
  text-align: center;
}
.wpcf7 .sent .formbox,
.wpcf7 .sent .submitbox {
  display: none;
}

.quotecontent {
  padding: 75px 0px;
}
@media only screen and (max-width: 767px) {
  .quotecontent {
    padding: 50px 0px;
  }
}
.quotecontent .title {
  width: 100%;
  max-width: 900px;
  margin: 0px auto 75px;
}
@media only screen and (max-width: 767px) {
  .quotecontent .title {
    margin: 0px auto 50px;
  }
}
.quotecontent .wpcf7 form {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 60%;
}
@media only screen and (max-width: 959px) {
  .quotecontent .wpcf7 form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .quotecontent .wpcf7 form {
    grid-template-columns: 1fr;
  }
}
.quotecontent .wpcf7 form > div {
  padding: 0px 15px;
}
@media only screen and (max-width: 1199px) {
  .quotecontent .wpcf7 form > div {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .quotecontent .wpcf7 form > div {
    padding: 0px;
  }
}
.quotecontent .wpcf7 form input[type=text],
.quotecontent .wpcf7 form input[type=email],
.quotecontent .wpcf7 form input[type=number],
.quotecontent .wpcf7 form textarea {
  border: 0px;
}
@media only screen and (max-width: 767px) {
  .quotecontent .wpcf7 form input[type=text],
.quotecontent .wpcf7 form input[type=email],
.quotecontent .wpcf7 form input[type=number],
.quotecontent .wpcf7 form textarea {
    text-align: center;
  }
}
.quotecontent .wpcf7 form h4 {
  width: 100%;
  display: inline-block;
  font-size: 1.3em;
  padding-bottom: 15px;
  border-bottom: 1px solid #1b2d46;
  margin: 0px 0px 20px;
}
.quotecontent .wpcf7 form .lists .wpcf7-checkbox {
  width: 100%;
  display: inline-block;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .quotecontent .wpcf7 form .lists .wpcf7-checkbox {
    margin-bottom: 0px;
  }
}
.quotecontent .wpcf7 form .lists .wpcf7-checkbox .wpcf7-list-item {
  width: 50%;
  float: left;
  padding: 2px;
  margin: 0px;
  vertical-align: top;
}
.quotecontent .wpcf7 form .lists .wpcf7-checkbox label {
  width: 100%;
  height: 35px;
  float: left;
  position: relative;
}
.quotecontent .wpcf7 form .lists .wpcf7-checkbox .wpcf7-list-item-label {
  width: 100%;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 0.8em;
  line-height: 35px;
  background: #ffffff;
  padding: 0px 15px;
  z-index: 1;
}
.quotecontent .wpcf7 form .lists .wpcf7-checkbox .wpcf7-list-item-label {
  width: 100%;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 0.8em;
  line-height: 35px;
  background: #ffffff;
  padding: 0px 15px;
  z-index: 1;
  transition: background 0.5s ease;
}
.quotecontent .wpcf7 form .lists .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label {
  color: var(--button-text-colour);
  background: var(--primary-colour);
}

ol.terms-list > li {
  counter-increment: root;
  margin-bottom: 20px;
}
ol.terms-list > li::marker {
  font-weight: bold;
}
ol.terms-list > li::before {
  font-weight: bold;
}
ol.terms-list > li > ol {
  counter-reset: subsection;
  list-style-type: none;
  padding-left: 0;
}
ol.terms-list > li > ol > li {
  counter-increment: subsection;
}
ol.terms-list > li > ol > li::before {
  content: counter(root) "." counter(subsection) " ";
  font-weight: bold;
}
ol.terms-list > li > ol > li > ol {
  counter-reset: subsubsection;
  list-style-type: none;
  padding-left: 25px;
}
ol.terms-list > li > ol > li > ol > li {
  counter-increment: subsubsection;
}
ol.terms-list > li > ol > li > ol > li::before {
  content: counter(root) "." counter(subsection) "." counter(subsubsection) " ";
  font-weight: bold;
}

.homebanner {
  position: relative;
}
.homebanner .slick-track {
  display: flex !important;
  align-items: stretch;
}
.homebanner .slick-track .slick-slide {
  height: auto;
  flex: 1;
}
.homebanner .banner {
  height: 100%;
  position: relative;
  padding: 200px 0px 300px;
}
@media only screen and (max-width: 767px) {
  .homebanner .banner {
    padding: 50px 0px 100px;
  }
}
.homebanner .banner:after {
  width: 50px;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 75px;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  content: "\f061";
  font-weight: 100;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  transform: rotate(90deg);
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .homebanner .banner:after {
    width: 30px;
    left: calc(50% - 15px);
    font-size: 15px;
    line-height: 30px;
    bottom: 25px;
  }
}
.homebanner .banner .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.homebanner .banner .background:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: #000000;
  opacity: 0.4;
  z-index: 1;
}
.homebanner .banner .background img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.homebanner .banner .wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
}
.homebanner .banner .wrapper h1, .homebanner .banner .wrapper h2, .homebanner .banner .wrapper h3 {
  font-size: 5.6em;
  color: #ffffff;
  font-weight: 400;
  margin: 0px 0px 20px;
}
@media only screen and (max-width: 1199px) {
  .homebanner .banner .wrapper h1, .homebanner .banner .wrapper h2, .homebanner .banner .wrapper h3 {
    font-size: 4em;
    line-height: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .homebanner .banner .wrapper h1, .homebanner .banner .wrapper h2, .homebanner .banner .wrapper h3 {
    font-size: 2em;
    line-height: 1em;
  }
}
@media only screen and (max-width: 1199px) {
  .homebanner .banner .wrapper h1 br, .homebanner .banner .wrapper h2 br, .homebanner .banner .wrapper h3 br {
    display: none;
  }
}
.homebanner .banner .wrapper p {
  font-size: 1.6em;
  color: #41c9a2;
  line-height: 1.6em;
}
@media only screen and (max-width: 1199px) {
  .homebanner .banner .wrapper p {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .homebanner .banner .wrapper p {
    font-size: 1em;
  }
}
.homebanner .banner .wrapper .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .homebanner .banner .wrapper .btn {
    margin-top: 20px;
  }
}
.homebanner .slick-dots {
  display: flex;
  position: absolute;
  bottom: 80px;
  left: 60px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homebanner .slick-dots {
    display: none !important;
  }
}
.homebanner .slick-dots li {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .homebanner .slick-dots li {
    margin: 0px 3px;
  }
}
.homebanner .slick-dots li button {
  width: 30px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.3);
  padding: 0px;
  border: 0px;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.homebanner .slick-dots li.slick-active button {
  color: var(--primary-colour);
  background: #ffffff;
}

.innerbanner {
  position: relative;
  padding: 150px 0px;
}
@media only screen and (max-width: 767px) {
  .innerbanner {
    padding: 75px 0px;
  }
}
.innerbanner .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.innerbanner .background:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: #000000;
  opacity: 0.4;
  z-index: 1;
}
.innerbanner .background img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.innerbanner .wrapper {
  position: relative;
  z-index: 3;
}
.innerbanner .wrapper h1 {
  color: var(--button-text-colour);
  margin: 0px;
}
.innerbanner .wrapper p {
  margin: 15px 0px 0px;
}
.innerbanner .wrapper p:last-child {
  padding-bottom: 25px;
}
.innerbanner .wrapper #breadcrumbs {
  font-size: 1.2em;
  color: var(--button-text-colour);
  margin-top: 25px;
}
.innerbanner .wrapper #breadcrumbs a {
  color: var(--button-text-colour);
}
.innerbanner .wrapper #breadcrumbs .breadcrumb_last {
  color: var(--tertiary-colour);
}

.showcase {
  gap: 0px;
  align-items: center;
}
.showcase.showcase:nth-of-type(odd) .txt {
  order: -1;
}
@media only screen and (max-width: 767px) {
  .showcase.showcase:nth-of-type(odd) {
    order: 0;
  }
}
.showcase .txt {
  padding: 15px;
}
.showcase .txt > div {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .showcase .txt > div ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .showcase .txt > div ul li:before {
    content: "•";
    margin-right: 4px;
  }
}

.tabs .tablist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  border-bottom: 1px solid #e7e7e7;
}
.tabs .tablist li {
  width: 250px;
  max-width: 100%;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .tabs .tablist li {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 767px) {
  .tabs .tablist li {
    width: 100%;
  }
}
.tabs .tablist li a {
  width: 100%;
  display: flex;
  text-align: center;
  color: var(--text-colour);
  line-height: 60px;
  justify-content: center;
  background: #f1f4f5;
  padding: 0px 30px;
  transition: all 0.5s ease;
  margin-right: 10px;
}
@media only screen and (max-width: 1439px) {
  .tabs .tablist li a {
    padding: 0px 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .tabs .tablist li a {
    line-height: 50px;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs .tablist li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin: 0px;
  }
}
.tabs .tablist li a.active {
  color: var(--button-text-colour);
  background: var(--primary-colour);
}
.tabs .tablist li:hover a {
  color: var(--button-text-colour-hover);
  background: var(--secondary-colour);
}
.tabs .tabcontainer {
  width: 100%;
}
.tabs .tabcontainer > div {
  width: 100%;
  display: none;
  flex-wrap: wrap;
}
.tabs .tabcontainer > div.active {
  display: flex;
}

.linkbtn {
  width: 130px;
  max-width: 100%;
  display: inline-block;
  position: relative;
  font-family: Frutiger, sans-serif;
  font-size: 13px;
  color: var(--button-text-colour);
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  background: var(--primary-colour);
  padding: 0px 15px;
  border: 1px solid;
  border-color: var(--primary-colour);
  border-radius: 50px;
  cursor: pointer;
  vertical-align: middle;
  transition: background 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .linkbtn {
    font-size: 13px;
    line-height: 40px;
  }
}
.linkbtn:hover {
  color: var(--button-text-colour);
  background: var(--secondary-colour);
}
.linkbtn.white {
  color: var(--primary-colour);
  background: #ffffff;
  border-color: #ffffff;
}
.linkbtn.white:hover {
  color: var(--button-text-colour);
  background: var(--secondary-colour);
}

.hometitle {
  margin: 0px 0px 30px;
}
.hometitle em {
  color: var(--secondary-colour);
  font-weight: 700;
}
.hometitle:after {
  width: 70px;
  height: 5px;
  display: inline-block;
  content: "";
  background: var(--primary-colour);
  margin-top: 15px;
}
.hometitle h2 {
  font-size: 2em;
  color: var(--primary-colour);
  margin: 0px;
}

.homebtn {
  margin-top: 30px;
}

.homeabout .wrapper {
  gap: 100px;
}
@media only screen and (max-width: 1199px) {
  .homeabout .wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .homeabout .wrapper {
    gap: 25px;
  }
}
.homeabout .wrapper .about p {
  font-size: 2.4em;
  line-height: 1.2em;
}
@media only screen and (max-width: 1199px) {
  .homeabout .wrapper .about p {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  .homeabout .wrapper .about p {
    font-size: 1em;
    line-height: 1.6em;
  }
}
.homeabout .wrapper .about p em {
  color: var(--secondary-colour);
  font-weight: 700;
}
.homeabout .wrapper .about p strong {
  color: var(--secondary-colour);
  font-weight: 400;
}
.homeabout .wrapper .hiring {
  margin-top: 75px;
}
@media only screen and (max-width: 1199px) {
  .homeabout .wrapper .hiring {
    margin-top: 50px;
  }
}
.homeabout .wrapper .hiring img {
  border-radius: 75px 0px 0px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .homeabout .wrapper .hiring img {
    border-radius: 50px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .homeabout .wrapper .hiring img {
    border-radius: 25px 0px 0px;
    margin-botom: 15px;
  }
}
.homeabout .wrapper .hiring p {
  font-size: 2.4em;
  color: var(--tertiary-colour);
  line-height: 1.2em;
}
@media only screen and (max-width: 1199px) {
  .homeabout .wrapper .hiring p {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  .homeabout .wrapper .hiring p {
    font-size: 1em;
    line-height: 1.6em;
  }
}

.homewhyus .inner {
  position: relative;
  padding: 115px 0px;
}
@media only screen and (max-width: 767px) {
  .homewhyus .inner {
    padding: 0px;
  }
}
.homewhyus .inner .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 75px 0px 0px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .homewhyus .inner .background {
    border-radius: 50px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .homewhyus .inner .background {
    height: unset;
    position: static;
    border-radius: 25px 0px 0px;
  }
}
.homewhyus .inner .background img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .homewhyus .inner .background img {
    height: unset;
    position: static;
  }
}
.homewhyus .inner .content {
  width: 100%;
  max-width: 550px;
  position: relative;
  background: #ffffff;
  padding: 50px;
  border-radius: 0px 0px 75px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .homewhyus .inner .content {
    border-radius: 0px 0px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .homewhyus .inner .content {
    padding: 25px;
    border-radius: 0px 0px 25px;
    margin: 0px auto;
  }
}
.homewhyus .inner .content p {
  line-height: 1.6em;
}

.homewedo .wrapper {
  gap: 100px;
}
@media only screen and (max-width: 1199px) {
  .homewedo .wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper {
    gap: 25px;
  }
}
.homewedo .wrapper .services .servicelist {
  width: 100%;
  max-width: 450px;
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .services .servicelist {
    max-width: 100%;
  }
}
.homewedo .wrapper .services .servicelist .service {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 75px 0px;
}
@media only screen and (max-width: 1199px) {
  .homewedo .wrapper .services .servicelist .service {
    border-radius: 50px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .services .servicelist .service {
    grid-template-columns: 1fr;
    border-radius: 25px 0px;
  }
}
@media only screen and (max-width: 559px) {
  .homewedo .wrapper .services .servicelist .service {
    padding: 15px;
  }
}
.homewedo .wrapper .services .servicelist .service:last-child {
  margin: 0px;
}
.homewedo .wrapper .services .servicelist .service .icon {
  width: 120px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .homewedo .wrapper .services .servicelist .service .icon {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .services .servicelist .service .icon {
    width: 100%;
  }
}
.homewedo .wrapper .services .servicelist .service .icon i {
  font-size: 75px;
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .services .servicelist .service .icon i {
    font-size: 50px;
  }
}
.homewedo .wrapper .services .servicelist .service h3 {
  font-size: 1.4em;
  margin: 0px;
}
@media only screen and (max-width: 559px) {
  .homewedo .wrapper .services .servicelist .service h3 {
    font-size: 1.2em;
  }
}
.homewedo .wrapper .services .servicelist .service p {
  margin: 15px 0px 0px;
}
.homewedo .wrapper .services .servicelist .service p.more {
  margin: 25px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .services .servicelist .service p.more {
    margin: 15px 0px 0px;
  }
}
.homewedo .wrapper .services .servicelist .service a:hover {
  opacity: 0.7;
}
.homewedo .wrapper .services .servicelist .service:nth-of-type(odd) {
  background: var(--secondary-colour);
}
.homewedo .wrapper .services .servicelist .service:nth-of-type(odd) .icon i {
  color: var(--button-text-colour);
}
.homewedo .wrapper .services .servicelist .service:nth-of-type(odd) h3, .homewedo .wrapper .services .servicelist .service:nth-of-type(odd) p, .homewedo .wrapper .services .servicelist .service:nth-of-type(odd) a {
  color: var(--button-text-colour);
}
.homewedo .wrapper .services .servicelist .service:nth-of-type(even) {
  background: #f4f4f4;
}
.homewedo .wrapper .services .servicelist .service:nth-of-type(even) .icon i {
  color: var(--primary-colour);
}
.homewedo .wrapper .services .servicelist .service:nth-of-type(even) h3, .homewedo .wrapper .services .servicelist .service:nth-of-type(even) p, .homewedo .wrapper .services .servicelist .service:nth-of-type(even) a {
  color: var(--primary-colour);
}
.homewedo .wrapper .industries {
  margin-top: 75px;
}
@media only screen and (max-width: 1199px) {
  .homewedo .wrapper .industries {
    margin-top: 50px;
  }
}
.homewedo .wrapper .industries .content {
  position: relative;
  padding: 40px;
  background: var(--primary-colour);
  border-radius: 75px 0px 0px;
}
@media only screen and (max-width: 1199px) {
  .homewedo .wrapper .industries .content {
    padding: 25px;
    border-radius: 50px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .industries .content {
    padding: 15px;
    border-radius: 25px 0px 0px;
  }
}
.homewedo .wrapper .industries .content .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .industries .content .background {
    display: none;
  }
}
.homewedo .wrapper .industries .content .background img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.homewedo .wrapper .industries .content .industrylist {
  position: relative;
  z-index: 2;
}
.homewedo .wrapper .industries .content .industrylist .industry {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .industries .content .industrylist .industry {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }
}
.homewedo .wrapper .industries .content .industrylist .industry:last-child {
  margin: 0px;
}
.homewedo .wrapper .industries .content .industrylist .industry .icon {
  width: 120px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .homewedo .wrapper .industries .content .industrylist .industry .icon {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .industries .content .industrylist .industry .icon {
    width: 100%;
  }
}
.homewedo .wrapper .industries .content .industrylist .industry .icon i {
  font-size: 75px;
  color: var(--button-text-colour);
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .industries .content .industrylist .industry .icon i {
    font-size: 50px;
  }
}
.homewedo .wrapper .industries .content .industrylist .industry h3 {
  font-size: 1.1em;
  color: var(--button-text-colour);
  font-weight: 600;
  margin: 0px;
}
.homewedo .wrapper .industries .content .industrylist .industry p {
  color: var(--button-text-colour);
  line-height: 1.4em;
  margin: 10px 0px 0px;
}
.homewedo .wrapper .industries .content .video {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 25px;
  grid-template-columns: 280px 1fr;
  align-items: center;
  padding-top: 50px;
  border-top: 1px solid var(--button-text-colour);
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .homewedo .wrapper .industries .content .video {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .industries .content .video {
    gap: 15px;
    padding-top: 25px;
    margin-top: 25px;
  }
}
.homewedo .wrapper .industries .content .video .play {
  display: grid;
  gap: 15px;
  grid-template-columns: auto 1fr;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .industries .content .video .play {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .industries .content .video .play .icon {
    display: none;
  }
}
.homewedo .wrapper .industries .content .video .play .icon i {
  width: 50px;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  background: var(--button-text-colour);
  border-radius: 50%;
}
.homewedo .wrapper .industries .content .video .play p {
  color: var(--button-text-colour);
  line-height: 1.4em;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .homewedo .wrapper .industries .content .video .play p {
    text-align: center;
  }
}

.vacanciescarousel .slick-list {
  margin: 0 -15px;
}
.vacanciescarousel .slick-list .slick-track {
  display: flex !important;
  align-items: stretch;
}
.vacanciescarousel .slick-list .slick-track .slick-slide {
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--secondary-colour);
  padding: 45px;
  border-radius: 75px 0px 0px;
  margin: 0 15px;
}
@media only screen and (max-width: 1199px) {
  .vacanciescarousel .slick-list .slick-track .slick-slide {
    padding: 25px;
    border-radius: 50px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .vacanciescarousel .slick-list .slick-track .slick-slide {
    padding: 15px;
    border-radius: 25px 0px 0px;
  }
}
.vacanciescarousel .slick-list .slick-track .slick-slide h3 {
  font-size: 1.1em;
  color: var(--button-text-colour);
  margin: 0px 0px 20px;
}
@media only screen and (max-width: 767px) {
  .vacanciescarousel .slick-list .slick-track .slick-slide h3 {
    margin: 0px 0px 15px;
  }
}
.vacanciescarousel .slick-list .slick-track .slick-slide p {
  color: var(--button-text-colour);
  line-height: 1.6em;
  margin: 0px 0px 20px;
}
@media only screen and (max-width: 767px) {
  .vacanciescarousel .slick-list .slick-track .slick-slide p {
    margin: 0px 0px 15px;
  }
}
.vacanciescarousel .slick-list .slick-track .slick-slide .btn {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .vacanciescarousel .slick-list .slick-track .slick-slide .btn {
    justify-content: center;
  }
}
.vacanciescarousel .slick-arrow {
  position: absolute;
  top: -75px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .vacanciescarousel .slick-arrow {
    top: -40px;
  }
}
.vacanciescarousel .slick-arrow.slick-prev {
  right: 75px;
}
@media only screen and (max-width: 767px) {
  .vacanciescarousel .slick-arrow.slick-prev {
    right: auto;
    left: 0px;
  }
}
.vacanciescarousel .slick-arrow.slick-next {
  right: 0px;
}
.vacanciescarousel .slick-arrow i {
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  color: var(--button-text-colour);
  text-align: center;
  background: var(--primary-colour);
  border-radius: 50%;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .vacanciescarousel .slick-arrow i {
    width: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
.vacanciescarousel .slick-arrow:hover i {
  color: var(--button-text-colour);
  background: var(--secondary-colour);
}
.vacanciescarousel .slick-arrow.slick-disabled i {
  color: var(--button-text-colour);
  background: var(--primary-colour);
  opacity: 0.5;
}

.pageintro {
  text-align: center;
}
.pageintro .wrapper {
  width: 1000px;
}
.pageintro .wrapper h2, .pageintro .wrapper h3, .pageintro .wrapper h4 {
  margin: 10px 0px;
}
.pageintro .wrapper p {
  font-size: 1.6em;
  line-height: 1.4em;
  margin: 10px 0px;
}
@media only screen and (max-width: 767px) {
  .pageintro .wrapper p {
    font-size: 1em;
    margin: 0px 0px 15px;
  }
}

.sectiontitle {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  .pagepromos .wrapper {
    padding: 50px 15px;
  }
}
.pagepromos .wrapper .title {
  margin-bottom: 50px;
}
.pagepromos .wrapper .promos {
  gap: 35px;
}
@media only screen and (max-width: 1199px) {
  .pagepromos .wrapper .promos {
    gap: 20px;
  }
}
.pagepromos .wrapper .promos .img {
  margin-bottom: 15px;
}
.pagepromos .wrapper .promos .img img {
  margin: 0px auto;
}
.pagepromos .wrapper .promos .icon {
  text-align: center;
  margin-bottom: 20px;
}
.pagepromos .wrapper .promos .icon i {
  font-size: 3em;
  color: var(--primary-colour);
}
@media only screen and (max-width: 767px) {
  .pagepromos .wrapper .promos .txt {
    margin-top: 15px;
  }
}
.pagepromos .wrapper .promos .txt a.linkbtn {
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .pagepromos .wrapper .promos .txt {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .pagepromos .wrapper .promos .txt {
    margin-top: 0px;
  }
}
.pagepromos .wrapper .iconpromo .txt {
  text-align: center;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prodvideo .wrapper {
  width: 900px;
}
.prodvideo .wrapper .title {
  font-size: 1.2em;
  margin: 0px 0px 30px;
}
.prodvideo .wrapper video {
  width: 100%;
}

.prodposts .img {
  width: 100%;
  height: 250px;
  background-size: 150px auto;
  background-repeat: no-repeat;
  border: 1px solid #f2f2f2;
}
.prodposts .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prodposts .txt {
  padding: 15px;
}
.prodposts .txt h3 {
  margin: 0px;
}
.prodposts .txt p {
  margin: 15px 0px 0px;
}
.prodposts .txt p.date {
  margin: 5px 0px 0px;
}
.prodposts .txt .linkbtn {
  margin-top: 20px;
}

.productstyles .tablist {
  margin-bottom: 0px;
}
.productstyles .tabcontainer .txt {
  margin: 0px auto 50px;
}
.productstyles .tabcontainer .styles {
  width: 100%;
}
.productstyles .tabcontainer .styles.carousel {
  padding: 0px 60px;
}
@media only screen and (max-width: 767px) {
  .productstyles .tabcontainer .styles.carousel {
    padding: 0px 40px;
  }
}
.productstyles .tabcontainer .styles.carousel .slick-slide {
  text-align: center;
  background: #f2f2f2;
  padding: 25px;
  margin: 10px;
}
@media only screen and (max-width: 767px) {
  .productstyles .tabcontainer .styles.carousel .slick-slide {
    padding: 15px;
    margin: 5px;
  }
}
.productstyles .tabcontainer .styles.carousel .slick-slide img {
  margin: 0px auto;
}
.productstyles .tabcontainer .styles.carousel .slick-slide p {
  margin: 25px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .productstyles .tabcontainer .styles.carousel .slick-slide p {
    margin: 15px 0px 0px;
  }
}
.productstyles .tabcontainer .styles.carousel .slick-arrow {
  width: 50px;
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: var(--button-text-colour);
  line-height: 50px;
  text-align: center;
  background: var(--primary-colour);
  border-radius: 50%;
  margin-top: -25px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .productstyles .tabcontainer .styles.carousel .slick-arrow {
    width: 30px;
    font-size: 20px;
    line-height: 30px;
    margin-top: -15px;
  }
}
.productstyles .tabcontainer .styles.carousel .slick-arrow:hover {
  color: var(--button-text-colour-hover);
  background: var(--secondary-colour);
}
.productstyles .tabcontainer .styles.carousel .slick-prev {
  left: 0px;
}
.productstyles .tabcontainer .styles.carousel .slick-next {
  right: 0px;
}
.productstyles .tabcontainer .styles.blocked {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.productstyles .tabcontainer .styles.blocked > div {
  width: calc(20% - 20px);
  text-align: center;
  background: #f2f2f2;
  padding: 25px;
  margin: 10px;
}
@media only screen and (max-width: 1199px) {
  .productstyles .tabcontainer .styles.blocked > div {
    width: calc(25% - 20px);
  }
}
@media only screen and (max-width: 959px) {
  .productstyles .tabcontainer .styles.blocked > div {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .productstyles .tabcontainer .styles.blocked > div {
    width: calc(50% - 10px);
    padding: 10px;
    margin: 5px;
  }
}
.productstyles .tabcontainer .styles.blocked > div img {
  margin: 0px auto;
}
.productstyles .tabcontainer .styles.blocked > div p {
  margin: 25px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .productstyles .tabcontainer .styles.blocked > div p {
    margin: 15px 0px 0px;
  }
}

.pagegallery .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagegallery .images > div {
  width: 16.66%;
  padding: 10px;
}
@media only screen and (max-width: 1199px) {
  .pagegallery .images > div {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .pagegallery .images > div {
    width: 50%;
    padding: 5px;
  }
}
.pagegallery .images > div img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center center;
}

.gallerypopup {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.gallerypopup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .gallerypopup .close {
    top: 5px;
    right: 5px;
  }
}
.gallerypopup .close i {
  font-size: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .gallerypopup .close i {
    font-size: 25px;
  }
}
.gallerypopup img {
  max-width: calc(100% - 100px);
  max-height: calc(100% - 100px);
  display: grid;
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  align-items: center;
  object-fit: contain;
  object-position: center center;
  margin: auto;
  z-index: 100;
  opacity: 0;
  transition: opacity 1s ease;
}
@media only screen and (max-width: 767px) {
  .gallerypopup img {
    max-width: calc(100% - 50px);
    max-height: calc(100% - 50px);
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
}
.gallerypopup img.show {
  opacity: 1;
}

.pageaccordion .accordion {
  border: 1px solid #e7e7e7;
  border-radius: 15px;
  overflow: hidden;
}
.pageaccordion .accordion > div {
  border-bottom: 1px solid #e7e7e7;
}
.pageaccordion .accordion > div h3.title {
  width: 100%;
  position: relative;
  display: inline-block;
  line-height: 60px;
  padding: 0px 50px 0px 25px;
  margin: 0px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .pageaccordion .accordion > div h3.title {
    line-height: 1.4em;
    padding: 15px 30px;
  }
}
.pageaccordion .accordion > div h3.title:after {
  width: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  line-height: 60px;
  text-align: center;
  content: "\f078";
  font-weight: 100;
  z-index: 1;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .pageaccordion .accordion > div h3.title:before,
.pageaccordion .accordion > div h3.title:after {
    width: 26px;
    position: absolute;
    top: 50%;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    content: "\f078";
    line-height: 26px;
    text-align: center;
    font-weight: 100;
    margin-top: -13px;
    z-index: 1;
    transition: all 0.5s ease;
  }
  .pageaccordion .accordion > div h3.title:before {
    left: 0px;
  }
  .pageaccordion .accordion > div h3.title:after {
    right: 0px;
  }
}
.pageaccordion .accordion > div > div {
  width: 100%;
  display: none;
  padding: 30px 25px;
  border-top: 1px solid #e7e7e7;
}
.pageaccordion .accordion > div:last-child {
  border: 0px;
}
.pageaccordion .accordion > div.active h3.title {
  background: #f2f2f2;
}
.pageaccordion .accordion > div.active h3.title:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .pageaccordion .accordion > div.active h3.title:before {
    transform: rotate(180deg);
  }
}

.productslist .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.productslist .products > a {
  width: calc(33.33% - 30px);
  margin: 15px;
}
@media only screen and (max-width: 1199px) {
  .productslist .products > a {
    width: calc(33.33% - 10px);
    margin: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .productslist .products > a {
    width: 100%;
    margin: 5px 0px;
  }
}
.productslist .products > a .content {
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .productslist .products > a .content {
    padding: 15px;
  }
}
.productslist .products > a .content h2, .productslist .products > a .content h3, .productslist .products > a .content h4 {
  margin: 0px;
}
.productslist .products > a .content p {
  margin: 15px 0px 0px;
}

.contactcontent {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contactcontent {
    background: none;
  }
}
.contactcontent .wrapper {
  align-items: flex-start;
  gap: 50px;
}
.contactcontent .wrapper .contactdetails {
  background: #ffffff;
  padding: 50px;
}
.contactcontent .wrapper .contactdetails .details {
  display: grid;
  gap: 15px;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 25px;
}
.contactcontent .wrapper .contactdetails .details:last-child {
  margin-bottom: 0px;
}
.contactcontent .wrapper .contactdetails .details .icon i {
  width: 50px;
  font-size: 30px;
  color: var(--primary-colour);
  line-height: 50px;
  text-align: center;
  border: 1px solid var(--primary-colour);
  border-radius: 50%;
  box-sizing: content-box;
}
.contactcontent .wrapper .contactdetails .details .txt p {
  line-height: 1.6em;
  margin: 0px;
}
.contactcontent .wrapper .contactdetails .details .txt.address p > span {
  content: " | ";
}
.contactcontent .wrapper .contactdetails .details .txt.address p > span:last-child {
  content: "";
}
.contactcontent .wrapper .contactdetails .details .txt.phone p > span, .contactcontent .wrapper .contactdetails .details .txt.email p > span {
  width: 100%;
  display: inline-block;
}
.contactcontent .wrapper .contactdetails .consultancy-social {
  margin-bottom: 15px;
}
.contactcontent .wrapper .contactform {
  background: #ffffff;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .contactcontent .wrapper .contactform {
    background: url(/wp-content/themes/consultancy/assets/images/contactcontainer-bg.jpg);
    background-size: cover;
    padding: 25px 15px;
  }
}

.contactmap h2 {
  margin-bottom: 35px;
}
.contactmap iframe {
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .contactmap iframe {
    height: 250px;
  }
}

.downloadsbox .wrapper {
  max-width: 900px;
}
.downloadsbox .wrapper .downloadslist {
  border: 1px solid #f1f4f5;
}
.downloadsbox .wrapper .downloadslist > div {
  display: grid;
  grid-template-columns: 180px auto 175px;
  align-items: center;
  border-bottom: 1px solid #f1f4f5;
}
@media only screen and (max-width: 767px) {
  .downloadsbox .wrapper .downloadslist > div {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.downloadsbox .wrapper .downloadslist > div:last-child {
  border: 0px;
}
.downloadsbox .wrapper .downloadslist > div > div {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 10px;
  border-right: 1px solid #f1f4f5;
}
@media only screen and (max-width: 767px) {
  .downloadsbox .wrapper .downloadslist > div > div {
    display: inline-block;
    font-size: 0.9em;
    border: 0px;
  }
}
.downloadsbox .wrapper .downloadslist > div > div:last-child {
  border: 0px;
}
.downloadsbox .wrapper .downloadslist > div > div img {
  height: 90px;
  object-fit: contain;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .downloadsbox .wrapper .downloadslist > div > div img {
    width: 175px;
    margin: 0px auto;
  }
}
.downloadsbox .wrapper .downloadslist > div > div a.linkbtn {
  width: 155px;
}

.testimonials .icon {
  margin-bottom: 25px;
}
.testimonials .icon i {
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  background: #f2f2f2;
  border-radius: 50%;
}
.testimonials h3 {
  font-size: 1.2em;
  margin: 0px 0px 5px;
}
.testimonials .review {
  position: relative;
}
.testimonials p.name {
  font-weight: 600;
  font-style: italic;
  margin: 0px;
}

.testimonialsloop .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonialsloop .wrapper > div {
  width: calc(100% - 50px);
  text-align: center;
  padding: 25px;
  border: 1px solid #e7e7e7;
  margin: 25px;
}
@media only screen and (max-width: 1199px) {
  .testimonialsloop .wrapper > div {
    width: calc(100% - 20px);
    padding: 15px;
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonialsloop .wrapper > div {
    width: 100%;
    padding: 15px;
    margin: 10px 0px;
  }
}
.testimonialsloop .wrapper > div.half {
  width: calc(50% - 50px);
}
@media only screen and (max-width: 1199px) {
  .testimonialsloop .wrapper > div.half {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .testimonialsloop .wrapper > div.half {
    width: 100%;
    padding: 15px;
    margin: 10px 0px;
  }
}
.testimonialsloop .wrapper > div.third {
  width: calc(33.33% - 50px);
}
@media only screen and (max-width: 1199px) {
  .testimonialsloop .wrapper > div.third {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .testimonialsloop .wrapper > div.third {
    width: 100%;
    padding: 15px;
    margin: 10px 0px;
  }
}

body .ngg-galleryoverview {
  margin: 0px;
}
body .ngg-galleryoverview .ngg-gallery-thumbnail-box {
  width: 20%;
  padding: 5px;
}
@media only screen and (max-width: 1199px) {
  body .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  body .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 50%;
    padding: 2px;
  }
}
body .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a {
  margin: 0px;
}
body .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a img {
  width: 100%;
}
body .ngg-galleryoverview .ngg-navigation {
  padding: 0px;
  margin-top: 30px;
}
body .ngg-galleryoverview .ngg-navigation span {
  width: 30px;
  display: inline-block;
  color: var(--button-text-colour);
  font-weight: 400;
  line-height: 30px;
  background: var(--primary-colour);
  padding: 0px;
  margin: 0px 5px;
  border-radius: 0px;
}
body .ngg-galleryoverview .ngg-navigation span:hover {
  background: var(--primary-colour);
}
body .ngg-galleryoverview .ngg-navigation a.page-numbers {
  width: 30px;
  display: inline-block;
  color: var(--button-text-colour-hover);
  font-weight: 400;
  line-height: 30px;
  background: var(--secondary-colour);
  padding: 0px;
  margin: 0px 5px;
  border-radius: 0px;
}
body .ngg-galleryoverview .ngg-navigation a.page-numbers:hover {
  opacity: 0.7;
}
body .ngg-galleryoverview .ngg-navigation a.prev, body .ngg-galleryoverview .ngg-navigation a.next {
  color: var(--secondary-colour);
  margin: 0px 5px;
}
body .ngg-galleryoverview .ngg-navigation a.prev:hover, body .ngg-galleryoverview .ngg-navigation a.next:hover {
  color: var(--secondary-colour) !important;
  opacity: 0.7;
}

.gallerypage .tabcontainer h2 {
  width: 100%;
}

.pageloopcontentbox .pageloopcontent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pageloopcontentbox .pageloopcontent .contentbox {
  width: calc(33.33% - 30px);
  background: #ffffff;
  padding: 25px;
  margin: 15px;
}
@media only screen and (max-width: 1199px) {
  .pageloopcontentbox .pageloopcontent .contentbox {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pageloopcontentbox .pageloopcontent .contentbox {
    width: calc(50% - 20px);
    padding: 15px;
  }
}
@media only screen and (max-width: 559px) {
  .pageloopcontentbox .pageloopcontent .contentbox {
    width: 100%;
    margin: 10px 0px;
  }
}
.pageloopcontentbox .pageloopcontent .contentbox .img {
  margin-bottom: 15px;
}
.pageloopcontentbox .pageloopcontent .contentbox .img img {
  margin: 0px auto;
}
.pageloopcontentbox .pageloopcontent .contentbox h2 {
  font-size: 1.4em;
  color: var(--primary-colour);
  font-weight: 600;
  margin: 0px 0px 10px;
}
@media only screen and (max-width: 767px) {
  .pageloopcontentbox .pageloopcontent .contentbox h2 {
    font-size: 1.2em;
  }
}
.pageloopcontentbox .pageloopcontent .contentbox p {
  line-height: 1.6em;
}
.pageloopcontentbox .pageloopcontent .contentbox p:last-child {
  margin: 0px;
}
.pageloopcontentbox .pageloopcontent.services .contentbox {
  width: calc(50% - 30px);
  padding: 0px;
}
@media only screen and (max-width: 1199px) {
  .pageloopcontentbox .pageloopcontent.services .contentbox {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pageloopcontentbox .pageloopcontent.services .contentbox {
    width: calc(50% - 20px);
    padding: 0px;
  }
}
@media only screen and (max-width: 559px) {
  .pageloopcontentbox .pageloopcontent.services .contentbox {
    width: 100%;
    margin: 10px 0px;
  }
}
.pageloopcontentbox .pageloopcontent.services .contentbox .img {
  margin: 0px;
}
.pageloopcontentbox .pageloopcontent.services .contentbox .txt {
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .pageloopcontentbox .pageloopcontent.services .contentbox .txt {
    padding: 15px;
  }
}
.pageloopcontentbox .pageloopcontent.services .contentbox .txt h2 {
  width: 100%;
  display: inline-block;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0px 0px 25px;
}
@media only screen and (max-width: 767px) {
  .pageloopcontentbox .pageloopcontent.services .contentbox .txt h2 {
    padding-bottom: 15px;
    margin: 0px 0px 15px;
  }
}

.loopcontentssingle .inner {
  background: #ffffff;
  padding: 50px;
}
@media only screen and (max-width: 1199px) {
  .loopcontentssingle .inner {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .loopcontentssingle .inner {
    padding: 15px;
  }
}
.loopcontentssingle .inner .title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .loopcontentssingle .inner .title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .loopcontentssingle .inner .title {
    margin-bottom: 15px;
  }
}
.loopcontentssingle .inner .title h2 {
  font-weight: 600;
  color: var(--primary-colour);
  margin: 0px;
}
.loopcontentssingle .inner .img {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .loopcontentssingle .inner .img {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .loopcontentssingle .inner .img {
    margin-bottom: 15px;
  }
}
.loopcontentssingle .inner .img img {
  display: block;
  margin: 0px auto;
}
.loopcontentssingle .inner .text {
  padding: 25px;
  border: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .loopcontentssingle .inner .text {
    padding: 15px;
  }
}
.loopcontentssingle .inner .text > *:last-child {
  margin: 0px;
}

@media only screen and (max-width: 1199px) {
  .vacanciesbox .vacancieslist {
    display: flex;
    flex-wrap: wrap;
  }
}
.vacanciesbox .vacancieslist .vacancy {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr 130px;
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #dee2e6;
}
@media only screen and (max-width: 1199px) {
  .vacanciesbox .vacancieslist .vacancy {
    width: calc(33.33% - 10px);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    border: 1px solid #dee2e6;
    margin: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .vacanciesbox .vacancieslist .vacancy {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 559px) {
  .vacanciesbox .vacancieslist .vacancy {
    width: 100%;
    margin: 5px 0px;
  }
}
.vacanciesbox .vacancieslist .vacancy:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1199px) {
  .vacanciesbox .vacancieslist .vacancy:nth-of-type(even) {
    background: #ffffff;
  }
}
.vacanciesbox .vacancieslist .vacancy > div {
  padding: 15px;
}
@media only screen and (max-width: 1199px) {
  .vacanciesbox .vacancieslist .vacancy > div {
    padding: 0px;
  }
}
.vacanciesbox .vacancieslist .vacancy > div p {
  margin: 0px;
}
@media only screen and (max-width: 1199px) {
  .vacanciesbox .vacancieslist .vacancy > div.name {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .vacanciesbox .vacancieslist .vacancy > div.name p {
    font-size: 1.4em;
    color: var(--primary-colour);
    font-weight: 600;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  .vacanciesbox .vacancieslist .vacancy > div.name p {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 1199px) {
  .vacanciesbox .vacancieslist .vacancy > div.description {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .vacanciesbox .vacancieslist .vacancy > div.link {
    margin-top: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .vacanciesbox .vacancieslist .vacancy.titlebox {
    display: none;
  }
}
.vacanciesbox .vacancieslist .vacancy.titlebox p {
  font-weight: 600;
}

.vacancydetails .wrapper {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 400px;
}
@media only screen and (max-width: 959px) {
  .vacancydetails .wrapper {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.min.css.map */
