@font-face {
  font-family: alt-jurko;
  src: url(/css/ALT_JURKO.otf);
}

@font-face {
  font-family: gotham-rounded;
  src: url(/css/GothamRnd-Book.otf);
}

/*******************************************
    
            ANIMATION LAYOUT

    *******************************************/

@keyframes slideUp {
  0% {
    height: 90px;
    background-color: rgba(79, 79, 79, 0.8);
  }
  100% {
    height: 150px;
    background-color: rgba(79, 79, 79, 0.5);
  }
}

@keyframes slideDown {
  0% {
    height: 150px;
    background-color: rgba(79, 79, 79, 0.5);
  }
  100% {
    height: 60px;
    background-color: rgba(79, 79, 79, 0.8);
  }
}

@keyframes YslideDown {
  from {
    transform: translateY(-300%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes YslideUp {
  from {
    transform: translateY(0);
    opacity: 0;
  }
  to {
    transform: translateY(-300%);
    opacity: 1;
  }
}

/*******************************************
    
            CORE LAYOUT

    *******************************************/

body * {
  font-family: gotham-rounded;
}

body main * {
  color: #4f4f4f;
}

main .stage:first-of-type .container {
  padding-top: 100px;
}

main.home .stage:first-of-type .container {
  border-bottom: solid 1px #b1aeae;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1920px;
}

.full .container,
.full .container-lg,
.full .container-md,
.full .container-sm,
.full .container-xl,
.full .container-xxl {
  max-width: 100%;
}

.fluid .container {
  max-width: 100%;
}

.navbar-collapse {
  width: auto;
}

.navbar {
  min-height: 150px;
  background-color: rgba(79, 79, 79, 0.5);
  animation: slideUp 500ms 1 ease-in-out;
}

.navbar.scrolled {
  min-height: 90px;
  background-color: rgba(79, 79, 79, 0.8);
  animation: slideDown 500ms 1 ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.nav-brand img {
  max-width: 350px;
}

main {
  margin-top: -0px;
}

section.stage {
  min-height: 650px;
}

.home section.stage {
  min-height: 900px;
}

.full section.stage {
  min-height: 100vh !important;
}

section.stage .container,
section.stage .container-fluid {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
}

section.stage .container.h-100,
section.stage .container.h-100 .row {
  min-height: inherit;
}

section.ie-s1 .container {
  min-height: 1100px;
}

.wedo.hidden {
  transform: translateY(-300%);
  opacity: 0;
  animation: YslideUp 500ms 1 ease-in-out;
}

.wedo.show {
  animation: YslideDown 500ms 1 ease-in-out;
}

section.ie-s2,
section.ie-s4 {
  background-color: rgba(245, 219, 168, 1);
}

section.ie-s2 .container {
  min-height: 800px;
}

section.ie-about-us .container {
  min-height: 900px;
}

section h2 span.hl,
section h2 span.ll {
  display: inline-block;
  padding: 0.2em 0.25em 0em 0.25em;
  margin: 0 0 0.15em 0;
  font-family: alt-jurko;
  font-size: 1.8em;
}

footer {
  background-color: #6c757d;
  font-size: 0.85rem;
}

footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  color: #f8f9fa;
}

footer .nav-link {
  padding-left: 0px !important;
}

footer a {
  color: #fff !important;
}

.border-muted {
  border-color: rgb(143, 150, 156) !important;
}

.logos-list {
  text-align: center;
  background-color: #fff;
}

.logos-list img {
  margin: 1em;
  max-width: 175px;
}

.bios img {
  max-width: 150px;
  border-color: #ffc107 !important;
}

.social-list li a {
  font-size: 2em;
  color: #fff;
}

.social-list li.list-group-item {
  background-color: transparent;
}

.grid-3 {
  display: grid;
  grid-template-columns: 33.33333% 33.33333% 33.33333%;
  grid-template-rows: 25% 40% 35%;
  height: 100%;
}

.grid-3.even {
  grid-template-rows: max-content;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 25% 40% auto;
  height: 100%;
}

.grid-2-2 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  height: 100%;
}

.grid-3 .cols {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 4;
}

.grid-2 .cols {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 3;
}

.cols-1 {
  display: flex;
  grid-column-start: auto;
  grid-column-end: auto;
}

.cols-2 {
  display: flex;
  grid-column-start: auto;
  grid-column-end: auto;
}

.cols-3 {
  display: flex;
  grid-column-start: 3;
  grid-column-end: 4;
}

.cols-1-3 {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 4;
}

/*******************************************
    
            SECTION IMAGES

    *******************************************/

section.stage.ie-s1 .container,
section.stage.ie-s1 .container-fluid {
  background-image: url("/images/Human-Digital.jpg");
}

section.stage.ie-s2 .container {
  background-image: url("/images/culture.jpg");
  background-position: right 10% top;
}

section.stage.ie-s3 .container {
  background-image: url("/images/strat2-colour.jpg");
  background-position: left 10% top;
  background-color: #a0a0a0;
}

section.stage.ie-s4 .container {
  background-image: url("/images/employ2new1.jpg");
  background-position: 50% 50%;
}

section.stage.ie-s5 .container {
  background-image: url("/images/leader-yes.jpg");
  background-position: left 10% top;
  background-color: #c7bead;
}

section.stage.ie-brain .container {
  background-image: url("/images/brain3.jpg");
  background-position: left 10% top;
  background-color: #feecc5;
}

section.stage.ie-about-us .container {
  background-image: url("/images/NewPic1.jpg");
  background-position: left 10% top;
  background-color: #feecc5;
}

section.stage.ie-our-work .container {
  background-image: url("/images/work4.jpg");
  background-position: left 10% top;
  background-color: #feecc5;
}

.ie-brain {
  background-color: #feecc5;
}

.ie-our-work {
  background-color: #c8bca5;
}

.ie-s5 {
  background-color: #c5bdad;
}
.ie-s1,
.four-areas {
  background-color: #d1c5ab;
}

.ie-s3 {
  background-color: #979797;
}

/*******************************************
    
            COLOURS AND STYLES

    *******************************************/

.xbg-light {
  background-color: #dfefef !important;
}

.ie-sc h3 {
  font-size: 2.1em;
}

section h2 span.hl {
  background-color: rgba(79, 79, 79, 0.5);
}

.ie-bg1 {
  background-color: #d1c5ab;
}

.ie-bg-gry6 {
  background-color: rgba(79, 79, 79, 0.6);
}

.ie-bg-gry {
  background-color: #979797;
}

.ie-bg-blk10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.ie-bg-ylw85 {
  background-color: rgba(253, 191, 62, 0.85);
}

.ie-fg-ylw85 {
  color: rgba(253, 191, 62, 0.85);
}

.text-ie-yellow {
  color: #fdbf3e !important;
}

.text-ie-yellow.bg-muted {
  background-color: rgba(79, 79, 79, 0.5);
}

.bg-ie-yellow {
  background-color: #fdbf3e !important;
}

.ie-subheading * {
  line-height: 1.3em;
}

h5.ie-subhead {
  margin: 1rem 0;
  text-transform: uppercase;
}

h5.ie-subhead span {
  background-color: #fdbf3e !important;
  padding: 0.5rem 2rem 0.5rem 1rem;
  display: inline-block;
}

.text-end h5.ie-subhead span {
  padding: 0.5rem 1rem 0.5rem 2rem;
}

.bg-ie-cream {
  background-color: #fff2d8 !important;
}

.ie-btn {
  background-color: #fdbf3e;
  font-size: 1rem;
  padding: 0.3rem 1em;
  position: relative;
  line-height: 32px;
  border: solid 0.1rem #4f5050;
  color: #4f5050;
  border-width: 0 0.1rem;
  text-transform: uppercase;
}

.ie-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #4f5050;
  right: -11px;
  top: 10px;
}
/*
.ie-btn::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -90%;
  background: linear-gradient(
    to bottom,
    rgba(229, 172, 142, 0),
    rgba(255, 255, 255, 0.5) 50%,
    rgba(229, 172, 142, 0)
  );
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}

.ie-btn:hover::after,
.ie-btn:focus::after {
  animation: sheen 1s forwards; 
}

@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}

.ie-btn:hover {
  background-color: #ffffff33;
}*/

.ie-btn a,
.ie-btn a:hover {
  text-decoration: none;
}

/*******************************************
    
            FIGURES AND QUOTES

    *******************************************/

figure {
  max-width: 450px;
}

.stage figure {
  display: none;
}

figure .blockquote-footer {
  text-transform: uppercase;
  position: relative;
  margin-left: 3.8rem;
  color: #fecf6e;
  font-weight: 700;
  background-color: #4f5050;
  padding: 0.3rem 0.5rem;
  width: 75%;
}

figure footer {
  background-color: transparent;
}

.ie-cite {
  box-shadow: 15px -15px 0 0 rgba(79, 79, 79, 0.5),
    15px -15px 0 0 rgba(79, 79, 79, 0.5);
  overflow: visible;
  position: relative;
  font-size: 1em;
  line-height: 1.4em;
}

.blockquote-footer cite {
  color: #fff;
  font-weight: 300;
  font-size: 0.9em;
}

.ie-s1 .ie-quote-container {
  max-width: 500px;
  color: rgba(79, 79, 79, 1);
}

.ie-quote-container,
.ie-quote-container-sm {
  position: relative;
  font-size: 1.8em;
}

.ie-quote-container-sm {
  font-size: 1.3em;
}

.ie-quote {
  position: relative;
  left: 0;
  top: 0;
}

.ie-quote.small {
  margin: 2em 1em 2em auto;
  max-width: 80%;
}

.ie-quote span {
  display: block;
}

.ie-quote span:first-of-type {
  text-align: right;
  margin-right: 2rem;
  margin-top: -0.5rem;
}

.ie-quote span:last-of-type {
  display: block;
  text-align: right;
  font-size: 1.3em;
  line-height: 2.5rem;
  margin-right: 4rem;
  margin-top: 0rem;
}

.ie-quote.small span:last-of-type {
  font-size: 1em;
  text-align: center;
}

.ie-quote-sm span:last-of-type {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

#quotesCarousel {
  padding-bottom: 3rem;
}

#quotesCarousel .carousel-indicators li {
  background-color: #4f5050;
}

