@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300+400+500+600');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@charset "UTF-8";
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  overflow: hidden;
  max-width: 100%;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
i {
  font-style: italic;
}
b {
  font-weight: bold;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.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;
}
.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;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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;
}
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick" !important;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick" !important;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
body {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 22px;
  font-weight: 300;
  line-height: 29px;
  background: #fff;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 32px;
  padding: 6px 0;
  margin-bottom: 8px;
}
p {
    margin: 0 0 15px 0;
}
a {
  text-decoration: none;
}
.hidden {
  display: none;
}
header {
  background: #730046;
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 999;
}
header svg {
    width: 60%;
    margin-top: 0;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 0.5;
}
header svg:nth-child(1) {
    left: -90px;
    top: -40px;
}
header svg:nth-child(2) {
    right: -480px;
    top: -65px;
}
header svg:nth-child(3) {
    top: unset;
    bottom: 40px;
    right: -280px;
}
header svg:nth-child(4) {
    top: unset;
    bottom: -40px;
    left: 100px;
    width: 55%;
    z-index: 10;
}
svg {
    position: relative;
    z-index: 99999;
}
svg > polygon, svg > rect, svg > path, svg > ellipse {
    opacity: 0;
}
#flashMessage {
  background: #fff;
  padding: 12px 18px;
  margin: 0;
  width: 800px;
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -400px;
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
  color: #871717;
  z-index: 999;
}
#flashMessage.success {
  color: #00552b;
}
header #bgCol {
  background: url('../img/core/home-gradient-2017.png') left center / auto 100% repeat-x;
  width: 100%;
  height: 3784px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.85;
}

@-webkit-keyframes bg-slide {
  from { transform: translate(0,0); }
  to { transform: translate(-10%,10%); }
}

@keyframes fadeOutFromNone {
  100% {
    display: block;
    opacity: 1;
  }

  1% {
    display: block;
    opacity: 0;
}

  0% {
      display: none;
      opacity: 0;
  }

}

  header .bg-image-move {
  
    animation: bg-slide 14s linear 1;

  }

  header .bg-image{

    width: 110%;
    height: 110%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity:0;
    background-size: cover !important;

  }

  header .bg-image.bg-image-active{
    opacity: 1;
    transition: 2s;
    z-index:0;
  }

  header #bg-image-1 {
    background: url('../img/core/bg/code-bg.jpg') 0 100% repeat-x;
  }

  header #bg-image-2 {
    background: url('../img/core/bg/office-bg.jpg') 0 100% repeat-x;
  }

  header #bg-image-3 {
    background: url('../img/core/bg/bar-bg.jpg') 0 100% repeat-x;
  }

  header #bg-image-4 {
    background: url('../img/core/bg/efficiency-bg.jpg') 0 100% repeat-x;
  }

  header #bg-image-5 {
    background: url('../img/core/bg/building-bg.jpg') 0 100% repeat-x;
  }


header p#intro {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 450px;
  height: 180px;
  margin-top: -120px;
  margin-left: -225px;
  color: #fff;
  font-size: 64px;
  line-height: 66px;
  letter-spacing: -2px;
  display: none;
}
header p#intro .smlcaps {
  font-variant: small-caps;
  font-weight: 400;
}
header p#intro .underline {
  font-weight: 400;
  position: relative;
}
header p#intro .underline span {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 68px;
  left: 0;
  display: block;
}
header p#intro .massive {
  font-style: italic;
  font-size: 90px;
  font-weight: 500;
}
header p#intro .punct {
  position: absolute;
  top: 104px;
  left: 419px;
}
header p#intro .indent {
  margin-left: -62px;
}
header p#intro img#intro-logo {
  width: 182px;
  height: 80px;
  position: absolute;
  top: 102px;
  left: 260px;
}

header p.intro-info {
  position:absolute;
  color:#FFF;
  z-index:8;
  font-style: italic;
  font-size:40px;
  line-height: 45px;
  max-width: 520px;
  opacity:0;
}

header p.intro-info span {
  font-weight: 900;
}

