@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-webkit-scrollbar {
  width: 13px; }

::-webkit-scrollbar-track {
  background: #333; }

::-webkit-scrollbar-thumb {
  background: #efefef; }

textarea, input, button, img, select, a:link, a:visited, a:hover, a:active, area {
  outline: none;
  border: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

html, body {
  margin: 0;
  padding: 0; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.clear-after:after {
  content: "";
  display: table;
  position: relative;
  clear: both; }

#initial-preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  transition: all 1s 0s ease;
  opacity: 1; }

#initial-preloader.hide {
  opacity: 0; }

#logo-animation-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 84px;
  width: 297px; }

#logo-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: -12px -3px;
  background-image: url(../img/logo-image.png);
  background-size: 336px;
  opacity: 0;
  transition: all 1s .75s ease;
  z-index: 1; }

#logo-animation {
  position: relative;
  z-index: 2;
  width: calc(100% - 30px);
  transition: all .2s 0s;
  opacity: 0; }

#logo-image.show {
  opacity: 1; }

#preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #222;
  z-index: 2;
  transition: all 1s 0s;
  opacity: 1; }

#preloader.hide {
  opacity: 0; }

.lds-dual-ring {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px; }

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.sk-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

body {
  background: #040404; }

@media screen and (max-width: 1100px) {
  .tab-hide {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .mob-hide {
    display: none !important; } }

.fit {
  display: block;
  position: relative;
  width: 80%;
  height: auto; }

.sidebar {
  display: block;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100px;
  background: #040404;
  z-index: 3; }
  .sidebar.left-sidebar {
    left: 0; }
    @media screen and (max-width: 767px) {
      .sidebar.left-sidebar {
        display: none; } }
  .sidebar.right-sidebar {
    right: 0; }
    @media screen and (max-width: 1100px) {
      .sidebar.right-sidebar {
        top: 0;
        height: 100px; } }
  .sidebar .social-icons {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%); }
    .sidebar .social-icons a {
      display: block;
      position: relative;
      font-size: 14px;
      color: #fff;
      width: 30px;
      text-align: center;
      margin: 7px auto; }

#menu-slide-out .social-icons {
  top: auto;
  transform: translate(0);
  bottom: 130px; }
  @media screen and (min-width: 767px) {
    #menu-slide-out .social-icons {
      display: none; } }
  #menu-slide-out .social-icons a {
    display: inline-block;
    font-size: 22px;
    margin: 0 10px; }

.wrapper {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 150px 300px 150px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .wrapper {
      padding: 0 50px 200px 50px; } }

section {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 81px 0 0 0; }
  @media screen and (max-width: 1100px) {
    section {
      padding: 31px 0; } }
  section:after {
    content: "";
    display: block;
    position: relative;
    clear: both; }
  section aside {
    display: block;
    position: relative;
    height: auto;
    width: 380px;
    float: left;
    padding-right: 25px; }
  section main {
    display: block;
    position: relative;
    height: auto;
    width: calc(100% - 380px);
    float: left; }
  @media screen and (max-width: 1100px) {
    section aside, section main {
      float: none;
      width: 100%; } }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

body, p, a, p a, ul, li, label, input,
h1, h2, h3, h4, h5 {
  font-family: 'Open Sans';
  color: #040404; }

p, a, p a, ul, li, label, input {
  font-size: 16px;
  line-height: 34px; }

p:not(:last-of-type) {
  margin-bottom: 33px; }

p:last-of-type {
  margin-bottom: 0; }

h2 {
  display: block;
  position: relative;
  margin-top: 16px;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center; }

aside h2 {
  text-align: left; }
  aside h2:after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 50px;
    margin-top: 40px;
    background: #040404; }

ul.main-menu {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  transform: translateY(-50%);
  height: 34px;
  top: 50%; }
  ul.main-menu li {
    display: inline;
    float: left; }
    ul.main-menu li a {
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      padding: 0 10px;
      margin: 0 10px;
      font-size: 13px;
      opacity: 0.8;
      transition: all .35s 0s ease; }
      ul.main-menu li a:hover, ul.main-menu li a.active {
        opacity: 1; }
    ul.main-menu li:last-of-type a {
      margin-right: 0;
      padding-right: 0; }

#menu-slide-out ul.main-menu {
  height: auto;
  position: absolute;
  top: calc(50% - 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0; }
  #menu-slide-out ul.main-menu li {
    display: block !important;
    float: none;
    text-align: center;
    padding: 0; }
    #menu-slide-out ul.main-menu li a {
      font-size: 24px !important;
      padding: 10px 0 !important;
      margin: 0 !important; }

