/*
RESETS ------------------------
*/
/* -------------------------------------------------------------
    Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
    By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
    List of CSS3 Sass Mixins File to be @imported and @included as you need
    The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
    ENDING css files
    note: All CSS3 Properties are being supported by Safari 5
    more info: http://www.findmebyip.com/litmus/#css3-properties
  ------------------------------------------------------------- */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

/*
RESETS END --------------------
*/
.prev-project-post {
  max-width: 140px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (max-width: 1400px) {
    .prev-project-post {
      display: none; } }
  .prev-project-post .image {
    height: 110px; }
  .prev-project-post span {
    display: block;
    text-align: center;
    background: #eb203c;
    color: #fff;
    font-size: 1.5em;
    padding: 6px 0;
    font-weight: 600; }

.next-project-post {
  max-width: 140px;
  width: 100%;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (max-width: 1400px) {
    .next-project-post {
      display: none; } }
  .next-project-post .image {
    height: 110px; }
  .next-project-post span {
    display: block;
    text-align: center;
    background: #eb203c;
    color: #fff;
    font-size: 1.5em;
    padding: 6px 0;
    font-weight: 600; }

@media only screen and (max-width: 800px) {
  #site-navigation {
    display: none; } }

#nav-icon, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 34px;
  height: 23px;
  float: right;
  margin-top: 53px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  z-index: 100000; }
  @media only screen and (max-width: 800px) {
    #nav-icon, #nav-icon2, #nav-icon3, #nav-icon4 {
      display: block; } }

#nav-icon span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #eb203c;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2) {
  top: 8px; }

#nav-icon span:nth-child(3) {
  top: 16px; }

#nav-icon.open {
  z-index: 200; }
  #nav-icon.open span {
    background-color: #000; }

#nav-icon.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon.open span:nth-child(2) {
  opacity: 0; }

#nav-icon.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

html, html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

html, body {
  overflow-x: hidden !important; }

html {
  overflow-y: scroll;
  color: #9b9999; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montseratt", sans-serif; }

strong {
  font-weight: 700; }

body {
  padding: 116px 0 0 0;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  font-family: "Montseratt", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  letter-spacing: -0.025em; }
  @media only screen and (max-width: 550px) {
    body {
      font-size: 56%; } }
  body h1 {
    font-size: 4em;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 0.5em; }
    @media only screen and (max-width: 800px) {
      body h1 {
        line-height: 0.95em; } }
  body h2 {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 3.6em;
    line-height: 1.1em;
    letter-spacing: -0.025em; }
  body h3 {
    font-size: 3em;
    letter-spacing: -0.025em;
    line-height: 1.1em;
    margin-bottom: 15px; }
  body h4 {
    font-size: 2.2em;
    letter-spacing: -0.025em;
    line-height: 30px; }
  body h5 {
    font-size: 1.9em;
    font-weight: 700;
    line-height: 1.1em; }
  body h6 {
    font-size: 1.6em;
    font-weight: 700; }
  body table {
    margin-bottom: 20px; }
    body table thead td {
      font-size: 2.4em; }
    body table td {
      font-size: 1.6em; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none; }

body a {
  text-decoration: none;
  -webkit-transition: border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  color: #9b9999; }
  body a.btn {
    color: #fff;
    font-size: 1.6em;
    border: 2px solid #fff;
    font-weight: 700;
    padding: 13px;
    display: inline-block;
    -webkit-transition: 0.6s all ease;
    -khtml-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease; }
    body a.btn:hover {
      color: #eb203c; }
    body a.btn.get-in-touch {
      background: #6a6a6a;
      border: none;
      display: block;
      text-align: center;
      padding: 20px 0;
      margin: 60px 0 0 auto; }

.mobile-navigation-wrapper {
  position: fixed;
  top: 106px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(235, 32, 60, 0.9);
  z-index: 100;
  visibility: hidden;
  display: none;
  -webkit-transition: 0.6s all;
  -khtml-transition: 0.6s all;
  -moz-transition: 0.6s all;
  -ms-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }
  .mobile-navigation-wrapper #mobileNav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center; }
    .mobile-navigation-wrapper #mobileNav li {
      list-style: none; }
      .mobile-navigation-wrapper #mobileNav li a {
        color: #fff;
        font-size: 3em;
        font-weight: 700;
        padding: 5px 0;
        display: block; }
  .mobile-navigation-wrapper.open {
    display: block;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible; }

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  overflow: hidden; }
  @media only screen and (max-width: 800px) {
    .container {
      padding: 0 20px; } }

input {
  -webkit-appearance: none;
  border-radius: 0; }

textarea:focus, input:focus, select:focus {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Montseratt", sans-serif;
  font-style: normal;
  margin-bottom: 0.9em;
  font-weight: 700;
  color: #666262; }

p {
  font-family: "Montseratt", sans-serif;
  margin-bottom: 1.25em;
  font-size: 1.6em;
  line-height: 24px; }

body .animsition-loading {
  -webkit-background-size: 30px 30px !important;
  -moz-background-size: 30px 30px !important;
  -o-background-size: 30px 30px !important;
  background-size: 30px 30px !important;
  border: none !important;
  animation-duration: 0s !important;
  -o-animation-duration: 0s !important;
  -ms-animation-duration: 0s !important;
  -moz-animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
  display: none; }

.out-of-view {
  -webkit-transition: -webkit-transform 1750ms cubic-bezier(0.23, 1, 0.32, 1) 250ms;
  transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1) 250ms;
  transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1) 250ms, -webkit-transform 1750ms cubic-bezier(0.23, 1, 0.32, 1) 250ms;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0; }

.am-in-view {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.slider-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6; }

.comments h5 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

#comments .comment-list li {
  position: relative;
  border: none; }
  #comments .comment-list li article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 0px; }
  #comments .comment-list li .comment-author {
    overflow: hidden;
    width: 100%;
    max-width: 50%;
    float: left; }
    #comments .comment-list li .comment-author .says {
      display: none; }
    #comments .comment-list li .comment-author img {
      float: left; }
    #comments .comment-list li .comment-author .fn {
      margin-left: 20px;
      font-size: 1.6em; }
  #comments .comment-list li .comment-metadata {
    float: left;
    width: 100%;
    max-width: 50%;
    text-align: right;
    padding-right: 30px; }
  #comments .comment-list li .comment-content {
    padding-left: 52px;
    clear: both; }
  #comments .comment-list li .reply {
    position: absolute;
    top: 0;
    right: 0; }
    #comments .comment-list li .reply a {
      color: #87b672; }
  #comments .comment-list li ol.children .fn {
    margin-left: 48px; }
  #comments .comment-list li ol.children .comment-content {
    padding-left: 82px; }

