@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.page-content a,
.comments-area a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

body {
  background-color: rgb(239, 239, 240);
  margin-top: 85px;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.wp-caption {
  margin-bottom: 1.25rem;
  max-width: 100%;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  margin: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.pagination {
  margin: 20px auto;
}

.sticky {
  position: relative;
  display: block;
}

.bypostauthor {
  font-size: inherit;
}

.hide {
  display: none !important;
}

.post-password-form p {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.post-password-form [type=submit] {
  margin-left: 3px;
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

img.custom-logo {
  height: 4.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: auto;
}

.menu-cta {
  background-color: rgb(208, 75, 56);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-lang-selector {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "bebas neue";
  font-weight: 400;
  font-size: 25px;
  margin-left: 32px;
  cursor: pointer;
}

.menu-cta a {
  font-size: 25px;
  display: block;
  padding: 8px 15px;
  text-transform: uppercase;
  color: white;
  font-family: "bebas neue";
  font-weight: 400;
}

.menu-search {
  width: 4rem;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-search i {
  font-size: 1.5rem;
  color: white;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  position: relative;
  background-color: rgb(53, 61, 68);
  height: 85px !important;
}

.site-header .site-navigation {
  text-align: center;
}

.site-header .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-header .header-inner .custom-logo-link {
  display: block;
}

.site-header .header-inner .site-branding .site-title,
.site-header .header-inner .site-branding .site-description {
  margin: 0;
}

.site-header .header-inner .site-branding.show-title .site-logo {
  display: none !important;
}

.site-header .header-inner .site-branding.show-logo .site-title {
  display: none !important;
}

.site-header:not(.header-stacked) .header-inner .site-branding {
  max-width: 30%;
}

.site-header:not(.header-stacked) .header-inner .site-navigation {
  max-width: 100%;
  align-items: center;
  justify-content: center;
}

.site-header.header-inverted .header-inner {
  flex-direction: row-reverse;
}

.site-header.header-inverted .header-inner .site-branding {
  text-align: right;
}

.site-header.header-inverted .header-inner .site-navigation {
  justify-content: start;
}

.site-header.header-stacked .header-inner {
  align-items: center;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 576px) {
  .site-header .header-inner:not(.header-stacked) .site-branding {
    max-width: 80%;
  }
}

/**
 * Footer styling and layout
 */
.site-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer .footer-inner .custom-logo-link {
  display: block;
}

.site-footer .footer-inner .site-navigation {
  justify-content: flex-end;
}

.site-footer .footer-inner .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-footer .footer-inner .site-branding .site-title,
.site-footer .footer-inner .site-branding .site-description {
  margin: 0;
}

.site-footer .footer-inner .site-branding.show-title .site-logo {
  display: none !important;
}

.site-footer .footer-inner .site-branding.show-logo .site-title {
  display: none !important;
}

.site-footer .footer-inner .copyright {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.site-footer .footer-inner .copyright p {
  margin: 0;
}

.site-footer.footer-inverted .footer-inner {
  flex-direction: row-reverse;
}

.site-footer.footer-inverted .footer-inner .site-branding {
  text-align: right;
}

.site-footer.footer-inverted .footer-inner .site-navigation {
  justify-content: flex-start;
}

.site-footer.footer-has-copyright .footer-inner .site-navigation {
  justify-content: center;
}

.site-footer.footer-stacked .footer-inner {
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.site-footer.footer-stacked .footer-inner .site-branding h4.site-title {
  text-align: center;
}

.site-footer.footer-stacked .footer-inner .site-navigation .menu {
  padding: 0;
}

.site-footer:not(.footer-stacked) .footer-inner .site-navigation {
  max-width: 60%;
}

.site-footer:not(.footer-stacked) .footer-inner .copyright {
  max-width: 20%;
}

@media (max-width: 576px) {

  .site-footer:not(.footer-stacked) .footer-inner .site-branding,
  .site-footer:not(.footer-stacked) .footer-inner .site-navigation,
  .site-footer:not(.footer-stacked) .footer-inner .copyright {
    display: block;
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .site-footer .footer-inner .site-navigation ul.menu {
    justify-content: center;
  }

  .site-footer .footer-inner .site-navigation ul.menu li {
    display: inline-block;
  }
}

/**
 * Post Item in Archive
 */
.post .entry-title a {
  text-decoration: none;
}

.post .wp-post-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .post .wp-post-image {
    max-height: 400px;
  }
}

@media (max-width: 575px) {
  .post .wp-post-image {
    max-height: 300px;
  }
}

/**
 * Comments
 */
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .9em;
}

#comments .comment,
#comments .pingback {
  position: relative;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding: 30px 0 30px 60px;
  border-bottom: 1px solid #cccccc;
}

body.rtl #comments .comment .comment-body,
body.rtl #comments .pingback .comment-body {
  padding: 30px 60px 30px 0;
}

#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-right: 10px;
}

body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: .9rem;
}

#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}

#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}

body.rtl #comments .children {
  padding-left: 0;
  padding-right: 30px;
}

#comments .children li:last-child {
  padding-bottom: 0;
}

#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: '\21AA';
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}