footer p {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  color: #fff;
  float: right;
  font-size: 14px;
  text-align: right;
  top: 50%;
  transform: translateY(-50%); }

ul {
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0; }
  ul li {
    position: relative;
    padding-bottom: 12px;
    padding-left: 40px; }
    ul li:before {
      content: "";
      display: block;
      position: absolute;
      top: 14px;
      left: 0;
      height: 4px;
      width: 4px;
      border-radius: 100%;
      background: #040404; }

a.button, input[type="submit"] {
  display: inline-block;
  position: relative;
  height: 50px;
  width: auto;
  padding: 0 50px;
  background: #040404;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 48px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all .5s ease;
  font-size: 15px; }
  @media screen and (min-width: 767px) {
    a.button:hover, input[type="submit"]:hover {
      background: #fff;
      border-color: #040404;
      color: #040404; } }

form {
  padding-top: 24px; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  display: block;
  position: relative;
  height: 50px;
  width: 100%;
  margin-bottom: 25px;
  padding: 0 20px;
  border: 1px solid #040404; }

@media screen and (min-width: 767px) {
  .fade-in, .fade-in-left, .fade-in-right, .fade-in-up {
    display: block;
    position: relative;
    transition: all 1s 0s ease !important;
    opacity: 0 !important; }
  .fade-in-up {
    top: 25px !important; }
  .fade-in-left {
    left: -25px !important; }
  .fade-in-right {
    right: -25px !important; }
  .fade-in.delay-0, .fade-in-left.delay-0, .fade-in-right.delay-0, .fade-in-up.delay-0 {
    transition-delay: 0s !important; }
  .fade-in.delay-1, .fade-in-left.delay-1, .fade-in-right.delay-1, .fade-in-up.delay-1 {
    transition-delay: .25s !important; }
  .fade-in.delay-2, .fade-in-left.delay-2, .fade-in-right.delay-2, .fade-in-up.delay-2 {
    transition-delay: .5s !important; }
  .fade-in.delay-3, .fade-in-left.delay-3, .fade-in-right.delay-3, .fade-in-up.delay-3 {
    transition-delay: .75s !important; }
  .fade-in.delay-4, .fade-in-left.delay-4, .fade-in-right.delay-4, .fade-in-up.delay-4 {
    transition-delay: 1s !important; }
  .fade-in.delay-5, .fade-in-left.delay-5, .fade-in-right.delay-5, .fade-in-up.delay-5 {
    transition-delay: 1.25s !important; }
  .fade-in.delay-6, .fade-in-left.delay-6, .fade-in-right.delay-6, .fade-in-up.delay-6 {
    transition-delay: 1.5s !important; }
  .fade-in.delay-7, .fade-in-left.delay-7, .fade-in-right.delay-7, .fade-in-up.delay-7 {
    transition-delay: 1.75s !important; }
  .fade-in.delay-8, .fade-in-left.delay-8, .fade-in-right.delay-8, .fade-in-up.delay-8 {
    transition-delay: 2s !important; }
  .fade-in.trigger-fade, .fade-in-left.trigger-fade, .fade-in-right.trigger-fade, .fade-in-up.trigger-fade {
    opacity: 1 !important; }
    .fade-in.trigger-fade.fade-in-up, .fade-in-left.trigger-fade.fade-in-up, .fade-in-right.trigger-fade.fade-in-up, .fade-in-up.trigger-fade.fade-in-up {
      top: 0 !important; }
    .fade-in.trigger-fade.fade-in-left, .fade-in-left.trigger-fade.fade-in-left, .fade-in-right.trigger-fade.fade-in-left, .fade-in-up.trigger-fade.fade-in-left {
      left: 0 !important; }
    .fade-in.trigger-fade.fade-in-right, .fade-in-left.trigger-fade.fade-in-right, .fade-in-right.trigger-fade.fade-in-right, .fade-in-up.trigger-fade.fade-in-right {
      right: 0 !important; } }

.banner {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }
  @media screen and (min-width: 767px) {
    .banner.short {
      height: 50vh; } }
  .banner:before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #040404;
    z-index: 2;
    transition: all 1.2s ease-in;
    opacity: 1; }
  .banner:not(.short):after {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    height: calc(100% - 125px);
    width: 100%;
    background-image: url(../img/watermark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 1; }
  @media screen and (min-width: 767px) {
    .banner.short .banner-caption {
      top: calc(50% + 50px) !important; } }
  .banner.short .banner-caption.align-left {
    width: calc(100% - 300px);
    max-width: 1300px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
		.banner {background-size:auto;}
      .banner.short .banner-caption.align-left {
        width: calc(100% - 100px); } }
    .banner.short .banner-caption.align-left h1 {
      text-align: left !important; }
  .banner .banner-caption {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    width: calc(100% - 400px);
    max-width: 1024px;
    transition: all 1.2s 1.6s ease-in, margin 1s 1.6s;
    margin-top: 20px;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .banner .banner-caption {
        width: calc(100% - 100px); } }
    @media screen and (max-width: 767px) {
      .banner .banner-caption {
        margin-top: -30px; } }
    .banner .banner-caption.home-caption {
      max-width: 1200px;
      width: calc( 100% - 200px); }
      @media screen and (max-width: 767px) {
        .banner .banner-caption.home-caption {
          width: 100%;
          left: 0;
          transform: translateY(-50%); } }
      .banner .banner-caption.home-caption h1 a {
        font-size: 36px;
        font-weight: 600; }
    .banner .banner-caption h1, .banner .banner-caption h1 a {
      margin: 0;
      padding: 0;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 42px;
      line-height: 52px;
      font-weight: 100; }
      @media screen and (max-width: 1100px) {
        .banner .banner-caption h1, .banner .banner-caption h1 a {
          font-size: 32px;
          line-height: 42px; } }
      @media screen and (max-width: 767px) {
        .banner .banner-caption h1, .banner .banner-caption h1 a {
          font-size: 24px;
          line-height: 34px; } }
      .banner .banner-caption h1 span, .banner .banner-caption h1 a span {
        font-weight: 600; }
      .banner .banner-caption h1 p, .banner .banner-caption h1 a p {
        color: #fff;
        text-transform: none;
        margin: 0;
        padding: 0; }
    .banner .banner-caption h1 a {
      padding: 0 15px; }
      .banner .banner-caption h1 a:before, .banner .banner-caption h1 a:after {
        position: relative;
        top: -3px;
        padding: 0 6px;
        transition: all .5s ease;
        opacity: 0; }
      .banner .banner-caption h1 a:before {
        content: "["; }
      .banner .banner-caption h1 a:after {
        content: "]"; }
      .banner .banner-caption h1 a:hover:before, .banner .banner-caption h1 a:hover:after {
        opacity: 1; }
      @media screen and (max-width: 1100px) {
        .banner .banner-caption h1 a {
          display: block;
          margin: 25px 0; } }
      @media screen and (max-width: 767px) {
        .banner .banner-caption h1 a {
          padding: 0; } }
  .banner #home-logos {
    display: block;
    position: absolute;
    width: calc(100% - 200px);
    max-width: 903px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
  .banner #home-logos img {
    display: block;
    position: relative;
    max-width: 100%;
    height: auto; }
  .banner .lines-container {
    display: block;
    position: absolute;
    top: 0;
    left: 100px;
    height: 100%;
    width: calc( 100% - 200px);
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .banner .lines-container {
        left: 0;
        width: 100%; } }
    .banner .lines-container div {
      display: block;
      position: absolute;
      bottom: 0;
      height: 0;
      width: 1px;
      z-index: 3;
      background: rgba(255, 255, 255, 0.4);
      transition: all .5s ease-out; }
      .banner .lines-container div:nth-child(1) {
        left: 20%;
        transition-delay: 1s; }
      .banner .lines-container div:nth-child(2) {
        left: 40%;
        transition-delay: 1.2s; }
      .banner .lines-container div:nth-child(3) {
        left: 60%;
        transition-delay: 1.4s; }
      .banner .lines-container div:nth-child(4) {
        left: 80%;
        transition-delay: 1.6s; }
      @media screen and (max-width: 1100px) {
        .banner .lines-container div:nth-child(1) {
          left: 25%; }
        .banner .lines-container div:nth-child(2) {
          left: 50%; }
        .banner .lines-container div:nth-child(3) {
          left: 75%; }
        .banner .lines-container div:nth-child(4) {
          display: none; } }
      @media screen and (max-width: 767px) {
        .banner .lines-container div:nth-child(1) {
          left: 33.33%; }
        .banner .lines-container div:nth-child(2) {
          left: 66.66%; }
        .banner .lines-container div:nth-child(3) {
          display: none; } }

body.loaded .banner:before {
  opacity: .5; }

body.loaded .banner.light-overlay:before {
  opacity: 0.2; }

body.loaded .banner .banner-caption {
  margin-top: 0;
  opacity: 1; }
  @media screen and (max-width: 767px) {
    body.loaded .banner .banner-caption {
      margin-top: -50px; } }

body.loaded .lines-container div {
  height: 100vh; }

header {
  display: block;
  position: fixed;
  top: 0;
  right: 100px;
  background: #040404;
  height: 100px;
  width: auto;
  z-index: 2; }
  @media screen and (max-width: 1100px) {
    header {
      display: none; } }

footer {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  padding-right: 100px;
  background: #040404;
  height: 100px;
  width: 100%;
  z-index: 4; }
  @media screen and (max-width: 767px) {
    footer {
      right: 0;
      padding: 0; } }
  footer a#logo {
    display: block;
    position: relative;
    float: left;
    width: 304px;
    height: 100px;
    margin-left: 64px; }
    @media screen and (max-width: 767px) {
      footer a#logo {
        margin-left: auto;
        margin-right: auto;
        float: none; } }
    footer a#logo img {
      display: block;
      position: relative;
      width: 100%;
      height: auto; }