#quotesCarousel blockquote {
  font-size: 1em;
}

.ie-quote-container cite {
  text-align: right;
  color: rgba(178, 13, 43, 1);
  font-size: 0.6em;
  margin: 1rem 1rem 0 0;
  display: block;
  font-style: normal;
}

.ie-quote:before,
.iie-quote-sm::before {
  content: url("/images/left-quote.png");
  position: absolute;
  top: -1rem;
  left: -2.5rem;
}

.ie-quote::after,
.ie-quote-sm::after {
  content: url("/images/right-quote.png");
  position: absolute;
  bottom: -20px;
  right: 1rem;
}

/*******************************************
    
            ARROWS

    *******************************************/

.header-arrow {
  position: absolute;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #8a8753;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #8a8753;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #8a8753;
  right: -16px;
  top: 5px;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #8a8753;
}

.arrow-left-half {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 30px solid #8a8753;
}

.arrow-top-right-half {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #fecf6e;
}

.four-areas .header-arrow {
  top: 0px;
  left: 45%;
}

.ie-cite .header-arrow {
  bottom: -41px;
  left: 20px;
}

.values {
  grid-row-gap: 0.5rem;
  grid-column-gap: 0.5rem !important;
}

.values span {
  font-size: 1.4em;
}

.values img {
  width: 100px;
}