body.rtl #comments ol.comment-list .children:before {
  content: '\21A9';
  left: auto;
  right: 0;
}

@media (min-width: 768px) {

  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
  }
}

@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }

  #comments .children {
    padding-left: 20px;
  }

  #comments .comment .avatar {
    position: inherit;
    float: left;
  }

  body.rtl #comments .comment .avatar {
    float: right;
  }
}

/**
 * Navigation Menu's
 */
.site-header.header-inverted .site-navigation-toggle-holder {
  justify-content: flex-start;
}

.site-header.header-stacked .site-navigation-toggle-holder {
  justify-content: center;
  max-width: 100%;
}

.site-header.menu-layout-dropdown .site-navigation {
  display: none;
}

.site-navigation-toggle-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  max-width: 20%;
  padding: 8px 15px;
}

.site-navigation-toggle-holder .site-navigation-toggle {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  right: 155px;
  margin-top: 19px;
  font-size: 22px;
  padding: 0.25em;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  background-color: rgb(137, 160, 149);
  color: #494c4f;
}

.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before {
  content: '\e87f';
}

.site-navigation {
  grid-area: nav-menu;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.site-navigation ul.menu,
.site-navigation ul.menu ul {
  list-style-type: none;
  padding: 0;
}

.site-navigation ul.menu {
  display: flex;
  flex-wrap: wrap;
}

.site-navigation ul.menu li {
  position: relative;
  display: flex;
}

.site-navigation ul.menu li a {
  font-size: 25px;
  padding: 8px 15px;
  text-transform: uppercase;
  color: white;
  font-family: "bebas neue";
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-navigation ul.menu>li>a:hover {
  background-color: rgb(104, 107, 118);
}

.site-navigation ul.menu li.menu-item-has-children {
  padding-right: 15px;
}

.site-navigation ul.menu li.menu-item-has-children:after {
  display: block;
  content: '\25BE';
  font-size: 1.5em;
  align-items: center;
  color: #666666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}

.site-navigation ul.menu li.menu-item-has-children:focus-within>ul {
  display: block;
}

.site-navigation ul.menu li ul {
  background: #fff;
  display: none;
  min-width: 150px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
}

.site-navigation ul.menu li ul li {
  border-bottom: #eeeeee 1px solid;
}

.site-navigation ul.menu li ul li:last-child {
  border-bottom: none;
}

.site-navigation ul.menu li ul li.menu-item-has-children a {
  flex-grow: 1;
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
  transform: translateY(-50%) rotate(-90deg);
}

.site-navigation ul.menu li ul ul {
  left: 100%;
  top: 0;
}

.site-navigation ul.menu li:hover>ul {
  display: block;
}

footer .site-navigation ul.menu li ul {
  top: auto;
  bottom: 100%;
}

footer .site-navigation ul.menu li ul ul {
  bottom: 0;
}

footer .site-navigation ul.menu a {
  padding: 5px 15px;
}

.site-navigation-dropdown {
  margin-top: 10px;
  transition: max-height 0.3s, transform 0.3s;
  transform-origin: top;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}

.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown {
  transform: scaleY(0);
  max-height: 0;
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
  transform: scaleY(1);
  max-height: 100vh;
}

.site-navigation-dropdown ul {
  padding: 0;
}

.site-navigation-dropdown ul.menu {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  background: white;
}

.site-navigation-dropdown ul.menu li {
  display: block;
  width: 100%;
  position: relative;
}

.site-navigation-dropdown ul.menu li a {
  display: block;
  padding: 20px;
  background: #ffffff;
  color: #55595c;
  box-shadow: inset 0 -1px 0 #0000001a;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
  color: white;
  background: #55595c;
}

.site-navigation-dropdown ul.menu>li li {
  transition: max-height 0.3s, transform 0.3s;
  transform-origin: top;
  transform: scaleY(0);
  max-height: 0;
}

.site-navigation-dropdown ul.menu li.elementor-active>ul>li {
  transform: scaleY(1);
  max-height: 100vh;
}

@media (max-width: 576px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
    display: none !important;
  }
}

.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
  display: none !important;
}

/**
 * Basic responsive layout
 */
.site-header .header-inner,
.site-header:not(.dynamic-header),
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
body:not([class*="elementor-page-"]) .site-main,
.page-header .entry-title {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (max-width: 575px) {

  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*="elementor-page-"]) .site-main,
  .page-header .entry-title {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 576px) {

  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*="elementor-page-"]) .site-main,
  .page-header .entry-title {
    max-width: 500px;
  }

  .site-header.header-full-width .header-inner {
    max-width: 100%;
  }

  .site-footer.footer-full-width .footer-inner {
    max-width: 100%;
  }
}