.slider, .slider > div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; }

a.hover-box {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  max-width: 1300px;
  border: 1px solid #040404;
  padding: 50px;
  margin: 25px auto 50px auto;
  transition: all .5s ease; }
  a.hover-box:first-of-type {
    margin-top: 63px; }
  a.hover-box:after {
    content: "";
    display: block;
    position: relative;
    clear: both; }
  a.hover-box span.arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 50px;
    height: 1px;
    width: 33px;
    background: #040404;
    transition: all .5s ease; }
    a.hover-box span.arrow:before, a.hover-box span.arrow:after {
      content: "";
      display: block;
      position: absolute;
      height: 1px;
      width: 10px;
      right: -1px;
      background: #040404;
      transition: all .5s ease; }
    a.hover-box span.arrow:before {
      transform: rotate(45deg);
      top: -4px; }
    a.hover-box span.arrow:after {
      transform: rotate(-45deg);
      top: 4px; }
  a.hover-box h3 {
    margin: 0;
    text-transform: uppercase;
    transition: all .5s ease;
    float: left;
    width: 300px; }
    a.hover-box h3 span {
      display: block;
      text-transform: none;
      font-size: 18px;
      font-weight: 100;
      padding-top: 0; }
  a.hover-box p {
    float: left;
    width: calc(100% - 400px);
    margin-top: -9px;
    padding-top: 0;
    transition: all .5s ease; }
  @media screen and (min-width: 767px) {
    a.hover-box:hover {
      background: #040404; }
      a.hover-box:hover h3, a.hover-box:hover p {
        color: #fff; }
      a.hover-box:hover span.arrow {
        background: #fff; }
        a.hover-box:hover span.arrow:before, a.hover-box:hover span.arrow:after {
          background: #fff; } }
  @media screen and (max-width: 1100px) {
    a.hover-box h3, a.hover-box p {
      width: 100%; }
    a.hover-box span.arrow {
      display: inline-block;
      position: relative;
      top: auto;
      clear: both;
      right: 0; } }


.team-grid-top {
  text-align: center; }
  .team-grid-top a {
    display: inline-block;
    position: relative;
    margin: 0 5px 100px 5px;
    width: 40%;
    padding-bottom: 60%;
    height: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1100px) {
      .team-grid-top a {
        width: 46%;
        padding-bottom: 64%; } }
    .team-grid-top a > span {
      display: block;
      position: absolute;
      bottom: 0;
      transform: translateY(100%);
      width: 100%;
      height: auto;
      padding: 10px 0;
      text-transform: uppercase;
      font-weight: 600;
      text-align: center;
      line-height: 24px; }
      .team-grid-top a > span span {
        display: block;
        font-size: 15px;
        font-weight: 100; }
    .team-grid-top a div.team-overlay {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.8);
      overflow: hidden;
      transition: all .5s 0s ease;
      opacity: 0; }
      .tteam-grid-top a div.team-overlay p {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff; }
        .team-grid-top a div.team-overlay p:after, .team-grid a div.team-overlay p:before {
          content: "";
          display: block;
          position: absolute;
          height: 500px;
          width: 2px;
          background: #fff;
          left: 14px;
          top: 0;
          z-index: 22;
          transition: all .5s .3s ease;
          height: 0; }
        .team-grid-top a div.team-overlay p:after {
          transform: translateY(-100%); }
        .team-grid-top a div.team-overlay p:before {
          bottom: 0;
          transform: translateY(35px); }
@media screen and (min-width: 767px) {
      .team-grid-top a:hover div.team-overlay {
        opacity: 1; }
        .team-grid-top a:hover div.team-overlay p:before, .team-grid a:hover div.team-overlay p:after {
          height: 500px; } }


.team-grid {
  text-align: center; }

  .team-grid a {
    display: inline-block;
    position: relative;
    margin: 0 5px 100px 5px;
    width: 25%;  
    padding-bottom: 36%;
    height: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1100px) {
      .team-grid a {
        width: 46%;
        padding-bottom: 64%; } }
    .team-grid a > span {
      display: block;
      position: absolute;
      bottom: 0;
      transform: translateY(100%);
      width: 100%;
      height: auto;
      padding: 10px 0;
      text-transform: uppercase;
      font-weight: 600;
      text-align: center;
      line-height: 24px; }
      .team-grid a > span span {
        display: block;
        font-size: 15px;
        font-weight: 100; }
    .team-grid a div.team-overlay {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.8);
      overflow: hidden;
      transition: all .5s 0s ease;
      opacity: 0; }
      .team-grid a div.team-overlay p {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff; }
        .team-grid a div.team-overlay p:after, .team-grid a div.team-overlay p:before {
          content: "";
          display: block;
          position: absolute;
          height: 500px;
          width: 2px;
          background: #fff;
          left: 14px;
          top: 0;
          z-index: 22;
          transition: all .5s .3s ease;
          height: 0; }
        .team-grid a div.team-overlay p:after {
          transform: translateY(-100%); }
        .team-grid a div.team-overlay p:before {
          bottom: 0;
          transform: translateY(35px); }
    @media screen and (min-width: 767px) {
      .team-grid a:hover div.team-overlay {
        opacity: 1; }
        .team-grid a:hover div.team-overlay p:before, .team-grid a:hover div.team-overlay p:after {
          height: 500px; } }

.team-member-popup {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  opacity: 0;
  transition: all .6s 0s ease; }
  @media screen and (max-width: 767px) {
    .team-member-popup {
      width: calc(100% - 100px);
      max-height: calc(100% - 250px);
      overflow-y: scroll;
      padding-right: 25px; } }
  .team-member-popup.show {
    opacity: 1; }
  .team-member-popup .popup-image {
    display: block;
    position: relative;
    float: left;
    height: 400px;
    width: 265px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 25px;
    margin-bottom: 25px;
    top: 27px; }
    @media screen and (max-width: 1100px) {
      .team-member-popup .popup-image {
        display: none; } }
  .team-member-popup h1 {
    text-transform: uppercase;
    color: #fff; }
  .team-member-popup p {
    max-width: 900px;
    color: #fff; }

#team-popups-container {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #040404;
  opacity: 0;
  transition: all .6s 0s ease; }
  #team-popups-container.hide {
    z-index: -99999; }
  #team-popups-container.show {
    opacity: 1;
    z-index: 99999; }
  #team-popups-container a.close-popup {
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    height: 50px;
    width: 50px; }
    #team-popups-container a.close-popup:after, #team-popups-container a.close-popup:before {
      content: "";
      display: block;
      position: absolute;
      top: 25px;
      left: 4px;
      height: 1px;
      width: 40px;
      background: #fff; }
    #team-popups-container a.close-popup:before {
      transform: rotate(45deg); }
    #team-popups-container a.close-popup:after {
      transform: rotate(-45deg); }

