/*&:after {
  content: "";
  display: table;
  clear: both;}*/
body {
  font-family: 'Heebo', sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  min-width: 320px;
  position: relative;
  background-color: #141414;
  max-width: 3000px;
  margin: auto;
  color: #8c8c8c;
  /*mix-blend-mode: difference;*/ }

header, section, footer {
  margin: auto;
  /*mix-blend-mode: difference;*/ }

a {
  text-decoration: none; }
  a:focus {
    outline: none !important; }

a:hover, a:focus, a:active {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a, button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

figure {
  margin: 0; }
  figure img {
    width: auto;
    max-width: 100%;
    vertical-align: top; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p, a {
  color: #8c8c8c;
  margin: 0; }

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

.content-width {
  width: 1438px;
  margin: auto; }

h1, h2 {
  margin: 0 0 30px; }

h3 {
  margin: 0 0 30px; }

h4 {
  margin: 0 0 30px; }

h5 {
  margin: 0 0 10px; }

h6 {
  margin: 0 0 10px; }

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

input, textarea, button {
  outline: none !important; }

/*---------------------------------HEADER----------------------------------*/
.fancybox-fx-slide-in-out.fancybox-slide--previous {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.fancybox-fx-slide-in-out.fancybox-slide--next {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.fancybox-fx-slide-in-out.fancybox-slide--current {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.top-line {
  padding: 40px 30px;
  position: relative;
  z-index: 999 !important; }
  .top-line .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .top-line .open-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 23px; }
    .top-line .open-menu a span {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.64px;
      text-align: left;
      color: #ffffff;
      display: inline-block;
      margin-right: 10px; }
    .top-line .open-menu a b {
      width: 20px;
      display: inline-block; }
      .top-line .open-menu a b i {
        width: 20px;
        height: 1px;
        display: inline-block;
        background: #ffffff;
        float: left; }
      .top-line .open-menu a b i + i {
        margin-top: 6px; }

.menu-responsive {
  margin: 0;
  padding: 0;
  width: 50vw;
  background-color: #fff;
  min-height: 100vh;
  float: right; }
  .menu-responsive .fancybox-close-small:after {
    top: 45px;
    display: none;
    right: 55px;
    content: url("../img/icon-close.svg");
    background: transparent !important;
    outline: none !important; }
  .menu-responsive .wrap {
    padding: 110px 60px 110px 250px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .menu-responsive ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .menu-responsive ul li {
      width: auto;
      text-align: left;
      margin: 0 50px; }
      .menu-responsive ul li a {
        color: #fff;
       /* text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;*/
        -webkit-text-stroke-width: .1px;
        -webkit-text-stroke-color: #000;
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        display: inline-block;
        position: relative;
        text-align: left; }
        .menu-responsive ul li a:after {
          position: absolute;
          bottom: -20px;
          left: 0;
          right: 0;
          height: 2px;
          display: none;
          background: transparent;
          content: ''; }

          .menu-responsive ul li a:hover:after {
            background-color: #fc4848; }
    .menu-responsive ul li.active a {
      color: #d1d1d1; }
      .menu-responsive ul li.active a:after {
        background-color: #fc4848; }

header {
  position: relative;
  z-index: 3; }

.soc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .soc-wrap li {
    margin: 5px 0;
    width: 30px;
    text-align: center; }
    .soc-wrap li a {
      font-size: 18px;
      color: #fff; }
      .soc-wrap li a:hover {
        opacity: 0.7; }

/*-----------------------------END-HEADER-------------------------------*/
/*-----------------------------WELCOME-----------------------------*/
.welcome {
  position: relative;
  z-index: 2;
  margin-bottom: -130px;
  mix-blend-mode: normal; }
  .welcome .content-width-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 170px 0 0 233px; }
  .welcome p.top {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.96px;
    text-align: left;
    color: #ffffff;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    margin-bottom: -1px; }
  .welcome .left {
    width: 50%; }
  .welcome h1 {
    font-size: 88px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    margin: 0; }
    .welcome h1 span {
      display: block; }
    .welcome h1 i {
      text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
      color: #000;
      font-style: normal; }
  .welcome .form-wrap {
    width: 712px;
    background: #0f0f0f;
    padding: 102px 97px 84px; }
    .welcome .form-wrap h2 {
      font-size: 48px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      margin-bottom: 20px;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
      width: 100%; }
    .welcome .form-wrap p {
      font-size: 20px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: left;
      color: #8c8c8c;
      margin-bottom: 25px;
      width: 100%; }
    .welcome .form-wrap .default-form {
      max-width: 385px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .welcome .form-wrap .default-form .wrap {
        width: 250px; }

.default-form ::-webkit-input-placeholder {
  color: #8c8c8c; }
.default-form ::-moz-placeholder {
  color: #8c8c8c; }
.default-form :-ms-input-placeholder {
  color: #8c8c8c; }
.default-form :-moz-placeholder {
  color: #8c8c8c; }
.default-form label {
  display: none; }
.default-form input, textarea {
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #8c8c8c;
  border: none;
  line-height: 42px;
  border-bottom: 1px solid #575757;
  background: transparent;
  width: 100%; }
.default-form .input-wrap {
  margin-bottom: 17px; }
.default-form .wrap-submit {
  padding-top: 5px; }

.btn-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 96px;
  height: 96px;
  border: solid 1px #8c8c8c;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  background: transparent;
  border-radius: 100%; }
  .btn-circle i {
    font-size: 20px;
    line-height: 16px; }
  .btn-circle:hover {
    background: #fff;
    color: #000; }

.full-img {
  height: 800px; }
  .full-img figure {
    width: 100%;
    height: 100%; }
    .full-img figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

/*----------------------------END-WELCOME-----------------------------*/
/*---------------------------HELP-----------------------------*/
.help {
  padding: 232px 0 215px; }
  .help h2 {
    font-size: 72px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    margin-bottom: 57px;
    max-width: 330px; }
  .help .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .help ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 300px); }
    .help ul li {
      width: 260px;
      margin-right: 100px; }
    .help ul li:last-child {
      margin-right: 0; }
  .help figure {
    margin-bottom: 35px;
    height: 50px; }
  .help h4 {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 12px;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
  .help p {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #8c8c8c;
    margin-bottom: 26px; }
  .help .btn-wrap {
    padding: 48px 80px 0 0; }

a.link {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff; }
  a.link i {
    position: relative;
    margin-left: 10px;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    top: 2px;
    font-size: 18px; }
  a.link:hover i {
    left: 4px; }

.btn-circle-big {
  width: 200px;
  height: 200px;
  font-size: 24px; }
  .btn-circle-big i {
    font-size: 36px;
    line-height: 12px;
    font-weight: 100;
    position: relative;
    top: 10px; }
  .btn-circle-big img {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    top: 5px; }
  .btn-circle-big:hover img {
    -webkit-filter: invert(1);
            filter: invert(1); }

/*--------------------------END-HELP-----------------------------*/
/*--------------------------WHO-AM-----------------------------*/
.who-am {
  position: relative;
  margin-bottom: -108px;
  z-index: 2; }
.who-am img {
    max-height: 92vh;
}
/*  .who-am:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 108px;
    background: #fff; }*/
  .who-am .content-width-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 2; }
  .who-am .left {
    position: relative;
    width: 50%; }
	
    .who-am .left .text-wrap {
      position: absolute;
      bottom: 67px;
      left: 82px;
      right: 20px; }
      .who-am .left .text-wrap h6 {
        font-size: 88px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
        margin-bottom: -17px; }
      .who-am .left .text-wrap p {
        font-size: 20px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: normal;
        text-align: left;
        color: #8c8c8c;
        margin-bottom: 14px; }
      .who-am .left .text-wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .who-am .left .text-wrap ul li {
          display: inline-block;
          margin-right: 32px;
          text-align: center; }
          .who-am .left .text-wrap ul li a {
            font-size: 18px;
            color: #fff; }
            .who-am .left .text-wrap ul li a:hover {
              opacity: 0.7; }
  .who-am .right {
    width: 50%;
    height: fit-content;
    padding: 20vh 0 0 240px; }
    .who-am .right .wrap {
      max-width: 480px; }
    .who-am .right h2 {
      font-size: 72px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
      margin-bottom: 16px; }
    .who-am .right h6 {
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      margin-bottom: 20px;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
    .who-am .right p {
      font-size: 20px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: left;
      color: #8c8c8c;
      margin-bottom: 30px; }
    .who-am .right p:last-child {
      margin-bottom: 0; }
  .who-am .btn-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -67%);
            transform: translate(-50%, -67%); }

/*-------------------------END-WHO-AM-----------------------------*/
/*-------------------------WORKED-WITH-----------------------------*/
.worked-with {
  padding: 217px 0 90px;
  background: #fff;
  position: relative; }
  .worked-with .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 97px; }
    .worked-with .line .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 300px;
      height: 180px;
      background-color: #fafafa; }
      .worked-with .line .item img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); 
		max-height: 100px;}
  .worked-with .line-1 {
    padding: 0 120px; }
  .worked-with .line-2 {
    padding: 0 59px;
    margin-bottom: 59px; }
  .worked-with .line-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0; }
  .worked-with .title-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: inline-block;
    width: 475px; }
    .worked-with .title-wrap p.top {
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.96px;
      text-align: center;
      color: #141414;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
      margin-bottom: 25px; }
    .worked-with .title-wrap h2 {
      font-size: 72px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #141414;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
      margin-bottom: 0; }

/*------------------------END-WORKED-WITH-----------------------------*/
/*------------------------GET-WORK-----------------------------*/
.get-work {
  padding: 100px 0 200px;
  background: #fff; }

.get-work-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 206px; }
.get-work-slider .get-work-head {
  padding-left: 232px; }
  .get-work-slider .get-work-head p.top {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.96px;
    text-align: left;
    color: #141414;
    margin-bottom: 25px;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
  .get-work-slider .get-work-head h2 {
    font-size: 72px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #141414;
    margin-bottom: 48px;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
.get-work-slider figure {
  position: relative;
  margin-bottom: 51px; }
  .get-work-slider figure img {
    width: 100%; }
  .get-work-slider figure .number {
    background-color: #141414;
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    position: absolute;
    right: -90px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .get-work-slider figure .number span {
      font-size: 88px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.96px;
      text-align: left;
      color: #141414;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
      text-shadow: -1px 0 #8c8c8c, 0 1px #8c8c8c, 1px 0 #8c8c8c, 0 -1px #8c8c8c; }
.get-work-slider .text-info {
  padding-left: 232px; }
  .get-work-slider .text-info p {
    padding-left: 40px;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #141414;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    max-width: 250px; }
    .get-work-slider .text-info p span {
      position: absolute;
      top: 0;
      left: 0; }
.get-work-slider .left {
  width: calc(100% - 715px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.get-work-slider .right {
  width: 480px;
  padding-top: 66px; }
  .get-work-slider .right h3 {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #141414;
    margin-bottom: 15px;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
  .get-work-slider .right p {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #8c8c8c;
    margin-bottom: 21px; }
  .get-work-slider .right p:last-child {
    margin-bottom: 0; }

.top-line {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.is-sticky {
  mix-blend-mode: exclusion; }

.is-sticky .top-line {
  padding-top: 20px;
  padding-bottom: 20px; }

.sticky-wrapper {
  min-height: 114px; }

/*-----------------------END-GET-WORK-----------------------------*/
/*-----------------------OUR-JOURNEY-----------------------------*/
.our-journey {
  padding: 95px 0 200px;
  /*background: #fff;*/
  position: relative; }
.our-journey:before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  content: '';
}
  .our-journey:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 625px;
    background-color: #141414; }

.our-journey .bg{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 625px;
  background-color: #141414;
  z-index: 10;
}
.our-journey .grid .line{
  background: #fafafa;
  opacity: 1;
}
.our-journey .bg .grid .line{
  background: #fafafa;
  opacity: 0.06;
}
.our-journey .bg .grid{
  z-index: 9;
}
.our-journey .content-width-full {
    padding-left: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 11; }
  .our-journey .left {
    width: 480px; }
    .our-journey .left p.top {
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.96px;
      text-align: left;
      color: #141414;
      margin-bottom: 25px;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
    .our-journey .left h2 {
      font-size: 72px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #141414;
      margin: 0;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
  .our-journey .right {
    width: calc(100% - 600px); }
    .our-journey .right figure {
      height: 440px;
      position: relative;
      margin-bottom: 20px; }
      .our-journey .right figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .our-journey .right figure svg {
        position: absolute;
        left: -68px;
        bottom: -116px;
        font-size: 88px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
        .our-journey .right figure svg text {
          font-size: 1px; }
    .our-journey .right .text-wrap {
      padding: 72px 55px 0 60px; }
    .our-journey .right h4 {
      font-size: 40px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
      margin-bottom: 14px; }
    .our-journey .right p {
      font-size: 20px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: left;
      color: #8c8c8c; }

.our-journey-slider {
  padding-bottom: 105px; }
  .our-journey-slider .swiper-pagination-progressbar {
    bottom: 53px;
    left: 58px;
    width: 360px;
    height: 4px;
    top: inherit;
    background-color: #363636; }
  .our-journey-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #8c8c8c; }
  .our-journey-slider .swiper-pagination-2 {
    position: absolute;
    bottom: 0;
    left: 58px; }
    .our-journey-slider .swiper-pagination-2 span {
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #575757;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
      display: inline-block;
      position: relative; }
    .our-journey-slider .swiper-pagination-2 span + span {
      margin-left: 10px; }
      .our-journey-slider .swiper-pagination-2 span + span:after {
        position: absolute;
        top: 0;
        left: -10px;
        content: '/';
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #575757;
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
    .our-journey-slider .swiper-pagination-2 span:first-child {
      color: #ffffff; }

.our-journey .right {
  position: relative; }
  .our-journey .right .nav-wrap {
    position: absolute;
    left: -118px;
    bottom: 79px;
    width: 80px; }
    .our-journey .right .nav-wrap > div {
      width: 80px;
      height: 80px;
      border: solid 1px #8c8c8c;
      margin: 0 0 15px;
      border-radius: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      -webkit-transform: none;
              transform: none; }
      .our-journey .right .nav-wrap > div:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -70%);
                transform: translate(-50%, -70%);
        content: url("../img/icon-3.svg");
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .our-journey .right .nav-wrap > div:hover {
        background: #8c8c8c; }
        .our-journey .right .nav-wrap > div:hover:after {
          -webkit-filter: invert(1);
                  filter: invert(1); }
    .our-journey .right .nav-wrap .swiper-button-prev:after {
      -webkit-transform: rotate(180deg) translate(-50%, -70%);
              transform: rotate(180deg) translate(-50%, -70%);
      -webkit-transform-origin: top left;
              transform-origin: top left; }

/*----------------------END-OUR-JOURNEY-----------------------------*/
/*----------------------CONNECT-----------------------------*/
.connect .grid .line {
	opacity: .04;
}
.connect {
  padding: 95px 0 178px;
  position: relative; }
  .connect .content-width {
    position: relative;
    z-index: 2; }
  .connect:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: #1a1a1a;
    height: 600px; }
  .connect .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 289px; }
    .connect .top .left {
      width: 40%; }
    .connect .top .right {
      width: 40%;
      padding: 45px 0 0 45px; }
      .connect .top .right a {
        text-align: center; }
  .connect p {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #8c8c8c;
    margin-bottom: 32px;
    max-width: 480px; }
  .connect p:last-child {
    margin-bottom: 0; }
  .connect p.top {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.96px;
    text-align: left;
    color: #ffffff;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
  .connect h2 {
    font-size: 72px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
  .connect h3 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    max-width: 300px; }
  .connect .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 28px;
    padding-left: 240px; }
    .connect .bottom .left {
      width: 40%;
      padding-top: 8px; }
    .connect .bottom .right {
      width: 480px; }
  .connect .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -100px;
    position: relative; }
    .connect .content:after {
      position: absolute;
      bottom: 0;
      left: -1000px;
      right: -1000px;
      content: '';
      background-color: #1a1a1a;
/*       background: #000; */
/*       opacity: 0.1; */
      top: 145px; }
    .connect .content > div {
      position: relative;
      z-index: 1; }
    .connect .content .btn-wrap {
      text-align: center;
      margin-top: 80px; }
      .connect .content .btn-wrap a {
        margin: auto; }
    .connect .content .left {
      width: 47%; }
      .connect .content .left .btn-wrap {
        padding-right: 90px; }
      .connect .content .left .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 30px; }
        .connect .content .left .item figure {
          width: 240px;
          height: 300px; }
          .connect .content .left .item figure img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .connect .content .left .item .text-wrap {
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          width: calc(100% - 320px); }
          .connect .content .left .item .text-wrap h3 {
            font-size: 40px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            margin-bottom: 10px;
            font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
            max-width: 100%; }
          .connect .content .left .item .text-wrap p {
            margin-bottom: 20px;
            max-width: 310px; }
    .connect .content .right {
      width: 47%; }
      .connect .content .right .btn-wrap {
        margin-top: 100px;
        padding-left: 80px; }
      .connect .content .right h2 {
        position: relative;
        left: 10%;
        margin-bottom: 84px; }
      .connect .content .right .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 188px;
        margin-bottom: 26px; }

        .connect .content .right .item .date {

          width: 145px;
          height: 68px;
          padding: 0 10px;
          background: #fff;
          margin-right: 40px; }
          .connect .content .right .item .date p {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; 
            font-size: 32px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 68px;
            letter-spacing: normal;
            color: #141414;
            margin: 0;
            font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
            text-transform: uppercase;
            text-align: center; }
            .connect .content .right .item .date p span {
              display: inline-block;
              margin-right: 10px; }
        .connect .content .right .item .info {
          width: calc(100% - 185px); }
          .connect .content .right .item .info h6 {
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.4;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 5px; }
          .connect .content .right .item .info p {
            font-size: 20px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: normal;
            text-align: left;
            color: #8c8c8c;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
    .connect .content h2 {
      font-size: 88px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
      margin-bottom: 64px; }

.btn-link {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  border: none;
  background: transparent;
  cursor: pointer; }
  .btn-link span {
    width: 48px;
    height: 48px;
    border: solid 1px #8c8c8c;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    border-radius: 100%; }
    .btn-link span i {
      font-size: 16px;
      line-height: 46px;
      position: relative;
      top: -2px;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
  .btn-link:hover span {
    border: solid 1px #fff;
    background: #fff; }
    .btn-link:hover span i {
      color: #000; }

/*---------------------END-CONNECT-----------------------------*/
/*---------------------CONTACT-----------------------------*/
.contact {
  padding: 200px 0 205px;
  background-color: #ffffff; }
  .contact .btn-link {
    color: #141414; }
    .contact .btn-link span {
      border: solid 1px #575757; }
    .contact .btn-link:hover span {
      border: solid 1px #000;
      background: #000; }
      .contact .btn-link:hover span i {
        color: #fff; }
  .contact .label-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
    .contact .label-form p {
      font-size: 20px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: center;
      color: #8c8c8c;
      max-width: 440px;
      margin: auto; }
    .contact .label-form p.top-text {
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.96px;
      text-align: center;
      color: #141414;
      margin-bottom: 26px;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
    .contact .label-form h2 {
      font-size: 72px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #141414;
      margin-bottom: 42px;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
    .contact .label-form .top {
      width: 100%;
      margin-bottom: 30px; }
    .contact .label-form .left {
      width: 44%; }
      .contact .label-form .left .text-wrap {
        padding: 160px 80px 0; }
    .contact .label-form .right {
      width: 44%; }
      .contact .label-form .right .text-wrap {
        padding: 69px 55px 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        background-color: #fafafa; }
        .contact .label-form .right .text-wrap .item {
          width: 45%;
          margin-bottom: 22px; }
          .contact .label-form .right .text-wrap .item h6 {
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 2;
            letter-spacing: normal;
            text-align: left;
            color: #141414;
            font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
            margin-bottom: 0; }
          .contact .label-form .right .text-wrap .item p {
            font-size: 18px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: normal;
            text-align: left;
            color: #8c8c8c;
            max-width: 230px;
            margin: 0 0 10px; }
          .contact .label-form .right .text-wrap .item p.border {
            position: relative; }
            .contact .label-form .right .text-wrap .item p.border:after {
              position: absolute;
              bottom: -7px;
              left: 0;
              width: 215px;
              content: '';
              background-color: #d9d9d9;
              height: 1px; }
          .contact .label-form .right .text-wrap .item a {
            font-size: 20px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: normal;
            text-align: left;
            color: #8c8c8c; }
            .contact .label-form .right .text-wrap .item a:hover {
              color: #000; }
          .contact .label-form .right .text-wrap .item .btn-link {
            margin-top: 22px; }
    .contact .label-form .input-wrap {
      margin-bottom: 33px; }
      .contact .label-form .input-wrap label {
        display: block;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: left;
        color: #141414;
        margin-bottom: -7px;
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
      .contact .label-form .input-wrap input {
        width: 100%;
        padding: 0;
        border: none;
        border-bottom: solid 1px #d9d9d9;
        color: #141414;
        font-size: 18px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 46px;
        letter-spacing: normal;
        text-align: left;
        height: 46px; }
      .contact .label-form .input-wrap textarea {
        resize: none;
        height: 117px;
        padding: 8px 0 0;
        border: none;
        border-bottom: solid 1px #d9d9d9;
        color: #141414;
        font-size: 20px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        width: 100%; }
    .contact .label-form h3 {
      font-size: 40px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #141414;
      margin-bottom: 21px;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
  .contact .wrap-info {
    position: absolute;
    top: 204px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 180px;
    height: 180px;
    background-color: #141414;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%; }
    .contact .wrap-info p {
      color: #141414;
      margin: 0;
      font-size: 88px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
      text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
      position: relative;
      top: -4px; }

#map {
  width: 100%;
  height: 210px;
  margin-top: 85px; }

/*--------------------END-CONTACT-----------------------------*/
/*--------------------FOOTER-----------------------------*/
footer {
  padding: 200px 0 200px;
  background-color: #141414; }
  footer .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  footer .left {
    width: 40%; }
    footer .left .logo-wrap {
      margin-bottom: 30px; }
    footer .left p {
      font-size: 20px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.4;
      letter-spacing: normal;
      text-align: left;
      color: #8c8c8c;
      max-width: 210px; }
  footer .right {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer .right .item {
      width: 300px; }
    footer .right .item-2 {
      width: 500px;
      padding-left: 0; }
    footer .right .wrap {
      margin-bottom: 33px; }
    footer .right h6 {
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      margin-bottom: 36px;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
    footer .right p {
      margin-bottom: 18px; }
      footer .right p a {
        font-size: 18px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: normal;
        text-align: left;
        color: #8c8c8c; }
        footer .right p a:hover {
          color: #fff; }
    footer .right p.label {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      font-family: 'Neue Haas Grotesk Display Pro', sans-serif; }
    footer .right ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      footer .right ul li {
        width: 45%;
        margin-bottom: -1px; }
        footer .right ul li a {
          font-size: 18px;
          font-weight: 300;
          font-stretch: normal;
          font-style: normal;
          line-height: 2.4;
          letter-spacing: normal;
          text-align: left;
          color: #8c8c8c; }
          footer .right ul li a:hover {
            color: #fff; }
  footer .bottom {
    width: 100%;
    margin-top: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer .bottom ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer .bottom ul li {
        display: inline-block;
        margin-right: 32px;
        text-align: center; }
        footer .bottom ul li a {
          font-size: 18px;
          color: #fff; }
          footer .bottom ul li a:hover {
            opacity: 0.7; }
    footer .bottom .soc {
      width: 40%; }
    footer .bottom .link-wrap {
      width: 60%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      footer .bottom .link-wrap p {
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: normal;
        text-align: left;
        color: #8c8c8c;
        width: 50%; }
        footer .bottom .link-wrap p a {
          font-size: 16px;
          font-weight: 300;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.75;
          letter-spacing: normal;
          text-align: left;
          color: #8c8c8c; }
          footer .bottom .link-wrap p a:hover {
            color: #fff; }

main, footer {
  overflow: hidden; }

.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #f5f5f5;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 99999;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform-origin: center;
          transform-origin: center; }
  .cursor span {
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    border: 1px solid #858585;
    content: '';
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    display: block;
    top: 5px;
    left: 5px; }

/*-------------------END-FOOTER-----------------------------*/
.site-main{
  width: 1280px;
  margin: auto;
}
.entry-content p{
  margin-bottom: 25px;
}
.em-search-wrapper{
  background: transparent;
}

div.css-search input, div.css-search select{
  border-radius: 5px;
  border: 1px solid #000;

  -webkit-filter: invert(1); filter: invert(1);
}
div.css-search{
  background: transparent;
}
div.css-search.has-search-geo.has-search-term input.em-search-text, div.css-search.has-search-geo.has-search-term input.em-search-geo{
  color: #fff;
  background: transparent;
}
.comment-form-comment label{
  display: block;
  width: 100%;
}
.comment-form-comment textarea{
  border-radius: 5px;
  border: 1px solid #000;

  -webkit-filter: invert(1); filter: invert(1);
}
.form-submit input{
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 16px;
  -webkit-filter: invert(1); filter: invert(1);
  padding: 3px 20px;
}
.nav-next a{
  font-size: 16px;
  display: flex;
  align-items: center;
}
.nav-next a svg{
  width: 20px;
  -webkit-filter: invert(1); filter: invert(1);
  height: 20px;
  position: relative;
  top: 4px;
  margin-left: 10px;
}
.nav-previous a svg{
  width: 20px;
  -webkit-filter: invert(1); filter: invert(1);
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.nav-next a span{
  margin-right: 5px;
}
.entry-footer{
  padding: 0!important;
}
.menu-responsive ul{
  -ms-flex-wrap: wrap;flex-wrap: wrap;
}
.menu-responsive ul li{
  width: 100%;
  margin: 20px 0;
}
body{
  position: relative;
}
.grid{
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1438px;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  z-index: 1;
}
.grid .line{
  width: 1px;
  height: 100%;
  background: #fafafa;
  opacity: 0.02;

}

.worked-with .grid .line, .get-work .grid .line, .get-work .grid .line, .contact .grid .line{
  opacity: 1;
}

.contact{
  position: relative;
}
.who-am:after{
  z-index: -1;
}

header{
  position: relative;
}
/*header:before, .welcome:before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
!*  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;*!
  z-index: 1;
}*/
/*header.is-open:before!*, .welcome.is-open:before*!{
  -webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);
}*/


header>*/*, .welcome>**/{
  position: relative;
  z-index: 1;
}
header.is-open{
  mix-blend-mode: normal;
  z-index: 99994;
  /*-webkit-filter: invert(1);filter: invert(1);*/
}
header.is-open .logo-wrap img{
  -webkit-filter: invert(1);filter: invert(1);
}
header a, .top-line {
  -webkit-transition: none; -o-transition: none; transition: none;
}
header.is-open .top-line{
  -webkit-filter: invert(1);filter: invert(1);
}
/*.welcome.is-open, section.is-open{
  mix-blend-mode: normal;
  z-index: 99991;
  position: relative;

}*/
/*.welcome.is-open .form-wrap{
  visibility: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition-delay: 0s!important;
  -o-transition-delay: 0s!important;
  transition-delay: 0s!important;
  z-index: -999;
}*/
/*.welcome .form-wrap{
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition-delay: 0.6s!important;
  -o-transition-delay: 0.6s!important;
  transition-delay: 0.6s!important;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}*/
.fancybox-container{
  width: 50%;
  left: 50%;
}
/*.welcome.is-open .content-width-full{
  -webkit-filter: invert(1);filter: invert(1);
}*/
header.is-open .soc-wrap{
  -webkit-filter: invert(1);filter: invert(1);
}
.top-line .open-menu a b i {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}
header.is-open .top-line .open-menu a b i:nth-child(2){
  opacity: 0;
}
header.is-open .top-line .open-menu a b i:first-child{
  transform: rotate(45deg);
  top: 7px;
}
header.is-open .top-line .open-menu a b i:nth-child(3){
  transform: rotate(-45deg);
  top: -7px;
}

.get-work{
  position: relative;
}
/*section{
  position: relative;
  z-index: 2;
}*/

.welcome .content-width-full, .help .content-width, section .content-width, section .content-width-full{
  position: relative;
  z-index: 2;
}
.contact .label-form .input-wrap input, .contact .label-form .input-wrap textarea{
  background: transparent;
}
.is-fix-site{
  overflow: hidden;
}
.pin-spacer{
  z-index: 3!important;
}
.get-work-slider figure img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-journey .swiper-slide{
  width: 635px;
  margin-right: 40px;
}

.our-journey .right .nav-wrap{
  display: none!important;
}

footer{
  position: relative;
  z-index: 2;
}

footer .content-width{
  position: relative;
  z-index: 2;
}
.default-form .wrap-submit {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-bottom: 20px;
}

/* ======================= BLog Post ===================== */
.blogStyle{
	position: relative;
    z-index: 2;
}
.entry-header{
	margin-bottom: 20px;
}
.entry-header h1{
	color: #fff;
	margin-bottom: 0;
}
.singleBlog article img.attachment-post-thumbnail{
	position: absolute;
    left: 0;
	width: 70vw;
    height: 400px;
    object-fit: cover;
}
.entry-content{
	padding-top: 450px;
}
.entry-meta{
	font-size: 17px;
}
.posts{
	display: flex;
    flex-wrap: wrap;
}
.post-item {
    flex: 1 0 calc(33.33% - 45px);
    margin: 10px;
	transition: .3s ease-in-out;
}
.post-item h3{
	transition: .7s ease;
	
}
.post-item img{
	width: 100%;
	filter: grayscale(1) brightness(0.5);
	transition: .7s ease;
}
.post-item:hover img{
	filter: unset;
}
.post-item:hover h3{
	color: #fff;
}
.post-item .meta-info{
	display: flex;
	align-items: center;
    gap: 20px;
}
.meta-info_category{
	font-size: 15px;
	text-transform: capitalize;
    border: 1px solid;
    padding: 4px 6px;
    color: inherit;
}
.meta-info_date{
	font-size: 15px;
}
.more-posts{
	display: flex;
    justify-content: center;
}
/* ======================= END BLog Post ===================== */