.comment-form .leave-comment {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

.comment-form #reply-title, .comment-form .comment-notes {
  display: none; }

.comment-form form p {
  overflow: hidden;
  margin-bottom: 30px; }

.comment-form form label {
  float: right;
  max-width: 20%;
  width: 100%;
  padding-left: 20px;
  font-weight: 700;
  color: #000; }
  @media only screen and (max-width: 768px) {
    .comment-form form label {
      display: block;
      max-width: 100%;
      margin: 0;
      padding: 0 0 10px 0; } }
  .comment-form form label .required {
    color: #eb203c; }

.comment-form form input, .comment-form form textarea {
  float: left;
  width: 100%;
  max-width: 80%;
  background-color: #efefef;
  border: 0;
  padding: 12px; }
  @media only screen and (max-width: 768px) {
    .comment-form form input, .comment-form form textarea {
      display: block;
      max-width: 100%; } }

.comment-form form input[type="submit"] {
  background: #87b672;
  width: auto;
  color: #fff;
  -webkit-transition: 0.6s all ease;
  -khtml-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease; }
  .comment-form form input[type="submit"]:hover {
    background-color: #eb203c;
    cursor: pointer; }

.comment-form form .comment-form-author, .comment-form form .comment-form-email, .comment-form form .comment-form-url {
  max-width: 70%; }
  @media only screen and (max-width: 768px) {
    .comment-form form .comment-form-author, .comment-form form .comment-form-email, .comment-form form .comment-form-url {
      display: block;
      max-width: 100%; } }

.comment-form form .comment-form-comment label {
  display: none; }

.header-banner {
  display: none;
  padding: 20px 0;
  background: url("../../images/header-banner-stripes.png") no-repeat center;
  background-size: cover;
  margin-top: 40px; }
  .header-banner h1, .header-banner h2, .header-banner h3, .header-banner h4 {
    color: #fff;
    margin: 0; }

.sectors-list {
  overflow: hidden;
  margin-bottom: 50px; }
  .sectors-list ul {
    margin: 0 -0.75%;
    padding: 0;
    overflow: hidden; }
    .sectors-list ul li {
      max-width: 31.833333%;
      width: 100%;
      float: left;
      margin: 0.75%;
      height: 336px;
      list-style: none;
      background-color: #eb203c;
      position: relative; }
      @media only screen and (max-width: 1000px) {
        .sectors-list ul li {
          max-width: 48%; } }
      @media only screen and (max-width: 700px) {
        .sectors-list ul li {
          max-width: 100%; } }
      .sectors-list ul li .content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -khtml-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        width: 100%;
        text-align: center;
        padding: 20px; }
        .sectors-list ul li .content .icon {
          margin-bottom: 10px; }
          .sectors-list ul li .content .icon img {
            margin: 0 auto;
            max-width: 140px; }
        .sectors-list ul li .content h2, .sectors-list ul li .content h3, .sectors-list ul li .content h4, .sectors-list ul li .content h5, .sectors-list ul li .content p {
          color: #fff;
          margin-bottom: 0; }
      .sectors-list ul li .text {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(129, 18, 33, 0.87);
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transition: 0.6s all;
        -khtml-transition: 0.6s all;
        -moz-transition: 0.6s all;
        -ms-transition: 0.6s all;
        -o-transition: 0.6s all;
        transition: 0.6s all; }
        .sectors-list ul li .text p {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -khtml-transform: translateY(-50%) translateX(-50%);
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          padding: 0 40px;
          color: #fff;
          width: 100%;
          text-align: center; }
      .sectors-list ul li:hover .text {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; }
      .sectors-list ul li.open .text {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 0;
  -webkit-transition: 0.6s all;
  -khtml-transition: 0.6s all;
  -moz-transition: 0.6s all;
  -ms-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all; }
  header .container {
    overflow: hidden; }
  header .site-branding {
    background: url("../../images/icm-dark.png") no-repeat center;
    background-size: cover;
    height: 74px;
    width: 100px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    -webkit-transition: 0.6s all;
    -khtml-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -ms-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all; }
    header .site-branding a {
      display: block;
      height: 94px;
      width: 126px; }
    header .site-branding svg {
      height: 94px;
      width: 126px; }
  header.home .site-branding {
    background: url("../../images/small-icm-logo.svg") no-repeat center;
    background-size: cover; }
  header .nav-wrapper {
    border-bottom: 2px solid #464646;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      header .nav-wrapper {
        border: none; } }
    header .nav-wrapper .social {
      text-align: right;
      position: absolute;
      right: 0;
      top: 2px; }
      header .nav-wrapper .social ul {
        padding: 0;
        margin: 0; }
        header .nav-wrapper .social ul li {
          list-style: none;
          display: inline-block;
          font-size: 20px;
          background: #d0d0d0;
          height: 35px;
          width: 35px;
          border-radius: 100%;
          position: relative;
          margin-left: 3px;
          -webkit-transition: 0.6s all ease;
          -khtml-transition: 0.6s all ease;
          -moz-transition: 0.6s all ease;
          -ms-transition: 0.6s all ease;
          -o-transition: 0.6s all ease;
          transition: 0.6s all ease; }
          header .nav-wrapper .social ul li a {
            display: block;
            height: 35px;
            width: 35px; }
          header .nav-wrapper .social ul li:hover {
            background-color: #464646; }
            header .nav-wrapper .social ul li:hover i.fa {
              color: #fff; }
          header .nav-wrapper .social ul li:first-of-type {
            margin: 0; }
          header .nav-wrapper .social ul li i.fa {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -khtml-transform: translateY(-50%) translateX(-50%);
            -moz-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            color: #464646; }
  header nav {
    float: right;
    position: absolute;
    right: 0;
    bottom: 10px; }
    header nav li {
      font-size: 1.6em;
      list-style: none;
      float: left;
      margin-right: 28px; }
      header nav li:last-child {
        margin: 0; }
      header nav li.current-menu-item a {
        color: #eb203c; }
    header nav a {
      color: #53585d;
      font-weight: 700;
      -webkit-transition: 0.6s all;
      -khtml-transition: 0.6s all;
      -moz-transition: 0.6s all;
      -ms-transition: 0.6s all;
      -o-transition: 0.6s all;
      transition: 0.6s all; }
      header nav a:hover {
        color: #eb203c; }
  header.sticky {
    background-color: rgba(235, 32, 60, 0.9); }
    header.sticky nav li a {
      color: #fff;
      position: relative; }
      header.sticky nav li a:before {
        content: ' ';
        position: absolute;
        top: -15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 7px;
        height: 7px;
        background-color: #fff;
        -webkit-transition: 0.6s all;
        -khtml-transition: 0.6s all;
        -moz-transition: 0.6s all;
        -ms-transition: 0.6s all;
        -o-transition: 0.6s all;
        transition: 0.6s all;
        -webkit-border-radius: 100%;
        -khtml-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0; }
      header.sticky nav li a:hover {
        color: #fff; }
        header.sticky nav li a:hover:before {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-opacity: 1;
          -khtml-opacity: 1;
          -moz-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          opacity: 1; }
    header.sticky nav li.current-menu-item a {
      color: #fff; }
      header.sticky nav li.current-menu-item a:before {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; }
    header.sticky .nav-wrapper {
      border: none; }
    header.sticky .site-branding {
      height: 74px;
      width: 100px;
      background: url("../../images/icm-logo-white.png") no-repeat center;
      background-size: cover; }
    header.sticky #nav-icon span {
      background-color: #fff; }

body.home {
  padding-top: 0; }
  @media only screen and (max-width: 768px) {
    body.home header .nav-wrapper {
      border: none; } }
  body.home header nav ul li a {
    color: #fff; }
    body.home header nav ul li a:hover {
      color: #eb203c; }
  body.home header nav ul li.current-menu-item a {
    color: #eb203c; }
  body.home header.sticky nav ul li a:hover {
    color: #fff; }

#slider {
  position: relative; }
  #slider .owl-item {
    position: relative; }
  #slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #000;
    max-width: 1400px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #slider .owl-nav .owl-next, #slider .owl-nav .owl-prev {
      height: 50px;
      width: 50px;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      background-color: #eb203c;
      padding: 0;
      margin: 0;
      position: absolute;
      color: #fff; }
      #slider .owl-nav .owl-next i.fa, #slider .owl-nav .owl-prev i.fa {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 43px;
        line-height: 0.7em; }
      #slider .owl-nav .owl-next.disabled, #slider .owl-nav .owl-prev.disabled {
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-opacity: 0.5;
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-opacity: 0.5;
        -o-opacity: 0.5;
        opacity: 0.5; }
    #slider .owl-nav .owl-prev {
      left: 50px; }
      #slider .owl-nav .owl-prev i.fa {
        margin-left: -9px; }
      @media only screen and (max-width: 600px) {
        #slider .owl-nav .owl-prev {
          left: 20px;
          background: none; } }
    #slider .owl-nav .owl-next {
      right: 50px; }
      #slider .owl-nav .owl-next i.fa {
        margin-left: -5px; }
      @media only screen and (max-width: 600px) {
        #slider .owl-nav .owl-next {
          right: 20px;
          background: none; } }
  #slider .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 50px;
    text-align: center;
    right: 0;
    left: 0; }
    #slider .owl-dots .owl-dot {
      height: 10px;
      width: 10px;
      background-color: #fff;
      display: inline-block;
      margin: 2px;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%; }
      #slider .owl-dots .owl-dot.active {
        height: 15px;
        width: 15px;
        margin-bottom: -1px; }
  #slider .item .content {
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -khtml-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    z-index: 50; }
    #slider .item .content h1, #slider .item .content h2, #slider .item .content h3, #slider .item .content h4, #slider .item .content h5, #slider .item .content h6 {
      font-weight: 700;
      margin: 0;
      color: #fff; }
    #slider .item .content p {
      color: #fff;
      margin: 18px 0 24px 0; }