.project-popup {
  display: block;
  position: absolute;
  top: 50%;
  /*left: 35px;*/
  left: 7%;
  transform: translateY(-50%);
      width: 88%; 
  opacity: 0;
  visibility: hidden;
  transition: all .6s 0s ease; 
  height: 100%;
    padding-top: 7%;
}
  .project-popup .popup-content {
    width: 50%;
    float: right;
    padding-top: 50px;
    height: 100%;
}
  @media screen and (max-width: 1100px) {
    .project-popup {
      left: 50px;
      width: calc(100% - 100px);
      max-height: calc(100% - 250px);
      overflow-y: scroll;
      padding-right: 25px; 
  }
	.project-popup .popup-content {
		width: 100%;
	}
}
  .project-popup.show {
    opacity: 1;
    visibility: visible; }

  .project-popup .popup-image {
    display: block;
    position: relative;
    float: left;
    height: 0;
    padding-bottom: 30%;
    width: calc(50% - 25px);
    margin-right: 25px;
    margin-bottom: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 70px; }
    @media screen and (max-width: 767px) {
      .project-popup .popup-image {
        top: 0;
        margin-bottom: 25px;
        padding-bottom: 50%;
        width: 100%;
        float: none; } }
  .project-popup h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    margin-bottom: 4px; }
    .project-popup h1 span {
      font-size: 15px;
      display: block;
      font-weight: 300; }
  .project-popup p {
    float: left;
   
    color: #fff;
    margin-bottom: 0;
    line-height: 28px;
    font-size: 16px; }
    .morecontent span {
    display: none;
}
.morelink {
    display: block;
}
    @media screen and (max-width: 767px) {
      .project-popup p {
        max-width: 100%;
        float: none; } }

