html,
body
{
  font-family: 'FaktPro', sans-serif;
}

.intro-block
{
  float: left;
  width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  /* display: flex; */
  /* margin-bottom: 17.5px; */
}
h2
{
  font-size: 3.3rem;
  font-weight: 600;
}
@media (max-width: 599px)
{
  h2
  {
    font-size: 2.4rem;
    line-height: 30px !important;
  }
}
@media (max-width: 768px)
{
  h2
  {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) and (min-width: 769px)
{
  h2
  {
    font-size: 2.4rem;
    line-height: 30px !important;
    margin-bottom: 45px;
  }
}

/* ============================== */
/* What we do section */
/* ============================== */
.page-template-t-homepage .highlighted-project-blocks
{
  margin-bottom: 75px;
}
@media (min-width: 768px)
{
  .page-template-t-homepage .highlighted-project-blocks
  {
    margin-bottom: calc(75px + 40px);
  }
}

.page-template-t-homepage .highlighted-project-gallery-element,
.page-template-t-homepage .highlighted-project-block-content {
  width: 100% !important;
}

.page-template-t-homepage .highlighted-project-gallery-element {
  height: 30vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 500px) and (max-height: 700px) and (orientation: landscape)
{
  .page-template-t-homepage .highlighted-project-gallery-element
  {
    height: 50vh;
  }
}
@media (min-width: 500px) and (orientation: portrait)
{
  .page-template-t-homepage .highlighted-project-gallery-element
  {
    height: 30vh;
  }
}
@media (min-width: 600px) {
  .page-template-t-homepage .highlighted-project-gallery-element {
    max-height: 30vh;
  }
}
@media (min-width: 1024px) {
  .page-template-t-homepage .highlighted-project-gallery-element {
    max-height: 40vh;
  }
}

.page-template-t-homepage .highlighted-project-blocks .internal-wrapper
{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-template-t-homepage .highlighted-project-block-content .subtitle
{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 600px) {
  .page-template-t-homepage .highlighted-project-blocks .internal-wrapper {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
  .page-template-t-homepage .highlighted-project-block-content .subtitle
  {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .page-template-t-homepage .highlighted-project-blocks .internal-wrapper {
    padding-left: 6.25% !important;
    padding-right: 6.25% !important;
  }
}

.page-template-t-homepage .highlighted-project-block-content .subtitle {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.2em;
  text-align: center;
}

.page-template-t-homepage .highlighted-project-blocks .slick-slide
{
  opacity: .3;
}
.page-template-t-homepage .highlighted-project-blocks .slick-slide.slick-active
{
  opacity: 1;
}

.page-template-t-homepage .highlighted-project-blocks .gallery-element /* 16:9 */
{
  position: relative;
  width: 100%;
  padding-top: calc((9/16)*100%);
}

.page-template-t-homepage .highlighted-project-blocks .gallery-element:not(:last-child) /* overwrite common behaviour */
{
  margin-bottom: 0;
}

.page-template-t-homepage .highlighted-project-blocks .slick-dots
{
  margin-top: 20px;
}
@media all and (min-width: 600px)
{
  .page-template-t-homepage .highlighted-project-blocks .slick-dots
  {
    margin-top: 40px;
  }
}

.page-template-t-homepage .what-we-do .read-more
{
  position: absolute;
  left: 50%;
  bottom: 40px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /* margin-bottom: 75px; */
}

.page-template-t-homepage .what-we-do .read-more a
{
  color: #F45560;
}

/* ============================== */
/* Our industries */
/* ============================== */
/* ========================================================================= */
/*
Hi, what follows is a custom style
added for the industries block in homepage
on 200306
*/
/* ========================================================================= */
.page-template-t-homepage .industries
{
  position: relative;
  padding-bottom: 40px;
}

.page-template-t-homepage .industries h2,
.page-template-t-homepage .industries .industries-text
{
  font-size: 3.3rem;
}
@media (max-width: 599px)
{
  .page-template-t-homepage .industries h2,
  .page-template-t-homepage .industries .industries-text
  {
    font-size: 2.4rem;
    line-height: 30px !important;
  }
}
@media (max-width: 768px)
{
  .page-template-t-homepage .industries h2,
  .page-template-t-homepage .industries .industries-text
  {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) and (min-width: 769px)
{
  .page-template-t-homepage .industries h2,
  .page-template-t-homepage .industries .industries-text
  {
    font-size: 2.4rem;
    line-height: 30px !important;
    margin-bottom: 45px;
  }
}

.page-template-t-homepage .industries h2
{
  font-weight: 600;
}

.page-template-t-homepage .industries .industries-title
{
  margin-bottom: 25px;
}
.page-template-t-homepage .industries-text
{
  margin-bottom: 35px;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.page-template-t-homepage .industries .industries-list .single-industry
{
  width: 100% !important;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 0;
}

.page-template-t-homepage .industries .industries-list .single-industry + .single-industry
{
  border-top: 1px solid #707070;
}

.page-template-t-homepage .industries .industries-list .single-industry .industry-title
{
  margin-bottom: 0;
  margin-right: 40px;
  padding: .3em 0;
}

.page-template-t-homepage .industries .icon-next-arrow
{
    position: absolute;
    background-image: url(url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.414%2016.009%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23333132%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22noun_61425%22%20transform%3D%22rotate%2890%2010.396%208.104%29%22%3E%3Cpath%20id%3D%22Path_1676%22%20data-name%3D%22Path%201676%22%20class%3D%22cls-1%22%20d%3D%22M3%2010.8l7.3-7.3%207.3%207.3%22%2F%3E%3Cpath%20id%3D%22Line_733%22%20data-name%3D%22Line%20733%22%20class%3D%22cls-1%22%20transform%3D%22translate%2810.297%203.5%29%22%20d%3D%22M0%2015V0%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'));
    background-repeat: no-repeat;
    margin-left: 40px;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 7.5px;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-2px);
        -ms-transform: translateY(-50%) translateX(-2px);
            transform: translateY(-50%) translateX(-2px);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.page-template-t-homepage .industries .industries-list .single-industry:hover .icon-next-arrow
{
  -webkit-transform: translateY(-50%) translateX(-18px);
      -ms-transform: translateY(-50%) translateX(-18px);
          transform: translateY(-50%) translateX(-18px);
}

.industriesKeyword
{
  color: #F45560;
}

/* ========================================================================= */
/*
Hi, what follows is a custom style added for single industry template
*/
/*
V01 200228
*/
/*
Transport Infrastructure: #F45560
Urban and Development Master Planning: #33D49E
Mass Crowd Events: #FF772B
Data Analytics and Visualization: #D48BE5
Complex Buildins: #0096D8
*/
/* ========================================================================= */

/*
Common layout
*/
.single-industries section + section,
.single-industries section + article
{
  margin-top: 6rem;
}

/*
Common classes
*/
.single-industries h1
{
  font-size: 6rem;
  line-height: 1em;
  font-weight: 400;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 599px)
{
  .single-industries h1
  {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px !important;
    font-weight: 600;
  }
}
@media (max-width: 1024px) and (min-width: 769px)
{
  .single-industries h1
  {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 50px !important;
  }
}

.single-industries h2
{
  margin-bottom: 0px;
  font-size: 33px;
  line-height: 1.2em;
  font-weight: 400;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1024px) and (min-width: 769px)
{
  .single-industries h2
  {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px !important;
  }
}
@media (max-width: 599px)
{
  .single-industries h2
  {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px !important;
  }
}

.single-industries h3,
.single-industries .query,
.single-industries .section-title
{
  margin-bottom: 30px;
  font-size: 3.3rem;
  font-weight: 400;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 599px)
{
  .single-industries h3,
  .single-industries .query,
  .single-industries .section-title
  {
    font-size: 2.4rem;
    line-height: 30px !important;
  }
}
@media (max-width: 1024px) and (min-width: 769px)
{
  .single-industries h3,
  .single-industries .query,
  .single-industries .section-title
  {
    font-size: 2.4rem;
    line-height: 30px !important;
  }
}

.single-industries .section-title
{
  font-weight: 600;
}

.single-industries .text-small
{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single-industries figcaption
{
  margin-top: .5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single-industries .max-width
{
  display: block;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-industries .max-width-600 { max-width: 600px; }
.single-industries .max-width-800 { max-width: 800px; }
.single-industries .max-width-1024 { max-width: 1024px; }

.single-industries .border-bottom
{
  padding-bottom: 6rem;
  border-bottom: 1px solid #333132;
}
.single-industries .border-top
{
  padding-top: 6rem;
  border-top: 1px solid #333132;
}

/*
Hero
*/
.single-industries .hero
{
  padding: 6rem 0;
  background-color: #F45560;
  color: white;
  text-align: center;
}
@media (max-width: 768px)
{
  .single-industries .hero
  {
    padding: 30px 7.5px;
  }
}

/* Transport Infrastructure */
#id-2637 { background-color: #F45560 }
/* Urban and Development Master Planning */
#id-2638 { background-color: #33D49E }
/* Mass Crowd Events */
#id-2639 { background-color: #FF772B }
/* Data Analytics and Visualization */
#id-2640 { background-color: #D48BE5 }
/* Complex Buildins */
#id-2641 { background-color: #0096D8 }

.single-industries .hero .page-title
{
  display: block;
  margin: auto;
}

.single-industries .hero em
{
  display: inline-block;
  font-style: normal; /* NOTE: remove default italic */
}
.single-industries .hero em::after
{
  content: '';
  display: block;
  margin-top: -3px;
  width: 100%;
  border-bottom: .03em solid white;
  color: white;
}

.single-industries .hero .page-title + .page-description
{
  padding-top: 3rem;
}

@media (min-width: 768px)
{
  .single-industries .hero .page-description
  {
    display: block;
    margin: auto;
    width: 50%;
  }
}

/*
Sub-categories
*/
.single-industries .sub-categories
{
  padding-bottom: 6rem;
}

.single-industries .sub-categories ul
{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px)
{
  .single-industries .sub-categories .cols-4
  {
      -webkit-column-count: 4;
      -moz-column-count: 4;
    column-count: 4;
      -webkit-column-gap: 16px;
      -moz-column-gap: 16px;
    column-gap: 16px;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
@media (max-width: 1024px) and (min-width: 769px)
{
  .single-industries .sub-categories .cols-4
  {
      -webkit-column-count: 2;
      -moz-column-count: 2;
    column-count: 2;
      -webkit-column-gap: 16px;
      -moz-column-gap: 16px;
    column-gap: 16px;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

.single-industries ul br
{
  content: "";
  display: block;
  margin: 2em;
  font-size: 24%;
}

/*
Flexible content
*/
@media (min-width: 768px)
{
  .single-industries .flexible-content
  {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-industries .flexible-content > div + div {
  margin-top: 6rem;
}
@media (max-width: 599px)
{
  .single-industries .flexible-content > div + div {
    margin-top: 3rem;
  }
}

@media (min-width: 768px)
{
  .single-industries .block-flex
  {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
    display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
    .single-industries .block-flex > div
    {
      width: 50%;
    }
}

.single-industries .flexible-content .content-text
{
  padding-right: 4rem;
}
.single-industries .flexible-content .image + .content-text
{
  padding-left: 4rem;
}

@media (max-width: 599px)
{
  .single-industries .flexible-content .content-text
  {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .single-industries .flexible-content .content-text + .image,
  .single-industries .flexible-content .image + .content-text
  {
    margin-top: 30px;
  }
}
.single-industries .flexible-content .industry-block p:not(.query)
{
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 599px)
{
  .single-industries .flexible-content .industry-block p:not(.query)
  {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 20px;
  }
}
@media (max-width: 599px)
{
  .single-industries .flexible-content .block-2
  {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
    display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
    flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .single-industries .flexible-content .block-2 > *
  {
    width: 100%;
  }
  .single-industries .flexible-content .block-2 .image
  {
    margin-top: 30px; /* NOTE: overwrite common behaviour due to flex-flow: column-reverse */
  }
  .single-industries .flexible-content .block-2 .content-text
  {
    margin-top: 0px;  /* NOTE: overwrite common behaviour due to flex-flow: column-reverse */
  }
}

/*
Key sentence
*/
.single-industries .key-sentence
{
  text-align: center;
}
.single-industries .key-sentence h3
{
  font-weight: 600;
}

/*
Tools
*/
.single-industries .tools
{
  text-align: center;
  padding-bottom: 6rem;
}
@media (min-width: 768px)
{
    .single-industries .tools .block-flex > div
    {
      width: 25%;
    }
}

.single-industries .tools .tools-list
{
  margin-top: 6rem;
  text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-industries .tools .tools-list > p
{
  padding-right: 3rem;
}
.single-industries .tools .tools-list > p
{
  margin-bottom: 3rem;
}
@media (max-width: 599px)
{
  .single-industries .tools .tools-list > p
  {
    width: 100%;
    padding-right: 0;
  }
  .single-industries .tools .tools-list > p + p
  {
    margin-top: 3rem;
  }
}
@media (min-width: 768px)
{
  .single-industries .tools .tools-list > p
  {
    max-width: 400px;
    width: 25%;
  }
}

/*
References projects
*/
.single-industries .references-projects
{
  text-align: center;
}

/*
Bug fix
*/
.single-industries.postid-2332 .tools .tools-list
{
  justify-content: start !important;
}

/* ============================== */
/* People page */
/*
Hi, this is a bug fix
for data visualisation change
*/
/* ============================== */
.page-template-t-people .people-list[data-visualisation="list"] .people li
{
  position: relative !important;
  top: auto !important;
}

/* ============================== */
/* People page */
/*
Hi, this is a bug fix
for placeholder initials
*/
/* ============================== */
.page-template-t-people .people-list[data-visualisation="grid"] .people li.hov .grid-picture,
.page-template-t-people .people-list[data-visualisation="grid"] .people li.no-hover .grid-picture
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  display: flex;
}

.page-template-t-people .people-list[data-visualisation="grid"] .people li.hov .grid-picture .initials,
.page-template-t-people .people-list[data-visualisation="grid"] .people li.no-hover .grid-picture .initials
{
  position: initial;
  transform: translate3d(0, 0, 0);
}

/* ============================== */
/* Contacts page */
/*
Hi, this is a legend change
*/
/* ============================== */
@media all and (min-width: 769px)
{
  .map .legend
  {
    width: 30%;
  }
}

/* ============================== */
/* Reference projects */
/* ============================== */
.industries-template-default .references-projects .info-wrapper
{
  padding-top: 15px;
}
.industries-template-default .references-projects .info-wrapper *
{
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 23.2px;
  -webkit-font-smoothing: antialiased;
}

.industries-template-default .references-projects .info-wrapper h2
{
  font-weight: 600;
}

.industries-template-default .references-projects .info-wrapper .when-where > *
{
  display: inline-block;
}

.industries-template-default .references-projects .info-wrapper .when-where .when::after
{
  content: ', ';
}

.industries-template-default .references-projects .slick-prev,
.industries-template-default .references-projects .slick-next
{
  top: 30% !important;
}

.industries-template-default .references-projects .slick-prev
{
  left: -30px !important;
}

.industries-template-default .references-projects .slick-next
{
  right: -30px !important;
}

.industries-template-default .references-projects .image,
.industries-template-default .references-projects .image img
{
  float: none;
}


.page-template-t-people .people-list[data-visualisation="grid"] .people li.hov .grid-picture,
.page-template-t-people .people-list[data-visualisation="grid"] .people li.no-hover .grid-picture
{
  background-position: center top !important;
}

.page-template-t-people .people-list .people
{
  height: auto !important;
}

footer .content .certificates .icon-certificate {
  max-width: 260px;
}

.project-info > div.year-location {
  justify-content: flex-start;
}

.project-info > div.year-location, .project-info > div.client-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.project-info > div.client-area {
  margin-bottom: 0;
}

.project-info > div.client-area .client {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .project-info > div.client-area .client {
    margin-bottom: 10px;
  }
}