@media (min-width: 768px) {

  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*="elementor-page-"]) .site-main,
  .page-header .entry-title {
    max-width: 600px;
  }

  .site-header.header-full-width {
    max-width: 100%;
  }

  .site-footer.footer-full-width {
    max-width: 100%;
  }
}

@media (min-width: 992px) {

  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*="elementor-page-"]) .site-main,
  .page-header .entry-title {
    max-width: 800px;
  }

  .site-header.header-full-width {
    max-width: 100%;
  }

  .site-footer.footer-full-width {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {

  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*="elementor-page-"]) .site-main,
  .page-header .entry-title {
    max-width: 1140px;
  }

  .site-header.header-full-width {
    max-width: 100%;
  }

  .site-footer.footer-full-width {
    max-width: 100%;
  }
}

.site-header+.elementor {
  min-height: calc(100vh - 320px);
}


.site-footer {
  background-color: rgb(53, 61, 68);
}

.site-footer .contact-phone {
  color: rgb(137, 160, 149);
  font-weight: bold;
  width: 100%;
}

.site-footer .locations * {
  color: white;
}

.site-footer .address {
  margin-top: 2rem;
}

.site-footer .address * {
  color: white;
  font-size: 0.7rem;
}

.site-footer .locations hr {
  background-color: white;
  margin-top: 1rem;
}

.site-footer .locations .region-name {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.site-footer .locations .region-link {
  font-size: 0.7rem;
  width: 100%;
  display: block;
  margin-bottom: 8px;
}


.site-footer h3 {
  font-family: 'Bebas Neue', cursive;
  color: white;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.site-footer p {
  white-space: pre-wrap;
}

h3 {
  color: white;
  text-transform: uppercase;
  font-size: 1.5rem;
  width: 100%;
}

.btn {
  text-transform: uppercase;
  color: white;
  background-color: rgb(137, 160, 149);
  border-radius: 0;
  font-weight: normal;
  font-family: 'Bebas Neue', cursive;
  text-decoration: none;
}

#content .elementor-button-link {
  color: white;
  background-color: rgb(137, 160, 149);
  border-radius: 0;
}

#content .services .elementor-button-link,
#content .specialisms .elementor-button-link {
  color: #F2F5F7;
  background-color: #4D4F5C;
  border-radius: 0;
}

