@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
    /* Start 20px below */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* End at original position */
  }
}
.fade-in {
  opacity: 0;
  /* Initially hidden */
  animation: fadeInUp 0.8s ease forwards;
  /* Animation properties */
  animation-delay: 0.5s;
  /* Delay before the animation starts */
}

/* Optional: If you want a staggered effect for multiple elements */
.fade-in:nth-child(1) {
  animation-delay: 0.5s;
}

.fade-in:nth-child(2) {
  animation-delay: 0.7s;
}

/* Reset some basic elements */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Reset list styles */
ol,
ul {
  list-style: none;
}

/* Reset blockquote, q, and other elements with specific browser styles */
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* Set default body font and line-height */
body {
  line-height: 1.5;
  font-family: sans-serif;
  /* Replace with your preferred font */
}

/* Set a common box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default button and form element styles */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

/* Remove the default border and padding in tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Anchor tag reset */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

/* Remove any default focus outlines */
:focus {
  outline: none;
}

@font-face {
  font-family: "kh_tekaregular_italic";
  src: url("../fonts/khteka-regularitalic-webfont.woff2") format("woff2"), url("../fonts/khteka-regularitalic-webfont.woff") format("woff"), url("../fonts/KHTeka-RegularItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kh_tekaregular";
  src: url("../fonts/khteka-regular-webfont.woff2") format("woff2"), url("../fonts/khteka-regular-webfont.woff") format("woff"), url("../fonts/KHTeka-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kh_tekalight";
  src: url("../fonts/khteka-light-webfont.woff2") format("woff2"), url("../fonts/khteka-light-webfont.woff") format("woff"), url("../fonts/KHTeka-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kh_tekalight_italic";
  src: url("../fonts/khteka-lightitalic-webfont.woff2") format("woff2"), url("../fonts/khteka-lightitalic-webfont.woff") format("woff"), url("../fonts/KHTeka-LightItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kh_tekabold_italic";
  src: url("../fonts/khteka-bolditalic-webfont.woff2") format("woff2"), url("../fonts/khteka-bolditalic-webfont.woff") format("woff"), url("../fonts/KHTeka-BoldItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kh_tekabold";
  src: url("../fonts/khteka-bold-webfont.woff2") format("woff2"), url("../fonts/khteka-bold-webfont.woff") format("woff"), url("../fonts/KHTeka-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.section-contact {
  background-color: #200529;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
.section-contact h3 {
  font-size: 42px;
  font-family: kh_tekabold;
}
.section-contact p {
  font-size: 20px;
}
.section-contact p a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #FA601E;
  transition: 0.4s;
}
.section-contact p a:hover {
  color: #FAE8E0;
  border-bottom: 2px solid #fff;
}

b {
  font-family: kh_tekabold;
}

@media (min-width: 768px) {
  .sw-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .sw-desktop {
    display: none;
  }
}

.locations-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.locations-wrapper h3 {
  font-size: 60px;
}
.locations-wrapper p {
  font-size: 24px;
}
@media (max-width: 1400px) {
  .locations-wrapper h3 {
    font-size: 40px;
  }
  .locations-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 1080px) {
  .locations-wrapper h3 {
    font-size: 30px;
  }
  .locations-wrapper p {
    font-size: 16px;
  }
}

.italic-text {
  font-family: kh_tekalight_italic;
}

.page-top-section {
  background-color: #200529;
  padding: 70px;
}
.page-top-section h2 {
  font-size: 40px;
  color: #FAE8E0;
}
@media (max-width: 850px) {
  .page-top-section h2 {
    font-size: 26px;
  }
}
.page-top-section h1 {
  font-size: 60px;
  color: #FAE8E0;
  font-family: kh_tekabold;
}
@media (max-width: 850px) {
  .page-top-section h1 {
    font-size: 30px;
  }
}
@media (max-width: 850px) {
  .page-top-section {
    padding: 50px 25px 50px 25px;
  }
}

footer {
  background-color: #FAE8E0;
}

.footer-grid-container {
  padding: 75px 20px 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.footer-grid-container .footer-grid-item a {
  display: block;
  color: #200529;
  font-size: 16px;
  padding: 5px 0;
}
.footer-grid-container .footer-grid-item span {
  font-family: kh_tekabold;
  color: #200529;
}
.footer-grid-container .footer-grid-item .footer-grid-item-title {
  display: block;
  height: 40px;
  font-size: 20px;
  font-family: kh_tekalight;
}
@media (max-width: 768px) {
  .footer-grid-container .footer-grid-item .footer-grid-item-title {
    height: auto;
  }
}
.footer-grid-container .footer-grid-item {
  font-size: 15px;
  color: #666;
}
@media (max-width: 768px) {
  .footer-grid-container .footer-grid-item {
    width: 100% !important;
  }
  .footer-grid-container .footer-grid-item:nth-child(1) {
    order: 5;
  }
  .footer-grid-container .footer-grid-item:nth-child(2) {
    order: 1;
  }
  .footer-grid-container .footer-grid-item:nth-child(3) {
    order: 2;
  }
  .footer-grid-container .footer-grid-item:nth-child(4) {
    order: 3;
  }
  .footer-grid-container .footer-grid-item:nth-child(5) {
    order: 4;
  }
}
.footer-grid-container .social-media-links {
  display: flex;
  padding-top: 10px;
}
.footer-grid-container .social-media-links a {
  display: inline-block;
  margin-right: 15px;
  color: #200529;
  font-family: kh_tekalight;
}
.footer-grid-container .social-media-links a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer-grid-container {
    flex-direction: column;
  }
}

.footer-special-links {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}
.footer-special-links a {
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
}

.fixed-contact {
  position: fixed;
  bottom: 5%;
  right: 10%;
}

.contact-menu .active {
  background-color: #A56EDA;
}

.contact-toggle {
  background-color: #200529;
  padding: 8px 12px;
  outline: none;
  border-width: 0;
}
.contact-toggle i {
  color: #fff;
}

.toggle-linkedin {
  border-radius: 3px 0 3px 0;
  margin-right: -5px;
}

.toggle-mail {
  border-radius: 0 3px 3px 0;
}

.grid-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 40px;
  padding: 20px 0;
}
.grid-container .grid-item {
  flex-grow: 1;
  width: 50%;
}
@media (max-width: 768px) {
  .grid-container .grid-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid-container {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
}

.grid-tiles {
  display: flex;
  flex-wrap: wrap;
}
.grid-tiles .grid-tiles-item {
  flex: 1 1 50%;
  /* Each box takes 50% of the container width */
  height: 460px;
  /* Adjust height as needed */
  align-items: center;
  justify-content: center;
  overflow: hidden;
  align-content: center;
  position: relative;
}
.grid-tiles .grid-tiles-item .grid-tiles-item-text {
  padding: 0 40px 40px 40px;
}
@media (max-width: 768px) {
  .grid-tiles .grid-tiles-item .grid-tiles-item-text {
    padding: 40px 40px 80px 40px;
  }
}
.grid-tiles .grid-tiles-item .grid-tiles-item-text-link {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #200529;
  font-size: 24px;
  color: #fff;
  padding: 20px 0 20px 40px;
}
.grid-tiles .grid-tiles-item .grid-tiles-item-text-link:hover {
  opacity: 0.7;
  transition: 0.3s;
  text-decoration: none;
}
@media (max-width: 1400px) {
  .grid-tiles .grid-tiles-item .grid-tiles-item-text-link {
    font-size: 20px;
  }
}
@media (max-width: 1080px) {
  .grid-tiles .grid-tiles-item .grid-tiles-item-text-link {
    font-size: 16px;
    padding: 10px 0 10px 40px;
  }
}
.grid-tiles .grid-tiles-item .grid-tiles-item-text-link-2 {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.grid-tiles .grid-tiles-item .grid-tiles-item-text-link-2 a {
  background-color: #200529;
  font-size: 24px;
  color: #fff;
  padding: 20px 0 20px 0;
  display: block;
  width: 50%;
  text-align: center;
}
.grid-tiles .grid-tiles-item .grid-tiles-item-text-link-2 a:hover {
  opacity: 0.7;
  transition: 0.3s;
  text-decoration: none;
}
@media (max-width: 1400px) {
  .grid-tiles .grid-tiles-item .grid-tiles-item-text-link-2 a {
    font-size: 20px;
  }
}
@media (max-width: 1080px) {
  .grid-tiles .grid-tiles-item .grid-tiles-item-text-link-2 a {
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 768px) {
  .grid-tiles .grid-tiles-item {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1400px) {
  .grid-tiles .grid-tiles-item {
    height: 340px;
  }
}
@media (max-width: 1080px) {
  .grid-tiles .grid-tiles-item {
    height: 300px;
  }
}
@media (max-width: 1400px) {
  .grid-tiles .career-item {
    height: auto !important;
  }
}
@media (max-width: 1080px) {
  .grid-tiles .career-item {
    height: auto !important;
  }
}
.grid-tiles .career-item h3 {
  font-size: 36px !important;
}
@media (max-width: 768px) {
  .grid-tiles {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
  .grid-tiles:nth-child(even) .grid-tiles-item:nth-child(1) {
    order: 2;
  }
  .grid-tiles:nth-child(even) .grid-tiles-item:nth-child(2) {
    order: 1;
  }
}

.industries-wrapper .grid-tiles-item {
  background-size: cover !important;
  background-position: center !important;
}

.btn-main {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #000;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  font-size: 18px;
  font-family: kh_tekaregular;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .btn-main {
    padding: 14px 25px;
  }
}
.btn-main:hover {
  background-color: #200529;
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
}
.btn-main.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
.btn-main.btn-white:hover {
  background-color: #fff;
  color: #200529;
  transition: 0.3s;
  text-decoration: none;
}
.btn-main.btn-main-dark {
  color: #fff;
  background-color: #200529;
  border: 1px solid #200529;
}
.btn-main.btn-main-dark:hover {
  background-color: #FAE8E0;
  color: #200529;
  border: 1px solid #200529;
  transition: 0.3s;
  text-decoration: none;
}

.navbar {
  position: relative;
}

@media (max-width: 991px) {
  .navbar-nav {
    margin: 30px 0;
  }
}
.navbar-nav .active .nav-link {
  color: #FA601E !important;
}

.nav-link {
  color: #200529 !important;
  text-decoration: none;
  font-family: kh_tekaregular;
  font-size: 18px;
  margin-left: 20px !important;
}
.nav-link:hover {
  text-decoration: underline !important;
}
@media (max-width: 991px) {
  .nav-link {
    font-family: "kh_tekalight" !important;
    color: #FAE8E0;
    text-decoration: none;
    display: block;
    margin: 0px 20px;
    font-size: 20px;
    transition: color 0.3s;
    border-bottom: 1px solid rgba(250, 232, 224, 0.2);
  }
  .nav-link:hover {
    text-decoration: none !important;
    border-bottom: 1px solid rgb(250, 232, 224);
  }
  .nav-link:active {
    color: #FA601E;
  }
}

.container-fluid-navbar {
  padding: 40px !important;
}
@media (max-width: 768px) {
  .container-fluid-navbar {
    padding: 10px 20px !important;
  }
}

.navbar-brand img {
  height: 40px;
}

/* Expanded menu */
.custom-expanded-menu {
  background-color: #200529;
  margin: 0;
  padding: 0;
  color: white;
  position: fixed;
  top: 135px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .custom-expanded-menu {
    top: 280px;
  }
}

.custom-expanded-menu.visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.menu-wrapper {
  width: 100%;
}

.menu-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.menu-bg-img {
  display: flex;
  justify-content: center; /* Horizontal center */
  align-items: center; /* Vertical center */
  height: 100%;
  flex: 1;
}
.menu-bg-img img {
  opacity: 20%;
  max-width: 100%; /* Keep image responsive */
  width: 450px;
  height: auto;
}
@media (max-width: 991px) {
  .menu-bg-img {
    display: none;
  }
}

.expanded-nav {
  flex: 1;
  padding: 0 20px;
}
.expanded-nav a {
  color: #FAE8E0;
  text-decoration: none;
  display: block;
  margin-bottom: 1rem;
  font-size: 36px;
  transition: color 0.3s;
  color: white;
  text-decoration: none;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(250, 232, 224, 0.2);
}
.expanded-nav a:hover {
  border-bottom: 1px solid rgb(250, 232, 224);
}
.expanded-nav a:active {
  color: #FA601E;
}
@media (max-width: 991px) {
  .expanded-nav a {
    margin: 0px 20px;
    padding: 0.5rem 0;
    font-size: 20px;
  }
}

.footer-links {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
@media (max-width: 991px) {
  .footer-links {
    justify-content: space-between;
    margin: 0px 40px;
  }
}

.footer-links a {
  color: #FAE8E0;
  margin-right: 1rem;
  font-size: 18px;
  line-height: 26px;
  border-bottom: none;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-links a:active {
  color: #FA601E;
}

/* Add class .header-style on body with js, to style some elements when the menu is expanded */
.header-style .navbar .nav-link {
  color: #FAE8E0 !important;
}

.header-style .site-header {
  background-color: #200529 !important;
}

.header-style {
  overflow: hidden;
}

#custom-menu-toggle {
  border-bottom: 0;
}
@media (max-width: 991px) {
  #custom-menu-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
  }
}
#custom-menu-toggle:focus {
  box-shadow: none;
}

.page-section-posts {
  padding: 40px 0;
}
.page-section-posts h2 {
  font-size: 40px;
  padding: 20px;
}
@media (max-width: 720px) {
  .page-section-posts h2 {
    font-size: 28px;
  }
}
.page-section-posts h3 {
  font-size: 22px;
  font-family: kh_tekabold;
  padding: 20px 0 30px 20px;
}

.post-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.post-item {
  width: 25%;
}
@media (max-width: 991px) {
  .post-item {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .post-item {
    width: 100%;
  }
}

.post-item-card {
  margin: 10px;
  height: 380px;
  overflow: hidden;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 20px;
}
.post-item-card::before {
  display: block;
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
}
.post-item-card::after {
  display: block;
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40%;
  background: linear-gradient(black, transparent);
  z-index: 2;
}
.post-item-card:hover::before {
  opacity: 0.6;
  transition: 0.5s;
}
.post-item-card .post-item-category {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  color: #fff;
  font-family: kh_tekaregular;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}
.post-item-card .post-item-title {
  font-size: 18px;
  display: block;
  color: #fff;
  font-family: kh_tekaregular;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
  text-decoration: none;
}
.post-item-card .post-item-description {
  font-size: 16px;
  display: block;
  color: #fff;
  position: relative;
  z-index: 3;
  text-decoration: none;
  display: none;
}
.post-item-card .post-item-card-explore {
  font-size: 18px;
  display: block;
  color: #fff;
  font-family: kh_tekaregular;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  text-decoration: none;
  display: none;
}
.post-item-card:hover::before {
  opacity: 0.6;
  transition: 0.5s;
}
.post-item-card:hover .post-item-description {
  display: block;
}
.post-item-card:hover .post-item-card-explore {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.article-carousel {
  padding-bottom: 40px;
  position: relative;
}

.slick-arrow {
  position: absolute;
  bottom: 0;
  border: none;
  background-color: #200529;
  color: #FAE8E0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  outline: none;
}

.slick-next {
  right: 7px;
}

.slick-prev {
  right: 63px;
}

.hero-slide-wrapper .slick-arrow {
  position: absolute;
  top: 45%;
  border: none;
  background-color: transparent;
  color: #FAE8E0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  outline: none;
  z-index: 99;
  transition: 0.3s;
}
.hero-slide-wrapper .slick-arrow:hover {
  background-color: #FAE8E0;
  color: #200529;
  opacity: 0.8;
}
.hero-slide-wrapper .slick-next {
  right: 20px;
}
.hero-slide-wrapper .slick-prev {
  left: 20px;
}

.section-theme-dark .slick-arrow {
  position: absolute;
  bottom: 0;
  border: none;
  background-color: #FAE8E0;
  color: #200529;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  outline: none;
}

.wpforms-submit-container {
  margin-top: 15px;
}
.wpforms-submit-container .btn-main {
  padding: 12px 30px !important;
  border-radius: 25px;
  font-size: 16px;
  background: none;
  background-color: #fff;
  color: #200529;
}
.wpforms-submit-container .btn-main:hover {
  background-color: #200529;
  color: #fff;
  text-decoration: none;
}

.custom-input-field {
  padding-top: 0 !important;
}
.custom-input-field input {
  border: 1px solid #D0D5DD;
  padding: 5px;
  border-radius: 5px !important;
}

.custom-input-field-textbox {
  padding-top: 0 !important;
}
.custom-input-field-textbox textarea {
  border: 1px solid #D0D5DD;
  padding: 5px;
  border-radius: 5px !important;
}

.wpforms-field-label {
  margin-bottom: 2px !important;
}

.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Adjust this based on the height you want */
  overflow: hidden;
  /* Video media styling */
}
.video-background__media {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
  /* Place behind the content */
}
.video-background {
  /* Content on top of the video */
}
.video-background__content {
  position: relative;
  z-index: 1;
  color: #200529;
}
@media (max-width: 961px) {
  .video-background {
    height: auto;
  }
}

.main-header-text {
  padding: 80px 40px 0;
}
.main-header-text .tagline {
  line-height: 90px !important;
  font-size: 80px !important;
}
@media (max-width: 768px) {
  .main-header-text .tagline {
    font-size: 76px;
    line-height: 75px;
  }
}

.tagline-secondary {
  font-size: 30px !important;
  display: block;
  position: absolute;
  bottom: 40px;
  padding: 40px;
}
@media (max-width: 961px) {
  .tagline-secondary {
    font-size: 22px;
    position: relative;
    bottom: auto;
  }
}

.section-off-white-pattern {
  background-color: #FAE8E0;
  background-image: url(../images/reversible.png);
  background-repeat: repeat;
  overflow: hidden;
}

.home-insights {
  max-width: 1040px;
  margin: 0 auto;
  padding: 80px 20px 50px 20px;
}
.home-insights .read-more {
  text-align: center;
  padding-top: 30px;
}

.insights-item {
  width: 100%;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.insights-item-1 {
  background-size: cover;
  background-position: center;
  height: 270px;
}
.insights-item-1::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  opacity: 0.3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.insights-item-1:hover {
  cursor: pointer;
}
.insights-item-1:hover::before {
  opacity: 0.6;
  transition: 0.5s;
}

.insights-item-img-1 {
  background-image: url(../images/content/insight1.png);
}

.insights-item-img-2 {
  background-image: url(../images/content/flup.jpg);
}

.insights-item-img-3 {
  background-image: url(../images/content/dotnet.jpg);
}

.insights-item-title {
  padding-left: 20px;
  padding-bottom: 20px;
}
.insights-item-title h3 {
  font-size: 63px;
  font-family: kh_tekabold;
  line-height: 78px;
  color: #200529;
}
@media (max-width: 768px) {
  .insights-item-title h3 {
    font-size: 36px;
    line-height: 40px;
  }
}

.insights-item-1 h3 {
  font-size: 25px;
  font-family: kh_tekaregular;
  line-height: 30px;
  color: #fff;
  position: absolute;
  z-index: 8;
  padding: 20px;
  bottom: 0;
  top: auto;
}
.insights-item-1 p {
  color: white;
  padding: 0 20px 20px 20px;
  display: none;
  position: relative;
  z-index: 8;
}
.insights-item-1:hover h3 {
  top: 0;
  bottom: auto;
  transition: 0.3s;
  position: relative;
}
.insights-item-1:hover p {
  display: block;
}

.home-about {
  padding: 20px;
  max-width: 1300px;
  margin: 0 auto;
}
.home-about .home-about-text h3 {
  font-size: 64px;
  line-height: 78px;
}
.home-about .home-about-text p {
  font-size: 25px;
  padding: 30px 0;
}
.home-about .home-about-text .small-text {
  font-size: 16px;
  padding-top: 0;
}
.home-about .home-about-text .button-wrapper {
  margin-top: 20px;
}
.home-about .home-about-text .button-wrapper .btn-main {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .home-about .home-about-text h3 {
    color: #200529;
    font-size: 48px;
  }
  .home-about .home-about-text p {
    color: #200529;
    font-size: 22px;
  }
}
.home-about .home-about-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/*Values in focus*/
.home-values {
  background: #2F073C;
  min-height: 600px;
  background-image: url(../images/content/home-values-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 768px) {
  .home-values {
    background: #200529;
  }
}

.home-values-wrapper {
  padding: 20px;
  max-width: 1300px;
  margin: 0 auto;
}
.home-values-wrapper .grid-container {
  max-width: 100% !important;
}

.home-values-content {
  padding: 60px 0 50px 0;
  max-width: 645px;
}
.home-values-content h3 {
  font-size: 64px;
  color: #fff;
  line-height: 78px;
}
.home-values-content p {
  font-size: 25px;
  color: #fff;
  line-height: 36px;
  padding: 40px 0 30px 0;
}
.home-values-content a {
  text-decoration: underline;
  font-size: 22px;
}
.home-values-content a:hover {
  color: #FA601E;
}
@media (max-width: 768px) {
  .home-values-content h3 {
    font-size: 48px;
  }
  .home-values-content p {
    font-size: 22px;
  }
  .home-values-content a {
    font-size: 18px;
  }
}

.home-value-item {
  padding-left: 80px;
  padding-top: 15px;
}
.home-value-item h4 {
  font-size: 32px;
  line-height: 42px;
}
.home-value-item p {
  font-family: kh_tekaregular;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.7;
}
.home-value-item a:hover {
  text-decoration: none;
  color: #FA601E;
}
.home-value-item.home-value-item-1 {
  background: url(../images/content/circle-left.png) top left no-repeat;
}
.home-value-item.home-value-item-2 {
  background: url(../images/content/circle-right.png) top left no-repeat;
}
.home-value-item.home-value-item-3 {
  background: url(../images/content/circle-up.png) top left no-repeat;
}
.home-value-item.home-value-item-4 {
  background: url(../images/content/circle-down.png) top left no-repeat;
}

.home-client-logos {
  padding: 40px 20px;
  background-color: #200529;
  text-align: center;
}

/*career*/
.home-careers-wrapper {
  background-image: url(../images/Secondary_Dusk-dotgrid-1x.png);
  background-repeat: repeat-x;
  background-color: #3039FE;
}

.light-bg {
  background-color: #FAE8E0;
  background-image: url(../images/reversible.png);
  background-repeat: repeat;
}
.light-bg .home-about-text h3 {
  color: #200529 !important;
}
.light-bg .home-about-text p {
  color: #200529 !important;
}

.home-careers {
  padding: 75px 20px;
  max-width: 1300px;
  margin: 0 auto;
}
.home-careers .home-about-text h3 {
  font-size: 64px;
  line-height: 78px;
  color: #fff;
}
.home-careers .home-about-text p {
  font-size: 25px;
  padding: 30px 0;
  color: #fff;
  max-width: 520px;
}
@media (max-width: 768px) {
  .home-careers .home-about-text h3 {
    color: #200529;
    font-size: 48px;
  }
  .home-careers .home-about-text p {
    color: #200529;
    font-size: 22px;
  }
}
.home-careers .home-about-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.home-careers .grid-item:nth-child(1) {
  width: 40%;
  text-align: center;
}
.home-careers .grid-item:nth-child(2) {
  width: 60%;
  align-self: center;
}
@media (max-width: 768px) {
  .home-careers .grid-item {
    width: 100% !important;
  }
  .home-careers .grid-item:nth-child(1) {
    order: 2;
  }
  .home-careers .grid-item:nth-child(2) {
    order: 1;
  }
}

/*temp*/
.temp-logo-img {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #FAE8E0;
  width: 360px;
  height: 150px;
  margin-bottom: 20px;
  align-content: center;
  text-align: center;
  transition: 0.4s;
}
.temp-logo-img:hover {
  background-color: #FEAF83;
}

.temp-link {
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #fff;
  transition: 0.4s;
}
.temp-link:hover {
  color: #FAE8E0;
  border-bottom: 2px solid #200529;
}

.post-item-wrapper-homepage .post-item {
  width: 50%;
}
@media (max-width: 991px) {
  .post-item-wrapper-homepage .post-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .post-item-wrapper-homepage .post-item {
    width: 100%;
  }
}
.post-item-wrapper-homepage .post-item-card {
  height: 270px;
}

.how-we-work {
  background: #21072D;
  padding: 5% 0;
  background-image: url(../images/circle_opacity.png);
  background-position: top right;
  background-repeat: no-repeat;
  color: #FAE8E0;
  font-family: kh_tekalight;
}
.how-we-work .workflow-intro {
  width: 60%;
  margin: 0 auto;
}
.how-we-work h2 {
  font-size: 60px;
}
.how-we-work p {
  font-size: 20px;
  line-height: normal;
  margin: 7% 0;
}
.how-we-work .card {
  background-color: rgba(0, 0, 0, 0.5);
  height: 270px;
}
.how-we-work .card-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: kh_tekabold;
}
.how-we-work .card-body {
  padding: 3rem;
}
.how-we-work .card-text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: justify;
}

.regional-office {
  color: white;
  background-color: #200529;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 40px;
  position: relative;
}
.regional-office .regional-office-content {
  position: relative;
  z-index: 2;
}
.regional-office h1 {
  font-size: 54px;
  font-family: kh_tekabold;
}
@media (max-width: 790px) {
  .regional-office h1 {
    font-size: 36px;
  }
}
.regional-office span {
  font-size: 38px;
  color: #FAE8E0;
}
@media (max-width: 790px) {
  .regional-office span {
    font-size: 24px;
  }
}
.regional-office .regional-office-contact {
  max-width: 475px;
}
.regional-office::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #200529;
  opacity: 0.7;
  z-index: 1;
}
.regional-office .regional-office-contact {
  background-color: rgba(32, 5, 41, 0.8);
  padding: 30px 20px;
  margin-top: 20px;
}
.regional-office .regional-office-contact h5 {
  font-size: 14px;
  font-family: kh_tekabold;
  margin-bottom: 10px;
}
.regional-office .regional-office-contact p {
  font-size: 14px;
}
.regional-office .regional-office-contact-address {
  border-right: 1px solid #eee;
}

/*
.office-city--stockholm {
    background: url("/wordpress/wp-content/uploads/2024/11/location.jpg") center center repeat-x;
    background-size: cover;
}

.office-city--goteborg {
    background: url("/wordpress/wp-content/uploads/2024/11/Goteborg.jpg") center center repeat-x;
    background-size: cover;
}
    */
/* ---------- TOP CITY STRIP ---------- */
.offices-wrapper {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #181424;
}

.office-cities {
  display: flex;
  overflow-x: auto;
}

.office-city {
  position: relative;
  min-width: 16.66%;
  height: 220px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  flex: 1;
}

.office-city::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.1));
}

.office-city span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-size: 16px;
}

/*.office-city--stockholm {
    background-image: url('/wordpress/wp-content/uploads/2024/11/location.jpg');
}

.office-city--goteborg {
    background-image: url('/wordpress/wp-content/uploads/2024/11/Goteborg.jpg');
}


.office-city--malmo {
    background-image: url('/wordpress/wp-content/uploads/2024/11/Malmo.jpg');
}

.office-city--skopje {
    background-image: url('/wordpress/wp-content/uploads/2024/11/Skopje.jpg');
}

.office-city--bitola {
    background-image: url('/wordpress/wp-content/uploads/2024/11/Bitola.jpg');
}

.office-city--sofia {
    background-image: url('/wordpress/wp-content/uploads/2024/11/Sofia.jpg');
}
*/
/* ---------- MODAL SECTION ---------- */
.office-modal {
  position: relative;
  background: #fff;
  padding: 80px 8vw 80px;
}

.office-modal-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: flex-start;
}

/* left text */
.office-modal h2 {
  font-size: 32px;
  margin: 0 0 24px;
}

.office-modal p {
  line-height: 1.6;
  margin: 0 0 14px;
  color: #463d57;
}

.office-contact {
  display: flex;
  width: 100%;
  margin-top: 32px;
  font-size: 14px;
}

.office-card {
  background: #ffe9d6;
  padding: 20px 22px;
  min-width: 0;
  width: 50%;
}
.office-card #officeEmail a:hover {
  color: #FA601E;
}

.office-card h4 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #200529;
}

.office-card p {
  margin: 0 0 6px;
}

.office-card .office-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 13px;
}

/* right image collage */
.office-gallery {
  display: block;
  width: 100%;
  height: 100%;
}

.office-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* make center image wider like in reference */
.office-gallery img:nth-child(3) {
  grid-column: 1/3;
}

/* close button */
.office-modal-close {
  position: absolute;
  right: 32px;
  top: 32px;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
  .office-modal-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.fontawesome-icon-list .fa-hover a .fa {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

.about-people {
  background-color: #FAE8E0;
}
.about-people .locations-wrapper {
  padding: 60px 40px;
}
.about-people .locations-wrapper p {
  font-size: 40px;
}
@media (max-width: 1400px) {
  .about-people .locations-wrapper p {
    font-size: 30px;
  }
}
@media (max-width: 1080px) {
  .about-people .locations-wrapper p {
    font-size: 26px;
  }
}
.about-people.background-dark {
  background-color: #200529;
  color: #fff;
}

.section-locations .location-item li {
  width: 20%;
}

.consultants-in-focus {
  background-color: #FAE8E0;
  padding: 40px 0;
}
.consultants-in-focus .section-title {
  font-size: 40px;
  text-align: center;
}
.consultants-in-focus .section-description {
  font-size: 20px;
  text-align: center;
  padding: 20px 0 40px 0;
  max-width: 750px;
  margin: 0 auto;
}
.consultants-in-focus .consultants-in-focus-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.about-company {
  background-color: #200529;
  color: #fff;
}
.about-company .about-company-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 40px;
}
.about-company .about-company-wrapper p {
  font-size: 32px;
}
@media (max-width: 1080px) {
  .about-company .about-company-wrapper p {
    font-size: 26px;
  }
}

.office-social-links {
  padding: 60px 0;
}
.office-social-links .img-logotype {
  max-width: 160px;
}
.office-social-links .office-social-links-title {
  font-size: 45px;
}
.office-social-links .office-social-media-links {
  font-size: 14px;
  display: block;
  padding-bottom: 20px;
}
.office-social-links .office-social-media-links-wrapper {
  padding-top: 40px;
}
.office-social-links .office-social-media-links-wrapper a {
  display: block;
  padding: 5px 0;
}

/* Real About us */
.page-template-about .site-header,
.page-template-contact .site-header {
  background-color: #FAE8E0;
}

.top-beige-section {
  background-color: #FAE8E0;
  padding: 100px 0 150px 0;
}
@media (max-width: 720px) {
  .top-beige-section {
    padding: 40px 0 60px 0;
  }
}
.top-beige-section .top-beige-section-content {
  font-family: kh_tekaregular;
  max-width: 730px;
}
.top-beige-section .top-beige-section-content h1 {
  font-size: 40px;
  padding-bottom: 60px;
}
@media (max-width: 720px) {
  .top-beige-section .top-beige-section-content h1 {
    font-size: 35px;
    padding-bottom: 40px;
  }
}
.top-beige-section .top-beige-section-content p {
  font-size: 22px;
  font-family: kh_tekaregular;
}
.top-beige-section .top-beige-section-symbol {
  background: url(../images/dotted-element.png) center right no-repeat;
}
@media (max-width: 1080px) {
  .top-beige-section .top-beige-section-symbol {
    background: none;
  }
}

.about-main-image {
  background-color: #FAE8E0;
  text-align: center;
}

.about-mission {
  background-color: #FAE8E0;
}
.about-mission .container {
  background: url(../images/mission-target.png) 0 -70px no-repeat #FAE8E0;
  background-size: 500px 500px;
}
@media (max-width: 1200px) {
  .about-mission .container {
    background-size: 450px 450px;
  }
}
@media (max-width: 992px) {
  .about-mission .container {
    background: url(../images/mission-target.png) 0 -45px no-repeat #FAE8E0;
    background-size: 150px 150px;
    padding-top: 50px;
  }
}
.about-mission .about-mission-content {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .about-mission .about-mission-content {
    padding-left: 50%;
  }
}
.about-mission .about-mission-content h3 {
  font-size: 40px;
  font-family: kh_tekaregular;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .about-mission .about-mission-content h3 {
    font-size: 35px;
    padding-bottom: 20px;
  }
}
.about-mission .about-mission-content p {
  font-size: 19px;
  font-family: kh_tekaregular;
}

.about-story {
  background-color: #FFF2E7;
}
.about-story .about-story-title {
  max-width: 660px;
  padding: 60px 0 40px 0;
}
.about-story .about-story-title h3 {
  font-size: 40px;
  font-family: kh_tekaregular;
  color: #200529;
}
@media (max-width: 768px) {
  .about-story .about-story-title h3 {
    font-size: 35px;
    padding-bottom: 20px;
  }
}
.about-story .block-link {
  display: block;
  width: 100%;
  height: 220px;
  line-height: 180px;
  color: #FAE8E0;
  background: url(../images/dotted-small.png) right top repeat-y #200529;
  background-size: contain;
  font-size: 24px;
  padding-left: 25px;
  padding-top: 40px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.about-story .block-link i {
  position: absolute;
  left: -25px;
  top: 150px;
  transition: 0.3s;
}
.about-story .block-link:hover {
  text-decoration: none;
  color: #fff;
  font-family: kh_tekaregular;
}
.about-story .block-link:hover i {
  left: 25px;
}
.about-story p {
  font-size: 16px;
  font-family: kh_tekaregular;
  color: #200529;
  margin-bottom: 40px;
}
.about-story .secondary-title,
.about-story .secondary-title-text {
  font-size: 40px;
  color: #200529;
  display: block;
}
@media (max-width: 768px) {
  .about-story .secondary-title,
  .about-story .secondary-title-text {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
.about-story .secondary-title {
  font-family: kh_tekabold;
  margin-top: 100px;
}
.about-story .secondary-title-text {
  font-family: kh_tekalight;
  margin-bottom: 80px;
}

.our-people-gallery {
  background-color: #200529;
  padding: 70px 0;
}
.our-people-gallery h2 {
  color: #FAE8E0;
  font-size: 60px;
  text-align: center;
  padding-bottom: 40px;
  font-size: 40px;
}
@media (max-width: 768px) {
  .our-people-gallery h2 {
    font-size: 35px;
    padding-bottom: 20px;
  }
}
.our-people-gallery .our-people-gallery-link {
  height: 194px;
  background-color: #361C3D;
  margin: 5px;
}
@media (max-width: 1199px) {
  .our-people-gallery .our-people-gallery-link {
    height: 162px;
  }
}
@media (max-width: 991px) {
  .our-people-gallery .our-people-gallery-link {
    height: 118px;
  }
}
.our-people-gallery .our-people-gallery-link a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: kh_tekaregular;
  font-size: 24px;
  padding-left: 25px;
  padding-top: 40%;
  transition: 0.4s;
}
.our-people-gallery .our-people-gallery-link a i {
  display: block;
}
.our-people-gallery .our-people-gallery-link a:hover {
  text-decoration: none;
  color: #FAE8E0;
  background-color: #634F68;
}
@media (max-width: 991px) {
  .our-people-gallery .our-people-gallery-link a {
    font-size: 18px;
    padding-top: 35%;
  }
}
@media (max-width: 767px) {
  .our-people-gallery .our-people-gallery-link a {
    font-size: 18px;
    padding-top: 25px;
  }
}
.our-people-gallery.services-people {
  background-color: #FAE8E0;
}
.our-people-gallery.services-people h2 {
  color: #200529;
}
.our-people-gallery.services-people p {
  font-size: 21px;
  padding: 10px;
}
.our-people-gallery.services-people .our-people-gallery-link {
  background: url(../images/dotted-small.png) right top repeat #FAE8E0;
}
.our-people-gallery.services-people .our-people-gallery-link a {
  color: #200529;
}
.our-people-gallery.services-people .our-people-gallery-link a:hover {
  text-decoration: none;
  color: #000;
  background: url(../images/dotted-small.png) right top repeat #FFF2E7;
}

.our-people-gallery-img {
  overflow: hidden;
  margin: 5px;
}
.our-people-gallery-img img {
  width: 100%;
}

.light-bg-about {
  background-image: none;
  background-color: #FFF2E7;
}
.light-bg-about p {
  font-size: 20px !important;
}

.application-lifecycle {
  font-family: kh_tekalight;
  padding: 50px 0;
  background: #FFF2E7;
}
.application-lifecycle h3 {
  font-size: 40px;
  line-height: normal;
  margin-bottom: 50px;
  color: #1f0f2b;
}
.application-lifecycle p {
  font-family: kh_tekalight;
  font-size: 24px;
  font-weight: 100;
  line-height: 34px;
  margin-bottom: 50px;
}
.application-lifecycle .card {
  background: url(../images/dotted-small.png) right top no-repeat #1f0f2b;
  color: #FFF2E7;
  border-radius: 16px;
  width: 100%;
  max-width: 410px;
  height: 175px;
  transition: all 0.5s ease;
}
.application-lifecycle .card:hover {
  background: url(../images/dotted-small.png) right top no-repeat #2b143c;
  text-decoration: none;
}
.application-lifecycle .card h5 {
  font-family: kh_tekaregular;
  font-size: 20px;
  word-wrap: break-word;
  padding-top: 45%;
}
.application-lifecycle .card .card-body {
  width: 50%;
}
.application-lifecycle .card .card-title {
  margin-bottom: 0.15rem;
}

.breadcrumbs {
  font-family: kh_tekaregular;
  font-size: 14px;
  color: #c4c4c4;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #1f0f2b;
  text-decoration: none;
  transition: all 0.5s ease;
}

.breadcrumbs a:hover {
  color: #2b143c;
  text-decoration: underline;
  transition: all 0.5s ease;
}

.supporting-link {
  margin-top: 50px;
  color: #FA601E;
}
.supporting-link a {
  text-decoration: none;
  transition: all 0.5s ease;
}
.supporting-link a:hover {
  text-decoration: underline;
  color: #FA601E;
  transition: all 0.5s ease;
}

.what-we-do {
  font-family: kh_tekalight;
  padding: 50px 0;
  background: rgba(255, 242, 231, 0.4);
}
.what-we-do h3 {
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin-bottom: 50px;
  color: #1f0f2b;
}
.what-we-do p {
  font-family: kh_tekalight;
  font-size: 24px;
  font-weight: 100;
  line-height: 34px;
  text-align: center;
  margin-bottom: 50px;
}
.what-we-do .card {
  border-radius: 16px;
  width: 100%;
  height: 377px;
  border: 1px solid #FAE8E0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #200529;
  margin-bottom: 30px;
  padding: 15px 15px 15px 60px;
  transition: all 0.5s ease;
}
.what-we-do .card:hover {
  text-decoration: none;
}
.what-we-do .card.item-1 {
  background: url(../images/content/circle-left.png) top left no-repeat rgba(255, 255, 255, 0.5);
}
.what-we-do .card.item-2 {
  background: url(../images/content/circle-up.png) top left no-repeat rgba(255, 255, 255, 0.5);
}
.what-we-do .card.item-3 {
  background: url(../images/content/circle-right.png) top left no-repeat rgba(255, 255, 255, 0.5);
}
.what-we-do .card h5 {
  font-family: kh_tekaregular;
  font-size: 20px;
  word-wrap: break-word;
}
.what-we-do .card .card-body {
  text-align: left;
  padding-top: 0.5rem;
}
.what-we-do .card .card-title {
  font-size: 26px;
  line-height: 36px;
  text-align: left;
  height: 72px;
  margin-bottom: 1.15rem;
}
.what-we-do .card .card-text {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  min-height: 192px;
  margin-bottom: 1.15rem;
}
.what-we-do .card a {
  font-family: kh_tekalight;
  font-size: 14px;
  text-align: right;
  color: #FA601E;
  display: block;
  width: 100%;
}

.breadcrumbs {
  font-family: kh_tekaregular;
  font-size: 14px;
  color: #c4c4c4;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #1f0f2b;
  text-decoration: none;
  transition: all 0.5s ease;
}

.breadcrumbs a:hover {
  color: #2b143c;
  text-decoration: underline;
  transition: all 0.5s ease;
}

.supporting-link {
  margin-top: 50px;
  color: #FA601E;
}
.supporting-link a {
  text-decoration: none;
  transition: all 0.5s ease;
}
.supporting-link a:hover {
  text-decoration: underline;
  color: #FA601E;
  transition: all 0.5s ease;
}

.contact-people {
  padding: 60px 0;
  background-color: #FFF2E7;
}
.contact-people h2 {
  font-size: 26px;
  font-family: kh_tekabold;
  color: #200529;
}

.contact-people-slider {
  overflow: auto;
  white-space: nowrap;
  scrollbar-color: #FA601E #FFF2E7;
}
.contact-people-slider .contact-people-item {
  display: inline-block;
  padding: 14px;
}
.contact-people-slider .contact-people-item .contact-img {
  max-width: 220px;
  max-height: 267px;
  overflow: hidden;
  border-radius: 10px;
}
.contact-people-slider .contact-people-item .contact-img img {
  border-radius: 10px;
}
.contact-people-slider .contact-people-item:first-child {
  padding-left: 0;
}
.contact-people-slider .contact-people-item .contact-info {
  padding: 10px 0;
}
.contact-people-slider .contact-people-item .contact-info h4 {
  font-size: 18px;
  font-family: kh_tekabold;
}
.contact-people-slider .contact-people-item .contact-info span {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
}
.contact-people-slider .contact-people-item .contact-info p {
  font-size: 14px;
}

.page-template-contact .top-beige-section {
  padding: 20px 0 70px 0;
}
.page-template-contact .top-beige-section .top-beige-section-content {
  padding: 70px 0;
}

.page-contact-form {
  padding: 90px 0;
}
.page-contact-form img {
  border-radius: 10px;
}
.page-contact-form h3 {
  font-size: 30px;
  font-family: kh_tekabold;
  color: #200529;
  padding-bottom: 20px;
}
.page-contact-form p {
  font-size: 18px;
  padding-bottom: 40px;
}

.contact-departments {
  border-top: 1px solid #FAE8E0;
  padding: 50px 0;
}
.contact-departments .contact-departments-symbol {
  background: url(../images/logotype-offwhite.png) center right no-repeat;
}
.contact-departments h5 {
  color: #200529;
  font-size: 22px;
  font-family: kh_tekabold;
}
.contact-departments p {
  font-size: 16px;
}
.contact-departments .contact-department-item {
  padding: 20px 0;
  width: 20%;
}
@media (max-width: 992px) {
  .contact-departments .contact-department-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .contact-departments .contact-department-item {
    width: 50%;
  }
}

.page-contact-locations {
  padding: 60px 0 40px 0;
}
.page-contact-locations h2 {
  color: #200529;
  font-size: 22px;
  font-family: kh_tekabold;
  padding-bottom: 20px;
}
.page-contact-locations h5 {
  font-size: 22px;
  font-family: kh_tekabold;
  color: #200529;
}
.page-contact-locations p {
  font-size: 16px;
  color: #200529;
}
.page-contact-locations .page-contact-locations-item {
  padding: 20px 0;
}

.work-at-nion {
  padding: 60px 0;
}
.work-at-nion .work-at-nion-text h2 {
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .work-at-nion .work-at-nion-text h2 {
    margin-top: 10px;
  }
}
.work-at-nion .work-at-nion-text p {
  margin-bottom: 20px;
  font-size: 24px;
  padding-right: 20px;
}
.work-at-nion .work-at-nion-text p strong {
  font-family: kh_tekabold;
  font-size: 18px;
}
@media (max-width: 991px) {
  .work-at-nion .work-at-nion-text p {
    font-size: 20px;
    padding-right: 0px;
  }
}
.work-at-nion .work-at-nion-text-img img {
  border-radius: 10px;
}

.recruitment-process {
  padding: 20px 0 50px 0;
}
.recruitment-process .recruitment-process-item {
  height: 200px;
  background-color: #FAE8E0;
  background: url(../images/logotype-white.png) calc(100% - 10px) 10px no-repeat #FAE8E0;
  margin: 10px;
  position: relative;
  padding-left: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recruitment-process .recruitment-process-item span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  line-height: 200px;
  font-size: 28px;
  padding-left: 15px;
  font-family: kh_tekabold;
  color: #200529;
}
.recruitment-process .recruitment-process-item h5 {
  font-size: 18px;
  font-family: kh_tekabold;
  padding: 0 20px 5px 20px;
}
.recruitment-process .recruitment-process-item p {
  font-size: 15px;
  padding: 0 20px 0 20px;
}
.recruitment-process h3 {
  padding: 10px 0 40px 10px;
  font-family: kh_tekabold;
  color: #200529;
  font-size: 30px;
}

.teamtailor-jobs {
  padding: 40px 0;
}
.teamtailor-jobs h2 {
  font-size: 40px;
  font-family: kh_tekaregular;
  margin-bottom: 40px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .teamtailor-jobs h2 {
    text-align: center;
  }
}
.teamtailor-jobs h3 {
  padding-left: 15px;
}

.network-contact {
  padding: 40px 0 10px 0;
}
.network-contact h4 {
  font-size: 30px;
  font-family: kh_tekabold;
  padding-bottom: 20px;
}
.network-contact p {
  font-size: 26px;
  font-family: kh_tekaregular;
  padding-bottom: 20px;
}
.network-contact .network-contact-person .network-contact-person-img img {
  border-radius: 10px;
  margin-bottom: 10px;
}
.network-contact .network-contact-person span {
  display: block;
}
.network-contact .network-contact-person .name {
  font-size: 18px;
  font-family: kh_tekabold;
}
.network-contact .network-contact-person .title {
  font-size: 14px;
  font-family: kh_tekaregular;
}
.network-contact .network-contact-person .email {
  font-size: 14px;
  font-family: kh_tekaregular;
}
@media (max-width: 720px) {
  .network-contact .network-contact-person {
    text-align: center;
    margin-bottom: 40px;
  }
}
.network-contact .network-contact-text {
  /*background: url(../images/logotype-offwhite.png) left calc(100% - 20px) no-repeat;*/
  background: url(../images/logotype-offwhite.png) right top no-repeat;
  padding-bottom: 55px;
}
@media (max-width: 720px) {
  .network-contact .network-contact-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .network-contact .network-contact-text {
    background: none;
  }
}

.teamtailor-jobs__job {
  border-bottom: 1px solid #000 !important;
  margin-bottom: 0 !important;
  padding: 12px;
  min-height: 82px;
  position: relative;
}
.teamtailor-jobs__job::before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  margin-right: 8px;
  position: absolute;
  right: 0;
  top: 30px;
  transition: 0.3s;
}
.teamtailor-jobs__job:hover::before {
  right: 15px;
}

.teamtailor-jobs__job-title {
  font-size: 22px;
  font-family: kh_tekabold;
  color: #200529;
}
.teamtailor-jobs__job-title:hover {
  color: #FA601E;
}

.teamtailor-jobs__department {
  font-size: 14px;
  font-family: kh_tekaregular;
}

.teamtailor-jobs__filters {
  padding-left: 10px;
  padding-bottom: 30px;
  overflow: auto;
}

.teamtailor-jobs__select {
  padding: 5px;
  border-top: none;
  border-left: none;
  border-right: none;
}

/* Network */
.feature .feature-header .feature-header-title {
  font-family: kh_tekabold;
  display: block;
  padding: 20px 45px 20px 0;
  font-size: 18px;
  position: relative;
}
.feature .feature-header .feature-header-title i {
  float: right;
  border: 1px solid #FAE8E0;
  padding: 8px 10px;
  font-size: 25px;
  position: absolute;
  right: 0;
  bottom: -1px;
  display: none;
}
.feature .feature-header .feature-header-title.collapsed i {
  display: block;
}
.feature .feature-header .feature-header-title.collapsed {
  color: #200529;
}
.feature .feature-header .feature-header-title:hover {
  color: #FA601E;
  text-decoration: none;
}
.feature .feture-body {
  padding: 5px 0 30px 0;
}
.feature {
  border-bottom: 1px solid #FAE8E0;
}

.network-features-info-wrapper {
  background-color: #FFFAF6;
}
.network-features-info-wrapper .network-features-info {
  padding: 40px 50px;
}
@media (max-width: 720px) {
  .network-features-info-wrapper .network-features-info {
    padding: 20px;
  }
}
.network-features-info-wrapper .network-features-info h3 {
  font-size: 40px;
}
.network-features-info-wrapper .network-features-info p {
  font-size: 20px;
  padding-top: 30px;
}
.network-features-info-wrapper img {
  width: 100%;
}

.network-features .accordion {
  padding: 50px;
}
@media (max-width: 720px) {
  .network-features .accordion {
    padding: 20px;
  }
}

.network-events {
  background-color: #FFFAF6;
  padding-bottom: 60px;
}
.network-events .top-beige-section-symbol {
  background: url(../images/dotted-element.png) center right no-repeat;
  background-size: 180px;
}
@media (max-width: 1080px) {
  .network-events .top-beige-section-symbol {
    background: none;
  }
}
.network-events .network-events-info {
  padding: 60px 0;
}
.network-events .network-events-info h3 {
  font-size: 40px;
}
.network-events .network-events-info p {
  font-size: 20px;
  padding-top: 30px;
}

.network-events-slider {
  padding-bottom: 70px;
}
.network-events-slider .slide {
  border: 1px solid #FAE8E0;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}
.network-events-slider .slide .status {
  font-family: kh_tekabold;
  color: #FA601E;
  padding-top: 10px;
  display: block;
  margin-bottom: 5px;
}
.network-events-slider .slide h4 {
  font-size: 18px;
  line-height: 22px;
  font-family: kh_tekabold;
}
.network-events-slider .slide p {
  padding: 4px 0;
  font-family: kh_tekaregular;
  font-size: 14px;
}
.network-events-slider .slide .location {
  font-size: 13px;
}
.network-events-slider .slide a {
  display: block;
  color: #FA601E;
  text-decoration: underline;
  font-size: 14px;
}
.network-events-slider .slide .coming-soon {
  display: block;
  color: #FA601E;
  font-size: 15px;
}
.network-events-slider .slide img {
  width: 100%;
}

.delivery-models-section {
  padding: 40px 0;
}
.delivery-models-section .delivery-models-section-holder {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.delivery-models-section .delivery-models-section-holder .delivery-models-section-item {
  width: 208px;
  height: 208px;
  margin: 20px;
  padding: 40px 20px 20px 40px;
  background-color: #FAE8E0;
}
.delivery-models-section .delivery-models-section-holder .delivery-models-section-item span {
  display: block;
  font-size: 14px;
  font-family: kh_tekabold;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(../images/logotype-small.png) left 5px no-repeat;
}
.delivery-models-section .delivery-models-section-holder .delivery-models-section-item p {
  font-size: 14px;
}

.services-values {
  background-color: #FEFAF4;
  padding: 40px 0;
}
.services-values h2 {
  font-size: 54px;
  font-family: kh_tekaregular;
  text-align: center;
}
@media (max-width: 768px) {
  .services-values h2 {
    font-size: 35px;
  }
}
.services-values span {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .services-values span {
    font-size: 20px;
  }
}
.services-values .card {
  margin: 10px !important;
  border: 1px solid #FAE8E0;
  background-color: #FEFAF4;
  background: url(../images/logotype-small.png) calc(100% - 20px) calc(100% - 20px) no-repeat;
}
.services-values .card h5 {
  font-size: 18px;
  font-family: kh_tekabold;
  color: #200529;
}
.services-values .card p {
  font-size: 16px;
  margin-bottom: 10px;
}
.services-values .card a {
  font-size: 16px;
  color: #FA601E;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .services-products .hero-slide-wrapper {
    margin-top: -2px;
  }
}
.services-products .section-title {
  position: absolute;
  top: 40px;
  left: 60px;
  z-index: 9;
  max-width: 600px;
  padding-right: 20px;
}
@media (min-width: 1500px) {
  .services-products .section-title {
    max-width: 40%;
  }
}
@media (max-width: 768px) {
  .services-products .section-title {
    position: relative;
    background-color: #200529;
    padding: 30px;
    top: auto;
    left: auto;
  }
}
.services-products .section-title h2 {
  color: #fff;
  font-size: 46px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .services-products .section-title h2 {
    font-size: 30px;
  }
}
.services-products .section-title p {
  color: #fff;
  font-size: 28px;
}
@media (max-width: 768px) {
  .services-products .section-title p {
    font-size: 20px;
  }
}
.services-products .services-product-item {
  background-size: cover;
  background-position: center;
  height: 80vh;
  min-height: 500px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  position: relative;
  border-right: 1px solid #200529;
}
@media (max-width: 768px) {
  .services-products .services-product-item {
    height: 100%;
    min-height: 500px;
  }
}
.services-products .services-product-item > div {
  padding: 40px;
  position: relative;
  z-index: 2;
}
.services-products .services-product-item h5 {
  font-size: 22px;
  font-family: kh_tekabold;
  color: #fff;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .services-products .services-product-item h5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.services-products .services-product-item p {
  font-family: kh_tekaregular;
  font-size: 16px;
  padding-bottom: 20px;
}
.services-products .services-product-item a {
  font-family: kh_tekaregular;
  font-size: 16px;
  color: #FA601E;
  text-decoration: underline;
  display: block;
}
.services-products .services-product-item::before {
  display: block;
  content: "";
  background-color: #200529;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 1;
}
@media (max-width: 768px) {
  .services-products .services-product-item::before {
    opacity: 0.7;
  }
}
.services-products .services-product-item::after {
  display: block;
  content: "";
  background-color: #200529;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30%;
  background: linear-gradient(#200529, transparent);
  z-index: 8;
}
@media (max-width: 768px) {
  .services-products .services-product-item::after {
    display: none;
  }
}
.services-products .services-product-item .services-product-item-text {
  display: none;
  background: url(../images/logotype-offwhite.png) right bottom no-repeat;
  background-size: 26px;
}
@media (max-width: 768px) {
  .services-products .services-product-item .services-product-item-text {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.services-products .services-product-item:hover::before {
  opacity: 0.9;
  transition: 0.5s;
}
.services-products .services-product-item:hover .services-product-item-text {
  display: block;
}
.services-products .slick-next {
  right: 5px;
}
.services-products .slick-prev {
  left: 5px;
}

.competencies {
  background: url(../images/Secondary_Dusk-dotgrid-1x.png) center center repeat-x;
  background-size: cover;
}
.competencies h2 {
  color: #200529;
}

.competences-tabs h2 {
  font-size: 56px;
  line-height: 60px;
  color: #200529;
  padding-left: 20px;
  padding-top: 40px;
  padding: 40px 0 30px 40px;
}
@media (max-width: 768px) {
  .competences-tabs h2 {
    font-size: 36px;
  }
}
.competences-tabs .competence-tabs-navigation a {
  border-radius: 0;
  padding: 20px;
  border-bottom: 1px solid #F5F5F5;
}
.competences-tabs .competence-tabs-navigation a:hover {
  background-color: #FFF2E7 !important;
  text-decoration: none !important;
}
.competences-tabs .competence-tabs-navigation .active {
  background-color: #FFFAF5 !important;
  font-size: 18px;
}
.competences-tabs .competence-tabs-content {
  background-color: #FFFAF5;
}
.competences-tabs .competence-tabs-content .competence-top-section {
  padding: 40px 20px 10px 20px;
}
.competences-tabs .competence-tabs-content .competence-top-section h3 {
  font-size: 26px;
  font-family: kh_tekabold;
  color: #200529;
  padding-bottom: 20px;
}
.competences-tabs .competence-tabs-content .competence-top-section p {
  font-size: 16px;
  color: #200529;
}
.competences-tabs .competence-tabs-content .card {
  border: 1px solid #FAE8E0;
  background-color: #FEFAF4;
  margin-bottom: 30px;
}
.competences-tabs .competence-tabs-content .card h5 {
  font-size: 18px;
  font-family: kh_tekabold;
  color: #200529;
}
.competences-tabs .competence-tabs-content .card p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 20px;
}
.competences-tabs .competence-tabs-content .card a {
  font-size: 16px;
  color: #FA601E;
  text-decoration: underline;
}
.competences-tabs .competence-tabs-content .card img {
  border-radius: 0;
}

.competence-content-outer {
  position: absolute;
  top: 600px;
  left: -350px;
  padding: 15px;
  width: 345px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .competence-content-outer {
    width: 282px;
    left: -290px;
  }
}
@media (max-width: 991px) {
  .competence-content-outer {
    width: 205px;
    left: -210px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .competence-content-outer {
    width: auto;
    left: auto;
    font-size: 18px;
    position: relative;
    top: auto;
    padding-bottom: 40px;
  }
}

.value-propositions {
  padding: 60px 0;
}
.value-propositions .value-propositions-title {
  text-align: center;
  color: #200529;
}
.value-propositions .value-propositions-title h2 {
  font-size: 54px;
}
.value-propositions .value-propositions-title p {
  font-size: 24px;
  margin-bottom: 40px;
}
.value-propositions .card {
  border: 1px solid #FAE8E0;
  margin-bottom: 30px;
}
.value-propositions .card h5 {
  font-size: 18px;
  font-family: kh_tekabold;
  color: #200529;
}
.value-propositions .card p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
}
.value-propositions .container {
  background: url(../images/logotype-nion.png) right bottom no-repeat;
}

.industries {
  background: url(../images/Dawn-dotgrid-1x.png) center center repeat-x;
  background-size: cover;
}
.industries h2 {
  color: #200529;
}

.industries-wrapper h3 {
  font-size: 26px;
  font-family: kh_tekabold;
  padding-bottom: 10px;
}
.industries-wrapper p {
  font-size: 16px;
  font-family: kh_tekaregular;
  margin-bottom: 10px;
}
.industries-wrapper .grid-tiles-item-text {
  padding: 40px !important;
}
.industries-wrapper a {
  font-size: 16px;
  font-family: kh_tekaregular;
  text-decoration: underline;
  color: #FA601E;
}

.section-theme-dark {
  background-color: #200529;
  color: #fff;
}
.section-theme-dark .post-item-card {
  border: 1px solid #78606F;
}

/* Partner form */
.job-row p {
  padding: 5px 0 15px 0;
  font-size: 16px;
  max-width: 800px;
}
.job-row figure {
  padding: 20px 0 15px 0;
}
.job-row ul {
  padding-left: 30px;
  margin: 1em 0;
  list-style-type: disc;
  max-width: 800px;
}
.job-row li {
  margin-bottom: 0.5em;
  font-size: 16px;
}
.job-row ol {
  padding-left: 30px;
  margin: 1em 0;
  list-style-type: decimal;
}
.job-row li {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.job-row em {
  font-family: kh_tekalight_italic;
}
.job-row strong {
  font-family: kh_tekabold;
}
.job-row h2 {
  text-align: left !important;
}
.job-row .description-container {
  padding-left: 15px !important;
}
.job-row .row-container {
  align-items: flex-start !important;
}

.section-workflow {
  margin: 120px 0 50px 0;
}
.section-workflow .breadcrumbs {
  font-family: kh_tekaregular;
  font-size: 14px;
  color: #c4c4c4;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.section-workflow .breadcrumbs a {
  color: #1f0f2b;
  text-decoration: none;
  transition: all 0.5s ease;
}
.section-workflow .breadcrumbs a:hover {
  color: #200529;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.section-workflow .page-title {
  font-family: kh_tekaregular;
  font-size: 54px;
  color: #200529;
}
@media (max-width: 991px) {
  .section-workflow .page-title {
    font-size: 34px;
  }
}
.section-workflow .supporting-text {
  font-size: 24px;
}
@media (max-width: 991px) {
  .section-workflow .supporting-text {
    font-size: 16px;
  }
}
.section-workflow .supporting-link {
  margin-top: 50px;
  color: #FA601E;
}
.section-workflow .supporting-link a {
  text-decoration: none;
}
.section-workflow .supporting-link a:hover {
  text-decoration: underline;
  color: #FA601E;
}
@media (max-width: 991px) {
  .section-workflow .supporting-link {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-workflow {
    margin: 30px 0;
  }
}

.section-tech-on-demand {
  background: url(../images/Dawn-dotgrid-1x.png) center center repeat-x;
  background-size: cover;
  padding-bottom: 70px;
}
.section-tech-on-demand h3 {
  padding: 70px 70px 30px 70px;
  font-family: kh_tekabold;
  font-size: 40px;
  color: #200529;
}
@media (max-width: 991px) {
  .section-tech-on-demand h3 {
    padding: 30px 16px;
    font-size: 34px;
  }
}
.section-tech-on-demand p {
  padding: 0 70px;
  font-size: 32px;
  color: #200529;
}
@media (max-width: 991px) {
  .section-tech-on-demand p {
    padding: 0 16px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-tech-on-demand {
    padding-bottom: 30px;
  }
}

.workflow {
  margin-bottom: 80px;
}
.workflow .workflow-bubbles {
  margin-top: 120px;
}
.workflow .workflow-bubbles ul li {
  width: 140px;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  opacity: 0.5;
  padding: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 20px;
  font-family: kh_tekabold;
  font-size: 14px;
  line-height: 17px;
  color: #200529;
}
.workflow .workflow-bubbles ul li a {
  text-decoration: none;
}
.workflow .workflow-bubbles ul li a:hover {
  text-decoration: none;
  color: #200529;
}
.workflow .workflow-bubbles ul .active-bubble,
.workflow .workflow-bubbles ul .always-active {
  background-color: #FAE8E0;
  color: #200529;
  opacity: 1;
}
@media (max-width: 991px) {
  .workflow .workflow-bubbles {
    margin-top: 0;
  }
}
.workflow .workflow-step {
  margin: 0 6px 16px 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  opacity: 0.5;
  padding: 8px;
  border-radius: 8px;
  font-family: kh_tekabold;
  font-size: 12px;
  line-height: 14px;
  color: #200529;
  text-align: center;
}
.workflow .workflow-step a {
  text-decoration: none;
}
.workflow .workflow-step a:hover {
  text-decoration: none;
  color: #200529;
}
.workflow .active {
  background-color: #FAE8E0;
  color: #200529;
  opacity: 1;
}
.workflow .img-wrapper {
  width: 100%;
  overflow-x: hidden;
}
.workflow .img-wrapper .workflow-img {
  height: auto;
}
.workflow .img-wrapper .workflow-img .cut-off-image {
  padding-top: 120px;
  transform: translateX(150px);
  transition: opacity 0.3s ease;
}
@media (max-width: 991px) {
  .workflow .img-wrapper {
    display: none;
  }
}

.page-section-posts-oneslide {
  padding: 40px 0;
}

.oneslide-slide-wrapper {
  position: relative;
  padding-bottom: 50px;
}
.oneslide-slide-wrapper .oneslide-slide-item .oneslide-content {
  align-content: flex-end;
}
.oneslide-slide-wrapper .oneslide-slide-item h4 {
  font-size: 18px;
  font-family: kh_tekabold;
  padding: 20px 20px 20px 0;
}
.oneslide-slide-wrapper .oneslide-slide-item p {
  font-size: 16px;
  font-family: kh_tekaregular;
  padding: 0 20px 20px 0;
}
.oneslide-slide-wrapper .oneslide-slide-item a {
  display: block;
  font-size: 16px;
  font-family: kh_tekaregular;
  color: #200529;
  padding: 0 20px 20px 0;
}
.oneslide-slide-wrapper .oneslide-slide-item a:hover {
  color: #FA601E;
}

.section-blog {
  padding: 80px 0 80px;
}

.load-more-button {
  padding: 30px 0;
  text-align: center;
}
.load-more-button .btn-main {
  margin: 0 auto;
}

/* Article */
.article-header-top {
  background-color: #FAE8E0;
}
.article-header-top h1 {
  font-size: 30px;
  font-family: kh_tekabold;
  margin-bottom: 20px;
}
.article-header-top .article-header-wrapper {
  padding: 60px 0 20px 0;
  background: url(../images/logotype-white-large.png) calc(100% - 20px) center no-repeat;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .article-header-top .article-header-wrapper {
    background-image: none;
  }
}
.article-header-top p {
  font-size: 18px;
  line-height: 30px;
  max-width: 720px;
  margin-bottom: 40px;
  font-family: kh_tekaregular;
  min-height: 60px;
}
.article-header-top.highlight {
  color: white;
  background-color: #200529;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.article-header-top.highlight::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #200529;
  opacity: 0.7;
  z-index: 1;
}
.article-header-top .post-item-category {
  font-family: kh_tekabold;
  margin-right: 20px;
}

.category-consultant-in-focus .article-header-top {
  background-color: #200529;
  color: #fff;
}
.category-consultant-in-focus .article-header-top .article-header-wrapper {
  background: url(../images/logotype-offwhite-large.png) calc(100% - 20px) center no-repeat #200529;
}
@media (max-width: 991px) {
  .category-consultant-in-focus .article-header-top .article-header-wrapper {
    background-image: none;
  }
}

.article-posted-on {
  font-family: kh_tekabold;
}

.article-quote {
  font-family: kh_tekalight_italic !important;
  padding-left: 10px;
  border-left: 4px solid #FAE8E0;
  font-size: 24px !important;
  line-height: 35px !important;
}

.article-main-content {
  padding-top: 30px;
}
.article-main-content p {
  max-width: 720px;
  padding: 5px 0 15px 0;
  font-size: 18px;
  line-height: 30px;
}
.article-main-content h2 {
  font-size: 22px;
  font-family: kh_tekabold;
  max-width: 720px;
  padding: 20px 0 15px 0;
}
.article-main-content h1 {
  font-size: 28px;
  font-family: kh_tekabold;
  max-width: 720px;
  padding: 20px 0 15px 0;
}
.article-main-content h3 {
  font-size: 20px;
  font-family: kh_tekabold;
  max-width: 720px;
  padding: 20px 0 15px 0;
}
.article-main-content h4 {
  font-size: 18px;
  font-family: kh_tekabold;
  max-width: 720px;
  padding: 20px 0 15px 0;
}
.article-main-content h5 {
  font-size: 16px;
  font-family: kh_tekabold;
  max-width: 720px;
  padding: 20px 0 15px 0;
}
.article-main-content h6 {
  font-size: 14px;
  font-family: kh_tekabold;
  max-width: 720px;
  padding: 20px 0 15px 0;
}
.article-main-content figure {
  padding: 20px 0 15px 0;
}
.article-main-content ul {
  padding-left: 30px;
  margin: 1em 0;
  list-style-type: disc;
  max-width: 720px;
}
.article-main-content li {
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 30px;
}
.article-main-content ol {
  padding-left: 30px;
  margin: 1em 0;
  list-style-type: decimal;
}
.article-main-content li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0.5em;
}
.article-main-content em {
  font-family: kh_tekalight_italic;
}
.article-main-content strong {
  font-family: kh_tekabold;
}

.article-main-content-wrapper {
  position: relative;
}

.article-social-share-buttons a {
  color: #fff;
  background-color: #200529;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding-top: 5px;
  display: block;
  text-align: center;
  margin: 5px;
  transition: 0.3s;
}
.article-social-share-buttons a:hover {
  background-color: #FA601E;
}
.article-social-share-buttons {
  position: absolute;
  top: 0;
  right: 20px;
}
@media (max-width: 991px) {
  .article-social-share-buttons {
    position: relative;
    right: auto;
  }
  .article-social-share-buttons a {
    display: inline-block;
  }
}

.campaign-page h1 {
  font-size: 40px;
  padding: 0 0 40px 0;
}
.campaign-page p {
  font-size: 16px;
  margin-bottom: 30px;
}
.campaign-page .lead-text {
  font-size: 24px;
}
.campaign-page .highlight-info {
  background-color: #FAE8E0;
  padding: 15px;
}
.campaign-page .campaign-content {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 430px;
  margin: 0 auto;
}

.campaign-bg {
  background: url(../images/torben.jpg) center right no-repeat;
  background-size: cover;
  align-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.campaign-form {
  background: rgba(32, 5, 41, 0.4);
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
}
.campaign-form .btn-main {
  width: 100%;
  background-color: #FA601E;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.campaign-form .btn-main:hover {
  background-color: #e74c3c;
}
.campaign-form .custom-input-field input {
  padding: 10px 15px;
}

.campaign-form-wrapper {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.IBM {
  text-align: center;
}

.signiture {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
.signiture span {
  display: block;
  font-family: kh_tekabold;
  font-size: 18px;
}

body {
  font-family: kh_tekalight, Arial, Helvetica, sans-serif;
}

/*video*/
.video-container {
  height: 100vh;
  width: 100%;
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
}

/*logo*/
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  -webkit-animation: flickerAnimation 3s infinite;
  -moz-animation: flickerAnimation 3s infinite;
  -o-animation: flickerAnimation 3s infinite;
  animation: flickerAnimation 3s infinite;
}

/*# sourceMappingURL=main.css.map */