section .content.intro {
  text-align: left;
  margin-bottom: 50px; }
  section .content.intro p:last-of-type {
    margin-bottom: 0; }

section.what-we-do {
  padding: 40px 0; }

section.single-project .single-full-width-banner img {
  margin: 0;
  max-width: 170px; }

section.single-project .project-content-information {
  padding: 40px 0 0 0;
  overflow: hidden; }
  section.single-project .project-content-information .container {
    overflow: hidden; }
  section.single-project .project-content-information .column {
    max-width: 31.3333%;
    width: 100%;
    float: left;
    margin-left: 3%; }
    section.single-project .project-content-information .column:first-of-type {
      margin: 0; }
    section.single-project .project-content-information .column .quote {
      font-style: italic;
      font-weight: bold; }
      section.single-project .project-content-information .column .quote p {
        letter-spacing: 0.01em; }
    @media only screen and (max-width: 800px) {
      section.single-project .project-content-information .column {
        max-width: 100%;
        margin: 0; }
        section.single-project .project-content-information .column.what-we-do-list {
          margin-bottom: 20px; } }
  section.single-project .project-content-information ul {
    padding: 0;
    margin: 0; }
    section.single-project .project-content-information ul li {
      list-style: none; }
      section.single-project .project-content-information ul li p {
        margin: 0; }

section.single-project .single-project-images {
  padding: 40px 0; }
  section.single-project .single-project-images ul {
    overflow: hidden;
    margin: 0 -0.5%;
    padding: 0; }
    section.single-project .single-project-images ul li {
      max-width: 39%;
      width: 100%;
      float: left;
      height: 500px;
      margin: 0.5%;
      list-style: none; }
      section.single-project .single-project-images ul li:first-of-type {
        max-width: 59%; }
        @media only screen and (max-width: 800px) {
          section.single-project .single-project-images ul li:first-of-type {
            max-width: 100%; } }
      section.single-project .single-project-images ul li:nth-child(4) {
        max-width: 59%; }
        @media only screen and (max-width: 800px) {
          section.single-project .single-project-images ul li:nth-child(4) {
            max-width: 100%; } }
      section.single-project .single-project-images ul li:nth-child(5) {
        max-width: 99%; }
        @media only screen and (max-width: 800px) {
          section.single-project .single-project-images ul li:nth-child(5) {
            max-width: 100%; } }
      @media only screen and (max-width: 800px) {
        section.single-project .single-project-images ul li {
          max-width: 100%;
          margin: 0 0 1% 0;
          height: auto;
          padding: 35% 0; } }