#content .services .elementor-widget-button,
#content .specialisms .elementor-widget-button {
  position: absolute;
  bottom: 0;
}

#content .specialisms .elementor-widget-text-editor,
#content .services .elementor-widget-text-editor {
  margin-bottom: 40px;
}

#content .elementor-button-link span {
  text-transform: uppercase;
  color: white;
  font-weight: normal;
  font-family: 'Bebas Neue', cursive;
}

.btn:hover {
  color: white;
}

.eightyplease {
  width: 80%;
  margin: 0 auto;
}

.max300pls * {
  max-width: 300px;
}

.separator-right::after {
  background-color: white;
  height: 70%;
  display: block;
  width: 1px;
  position: absolute;
  content: ' ';
  z-index: 5;
  top: 20%;
  right: 0;
}

@media screen and (max-width: 991px) {
  .separator-right {
    display: none !important;
  }
}

.pre-footer-banner {
  height: auto;
  overflow: hidden;
}

.pre-footer-banner .b-shade {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #4D4F5C;
  opacity: 0.75;
  z-index: 3;
}

.pre-footer-banner .pre-footer-banner-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 80%;
  position: absolute;
}

.pre-footer-banner .quote {
  font-family: 'Bebas Neue', cursive;
  color: white;
  font-size: 1.75rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0 20%;
  padding-top: 5rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 5;
}

.pre-footer-banner .author {
  font-family: 'Lato', sans-serif;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin: 0 20%;
  padding-top: 1rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 5;
}

.pre-footer-banner .mini-header {
  font-family: 'Bebas Neue', cursive;
  color: white;
  font-size: 2.75rem;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 0;
  position: relative;
  z-index: 5;
}

.pre-footer-banner .mini-content {
  font-family: 'Lato', sans-serif;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 5;
}

.pre-footer-banner .mini-btn {
  margin-bottom: 3rem;
  position: relative;
  z-index: 5;
  font-weight: normal;
}

.pre-footer-banner .bignumber {
  padding-top: 5rem;
  font-family: 'Bebas Neue', cursive;
  color: white;
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 5;
  margin-bottom: -2rem;
}

.pre-footer-banner .bignumber-description {
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
  color: white;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  position: relative;
  z-index: 5;
}

.intro-slider {
  height: 25rem;
  position: relative;
  z-index: 20;
}

.intro-slider.expanded {
  padding-bottom: 8rem;
  height: auto;
}

.intro-slider.post {
  height: 25rem;
}

.intro-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 80%;
  position: absolute;
}

.intro-slider::after {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #83A194;
  opacity: 0.84;
  z-index: 3;
  top: 0;
}

.intro-slider.no-overlay::after {
  content: none;
  display: none !important;
}

.intro-slider.post img {
  height: 25rem;
}

strong {
  font-weight: bold !important;
}

.intro-slider .text {
  font-family: 'Bebas Neue', cursive;
  color: white;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0 20%;
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 5;
}

.intro-slider .btn-wrapper {
  text-align: center;
}

.intro-slider .btn {
  z-index: 5;
  margin-top: 1rem;
  background-color: #575967;
  position: relative;
}

.intro-slider .text.bigmargin {
  padding-top: 100px;
}

.intro-slider .text.bigheader {
  font-size: 80px;
}

.intro-slider .post-content {
  margin: 0 auto;
  color: white;
  max-width: 700px;
  z-index: 5;
  position: relative;
  font-weight: bold;
  text-align: center;
}

.intro-slider.post .text {
  font-size: 2.7rem;
  line-height: 1.2;
  margin-top: 0;
  padding-top: 1rem;
  font-family: 'Bebas Neue', cursive;
}

.intro-slider .header {
  font-family: 'Bebas Neue', cursive;
  position: relative;
  z-index: 50;
  text-transform: uppercase;
  color: white;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
  margin: 0 20%;
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 5;
}