#project-popups-container {
  display: block;
  position: fixed;
  /*
      top: 20%;
    left: 24%;
    height: 60%;
    width: 60%;
    */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  background: #040404;
  opacity: 0;
  transition: all .6s 0s ease;
}
#project-popups-container.map-popup {
	top: 20%;
    left: 25%;
    height: 60%;
    width: 50%;
}
#project-popups-container.map-popup .project-popup .popup-content {
	width: 100%;
    float: none;
    padding-top: 10px;
    height: 100%;
}
  #project-popups-container.hide {
    z-index: -99999; }
  #project-popups-container.show {
    opacity: 1;
    z-index: 99999; }
  #project-popups-container a.close-popup {
    display: block;
    position: absolute;
       top: 15px;
    right: 10px;
    height: 50px;
    width: 50px; }
    #project-popups-container a.close-popup:after, #project-popups-container a.close-popup:before {
      content: "";
      display: block;
      position: absolute;
      top: 25px;
      left: 4px;
      height: 1px;
      width: 40px;
      background: #fff; }
    #project-popups-container a.close-popup:before {
      transform: rotate(45deg); }
    #project-popups-container a.close-popup:after {
      transform: rotate(-45deg); }

.project-listing-image {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.project-description-container h2 {
  width: 300px;
  float: left;
  text-align: left; }

.project-description-container .project-description {
  width: calc(100% - 540px);
  float: left; }

.project-description-container a.button {
  margin-top: 24px;
  float: right; }

@media screen and (max-width: 1100px) {
  .project-description-container h2 {
    width: 100%;
    float: none; }
  .project-description-container .project-description {
    width: 100%;
    float: none; }
  .project-description-container a.button {
    float: none; } }

#map-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }

#map-container {
  display: block;
  position: absolute;
  height: calc(100% + 100px);
  width: calc(100% + 100px);
  top: -184px;
  left: -200px; }
  @media screen and (max-width: 767px) {
     #map-container {
        left: 0px; } }