section.our-blog, section.single-project {
  padding: 40px 0;
  overflow: hidden; }
  section.our-blog .blog-posts, section.single-project .blog-posts {
    max-width: 63%;
    width: 100%;
    margin-right: 7%;
    float: left; }
    @media only screen and (max-width: 768px) {
      section.our-blog .blog-posts ul li .image, section.single-project .blog-posts ul li .image {
        height: auto !important;
        padding: 35% 0; } }
    section.our-blog .blog-posts figure, section.single-project .blog-posts figure {
      margin: 30px 0; }
    section.our-blog .blog-posts.category .main-image, section.single-project .blog-posts.category .main-image {
      margin-bottom: 20px; }
    @media only screen and (max-width: 800px) {
      section.our-blog .blog-posts, section.single-project .blog-posts {
        max-width: 100%;
        margin: 0 0 25px 0; } }
    section.our-blog .blog-posts ul, section.single-project .blog-posts ul {
      padding: 0;
      margin: 0; }
      section.our-blog .blog-posts ul li, section.single-project .blog-posts ul li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        margin-bottom: 40px; }
        section.our-blog .blog-posts ul li li, section.single-project .blog-posts ul li li {
          border: none; }
        section.our-blog .blog-posts ul li:last-of-type, section.single-project .blog-posts ul li:last-of-type {
          margin-bottom: 0; }
        section.our-blog .blog-posts ul li .content ul li, section.single-project .blog-posts ul li .content ul li {
          border: none; }
        section.our-blog .blog-posts ul li .image, section.single-project .blog-posts ul li .image {
          margin-bottom: 25px; }
          section.our-blog .blog-posts ul li .image img, section.single-project .blog-posts ul li .image img {
            width: 100%; }
        section.our-blog .blog-posts ul li .item-details, section.single-project .blog-posts ul li .item-details {
          margin-bottom: 25px; }
          section.our-blog .blog-posts ul li .item-details ul li, section.single-project .blog-posts ul li .item-details ul li {
            border: none;
            margin: 0 5px 5px 0;
            font-size: 1.6em;
            background-color: #efefef;
            padding: 15px;
            display: inline-block; }
            section.our-blog .blog-posts ul li .item-details ul li i.fa, section.single-project .blog-posts ul li .item-details ul li i.fa {
              margin-right: 10px; }
            section.our-blog .blog-posts ul li .item-details ul li.categories, section.single-project .blog-posts ul li .item-details ul li.categories {
              background: none;
              margin: 0;
              padding: 0;
              font-size: 1em; }
  section.our-blog aside, section.single-project aside {
    float: left;
    max-width: 30%;
    width: 100%; }
    section.our-blog aside .sidebar-item, section.single-project aside .sidebar-item {
      margin-bottom: 40px; }
    section.our-blog aside .blog-categories h4, section.our-blog aside .archives h4, section.our-blog aside .popular-posts h4, section.single-project aside .blog-categories h4, section.single-project aside .archives h4, section.single-project aside .popular-posts h4 {
      margin-bottom: 10px; }
    section.our-blog aside .blog-categories p, section.our-blog aside .archives p, section.our-blog aside .popular-posts p, section.single-project aside .blog-categories p, section.single-project aside .archives p, section.single-project aside .popular-posts p {
      margin-bottom: 0; }
    section.our-blog aside .blog-categories ul li, section.our-blog aside .archives ul li, section.our-blog aside .popular-posts ul li, section.single-project aside .blog-categories ul li, section.single-project aside .archives ul li, section.single-project aside .popular-posts ul li {
      list-style: none;
      font-size: 1.6em;
      margin-bottom: 8px; }
    section.our-blog aside .popular-posts ul li, section.single-project aside .popular-posts ul li {
      border-bottom: 1px solid #ccc;
      padding-bottom: 13px;
      margin-bottom: 13px; }
      section.our-blog aside .popular-posts ul li:last-of-type, section.single-project aside .popular-posts ul li:last-of-type {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0; }
    @media only screen and (max-width: 800px) {
      section.our-blog aside, section.single-project aside {
        max-width: 100%; } }
  section.our-blog.single .social-sharing, section.single-project.single .social-sharing {
    margin-top: 20px; }
  section.our-blog.single .comments, section.our-blog.single .comment-form, section.single-project.single .comments, section.single-project.single .comment-form {
    margin-top: 40px; }

section.single-project {
  padding-top: 0; }