.intro-slider .header.enlarged {
  font-size: 6rem;
  position: relative;
  top: 4rem;
  font-family: 'Bebas Neue', cursive;
}

* {
  font-family: 'Lato', sans-serif;
  color: #4d4f5c;
}

#content.container {
  background-color: white;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  margin-top: -4rem;
  padding-top: 4rem;
  z-index: 50;
  position: relative;
  width: 100%;
  max-width: 90%;
}

#content .page-header {
  margin-top: -4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

#content h1,
#content h2 {
  font-family: "bebas neue";
  font-size: 42px;
  font-weight: 200;
  line-height: 60px;
  font-style: normal;
  text-align: center;
  color: #4d4f5c;
  border-bottom: 1px solid #e23d2c;
  width: auto;
  display: initial;
  margin-bottom: 24px;
}

#content h3 {
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 200;
  line-height: 70px;
  font-style: normal;
  letter-spacing: 1px;
  color: #e23d2c;
}

#content h4 {
  font-family: "lato";
  font-size: 42px;
  font-weight: bold;
  line-height: 50px;
  font-style: normal;
  color: #4d4f5c;
}

#content h5 {
  font-family: "lato";
  font-size: 42px;
  font-weight: bold;
  line-height: 50px;
  font-style: normal;
  color: #4d4f5c;
}

#content h6 {
  margin-top: -15px;
  font-family: "lato";
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  font-style: normal;
  color: #4d4f5c;
}

#content h4.elementor-heading-title {
  color: #575967;
  font-family: 'Bebas Neue', cursive;
  font-weight: 200;
}

#content .elementor-icon-list--layout-traditional {
  margin-left: -15px;
}

#content .elementor-icon-list--layout-traditional .elementor-icon-list-item {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}

#content .elementor-icon-list--layout-traditional .elementor-icon-list-icon i {
  font-size: 1.5rem;
  color: rgb(137, 160, 149);
}

.page-content.post {
  padding: 0 8%;
}

h1.post {
  padding: 8%;
  border-bottom: 0 !important;
  margin-top: 3rem;
  padding: 0 2rem !important;
  display: block !important;
}

.post-news {
  text-align: center;
  padding-top: 20px;
  display: block;
  z-index: 20;
  color: white;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "bebas neue";
  font-size: 24px;
}

.post-tags-banner {

  text-align: center;
  padding-top: 20px;
  display: block;
  z-index: 20;
  color: white;
  position: relative;
  text-transform: uppercase;
}

.post-tags-banner a {
  color: white;
  background: rgba(0.4, 0.4, 0.4, 0.6);
  padding: 4px 8px;
  margin-right: 8px;
}

.author-block {
  padding-top: 3rem;
  padding-bottom: 0;
  margin-top: 3rem;
  background-color: rgb(230, 236, 234);
}

.author-block .pull-right {
  text-align: right;
}

.author-block .author-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 6px solid white;
  margin-bottom: 1rem;
  position: relative;
  top: -5rem;
}

.author-block .author-subtitle {
  position: relative;
  top: -5rem;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: normal;
  font-family: "bebas neue";
}

.author-block .author-meta {
  padding-left: 3rem;
}

.author-block .author-meta a {
  text-decoration: none;
}

.author-position {
  color: rgb(208, 75, 56);
}

.social-share-block {
  padding-left: 3rem;
}

.social-share-text {
  text-transform: uppercase;
  font-family: "bebas neue";
  font-size: 1.3rem;
}