.marker-div {
  display: block;
  position: relative;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: #fff;
  border: 2px solid #000 !important;
  z-index: 1; }

.marker-inner {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 51%;
  left: 51%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  overflow: hidden;
  transition: all .3s ease; }

.marker-div:hover {
  z-index: 9999; }

.marker-div:hover .marker-inner {
  width: 9px;
  height: 9px; }

.marker-label {
  display: block;
  position: fixed;
  top: 0;
  left: 34px;
  /*
  position: absolute;
  top: 0;
  left: 34px;
  */
  height: auto;
  width: auto;
  background: #fff;
  border: 1px solid #000;
  float: left;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 10px;
  white-space: nowrap;
  z-index: 999999;
  transition: all .5s .25s ease;
  opacity: 0; }

.marker-div:hover .marker-label {
  opacity: 1; }

#slide-out-menu {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  right: 35px;
  height: 32px;
  width: 32px; }
  @media screen and (max-width: 1100px) {
    #slide-out-menu {
      top: calc(50% - 15px); } }
  #slide-out-menu > input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    z-index: 1;
    opacity: 0;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 999; }
  #slide-out-menu > span {
    display: block;
    position: absolute;
    left: 0;
    height: 1px;
    width: 30px;
    background: #fff;
    transition: all 0.7s cubic-bezier(1, 0.025, 0, 0.975);
    z-index: 998; }
    #slide-out-menu > span:first-of-type {
      top: 10px; }
    #slide-out-menu > span:nth-of-type(2) {
      top: 20px;
      width: 20px; }