header p.intro-info.rght {
  top: 72vh;
  left: 50%;
  margin-right: -320px;
  text-align: right;
}
header p.intro-info.lft {
  top:72vh;
  right:50%;
  margin-left: -320px;
  text-align: left;
}

header p.intro-info.posn3 {
  max-width: 650px;
  margin-left: -390px;
}
header p.intro-info.posn4 {
  max-width: 580px;
  margin-right: -360px;
}

.z-index-top {
    z-index: 998;
}
.lightbox-close {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}
.projects {
    position: relative;
    padding-bottom: 120px;
}
.projects .projects-svg2, .projects .projects-svg3, .projects .projects-svg4, .digital-partners .bg-img {
    position: absolute;
    width: 55%;
}
.digital-partners .bg-img {
    left: -5%;
    margin: auto;
    z-index: -1;
    width: 65%;
    top: 8%;
}
.projects .projects-svg2 {
    top: 5%;
    left: 25%;
    width: 53%;
}
.projects .projects-svg3 {
    top: 45%;
    left: -5%;
    width: 52%;
}
.projects .projects-svg4 {
    top: 80%;
    left: 45%;
    width: 55%;
}
.projects p.intro,
.projects .cta {
  font-size: 32px;
  line-height: 42px;
  margin: 170px 0 140px 0;
}
.projects .cta {
  margin: 0 0 120px 0;
}
.projects .projects-pane .width-12 {
  position: relative;
  height: 3132px;
}
.projects .projects-pane .width-12 .project {
  width: 622px;
  height: 310px;
  position: absolute;
}
.projects .projects-pane .width-12 .project img {
  position: absolute;
  top: 0;
  width: 499px;
  height: 310px;
}
.projects .projects-pane .width-12 .project h3 {
  position: absolute;
  display: block;
  padding: 15px;
  color: #fff;
  font-variant: small-caps;
  font-family: 'PT Sans', sans-serif !important;
  font-size: 44px;
  font-weight: 300;
}
.projects .projects-pane .width-12 .project p {
  color: #fff;
  width: 320px;
  padding: 15px;
  display: block;
  position: absolute;
  font-size: 22px;
  line-height: 28px;
  text-align: right;
}
.projects .projects-pane .width-12 .project a {
  display: block;
  padding: 10px 12px 10px 45px;
  position: absolute;
  bottom: 0;
  color: rgba(255,255,255,0.6);
  font-family: 'PT Sans', sans-serif !important;
  font-size: 14px;
  font-weight: 100;
}
.projects .projects-pane .width-12 .project a:hover {
  color: #fff;
}
.projects .projects-pane .width-12 .project.left {
  left: 0;
}
.projects .projects-pane .width-12 .project.right {
  right: 0;
}
.projects .projects-pane .width-12 .project.red h3 {
  background: rgba(135,23,23,0.7);
}
.projects .projects-pane .width-12 .project.red p {
  background: rgba(180,17,17,0.7);
}
.projects .projects-pane .width-12 .project.red a {
  background: rgba(135,23,23,0.7) url('../img/core/eye.svg') left 12px center / 24px auto no-repeat;
}
.projects .projects-pane .width-12 .project.blue h3 {
  background: rgba(0,24,97,0.7);
}
.projects .projects-pane .width-12 .project.blue p {
  background: rgba(0,153,181,0.7);
}
.projects .projects-pane .width-12 .project.blue a {
  background: rgba(0,24,97,0.7) url('../img/core/eye.svg') left 12px center / 24px auto no-repeat;
}
.projects .projects-pane .width-12 .project.green h3 {
  background: rgba(0,85,43,0.7);
}
.projects .projects-pane .width-12 .project.green p {
  background: rgba(19,146,83,0.7);
}
.projects .projects-pane .width-12 .project.green a {
  background: rgba(0,85,43,0.7) url('../img/core/eye.svg') left 12px center / 24px auto no-repeat;
}
.projects .projects-pane .width-12 .project.yellow h3 {
  background: rgba(121,96,31,0.7);
}
.projects .projects-pane .width-12 .project.yellow p {
  background: rgba(172,141,60,0.7);
}
.projects .projects-pane .width-12 .project.yellow a {
  background: rgba(121,96,31,0.7) url('../img/core/eye.svg') left 12px center / 24px auto no-repeat;
}
.projects .projects-pane .width-12 .project.pink h3 {
  background: rgba(120,19,80,0.7);
}
.projects .projects-pane .width-12 .project.pink p {
  background: rgba(194,31,129,0.7);
}
.projects .projects-pane .width-12 .project.pink a {
  background: rgba(120,19,80,0.7) url('../img/core/eye.svg') left 12px center / 24px auto no-repeat;
}
.projects .projects-pane .width-12 .project.purple h3 {
  background: rgba(84,2,122,0.7);
}
.projects .projects-pane .width-12 .project.purple p {
  background: rgba(122,1,172,0.7);
}
.projects .projects-pane .width-12 .project.purple a {
  background: rgba(84,2,122,0.7) url('../img/core/eye.svg') left 12px center / 24px auto no-repeat;
}
.projects-pane .project > img, .projects-pane .project > h3, .projects-pane .project > p {
    cursor: pointer;
}
.projects .projects-pane .width-12 .project.posn-lft h3 {
  right: 0;
  top: 45px;
}
.projects .projects-pane .width-12 .project.posn-lft p {
  right: 55px;
  top: 104px;
}
.projects .projects-pane .width-12 .project.posn-lft a {
  right: 123px;
}
.projects .projects-pane .width-12 .project.posn-lft img {
  left: 0;
}
.projects .projects-pane .width-12 .project.posn-rght h3 {
  left: 45px;
  top: 112px;
}
.projects .projects-pane .width-12 .project.posn-rght p {
  left: 0px;
  top: 171px;
}
.projects .projects-pane .width-12 .project.posn-rght a {
  right: 0px;
}
.projects .projects-pane .width-12 .project.posn-rght img {
  right: 0;
}
.projects .projects-pane .width-12 .project.posn-lr h3 {
  left: 0px;
  top: 82px;
}
.projects .projects-pane .width-12 .project.posn-lr p {
  left: 40px;
  top: 141px;
}
.projects .projects-pane .width-12 .project.posn-lr a {
  right: 58px;
}
.projects .projects-pane .width-12 .project.posn-lr img {
  right: 58px;
}
.projects .projects-pane .width-12 .project.posn-rc h3 {
  right: 40px;
  top: 166px;
}
.projects .projects-pane .width-12 .project.posn-rc p {
  width: 300px;
  right: 90px;
  top: 225px;
}
.projects .projects-pane .width-12 .project.posn-rc a {
  left: 55px;
}
.projects .projects-pane .width-12 .project.posn-rc img {
  left: 55px;
}
.projects .projects-pane .width-12 .project.posn-lc {
  margin-left: 40px;
  height: 338px;
}
.projects .projects-pane .width-12 .project.posn-lc h3 {
  left: 155px;
  top: 0;
}
.projects .projects-pane .width-12 .project.posn-lc p {
  left: 95px;
  top: 59px;
}
.projects .projects-pane .width-12 .project.posn-lc a {
  right: 0;
}
.projects .projects-pane .width-12 .project.posn-lc img {
  top: 28px;
  right: 0;
}
.projects .projects-pane .width-12 .project.posn-rl {
  right: -55px;
}
.projects .projects-pane .width-12 .project.posn-rl h3 {
  right: 0;
  top: 166px;
}
.projects .projects-pane .width-12 .project.posn-rl p {
  width: 220px;
  right: 56px;
  top: 225px;
}
.projects .projects-pane .width-12 .project.posn-rl a {
  left: 103px;
}
.projects .projects-pane .width-12 .project.posn-rl img {
  right: 20px;
}
.projects .projects-pane .width-12 .project:nth-child(1) {
  top: 0;
}
.projects .projects-pane .width-12 .project:nth-child(2) {
  top: 78px;
}
.projects .projects-pane .width-12 .project:nth-child(3) {
  top: 386px;
}
.projects .projects-pane .width-12 .project:nth-child(4) {
  top: 425px;
}
.projects .projects-pane .width-12 .project:nth-child(5) {
  top: 735px;
}
.projects .projects-pane .width-12 .project:nth-child(6) {
  top: 812px;
}
.projects .projects-pane .width-12 .project:nth-child(6) p {
  right: 25px;
  width: 320px;
}
.projects .projects-pane .width-12 .project:nth-child(7) {
  top: 1120px;
}
.projects .projects-pane .width-12 .project:nth-child(8) {
  top: 1190px;
}
.projects .projects-pane .width-12 .project:nth-child(9) {
  top: 1485px;
}
.projects .projects-pane .width-12 .project:nth-child(10) {
  top: 1547px;
}
.projects .projects-pane .width-12 .project:nth-child(10) h3 {
  top: 185px;
}
.projects .projects-pane .width-12 .project:nth-child(10) p {
  top: 244px;
}
.projects .projects-pane .width-12 .project:nth-child(11) {
  top: 1875px;
}
.projects .projects-pane .width-12 .project:nth-child(12) {
  top: 1930px;
}
.projects .projects-pane .width-12 .project:nth-child(13) {
  top: 2265px;
}
.projects .projects-pane .width-12 .project:nth-child(14) {
  top: 2320px;
}
.projects .projects-pane .width-12 .project:nth-child(15) {
  top: 2625px;
}
.projects .projects-pane .width-12 .project:nth-child(16) {
  top: 2680px;
}