.social-share-block a {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.social-share-block img {
  height: 42px;
  width: 42px;
  max-width: 42px;
}

.menu-submenu {
  display: none;
}

.menu-item:hover .menu-submenu {
  display: flex;
  position: fixed;
  left: 0;
  width: calc(100% + 15px);
  background-color: white;
  top: 86px;
  z-index: 9;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0px 1px 15px rgba(0.4, 0.4, 0.4, 0.6);
}

.menu-item:hover .menu-submenu .container {
  margin: 0 auto;
}

.site-header {
  position: fixed;
  width: 100vw;
  z-index: 999;
  top: 0;
}

.site-navigation .menu-item:hover .menu-submenu.menu-submenu-highlight-last {
  padding-bottom: 90px;
}

.site-navigation .menu-item:hover .menu-submenu a {
  font-family: 'Lato', sans-serif;
  color: black;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  padding: 6px;
  text-align: left;
  padding-left: 40px;
  display: block;
}

.site-navigation .menu-item:hover .menu-submenu.menu-submenu-highlight-last a:last-child {
  background-color: rgb(208, 75, 56);
  padding: 8px;
  color: white;
  font-weight: bold;
  width: auto !important;
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block !important;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
}

.site-navigation .menu-item:hover .menu-submenu a::before {
  display: block;
  content: ' ';
  position: absolute;
  height: 100%;
  margin-left: -20px;
  margin-top: -5px;
  border-left: 1px solid rgb(208, 75, 56);
}

.site-navigation .menu-item:hover .menu-submenu.menu-submenu-highlight-last a:last-child::before {
  display: none;
  position: absolute;
  right: 0;
}

#menu-primary-menu {
  height: 100%;
}

.menu-primary-menu-container {
  height: 100%;
}

#menu-primary-menu .menu-item {
  height: 100%;
}

.search-itself {
  right: 10%;
  z-index: 999;
  display: none;
  position: absolute;
  top: 90px;
  width: 300px;
  background-color: rgb(208, 75, 56);
  padding: 15px;
}

.search-itself #searchsubmit {
  color: white;
  border: 1px solid white;
}

.search-itself form {
  display: flex;
  gap: 10px;
}

@media (max-width: 991px) {
  #menu-primary-menu {
    height: auto;
  }

}

.search #content {
  margin-top: 72px;
}

.search .pre-footer-banner {
  display: none;
}

.expanded-team-info {
  background-color: rgb(239, 239, 240);
  padding-top: 3rem;
  padding-bottom: 3rem;

  margin: 1rem -5%;
  width: 110%;
}

.expanded-team-info h2 {
  border-bottom: 0 !important;
}

.expanded-team-info h5 {
  font-weight: bold;
  color: #E74A38 !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
}

.expanded-team-info .other-interests-header {
  font-size: 20px !important;
  margin-top: -16px;
  margin-bottom: 0 !important;
  position: relative !important;
  display: block !important;
  text-align: left !important;
}

.team-expand-link {
  cursor: pointer;
  color: white;
}

.expanded-team-info .other-interests-text {
  color: inherit !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
}

.post-square .post-image img {
  width: 100%;
}

#wpadminbar {
  bottom: 0 !important;
  position: fixed !important;
  top: initial !important;
}

.data-position {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

#footer-location-map {
  cursor: pointer;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-header.intro-slider .header {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

#content.news-element-content h1.entry-title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  width: 80%;
}

.news-header .intro-slider.post {
  font-family: "bebas neue";
  font-weight: 400;
}

.bigmarginbigheader {
  line-height: 1 !important;
  margin: 0 5% !important;
  padding-top: 7rem !important;
  margin-bottom: 3rem !important;
  font-size: 70px !important;
}

.menu-eu {
  margin-left: 10px;
  padding-top: 6px;
}

.menu-eu>div {
  background: url('/wp-content/themes/wdenis/images/flag_eu.png');
  height: 71px;
  width: 108px;
}

.menu-eu>div:hover {
  background: url('/wp-content/themes/wdenis/images/wdenis_eu.png');
}

@media screen and (max-width: 1300px) {
  .bigmarginbigheader {
    padding-top: 7rem !important;
    line-height: 1 !important;
    margin: 0 5% !important;
  }
}

@media screen and (max-width: 991px) {
  .bigmarginbigheader {
    line-height: 1 !important;
    padding-top: 8rem !important;
    margin: 0 5% !important;
  }
}

.author-block.split {
  display: flex;
}

.author-block.split>.container {
  zoom: 0.9;
}

.no-bg {
  background-color: rgb(239, 239, 240) !important;
  width: calc(100% + 30px) !important;
  margin-left: -15px !important
}

.positions .vacancy-item .elementor-element-populated {
  color: white;
  background-color: #83A194;
  margin: auto !important;
  padding: 32px !important;
  border: 15px solid rgb(239, 239, 240);

}

.p-15 {
  padding: 15px !important;
}

.positions .vacancy-item .elementor-element-populated * {
  color: white !important;
}

#content h4.vacancy-title {
  font-size: 32px;
  line-height: 1.2;
  height: 180px;
  overflow: hidden;
}