section.featured-post {
  text-align: center;
  padding: 50px 0;
  background: #eaeaea; }
  section.featured-post .post {
    max-width: 700px;
    margin: 0 auto; }
    section.featured-post .post a.btn {
      background: #ffffff;
      color: #666262; }

section.get-in-touch {
  padding: 40px 0;
  overflow: hidden; }
  section.get-in-touch .form {
    max-width: 50%;
    width: 100%;
    float: left; }
    @media only screen and (max-width: 768px) {
      section.get-in-touch .form {
        max-width: 100%; } }
    section.get-in-touch .form input, section.get-in-touch .form textarea {
      width: 100%;
      max-width: 100%;
      padding: 10px;
      border: 1px solid #464646;
      margin-top: 5px; }
    section.get-in-touch .form p a {
      color: #ee3251; }
    section.get-in-touch .form .wpcf7-checkbox {
      display: block;
      margin-bottom: 35px;
      float: left; }
      section.get-in-touch .form .wpcf7-checkbox span {
        display: block;
        margin: 0; }
        section.get-in-touch .form .wpcf7-checkbox span.wpcf7-list-item {
          display: inline-block;
          font-size: 14px; }
      section.get-in-touch .form .wpcf7-checkbox input[type="checkbox"] {
        width: auto;
        margin: 0;
        border-color: #ccc;
        margin-bottom: 0;
        float: left;
        margin-right: 7px;
        margin-top: 3px; }
      section.get-in-touch .form .wpcf7-checkbox input[type="checkbox"]:checked {
        background: #f7f7f7; }
      section.get-in-touch .form .wpcf7-checkbox input[type="checkbox"]:checked:after {
        content: "\2713";
        color: #000;
        position: absolute;
        left: -4px;
        top: -6px; }
    section.get-in-touch .form input[type="submit"] {
      background: #464646;
      color: #fff;
      border: none;
      font-family: "Montseratt", sans-serif;
      padding: 18px;
      -webkit-transition: 0.6s all ease;
      -khtml-transition: 0.6s all ease;
      -moz-transition: 0.6s all ease;
      -ms-transition: 0.6s all ease;
      -o-transition: 0.6s all ease;
      transition: 0.6s all ease; }
      section.get-in-touch .form input[type="submit"]:hover {
        background-color: #eb203c;
        cursor: pointer; }
  section.get-in-touch .details {
    max-width: 45%;
    width: 100%;
    float: left;
    margin-left: 5%;
    margin-top: 26px; }
    @media only screen and (max-width: 768px) {
      section.get-in-touch .details {
        max-width: 100%;
        margin: 0; } }
    section.get-in-touch .details .options ul {
      margin: 0;
      padding: 0; }
      section.get-in-touch .details .options ul li {
        list-style: none;
        font-size: 1.6em;
        margin-bottom: 10px;
        line-height: 22px; }
        section.get-in-touch .details .options ul li i.fa {
          color: #eb203c;
          margin-right: 5px; }
    section.get-in-touch .details .map-wrapper {
      margin-top: 25px; }

section.who-we-work-with-logos {
  padding: 25px 0; }
  section.who-we-work-with-logos .logo img {
    width: 100%;
    margin: 0 auto;
    max-width: 160px; }

section.industry-expertise, section.what-we-do {
  padding: 40px 0; }
  section.industry-expertise .video, section.what-we-do .video {
    margin-bottom: 100px;
    width: 100%;
    max-width: 100%; }
    section.industry-expertise .video iframe, section.what-we-do .video iframe {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 600px; }
  section.industry-expertise .industry-expertise-list ul, section.what-we-do .industry-expertise-list ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    section.industry-expertise .industry-expertise-list ul li, section.what-we-do .industry-expertise-list ul li {
      margin-bottom: 50px; }
      section.industry-expertise .industry-expertise-list ul li h3, section.what-we-do .industry-expertise-list ul li h3 {
        position: relative;
        padding-top: 25px; }
        section.industry-expertise .industry-expertise-list ul li h3:after, section.what-we-do .industry-expertise-list ul li h3:after {
          content: " ";
          width: 100%;
          max-width: 150px;
          position: absolute;
          top: 0;
          left: 0;
          height: 8px;
          background-color: #eb203c;
          -webkit-transition: 0.6s all ease;
          -khtml-transition: 0.6s all ease;
          -moz-transition: 0.6s all ease;
          -ms-transition: 0.6s all ease;
          -o-transition: 0.6s all ease;
          transition: 0.6s all ease; }
      section.industry-expertise .industry-expertise-list ul li .image, section.what-we-do .industry-expertise-list ul li .image {
        height: 500px;
        width: 100%; }
        @media only screen and (max-width: 768px) {
          section.industry-expertise .industry-expertise-list ul li .image, section.what-we-do .industry-expertise-list ul li .image {
            height: 300px; } }
      section.industry-expertise .industry-expertise-list ul li:last-of-type, section.what-we-do .industry-expertise-list ul li:last-of-type {
        margin: 0; }
      section.industry-expertise .industry-expertise-list ul li:hover h3:after, section.what-we-do .industry-expertise-list ul li:hover h3:after {
        max-width: 175px; }
  section.industry-expertise ul.tabs, section.what-we-do ul.tabs {
    margin: 0 -0.75%;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    @media only screen and (max-width: 1000px) {
      section.industry-expertise ul.tabs, section.what-we-do ul.tabs {
        margin: 0; } }
  section.industry-expertise ul.tabs li, section.what-we-do ul.tabs li {
    background: #898c90;
    color: #fff;
    float: left;
    padding: 20px 10px;
    cursor: pointer;
    width: 100%;
    max-width: 31.8333333%;
    margin: 0 0.75% 1% 0.75%;
    font-size: 18px;
    text-align: center; }
    @media only screen and (max-width: 1000px) {
      section.industry-expertise ul.tabs li, section.what-we-do ul.tabs li {
        max-width: 48%; } }
    @media only screen and (max-width: 700px) {
      section.industry-expertise ul.tabs li, section.what-we-do ul.tabs li {
        max-width: 100%;
        margin: 0 0 5px 0; } }
    section.industry-expertise ul.tabs li.current, section.what-we-do ul.tabs li.current {
      background: #eb203c;
      color: #fff; }
  section.industry-expertise .tab-content, section.what-we-do .tab-content {
    display: none;
    width: 100%;
    position: relative;
    height: 600px; }
    section.industry-expertise .tab-content img, section.what-we-do .tab-content img {
      width: 100%; }
    section.industry-expertise .tab-content .content, section.what-we-do .tab-content .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 700px;
      padding: 40px; }
      section.industry-expertise .tab-content .content p, section.what-we-do .tab-content .content p {
        color: #fff; }
        section.industry-expertise .tab-content .content p a, section.what-we-do .tab-content .content p a {
          color: #eb203c; }
  section.industry-expertise .tab-content.current, section.what-we-do .tab-content.current {
    display: inherit; }
    @media only screen and (max-width: 700px) {
      section.industry-expertise .tab-content.current, section.what-we-do .tab-content.current {
        background: #f7f7f7 !important;
        height: auto; }
        section.industry-expertise .tab-content.current .content, section.what-we-do .tab-content.current .content {
          position: relative; } }

section.portfolio {
  padding: 40px 0; }
  section.portfolio ul {
    margin: 0;
    padding: 0; }
    section.portfolio ul li {
      list-style: none;
      position: relative;
      margin-bottom: 15px; }
      section.portfolio ul li:last-of-type {
        margin: 0; }
      section.portfolio ul li .image {
        position: relative;
        max-width: 67%;
        width: 100%;
        padding: 20% 0;
        -webkit-transition: 0.6s all;
        -khtml-transition: 0.6s all;
        -moz-transition: 0.6s all;
        -ms-transition: 0.6s all;
        -o-transition: 0.6s all;
        transition: 0.6s all; }
        section.portfolio ul li .image .image-content {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -khtml-transform: translateY(-50%) translateX(-50%);
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          text-align: left;
          width: 100%;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -webkit-opacity: 0;
          -khtml-opacity: 0;
          -moz-opacity: 0;
          -ms-opacity: 0;
          -o-opacity: 0;
          opacity: 0;
          -webkit-transition: 0.6s all;
          -khtml-transition: 0.6s all;
          -moz-transition: 0.6s all;
          -ms-transition: 0.6s all;
          -o-transition: 0.6s all;
          transition: 0.6s all; }
          section.portfolio ul li .image .image-content img {
            margin: 0 auto; }
          @media only screen and (max-width: 888px) {
            section.portfolio ul li .image .image-content {
              filter: alpha(opacity=100);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              -webkit-opacity: 1;
              -khtml-opacity: 1;
              -moz-opacity: 1;
              -ms-opacity: 1;
              -o-opacity: 1;
              opacity: 1; }
              section.portfolio ul li .image .image-content img {
                max-width: 45%; } }
        @media only screen and (max-width: 888px) {
          section.portfolio ul li .image {
            max-width: 100%; } }
      section.portfolio ul li .content-box {
        position: absolute;
        top: 0;
        bottom: 0;
        max-width: 33%;
        right: 0;
        width: 100%;
        background: #6e6e6e; }
        section.portfolio ul li .content-box .content {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -khtml-transform: translateY(-50%) translateX(-50%);
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          color: #fff;
          width: 100%;
          padding: 0 40px; }
          section.portfolio ul li .content-box .content h2, section.portfolio ul li .content-box .content h3, section.portfolio ul li .content-box .content h4, section.portfolio ul li .content-box .content h5, section.portfolio ul li .content-box .content h6 {
            color: #fff; }
          section.portfolio ul li .content-box .content p {
            line-height: 29px;
            margin: 0; }
          @media only screen and (max-width: 888px) {
            section.portfolio ul li .content-box .content {
              max-width: 100%;
              position: relative;
              top: auto;
              left: 0;
              padding: 20px;
              right: auto;
              text-align: left;
              -webkit-transform: none;
              -khtml-transform: none;
              -moz-transform: none;
              -ms-transform: none;
              -o-transform: none;
              transform: none; } }
        @media only screen and (max-width: 888px) {
          section.portfolio ul li .content-box {
            max-width: 100%;
            position: relative;
            top: auto;
            right: auto;
            text-align: left; } }
      section.portfolio ul li:nth-child(even) .image {
        margin: 0 0 0 auto; }
      section.portfolio ul li:nth-child(even) .content-box {
        right: auto;
        left: 0; }
      section.portfolio ul li:hover .image {
        background-size: 150% !important; }
        section.portfolio ul li:hover .image .image-content {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-opacity: 1;
          -khtml-opacity: 1;
          -moz-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          opacity: 1; }

section.thinking-beyond-design {
  padding: 50px 0;
  text-align: left; }
  section.thinking-beyond-design .container {
    overflow: hidden; }
  section.thinking-beyond-design .content {
    text-align: left;
    margin-bottom: 40px; }
  section.thinking-beyond-design ul {
    padding: 0;
    margin: 0;
    overflow: hidden; }
    section.thinking-beyond-design ul li {
      list-style: none;
      float: left;
      max-width: 33.33333%;
      width: 100%;
      text-align: center;
      position: relative; }
      section.thinking-beyond-design ul li span.info {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: red;
        color: #fff;
        padding: 10px 0;
        font-size: 14px;
        display: none;
        -webkit-transition: 0.6s all ease;
        -khtml-transition: 0.6s all ease;
        -moz-transition: 0.6s all ease;
        -ms-transition: 0.6s all ease;
        -o-transition: 0.6s all ease;
        transition: 0.6s all ease; }
      @media only screen and (max-width: 768px) {
        section.thinking-beyond-design ul li:first-child span.info {
          display: block; } }
      @media only screen and (max-width: 960px) {
        section.thinking-beyond-design ul li {
          max-width: 50%; } }
      @media only screen and (max-width: 768px) {
        section.thinking-beyond-design ul li {
          max-width: 100%;
          margin-bottom: 10px; } }
      section.thinking-beyond-design ul li a {
        display: block;
        padding: 160px 0; }
      section.thinking-beyond-design ul li .content {
        -webkit-transition: 0.6s all ease;
        -khtml-transition: 0.6s all ease;
        -moz-transition: 0.6s all ease;
        -ms-transition: 0.6s all ease;
        -o-transition: 0.6s all ease;
        transition: 0.6s all ease;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 15px;
        text-align: center;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -khtml-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
        section.thinking-beyond-design ul li .content button.read-more {
          margin-top: 15px;
          background: none;
          border: none;
          color: #fff;
          text-transform: uppercase;
          text-align: center;
          padding: 0;
          display: none;
          width: 100%;
          font-size: 12px;
          font-family: "Montseratt", sans-serif;
          font-weight: 600; }
          @media only screen and (max-width: 768px) {
            section.thinking-beyond-design ul li .content button.read-more {
              display: block; } }
        section.thinking-beyond-design ul li .content h4 {
          color: #fff;
          margin: 0 0 10px 0; }
        section.thinking-beyond-design ul li .content p {
          color: #fff;
          margin: 0; }
        section.thinking-beyond-design ul li .content .icon {
          max-width: 40px;
          margin: 0 auto 10px auto; }
      section.thinking-beyond-design ul li .overlay-with-link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #eb203c;
        -webkit-transition: 0.6s all ease;
        -khtml-transition: 0.6s all ease;
        -moz-transition: 0.6s all ease;
        -ms-transition: 0.6s all ease;
        -o-transition: 0.6s all ease;
        transition: 0.6s all ease;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0; }
      section.thinking-beyond-design ul li:hover span.info {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0; }
      section.thinking-beyond-design ul li:hover .overlay-with-link {
        filter: alpha(opacity=80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-opacity: 0.8;
        -khtml-opacity: 0.8;
        -moz-opacity: 0.8;
        -ms-opacity: 0.8;
        -o-opacity: 0.8;
        opacity: 0.8; }
      section.thinking-beyond-design ul li:hover .content {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; }

section.meet-our-team, section.who-we-are {
  padding: 40px 0;
  text-align: left; }
  section.meet-our-team .container, section.who-we-are .container {
    overflow: visible;
    position: relative; }
    section.meet-our-team .container .owl-nav, section.who-we-are .container .owl-nav {
      position: absolute;
      top: 25%;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0;
      left: -50px;
      right: -50px; }
      section.meet-our-team .container .owl-nav .owl-next, section.meet-our-team .container .owl-nav .owl-prev, section.who-we-are .container .owl-nav .owl-next, section.who-we-are .container .owl-nav .owl-prev {
        height: 50px;
        width: 50px;
        -webkit-border-radius: 100%;
        -khtml-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        background-color: #eb203c;
        padding: 0;
        margin: 0; }
        section.meet-our-team .container .owl-nav .owl-next i.fa, section.meet-our-team .container .owl-nav .owl-prev i.fa, section.who-we-are .container .owl-nav .owl-next i.fa, section.who-we-are .container .owl-nav .owl-prev i.fa {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -khtml-transform: translateY(-50%) translateX(-50%);
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          font-size: 43px;
          line-height: 0.7em; }
      section.meet-our-team .container .owl-nav .owl-next, section.who-we-are .container .owl-nav .owl-next {
        position: absolute;
        right: 0; }
        section.meet-our-team .container .owl-nav .owl-next i.fa, section.who-we-are .container .owl-nav .owl-next i.fa {
          left: 54%; }
      section.meet-our-team .container .owl-nav .owl-prev, section.who-we-are .container .owl-nav .owl-prev {
        position: absolute;
        left: 0; }
        section.meet-our-team .container .owl-nav .owl-prev i.fa, section.who-we-are .container .owl-nav .owl-prev i.fa {
          right: 0;
          left: 47%; }
  section.meet-our-team .content, section.who-we-are .content {
    margin-bottom: 5px; }
    section.meet-our-team .content .content-wrapper, section.who-we-are .content .content-wrapper {
      display: none; }
  section.meet-our-team .individual-social ul, section.who-we-are .individual-social ul {
    margin: 0;
    padding: 0; }
    section.meet-our-team .individual-social ul li, section.who-we-are .individual-social ul li {
      list-style: none;
      display: inline-block;
      margin-right: 10px;
      font-size: 1.3em; }
  section.meet-our-team .site-social, section.who-we-are .site-social {
    display: none; }
    section.meet-our-team .site-social ul, section.who-we-are .site-social ul {
      padding: 0;
      margin: 0; }
      section.meet-our-team .site-social ul li, section.who-we-are .site-social ul li {
        list-style: none;
        display: inline-block;
        font-size: 20px;
        background: #d0d0d0;
        height: 35px;
        width: 35px;
        border-radius: 100%;
        position: relative;
        margin-left: 3px;
        -webkit-transition: 0.6s all ease;
        -khtml-transition: 0.6s all ease;
        -moz-transition: 0.6s all ease;
        -ms-transition: 0.6s all ease;
        -o-transition: 0.6s all ease;
        transition: 0.6s all ease; }
        section.meet-our-team .site-social ul li a, section.who-we-are .site-social ul li a {
          display: block;
          height: 35px;
          width: 35px; }
        section.meet-our-team .site-social ul li:hover, section.who-we-are .site-social ul li:hover {
          background-color: #fefefe; }
        section.meet-our-team .site-social ul li:first-of-type, section.who-we-are .site-social ul li:first-of-type {
          margin: 0; }
        section.meet-our-team .site-social ul li i.fa, section.who-we-are .site-social ul li i.fa {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -khtml-transform: translateY(-50%) translateX(-50%);
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          color: #464646; }
  section.meet-our-team .member, section.who-we-are .member {
    text-align: left;
    position: relative; }
    section.meet-our-team .member .close-member, section.who-we-are .member .close-member {
      display: none; }
      section.meet-our-team .member .close-member:hover, section.who-we-are .member .close-member:hover {
        cursor: pointer; }
    section.meet-our-team .member .image, section.who-we-are .member .image {
      position: relative;
      height: 200px; }
      section.meet-our-team .member .image .image-overlay-with-link, section.who-we-are .member .image .image-overlay-with-link {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transition: 0.6s all ease;
        -khtml-transition: 0.6s all ease;
        -moz-transition: 0.6s all ease;
        -ms-transition: 0.6s all ease;
        -o-transition: 0.6s all ease;
        transition: 0.6s all ease;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(235, 32, 60, 0.75); }
        section.meet-our-team .member .image .image-overlay-with-link p.read-more, section.who-we-are .member .image .image-overlay-with-link p.read-more {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -khtml-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          color: #fff; }
      section.meet-our-team .member .image:hover .image-overlay-with-link, section.who-we-are .member .image:hover .image-overlay-with-link {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; }
    section.meet-our-team .member .details, section.who-we-are .member .details {
      padding: 7px 0;
      border-bottom: 1px solid #ccc; }
      section.meet-our-team .member .details p, section.who-we-are .member .details p {
        margin: 0; }
      section.meet-our-team .member .details .name, section.who-we-are .member .details .name {
        margin-bottom: 4px;
        font-weight: 700;
        color: #5f5b5b; }
    section.meet-our-team .member .content-wrapper .quote, section.who-we-are .member .content-wrapper .quote {
      font-style: italic; }
    section.meet-our-team .member.big, section.who-we-are .member.big {
      width: 340px;
      height: 220px; }
      section.meet-our-team .member.big .close-member, section.who-we-are .member.big .close-member {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        color: #fff;
        z-index: 200;
        display: block; }
      section.meet-our-team .member.big .image, section.who-we-are .member.big .image {
        height: 200px; }
    section.meet-our-team .member.want-to-join, section.who-we-are .member.want-to-join {
      width: 520px;
      background-color: #eb203c;
      padding: 20px;
      text-align: center; }
      @media only screen and (max-width: 650px) {
        section.meet-our-team .member.want-to-join, section.who-we-are .member.want-to-join {
          width: 100%;
          max-width: 100%;
          padding: 0;
          height: auto;
          margin: 30px 0 0 20px; } }
      section.meet-our-team .member.want-to-join .content, section.who-we-are .member.want-to-join .content {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        max-width: 400px;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -khtml-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
        @media only screen and (max-width: 650px) {
          section.meet-our-team .member.want-to-join .content, section.who-we-are .member.want-to-join .content {
            position: relative;
            left: auto;
            top: auto;
            max-width: 96%;
            padding: 30px;
            -webkit-transform: none;
            -khtml-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none; } }
      section.meet-our-team .member.want-to-join h1, section.meet-our-team .member.want-to-join h2, section.meet-our-team .member.want-to-join h3, section.meet-our-team .member.want-to-join h4, section.meet-our-team .member.want-to-join h5, section.meet-our-team .member.want-to-join p, section.who-we-are .member.want-to-join h1, section.who-we-are .member.want-to-join h2, section.who-we-are .member.want-to-join h3, section.who-we-are .member.want-to-join h4, section.who-we-are .member.want-to-join h5, section.who-we-are .member.want-to-join p {
        color: #fff; }

section.who-we-are .members-wrapper {
  overflow: hidden;
  margin: 0 -20px; }
  @media only screen and (max-width: 650px) {
    section.who-we-are .members-wrapper {
      margin: 0; } }

section.who-we-are .member {
  margin: 20px 20px 35px 20px;
  width: 240px;
  height: 264px; }
  @media only screen and (max-width: 650px) {
    section.who-we-are .member {
      width: 100%;
      height: 374px; } }
  @media only screen and (max-width: 650px) {
    section.who-we-are .member .image {
      height: 320px; } }
  section.who-we-are .member img {
    width: 100%; }
  section.who-we-are .member .content .content-wrapper {
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  section.who-we-are .member.big {
    width: 520px;
    height: 902px;
    background-color: #eb203c; }
    @media only screen and (max-width: 650px) {
      section.who-we-are .member.big {
        width: 100%;
        height: auto;
        padding-bottom: 30px; } }
    @media only screen and (max-width: 650px) {
      section.who-we-are .member.big .image {
        height: 320px; } }
    section.who-we-are .member.big .close-member {
      right: 40px; }
    section.who-we-are .member.big .individual-social {
      display: none; }
    section.who-we-are .member.big .site-social {
      display: block;
      position: absolute;
      left: 20px;
      bottom: 20px; }
    section.who-we-are .member.big .image-overlay-with-link {
      display: none; }
    section.who-we-are .member.big .content {
      padding: 20px;
      margin-bottom: 0; }
      section.who-we-are .member.big .content .content-wrapper {
        visibility: visible;
        display: block;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; }
      section.who-we-are .member.big .content h1, section.who-we-are .member.big .content h2, section.who-we-are .member.big .content h3, section.who-we-are .member.big .content h4, section.who-we-are .member.big .content h5, section.who-we-are .member.big .content h6, section.who-we-are .member.big .content p, section.who-we-are .member.big .content span, section.who-we-are .member.big .content .name {
        color: #fff; }
    section.who-we-are .member.big .details {
      border-bottom: 1px solid #fff;
      margin-bottom: 20px; }
      section.who-we-are .member.big .details .name {
        color: #fff; }

footer#footer {
  background-color: #383838;
  padding: 40px 0;
  overflow: hidden;
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    footer#footer #sbi_images .sbi_item {
      display: none; }
      footer#footer #sbi_images .sbi_item:first-child {
        display: block;
        width: 100%; } }
  footer#footer .container {
    overflow: hidden; }
    footer#footer .container .top {
      overflow: hidden;
      padding-bottom: 20px;
      border-bottom: 2px solid #fff;
      margin-bottom: 20px; }
    footer#footer .container .bottom {
      overflow: hidden; }
      footer#footer .container .bottom .copyright {
        float: left; }
        footer#footer .container .bottom .copyright p {
          font-size: 12px;
          font-weight: 700; }
          footer#footer .container .bottom .copyright p span {
            color: #fff; }
      footer#footer .container .bottom .links {
        float: right; }
        footer#footer .container .bottom .links ul {
          padding: 0;
          margin: 0; }
          footer#footer .container .bottom .links ul li {
            display: inline-block;
            margin-left: 2px; }
            footer#footer .container .bottom .links ul li a {
              font-size: 12px;
              font-weight: 700;
              -webkit-transition: 0.6s all ease;
              -khtml-transition: 0.6s all ease;
              -moz-transition: 0.6s all ease;
              -ms-transition: 0.6s all ease;
              -o-transition: 0.6s all ease;
              transition: 0.6s all ease; }
              footer#footer .container .bottom .links ul li a:hover {
                color: #fff; }
    footer#footer .container .column {
      max-width: 30%;
      width: 100%;
      float: left;
      margin-right: 3.33333%; }
      @media only screen and (max-width: 800px) {
        footer#footer .container .column:last-of-type {
          max-width: 100%; }
        footer#footer .container .column:nth-child(2) {
          float: right; } }
  @media only screen and (max-width: 800px) and (max-width: 600px) {
    footer#footer .container .column:nth-child(2) {
      max-width: 100%;
      float: left; } }
      footer#footer .container .column p {
        font-size: 1.4em; }
      footer#footer .container .column:first-of-type {
        max-width: 33.3333%; }
        @media only screen and (max-width: 800px) {
          footer#footer .container .column:first-of-type {
            max-width: 55%; } }
        @media only screen and (max-width: 600px) {
          footer#footer .container .column:first-of-type {
            max-width: 100%;
            margin-bottom: 25px; } }
      footer#footer .container .column:last-of-type {
        margin: 0; }
      footer#footer .container .column h1, footer#footer .container .column h2, footer#footer .container .column h3, footer#footer .container .column h4, footer#footer .container .column h5, footer#footer .container .column h6 {
        color: #fff; }
      footer#footer .container .column .logo-social {
        overflow: hidden;
        position: relative;
        margin-bottom: 20px; }
        footer#footer .container .column .logo-social .logo {
          max-width: 126px;
          width: 100%;
          float: left; }
        footer#footer .container .column .logo-social .social {
          text-align: right;
          position: absolute;
          right: 0;
          bottom: 0; }
          footer#footer .container .column .logo-social .social ul {
            padding: 0;
            margin: 0; }
            footer#footer .container .column .logo-social .social ul li {
              list-style: none;
              display: inline-block;
              font-size: 20px;
              background: #d0d0d0;
              height: 35px;
              width: 35px;
              border-radius: 100%;
              position: relative;
              margin-left: 3px;
              -webkit-transition: 0.6s all ease;
              -khtml-transition: 0.6s all ease;
              -moz-transition: 0.6s all ease;
              -ms-transition: 0.6s all ease;
              -o-transition: 0.6s all ease;
              transition: 0.6s all ease; }
              footer#footer .container .column .logo-social .social ul li a {
                display: block;
                height: 35px;
                width: 35px; }
              footer#footer .container .column .logo-social .social ul li:hover {
                background-color: #fefefe; }
              footer#footer .container .column .logo-social .social ul li:first-of-type {
                margin: 0; }
              footer#footer .container .column .logo-social .social ul li i.fa {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translateY(-50%) translateX(-50%);
                -khtml-transform: translateY(-50%) translateX(-50%);
                -moz-transform: translateY(-50%) translateX(-50%);
                -ms-transform: translateY(-50%) translateX(-50%);
                -o-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
                color: #464646; }

.single-projects header.sticky nav li:first-of-type a:before {
  content: ' ';
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background-color: #fff;
  -webkit-transition: 0.6s all;
  -khtml-transition: 0.6s all;
  -moz-transition: 0.6s all;
  -ms-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }
