@charset "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body {
  background-color: black;
  --red: #f81566;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  position: relative;
}
/* a {
  text-decoration: none;
} */
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}

nobr {
  white-space: nowrap;
  hyphens: none;
}

/* Custom CSS
 * --------------------------------------- */
/* @import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@font-face {
  font-family: playfair;
  src: url(../images/fonts/PlayfairDisplaySC-Regular.otf);
} */
body {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.col {
  display: inline-block;
  width: calc(50% - 1.2em);
  vertical-align: top;
}
.col.gut {
  margin-right: 2em;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px 30px 40px;
  box-sizing: border-box;
}
nav #logo {
  width: 225px;
  height: 55px;
  background: url(../images/logo-white-red.png) no-repeat left top;
  background-size: contain;
  transition: all;
  transition-delay: 0.3s;
}
nav #menu {
  border-radius: 100%;
  float: right;
  cursor: pointer;
  padding: 8px;
}

footer #down {
  position: fixed;
  bottom: 0.25em;
  width: 1em;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  transform: scaleX(2);
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}
.fp-viewing-RRDS footer #mail {
  bottom: 0.5em;
}
footer #mail {
  position: fixed;
  bottom: 30vh;
  width: 2em;
  left: 0.2em;
  filter: sepia(1) hue-rotate(300deg) saturate(0.4);
}

/* hamburger */
.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.3s;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}
/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span,
nav #menu,
.iScrollIndicator {
  border: rgba(222, 222, 222, 0.4) solid 1px !important;
  background: rgba(120, 100, 100, 0.8) !important;
  box-shadow: 0 0 5px black;
}
#fp-nav ul li .fp-tooltip {
  text-shadow: #000 0 0 2px;
}
.fp-viewing-RRDS #fp-nav ul li .fp-tooltip {
  opacity: 0.8;
  overflow: visible;
  transition: all 1s ease-out 10s;
}
.fp-viewing-RRDS #fp-nav ul li {
  margin-bottom: 1em;
  transition: all 2s ease-in-out 9s;
}
#fp-nav.fp-left {
  left: 0.25em;
}
.fp-slidesNav.fp-bottom ul,
.fp-viewing-Services footer {
  position: relative;
  bottom: 2em;
  height: 3em;
  border-radius: 0 20px 0 0;
  box-shadow: 12px -4px 60px rgba(0, 0, 0, 1);
  background: linear-gradient(rgba(0, 0, 0, 0.5), black);
  margin: 0 10px 0 0;
}
.fp-controlArrow {
  top: 99vh;
  z-index: 100;
  --size: 0.8em;
  --pos: 1em;
}
.fp-controlArrow.fp-prev {
  left: var(--pos);
  border-width: var(--size) var(--size) var(--size) 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: var(--pos);
  border-width: var(--size) 0 var(--size) var(--size);
  border-color: transparent transparent transparent #fff;
}

p {
  font-size: 1em;
  position: relative;
  opacity: 0.8;
}

p.big {
  font-size: 1.25em;
  --margin-block-start: 0.5em;
}

a {
  color: inherit;
}

.red {
  color: #fa4c80;
}
.bg-red {
  background-color: var(--red) !important;
}
.section {
  text-align: center;
}
h1 {
  text-shadow: #000 0 0 0.25em;
}
h1,
h2 {
  font-size: 3.5em;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.4em;
  font-weight: 600;
}
h5 {
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

ul {
  margin: 0 auto;
}
ul.check {
  list-style-type: none;
  padding: 0 2em;
  text-align: left;
  /* max-width: 32em; */
  margin-top: 2em;
}
.check li {
  background: url(../images/Checkmark.svg) no-repeat left 2px;
  background-size: 1em;
  padding-left: 30px;
  padding-bottom: 1em;
  opacity: 0.8;
}

.vcenter {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.slide.vcenter {
  top: 75%;
}
.section,
.section .bg {
  text-align: center;
  background-color: #000;
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: top center;
  overflow: hidden;
}
/* for the bg */
.section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;

  display: block;
  background-size: cover;
  /* background-attachment: fixed; */
  width: 100%;
  height: 100%;
}

/* make separate bg element to apply effects to it only */
.section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  transform: scale(1) rotate(8deg);
  transition: all 8s ease 0.5s;
}
.section .bg.fade {
  transition-delay: 1s;
  filter: sepia(0.2) hue-rotate(300deg) saturate(0.2) brightness(1) contrast(6)
    blur(4px);
}

.fp-completely .bg {
  transform: scale(1.2) rotate(0);
  /* animation: bg-anim 7s ease-out 1.5s forwards; */
}
.fp-completely .bg.fade {
  filter: sepia(0.75) hue-rotate(110deg) saturate(4) brightness(1) contrast(1.5)
    blur(0);
}

.section .content,
.section .content-slide {
  margin: 0 auto;
  max-width: 34em;
  padding: 0 3em 2em 3.5em;
  margin-top: 8em;
  opacity: 0.05;
  transition: all 2s ease-out;
}
.section .content-slide {
  margin-top: 0;
  opacity: 1;
  transition: none;
}
.fp-completely.section .content {
  opacity: 1;
  margin-top: 0;
  padding-bottom: 8em;
}
.section p {
  line-height: 1.25;
}

.quote {
  font-size: 1.25em;
  -letter-spacing: 0.8px;
  line-height: 1.35;
  font-family: "Playfair Display", script;
  font-style: italic;
  transform: scale(1.1, 1);
  width: calc(100% - 6em);
  max-width: 600px;
  margin: 0 auto;
}
.byline {
  padding-top: 1em;
  font-size: 0.8em;
}
.icon-red {
  position: relative;
  background: var(--red) no-repeat center 1.2em;
  background-size: 4em;
  border-radius: 10%;
  display: inline-block;
  height: 8em;
  width: 8em;
  margin: 1.5em 1em;
}
.icon-red h5 {
  position: absolute;
  margin: 70% auto 0;
  width: 100%;
  font-size: 0.8em;
}
.icon {
  position: relative;
  background: no-repeat center top;
  background-size: 5em 5.5em;
  display: inline-block;
  width: 12em;
  margin: 0em 1em 2em;
  padding-top: 6em;
  vertical-align: top;
}

.icon p {
  margin-block-start: 0.5em;
}

/* chrome only bugs */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .section .bg {
    background-attachment: scroll;
  }
}

@keyframes bg-anim {
  0% {
    filter: sepia(0.5) hue-rotate(290deg) saturate(0.5) brightness(0.1)
      blur(5px);
  }
  50% {
    filter: sepia(0.5) hue-rotate(290deg) saturate(2) brightness(0.6) blur(1px);
  }
  100% {
    filter: sepia(0.25) hue-rotate(290deg) saturate(3) brightness(1.2) blur(0);
  }
}

.btn {
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  display: inline-block;
  margin: 40px auto;
  cursor: pointer;
}

/* Defining each section background and styles
* --------------------------------------- */

.fp-viewing-RRDS #logo {
  background-image: url(../images/logo-white-red.png);
}

#section0 {
  opacity: 0;
}
#section0.fp-completely {
  opacity: 1;
}
#section0 .bg {
  background-image: url(../images/home.jpg);
  background-position: 50% 60%;
}
#section0 > div > h5 {
  padding: 0.5em;
}
#main-message {
  transform: scale(1.4);
  opacity: 0;
  filter: blur(6px);
  transition: all 6s ease-out 3s;
}
.fp-completely #main-message {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}

.qk-fade {
  opacity: 0;
  transition: all 0.5s ease-out 9.5s;
}
.fp-completely .qk-fade {
  opacity: 1;
}

#section-intro:before {
  background-image: url(../images/bg1.jpg);
  background-position: 50% 25%;
  filter: contrast(1.1) saturate(0.6) blur(2px);
}
#section-intro .content {
  max-width: 700px;
}
#section-intro ul {
  max-width: 500px;
  margin: 0;
}

#section-cases {
}
#section-cases:before {
  background-image: url(../images/bg12.jpg);
  filter: brightness(0.9) blur(4px) saturate(0.6) contrast(1.4);
}
#section-cases ul,
#section-expertise ul {
}

#section-expertise {
}
#section-expertise:before {
  background-image: url(../images/bg2.jpg);
  filter: brightness(0.5) saturate(0.9);
}
#section-expertise input.btn {
  width: auto;
  font-size: 0.8em;
  margin: 0;
}

#section-testimonials {
}
#section-testimonials:before {
  /* background-position: top center; */
  background-image: url(../images/bg10.jpg);
  filter: brightness(0.6)  blur(4px) saturate(0.5) contrast(1.1);
}
#section-testimonials .fp-slidesNav.fp-bottom {
  bottom: 3em;
}