section.contact {
  background: #0b5828 url('../img/core/contact-gradient.png') top center / auto 100% repeat-x;
  color: #fff;
  overflow: auto;
  clear: both;
  padding: 200px;
  position: relative;
}
section.contact h4 {
    background: url(../img/core/pentagon-42-75.svg) left 22px center / 41px 42px no-repeat;
}
section.contact h4 img { height: 38px; }
section.contact ul {
  margin: 0 0 22px 0;
  list-style: circle;
  padding-left: 35px;
}
section.contact a {
  color: #fff;
  text-decoration: underline;
}
section.contact a:hover {
  text-decoration: none;
}
section.contact form {
  margin-top: 55px;
}
section.contact form .input {
  margin: 0 0 18px 0;
}
section.contact form .input ::-webkit-input-placeholder {
  color: rgba(255,255,255,0.9);
}
section.contact form .input ::-moz-placeholder {
  color: rgba(255,255,255,0.9);
}
section.contact form .input :-ms-input-placeholder {
  color: rgba(255,255,255,0.9);
}
section.contact form .input :-moz-placeholder {
  color: rgba(255,255,255,0.9);
}
section.contact form input[type=text],
section.contact form input[type=email],
section.contact form textarea {
  border: 1px solid #fff;
  background: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  outline-color: rgba(255,255,255,0.02);
  color: #fff;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 18px;
}
section.contact form input[type=submit] {
  background: url('../img/core/pentagon-42-75.svg') left 182px center / 36px 36px no-repeat;
  border: 1px solid #fff;
  padding: 12px 55px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif !important;
  float: right;
  outline-color: rgba(255,255,255,0.02);
  max-width: 100%;
}
.scroller {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 997;
}
.scroller.bottom {
    bottom: 0px;
}
.scroller.top {
    top: -1px;
}
.scroller > div {
    width: 400px;
    max-width: 100%;
    height: 59px;
    margin: auto;
    cursor: pointer;
}
.header-scroller.scroller.bottom {
  /*  opacity: 0;*/
    bottom: -58px;
}
.header-scroller > div {
    background: url('../img/core/bump-btn.svg') no-repeat;
    background-position: center;
    background-size: 380px 55px;
}
.scroller.bottom > div {
  background: url('../img/core/bump-btn.svg') no-repeat;
    background-position: center bottom;
    background-size: 380px 55px;
}
.scroller.top > div {
  background: url('../img/core/bump-btn-down.svg') no-repeat;
    background-position: center top;
    background-size: 380px 55px;
}
.logo-inline {
    height: 28px;
    width: auto;
    margin-right: 4px;
    padding-top: 3px;
}
.logo-inline.black {
    height: 28px;
    width: auto;
    margin-right: 4px;
    padding-top: 3px;
}
.drop-us-a-line {
    display: block;
    width: 285px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 30px auto 0 auto;
    text-transform: lowercase;
    text-align: center;
    max-width: 100%;
}
.drop-us-a-line .mini-pentagons {
    width: 35px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 15px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.drop-us-a-line img { height: 28px; }
section.about-us h4 {
    background: url(../img/core/pentagon-42-75.svg) left 7px center / 41px 42px no-repeat;
}
.about-us-subsections .subsection .subsection-image {
    width: 20%;
    display: inline-block;
    height: 115px;
    float: left;
    background-repeat: no-repeat;
    background-position: top 10px center;
}
.about-us-subsections .subsection {
    margin: 45px 0;
}
.about-us-subsections .subsection h5 {
    text-transform: none;
    font-size: 26px;
    padding: 6px 30px;
    background: url(../img/core/hexagon.svg) left 60px center / 31px 36px no-repeat;
    margin-bottom: 0;
}
.about-us-subsections .subsection p {
    width: 80%;
    display: inline-block;
    padding-left: 15px;
}
.about-us-subsections .subsection:nth-child(2) h5 {
    text-align: right;
    background: url(../img/core/hexagon.svg) right 97px center / 31px 36px no-repeat;
}
.about-us-subsections .subsection:nth-child(3) h5 {
    background: url(../img/core/hexagon.svg) left 76px center / 31px 36px no-repeat;
}
.about-us-subsections .subsection:nth-child(2) .subsection-image {
    float: right;
}
.about-us-subsections .subsection:nth-child(2) p {
    float: left;
    padding-left: 0;
    padding-right: 15px;
}
.about-us-subsections .subsection:nth-child(3) h5 {
    padding: 6px 0px;
}
.about-us-subsections .subsection.strategy .subsection-image {
    background-image: url(../img/core/hexagon.svg);
    background-size: 98px auto;
}
.about-us-subsections .subsection.creative .subsection-image {
    background-image: url(../img/core/eight.svg);
    background-size: 98px auto;
}
.about-us-subsections .subsection.development .subsection-image {
    background-image: url(../img/core/rhombus.svg);
    background-size: 98px auto;
}
.drop-us-a-line.white .mini-pentagons {
    background-image: url(../img/core/button-pentagons-purple.png);
}
.drop-us-a-line.black-purple .mini-pentagons {
    background-image: url(../img/core/button-pentagons-white.png);
}
.drop-us-a-line.black-purple {
    background-image: url(../img/core/button-border-black-purple.png);
    color: black;
}
.drop-us-a-line.white {
    background-image: url(../img/core/button-border-white.png);
    color: white;
}
.swiper-lightbox .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    margin: 50px 0;
}
.swiper-lightbox .swiper-wrapper .swiper-slide {
    height: auto;
}
.swiper-lightbox {
    overflow: hidden;
}
.swiper-slide {
    /*text-align: center;
    height: 70px;*/
}
.swiper-slide img {
    vertical-align: middle;
}
.logos .swiper-slide img {
  width: 80%;
}
.logos .swiper-container {
    width: 86%;
}
.swiper-outer {
    position: relative;
    margin: 40px 0 60px 0;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.swiper-button-prev {
    background-image: url(../img/core/swiper-left.png);
}
.swiper-button-next {
    background-image: url(../img/core/swiper-right.png);
}
.swiper-button-next, .swiper-button-prev {
    width: 20px;
    height: 35px;
    background-size: 100%;
}
.header-bar {
    z-index: 998 !important;
    padding: 20px;
    position: relative;
    overflow: auto;
    background: rgba(255,255,255,0.9);
}
.header-bar #logo, .header-bar #logo-white {
    float:left;
    width: 130px;
    top: 30px;
    left: 30px;
}
.header-bar #logo-white {
    opacity: 0;
}
.header-bar-intro{
  position:absolute;
  z-index: 998 !important;
  padding: 20px;
  width:100%
}