.circle {
  width: 100px;
  height: 100px;
  background: #4f5050;
  border-radius: 50%;
  color: #fff;
  position: relative;
}

.circle span {
  color: #fff;
}

.circle.plus-arrow-right::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  right: -30px;
  background-color: #4f4f4f;
  clip-path: polygon(
    0% 20%,
    60% 20%,
    60% 0%,
    100% 50%,
    60% 100%,
    60% 80%,
    0% 80%
  );
}

.base {
  background: #4f5050;
  display: inline-block;
  height: 100%;
  min-height: 180px;
  position: relative;
  width: 80%;
  margin-right: 45px;
  padding: 1.8rem 2.3rem;
  color: #fff;
  border-left: 0.5rem solid #fdbf3e;
}

.base span {
  color: #fff;
}

.base:after {
  border-bottom: 85px solid transparent;
  border-top: 85px solid transparent;
  border-left: 35px solid #4f5050;
  content: "";
  height: auto;
  right: -35px;
  position: absolute;
  top: 50%;
  width: 0;
  transform: translateY(-50%);
}

.base.yellow::after {
  border-left: 35px solid #fdbf3e;
}

.base.both,
.base.left {
  border-left-width: 0;
}

.base.left {
  border-right: 0.5rem solid #fdbf3e;
}

.base.both:before {
  border-bottom: 85px solid transparent;
  border-top: 85px solid transparent;
  border-right: 35px solid #fdbf3e;
  content: "";
  height: auto;
  left: -35px;
  position: absolute;
  top: 50%;
  width: 0;
  transform: translateY(-50%);
}

.base.left:after {
  border-bottom: 85px solid transparent;
  border-top: 85px solid transparent;
  border-right: 35px solid #fdbf3e;
  border-left: 0;
  right: auto;
  content: "";
  height: auto;
  left: -35px;
  position: absolute;
  top: 50%;
  width: 0;
  transform: translateY(-50%);
}

.arrow-clip-up {
  width: 100%;
  height: 100%;
  background-color: #4f4f4f;
  clip-path: polygon(
    25% 50%,
    12.5% 50%,
    50% 0,
    87.5% 50%,
    75% 50%,
    75% 100%,
    25% 100%
  );
}

.arrow-clip-up.yellow {
  background-color: #fdbf3e;
}

.arrow-clip-right {
  width: 50px;
  height: 50px;
  background-color: #4f4f4f;
  clip-path: polygon(
    0% 20%,
    60% 20%,
    60% 0%,
    100% 50%,
    60% 100%,
    60% 80%,
    0% 80%
  );
}

.achievements .col {
  max-width: 400px;
  min-width: 400px;
  width: 400px;
}