#section-services {
}
#section-services:before {
  background-image: url(../images/bg11.jpg);
  filter: contrast(1.2) brightness(0.4) sepia(0.1);
}
#section-services .btn {
  margin-top: 1em;
}

#section-about {
}
#section-about:before {
  background-image: url(../images/bg4.jpg);
  filter: brightness(0.6) blur(2px) saturate(1) contrast(1.2);
}
.values p {
  margin-block-start: 0;
  text-align: left;
}

#section-contact {
}
#section-contact:before {
  background-image: url(../images/bg14.jpg);
  filter: brightness(0.6) blur(4px) saturate(0.6) contrast(1.2);
}

form {
  max-width: 26em;
  margin: 0 auto;
}
form div {
  display: flex;
  justify-content: space-between;
}
input,
textarea {
  box-sizing: border-box;
  font-size: 1em;
  border-radius: 10px;
  border: 1px solid #aaa;
  margin: 0.5em 0;
  padding: 0.25em 0.5em;
  width: calc(50% - 0.5em);
  /* flex-grow: 1; */
}
input:invalid,
textarea:invalid {
  border: 2px solid var(--red);
}
#email {
  width: 100%;
}
textarea {
  width: 100%;
  height: 6em;
  font-family: Arial, Helvetica, sans-serif;
}
input.btn {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  width: 8em;
}
input.btn:disabled {
  opacity: 0.6;
  cursor: none;
}

#sending, #sent {
  display: none;
  background: rgba(0,0,0,0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

[class^="fp-viewing-Contact-Us"] #down {
  display: none;
}

.quote.big {
  font-size: 3em;
  top: 50%;
  position: relative;
}
.byline div {
  font-weight: bold;
  font-size: 1.2em;
}

#icon1 {
  background-image: url(../images/hww/Research-Analyze.svg);
}
#icon2 {
  background-image: url(../images/hww/Synthesize.svg);
}
#icon3 {
  background-image: url(../images/hww/Communicate.svg);
}
#icon4 {
  background-image: url(../images/expert/Profile-Initiatives.svg);
}
#icon5 {
  background-image: url(../images/expert/Tech-Translation.svg);
}
#icon6 {
  background-image: url(../images/expert/Surge-Capacity.svg);
}
#icon7 {
  background-image: url(../images/expert/Risk-Operations.svg);
}
#icon8 {
  background-image: url(../images/expert/Talent-Optimization.svg);
}
#icon9 {
  background-image: url(../images/expert/Operational-Analytics.svg);
}
#icon10 {
  background-image: url(../images/about/Data-Science.svg);
}
#icon11 {
  background-image: url(../images/about/Data-Driven.svg);
}
#icon12 {
  background-image: url(../images/services/Brainstorming.svg);
}
#icon13 {
  background-image: url(../images/services/Consultation.svg);
}
#icon14 {
  background-image: url(../images/services/Project-Work.svg);
}
#icon15 {
  background-image: url(../images/services/Scientist.svg);
}
#icon16 {
  background-image: url(../images/services/Retainer.svg);
}

@media only screen and (max-width: 700px) {
  body {
    font-size: 16px;
  }
  nav {
    padding: 0.5em;
  }
  nav #logo {
    width: 225px;
    height: 2em;
    background-position: top center;
    margin: 0 auto;
  }
  .fp-viewing-RRDS #fp-nav {
    top: 8rem;
  }
  #fp-nav.fp-left {
    transition: top 0.2s ease-out 0.5s;
  }
  #fp-nav ul li, .fp-viewing-RRDS #fp-nav ul li {
    height:1.4em;
    width:1.6em;
    margin-bottom:0;
    margin-left:0;
  }
  #fp-nav ul li .fp-tooltip.fp-left {
    top:4px;
    left:25px;
  }
  footer #mail {
    bottom: 25vh;
  }
  h1,
  h2 {
    size: 3.2em;
  }
}

@media only screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
  p,
  li {
    font-size: 1.15em;
  }
  #main-message {
    font-size: 3em;
  }
  .col {
    width: 100%;
    text-align: justify !important;
  }
  form {
    max-width: 80%;
    margin: 30% auto 0;
  }
  #request-form {
    margin: 0 auto 2em;
  }
  #request-form input {
    width: 100% !important;
  }
}

@media only screen and (min-aspect-ratio: 2.2/1) {
  .vcenter {
    transform: none;
  }
  .slide.vcenter {
    top: 0;
  }
  footer #mail {
    bottom: 0.5em;
  }
}

#fullpage {
  display: block !important;
}