#slide-out-menu > input[type="checkbox"]:checked ~ span:first-of-type {
  transform: rotate(45deg);
  width: 30px;
  top: 14px; }

#slide-out-menu > input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform: rotate(-45deg);
  width: 30px;
  top: 14px; }

#menu-slide-out {
  position: fixed;
  top: 0;
  right: -100%;
  /* Change Slide Out Menu width */
  width: calc(100% - 100px);
  /* Ensure these values are the same */
  height: 100vh;
  box-sizing: border-box;
  transition: all 0.7s cubic-bezier(1, 0.025, 0, 0.975);
  z-index: 997;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 767px) {
    #menu-slide-out {
      width: 100%; } }

#slide-out-menu > input[type="checkbox"]:checked ~ #menu-slide-out {
  right: 0; }

/* Styling */
.menu-logo {
  display: inline-block;
  margin-left: -10px;
  margin-bottom: 60px; }

#slide-out-menu > input[type="checkbox"]:checked ~ span {
  background: #fff; }

#menu-slide-out {
  background: black;
  padding: 100px 40px 100px 40px; }
  #menu-slide-out ul {
    list-style-type: none; }
    #menu-slide-out ul li a {
      display: block;
      position: relative;
      font-size: 18px;
      padding: 0 0 10px 0; }

section.remove_padding_title{
  padding-top: 20px;
}

section.remove_padding{
  padding-top: 40px;
}