.menu-burger {
    /*margin-top: 10px;*/
    cursor: pointer;
    width: 50px;
    position: absolute;
    right: 40px;
    top: 34px;
}
#menuHeader { display: none; }
#menu-white {
    opacity: 0;
}
.menu {
    width: 360px;
    height: 100vh;
    display: none;
    /*background: #0b5828 url(../img/core/menu-gradient.png) top center / auto 100% repeat-x;*/
    background: black;
    position: fixed;
    z-index: 999 !important;
    top: 0;
    right: -360px;
}
.menu .menu-inner-header {
    padding: 25px 60px 25px 60px;
}
.menu .menu-inner-links {
    padding: 118px 90px 280px 90px;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif !important;
}
.menu .menu-inner-links li {
    margin-bottom: 25px;
    background: url(../img/core/pentagon-42-rotate-thick.png) left 10px center / 30px 31px no-repeat;
}
.menu .menu-inner-links li:nth-child(2) {
    background: url(../img/core/pentagon-42-rotate-thick.png) left 29px center / 30px 31px no-repeat;
}
.menu .menu-inner-links li:nth-child(3) {
    background: url(../img/core/pentagon-42-rotate-thick.png) left 12px center / 30px 31px no-repeat;
}
.menu .menu-inner-links li:nth-child(4) {
    background: url(../img/core/pentagon-42-rotate-thick.png) left 59px center / 30px 31px no-repeat;
}
.menu .menu-inner-links li a {
    color: white;
}
#ContactDisplayForm input[type="submit"] {
    cursor: pointer;
}
section.about-us {
    background: #0b5828 url(../img/core/about-us-gradient.png) top center / auto 100% repeat-x;
    color: #fff;
    overflow: auto;
    clear: both;
    padding: 280px 0;
    position: relative;
}
section.digital-partners {
    overflow: auto;
    clear: both;
    padding: 225px 0;
    position: relative;
    overflow-x: hidden;
}
section.digital-partners svg {
    position: absolute;
    top: 20%;
    left: 200px;
}
footer {
  display: block;
  clear: both;
  background: #000;
  color: #fff;
  padding: 30px 0;
  font-size: 16px;
}
footer p {
  margin: 0;
}
.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    /*display : table-cell;*/
    display : none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.modal {
    display: inline-block;
    background: white;
    width: 1200px;
    height: 800px;
    min-height: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
}
.modal .modal-inner {
    /*border: solid 2px #b51116;*/
    padding: 35px 2px 35px 50px;
    height: 100%;
    min-height: 760px;
    position: relative;
}
.modal .modal-innter-motif {
    position: absolute;
    top: 7px;
    left: 35px;
    z-index: 50;
    width: 54px;
}
.left-border, .right-border, .bottom-border, .top-border {
    position: absolute;
    background: #b51116;
}
.left-border {
    top: 0;
    left: 0;
    width: 2px;
    height: 0px;
}
.right-border {
    bottom: 0;
    right: 0;
    width: 2px;
    height: 0px;
}
.bottom-border {
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
}
.top-border {
    top: 0;
    right: 0;
    width: 0px;
    height: 2px;
}
.modal .content {
    width: 40%;
    float: left;
    line-height: 23px;
}
.modal .content .testimonial p {
    float: right;
    margin-left: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    border-left: solid 2px #b51116;
    clear: both;
    display: block;
    width: 92%;
    font-family: 'PT Sans', sans-serif !important;
    color: dimgrey;
}
.modal .content .testimonial span {
    display: block;
    text-align: right;
    font-style: italic;
    font-size: 14px;
    color: grey;
    font-weight: 100;
    padding-right: 2px;
}
.modal .content p, .modal .content .testimonial {
    font-size: 19px;
    width: 90%;
    clear: both;
}
.modal p.tagline { margin-bottom: 2px; }
.modal p.tagline { margin-bottom: 25px; }
.modal .content .testimonial {
  margin: 22px 0;
  overflow: auto;
}
.modal .content .tagline {
    font-size: 23px;
    color: black;
    font-weight: 600;
    width: 100%;
}
.modal .slideshow {
    width: 60%;
    height: 60vh;
    margin-top: -50px;
    float: right;
}
.modal-inner .inner-scroll ul { margin: 14px 0; list-style: disc; font-size: 19px; padding-left: 25px; }
.modal-inner .inner-scroll ul li { margin: 3px 0; }
.swiper-pagination {
    position: static;
}
.swiper-pagination-bullet-active {
    background: #b51115;
}
.cf {
    clear: both;
}