.vacancy-btn {
  position: absolute;
  bottom: 32px;
}

.positions .vacancy-item .elementor-element-populated .elementor-button-link {
  background-color: rgb(53, 61, 68) !important;
}

.positions .vacancy-item .elementor-element-populated .elementor-widget-container {
  margin-bottom: 20px !important;
}

.positions .vacancy-item .elementor-element-populated .elementor-widget-container p {
  display: inline !important;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.2);
}

.pre-footer-big-margin {
  margin-top: 100px;
}

.pre-footer-banner-top-image {
  width: 150px;
  height: 150px;
  position: absolute;
  margin-top: -75px;
  left: calc(50% - 75px);
  border: 5px solid white;
  z-index: 9;
  object-fit: cover;
}

.pre-footer-big-margin.pre-footer-banner .quote {
  padding-top: 7rem;
}

.menu-cta-mobile {
  display: none;
}

.menu-lang-selector .fa {
  color: white;
  margin-left: 5px;
  font-size: 14px;
}

.menu-langs {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 52px;
  background-color: rgb(53, 61, 68);
  padding: 12px;
  color: white;
}

.menu-langs a {
  color: white !important;
  font-size: 18px;
}

.hidden {
  display: none !important;
}




.reg-selector-btn {
  display: flex;
  align-items: center;
}

.region-selector-wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.region-selector-wrapper:hover {
  background-color: rgb(104, 107, 118);
}

.reg-selector-btn-txt {
  font-size: 20px;
  display: block;
  padding: 8px 15px;
  text-transform: uppercase;
  color: white;
  font-family: "bebas neue";
  font-weight: 400;
}

.region-selector-wrapper {
  position: relative;
  width: max-content;
}

#reg-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  z-index: 999;
}

.reg-selector-dropdown a {
  display: block;
  padding: .5rem 1rem;
  color: #fff;
  text-transform: uppercase;
}

.reg-selector-dropdown a:first-child {
  padding-top: 0
}

.reg-selector-dropdown a:last-child {
  padding-bottom: 0
}


.reg-selector-links {
  padding: 30px 20px 20px 20px;
}

.reg-selector-links a {
  color: #4d4f5c;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: -0.5px;
  border-left: 1px solid #DB3609;
}

#region-selector-wrapper {
  position: relative;
}

#reg-dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) translateY(100%) rotate(180deg);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #6c6f7a;
}


@media screen and (max-width: 991px) {
  .region-selector-wrapper {
    display: none !important;
  }
}