@media(max-width: 1620px) {
    section {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media(max-height: 800px) {
  .modal, .modal .modal-inner { min-height: 0; }
}
@media(max-width: 1400px) {
    .projects .projects-pane .width-12 .project {
        width: 622px;
        height: 310px;
        position: relative;
        float: none !important;
        margin: auto !important;
        margin-bottom: 25px !important;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        bottom: unset !important;
    }
    .projects .projects-pane .width-12 .project:nth-child(4), .projects .projects-pane .width-12 .project:nth-child(6) { margin-bottom: 45px !important; }
    .projects .projects-pane .width-12 {
        height: auto;
        padding-bottom: 125px;
    }
}
@media(max-width: 1320px) {

    header p.intro-info.rght, header p.intro-info.lft {
      margin: 0 !important;
      width: 520px;
    }
    header p.intro-info.rght {
      right: 72px !important;
      left: auto;
    }
    header p.intro-info.lft{ 
      left: 72px !important;
      right: auto;
    }
    header p.intro-info.lft.posn3 { 
      width: 650px !important;
    }
}

@media(max-width: 1220px) {
    .modal {
        width: 100%;
        /*height: auto;*/
        height: 100vh;

    }
    .modal .modal-inner { height: 96vh; overflow: hidden; }
    .modal .modal-inner .inner-scroll { height: 92vh; overflow: scroll; padding-bottom: 2vh; }
}
@media(max-width: 860px) {

    .modal .content, .modal .slideshow {
        width: 100%;
        float: none;
    }

    .modal .slideshow {
        height: auto !important;
        overflow: auto;
        margin-bottom: -20px;
    }
    .modal .content p, .modal .content .testimonial {
        width: 92%;
    }
    .modal .drop-us-a-line {
      margin-bottom: 20px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
      margin-top: -40px;
    }
    .swiper-lightbox {
        margin-bottom: 50px;
    }
    section.contact .width-6 {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        overflow: auto;
        width: 95%;
    }
}

@media(max-width: 800px) {
  .logos .swiper-slide img {
    width: 100%;
  }
  .logos .swiper-container {
      width: 60%;
  }

    header p.intro-info.rght, header p.intro-info.lft {
      width: 75%;
      font-size: 32px;
    }
    header p.intro-info.rght {
      right: 10% !important;
      left: auto;
    }
    header p.intro-info.lft{ 
      left: 10% !important;
      right: auto;
    }
    header p.intro-info.lft.posn3 { 
      width: 75% !important;
    }
}

@media(max-width: 700px) {
  .header-bar {
    background: rgba(255,255,255,0.96);
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
  }
    .menu {
        width: 100%;
    }
    #contact .content .width-6 {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        overflow: auto;
    }

    .projects p.intro, .projects .cta { font-size: 26px; line-height: 34px; }
    .projects .projects-pane .project img {
        right: 0;
        left: 0;
        margin: auto;
    }
    .projects .projects-pane .width-12 .project {
        width: 100%;
        overflow: hidden;
        text-align: center !important;
    }
    .projects .projects-pane .width-12 .project img {
        width: auto;
        height: 100%;
        right: 0px !important;
        left: 0px !important;
        top: 0px !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
    .width-12, .width-11, .width-10, .width-9, .width-8, .width-7, .width-6, .width-5, .width-4, .width-3, .width-2, .width-1, .block, .form-block {
        margin: auto;
    }
  /*  .projects .projects-pane .width-12 .project h3, .projects .projects-pane .width-12 .project p, .projects .projects-pane .width-12 .project a {
        left: unset !important;
        right: unset !important;
        bottom: unset !important;
        top: unset !important;
        position: relative;
        margin: auto;
        z-index: 55;
        display: inline-block;
    }*/
    .projects .projects-pane .width-12 .project h3 {
        top: 15px !important;
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
        font-size: 31px;
        margin-top: 30px;
        left: 0;
        text-align: left;
    }
    .projects .projects-pane .width-12 .project p {
      top: 94px !important;
      left: 0 !important;
      right: auto !important;
      bottom: auto !important;
        text-align: left !important;
        width: 84% !important;
        margin-top: 10px;
        display: block;
        font-size: 21px;
        line-height: 23px;
    }

    .projects .projects-pane .width-12 .project a {
        bottom: 0 !important;
        right: 0 !important;
        left: auto !important;
    }
    .about-us-subsections .subsection { margin-bottom: 0; margin-top: 30px; }
    .about-us-subsections .subsection p { padding-right: 0; width: 100% !important; }
    .about-us-subsections .subsection h5 {
        padding-left: 0;
    }
    .about-us-subsections .subsection .subsection-image {
        display: none;
    }
    .about-us-subsections .subsection p {
        padding-left: 0;
    }
    .about-us-subsections .subsection:nth-child(2) h5 {
        text-align: left;
        background: url(../img/core/pentagon-42-rotate.png) left 37px center / 31px 36px no-repeat;
    }
    p { font-size: 20px; line-height: 28px; margin: 0 0 22px 0; }
    header p#intro img#intro-logo {
        width: 122px;
        top: 97px;
        left: 239px;
    }
    header p#intro {
        font-size: 42px;
        top: 45vh;
    }
    header p.intro-info.rght, header p.intro-info.lft {
      top: 60vh;
    }
    header p#intro .massive { font-size: 65px; }
    header p#intro .underline span {
      top: 43px;
      left: 2px;
    }
    header p#intro .punct {
      left: 354px;
      top: 95px;
    }

    header p.intro-info.rght,header p.intro-info.lft{ 
      font-size:28px
    }
    header p#intro img#intro-logo { top: 90px; width: 126px; left: 243px; }
    header svg { width: 75%; }
    header svg:nth-child(1) { left: -40px; top: -10px; }
    header svg:nth-child(2) { right: -90px; top: -85px; }
    header svg:nth-child(3) { bottom: 0; width: 80%; }
    header svg:nth-child(4) { bottom: 80px; left: 20px; width: 75%; }
    footer {
        text-align: center;
    }
    footer .right {
        text-align: center !important;
        float: none !important;
    }
    footer .legal {
        float: none !important;
    }
    .address > p > a {
        font-size: 19px;
    }

    .projects p.intro { margin-top: 80px; }
    .projects p.intro { margin-bottom: 55px; }
    .projects .cta { margin-bottom: 0; }

    section.about-us, section.digital-partners, section.contact { padding-top: 140px; padding-bottom: 140px; }
    .projects .projects-pane .width-12 { padding-bottom: 32px; }

    .scroller.top > div, .scroller.bottom > div { background-size: 50% auto; }
}
@media(max-width: 600px) {
  a.drop-us-a-line {
    font-size: 26px;
    width: 215px;
  }
  .modal .modal-inner { padding: 35px 20px 35px 20px; }

  .projects .projects-pane .width-12 .project:nth-child(9) h3 {
      width: 70% !important;
  }
  .projects .projects-pane .width-12 .project:nth-child(10) h3 {
      width: 90% !important;
  }
  .projects .projects-pane .width-12 .project:nth-child(9) p, .projects .projects-pane .width-12 .project:nth-child(10) p {
      top: 123px !important;
  }
}