@media screen and (max-width: 1200px) {
  .menu-cta {
    position: absolute;
    display: block;
    right: 0;
  }

  .menu-cta a {
    font-size: 20px;
    display: block;
    padding: 11.5px 8px;
  }

  .menu-eu {
    position: absolute;
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .menu-cta {
    display: none !important;
  }

  .menu-langs {
    top: 32px !important;
  }

  .menu-lang-selector {
    position: absolute;
    right: 20px;
    top: 26px;
  }

  .menu-eu {
    position: absolute;
    display: block;
    right: 21px;
  }
}

@media screen and (max-width: 991px) {

  .menu-lang-selector {
    right: 216px;
  }

  #content.container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

  #content .services .elementor-column {
    margin-bottom: 2rem;
  }

  #content .specialisms .elementor-column {
    margin-bottom: 2rem;
  }

  .intro-slider .text {
    margin: 0 20px;
  }

  .author-block {
    flex-direction: column;
    border-bottom: 1rem solid white;
    padding-bottom: 2rem;
    padding-top: 0 !important;
  }

  #content .news-section {
    width: 100% !important;
    padding-bottom: 0 !important;
  }

  .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hidden-m {
    display: none !important;
  }

  .author-block .author-image {
    top: 0;
  }

  .author-block .author-subtitle {
    top: 0;
  }

  .author-block>.container .pull-right {
    text-align: center !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 2rem;
  }

  .menu-cta {
    display: none !important;
  }

  .menu-cta-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
  }

  .menu-cta-mobile i {
    font-size: 1.5rem;
    color: white;
    position: absolute;
    right: 100px;
  }

  .post-square {
    height: auto !important;
  }

  .site-navigation-toggle-holder {
    display: block !important;
  }

  .header-inner {
    max-width: 95% !important;
  }

  .intro-slider {
    height: auto !important;
    padding-bottom: 80px !important;
  }

  .intro-slider>p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-slider .header {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .intro-slider .text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .intro-slider .text.bigmargin {
    padding-top: 1rem;
  }

  .news-element-content h1.entry-title {
    line-height: 1.2 !important;
  }

  .social-share-block {
    display: flex !important;
  }

  .social-share-text {
    margin-right: 2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .unwrapememobile {
    flex-direction: column-reverse !important;
    display: flex;
  }

  .author-block.split>.container {
    zoom: 1;
  }

  .elementor-widget-container>img {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

}

.contact-us-form .elementor-field-group {
  margin-bottom: 32px !important;
}

.contact-us-form .elementor-field-group label {
  font-weight: bold !important;
  font-size: 18px !important;
  padding-bottom: 8px !important;
}

.contact-us-form .elementor-field-group input {
  border-radius: 0 !important;
}

.contact-us-form .elementor-field-group textarea {
  border-radius: 0 !important;
}

.contact-us-form .elementor-button {
  max-width: 100px !important;
  background-color: rgb(131, 161, 148) !important;
  margin-bottom: 42px !important;
}

.contact-us-form .elementor-button span {
  text-transform: uppercase !important;
  color: white !important;
  font-weight: bold !important;
}

.region-link:hover {
  font-weight: bold;
}


@media screen and (max-width: 991px) {

  .menu-eu {
    display: none;
  }

  #menu-main-menu  .menu-eu {
    display: block;
    width: 100%;
    right: 0;
    padding-left: 15px;
    padding-bottom: 6px;
    margin-left: 0px;
    background-color: white;
  }
  #menu-main-menu .menu-eu>div {
    background: url('/wp-content/themes/wdenis/images/wdenis_europe_mobile.png');
    height: 44px;
    width: 125px;
    background-size: 125px 44px;
  }
}

.search-results #content .page-header {
  margin-top: 40px;
}

.search-results #content .page-header h1 span {
  font-family: "bebas neue";
}

.search-results #content {
  max-width: 600px;
}

.search-results #content .page-content a {
  text-decoration: none !important;
  font-weight: bold;
  line-height: 1;
}

.search-results #content .page-content h2 {
  border-bottom: 0 !important;
  line-height: 1;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}

.search-results #content .page-content h2 a {
  color: rgb(208, 75, 56);
}

.search-results #content .page-content .wp-post-image {
  margin: 15px 0;
}

.search-results .pagination {
  gap: 20px;
}

.search-no-results #content .page-header {
  margin-top: 100px;
}

.search-no-results #content .page-content {
  text-align: center;
  padding-bottom: 50px;
}

.search-no-results #content .page-header h1 span {
  font-family: "bebas neue";
}

.footer-disclaimer {
  color: white;
  font-size: 11px;
}

.footer-disclaimer a {
  color: white;
}

.archive.tag {
  padding-top: 60px;
}

.archive.tag h1 span {
  font-family: "bebas neue";
}

.archive.tag .post {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}

.archive.tag .post .entry-title a {
  font-family: "bebas neue";
  text-align: center;
  margin-bottom: 18px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  line-height: 1.2;
}

.archive.tag .post .wp-post-image {
  margin-bottom: 14px;
}