* {
  outline: 0 !important; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: "Heebo", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: "Heebo", sans-serif;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }
  @media (max-width: 768px) {
    body {
      font-size: 15px; } }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "SF-Pro", sans-serif; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

ol,
ul,
dl {
  margin: 0;
  padding: 0; }
  ol li,
  ul li,
  dl li {
    list-style: none; }

b,
strong {
  font-weight: 500; }

a {
  color: #d96f32;
  text-decoration: none; }
  a:hover {
    color: #086892;
    text-decoration: none; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none; }

input,
button,
select,
optgroup,
textarea {
  font-family: inherit; }

::-webkit-scrollbar-track {
  background-color: inherit; }

::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background-color: inherit; }

::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; }
      .container.md {
        max-width: 980px; } }
  @media (min-width: 1100px) and (max-width: 1200px) {
    .container {
      max-width: 1070px; }
      .container.md {
        max-width: 980px; } }
  @media (min-width: 1024px) and (max-width: 1100px) {
    .container {
      max-width: 984px; } }
  @media (min-width: 992px) and (max-width: 1023px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      max-width: calc(100% - 30px); } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fade-in-lg {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fade-in-lg {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fade-in-lg {
  -webkit-animation-name: fade-in-lg;
  animation-name: fade-in-lg; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes scrollright {
  0% {
    left: 35px; }
  50% {
    left: 25px; }
  100% {
    left: 35px; } }
@-webkit-keyframes blinking {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-webkit-keyframes dots {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-webkit-keyframes consumer {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@-webkit-keyframes globe {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes airplane {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-20px); } }
@-webkit-keyframes cloud {
  0% {
    bottom: 5px; }
  50% {
    bottom: -5px; }
  100% {
    bottom: 5px; } }
@-webkit-keyframes phone {
  0% {
    transform: translateY(4px); }
  50% {
    transform: translateY(-4px); }
  100% {
    transform: translateY(4px); } }
@-webkit-keyframes workflip {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-20px); } }
.work-gutter .box.eno .flip .item {
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 768px) {
    .work-gutter .box.eno .flip .item {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .work-gutter .box.eno .flip .item {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  .work-gutter .box.eno .flip .item .animated-box figure {
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 768px) {
      .work-gutter .box.eno .flip .item .animated-box figure {
        -moz-transition: all 0.65s;
        -o-transition: all 0.65s;
        -webkit-transition: all 0.65s;
        transition: all 0.65s; } }
    @media (max-width: 767px) {
      .work-gutter .box.eno .flip .item .animated-box figure {
        -moz-transition: all 0.65s;
        -o-transition: all 0.65s;
        -webkit-transition: all 0.65s;
        transition: all 0.65s; } }
  .work-gutter .box.eno .flip .item .animated-box.ani1 figure.fig1 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani1 figure.fig2 {
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani2 figure.fig1 {
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  .work-gutter .box.eno .flip .item .animated-box.ani2 figure.fig2 {
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  .work-gutter .box.eno .flip .item .animated-box.ani2 figure.fig3 {
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  .work-gutter .box.eno .flip .item .animated-box.ani2 figure.fig4 {
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  .work-gutter .box.eno .flip .item .animated-box.ani3 figure.fig1 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani3 figure.fig2 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani4 figure.fig1 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani4 figure.fig2 {
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani5 figure.fig1 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani5 figure.fig2 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani5 figure.fig3 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani5 figure.fig4 {
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transform: translateX(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani6 figure.fig1 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani6 figure.fig2 {
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani7 figure.fig1 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani8 figure.fig1 {
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani8 figure.fig2 {
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani8 figure.fig3 {
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani9 figure.fig1 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani9 figure.fig2 {
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px); }
  .work-gutter .box.eno .flip .item .animated-box.ani9 figure.fig3 {
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
.work-gutter .box.eno .contents .cnt h4,
.work-gutter .box.eno .contents .cnt h5,
.work-gutter .box.eno .contents .cnt p {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }
  @media (min-width: 768px) {
    .work-gutter .box.eno .contents .cnt h4,
    .work-gutter .box.eno .contents .cnt h5,
    .work-gutter .box.eno .contents .cnt p {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .work-gutter .box.eno .contents .cnt h4,
    .work-gutter .box.eno .contents .cnt h5,
    .work-gutter .box.eno .contents .cnt p {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
.work-gutter .box.eno .contents .cnt i {
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 768px) {
    .work-gutter .box.eno .contents .cnt i {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .work-gutter .box.eno .contents .cnt i {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
.work-gutter .box.eno .contents .cnt .social-list li {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }
  @media (min-width: 768px) {
    .work-gutter .box.eno .contents .cnt .social-list li {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .work-gutter .box.eno .contents .cnt .social-list li {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
.work-gutter .box.addon.left-data .flip:after {
  transform: translateX(100%); }
.work-gutter .box.addon.right-data .flip:after {
  transform: translateX(-100%); }
.work-gutter .box.addon .flip .item {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
  .work-gutter .box.addon .flip .item .animated-box figure {
    opacity: 1;
    visibility: visible;
    transform: none !important; }
  .work-gutter .box.addon .flip .item .animated-box.ani1 figure {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .work-gutter .box.addon .flip .item .animated-box.ani2 figure {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .work-gutter .box.addon .flip .item .animated-box.ani3 figure.fig1 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .work-gutter .box.addon .flip .item .animated-box.ani3 figure.fig2 {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .work-gutter .box.addon .flip .item .animated-box.ani4 figure {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .work-gutter .box.addon .flip .item .animated-box.ani5 figure.fig1 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .work-gutter .box.addon .flip .item .animated-box.ani5 figure.fig2 {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .work-gutter .box.addon .flip .item .animated-box.ani5 figure.fig3 {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .work-gutter .box.addon .flip .item .animated-box.ani5 figure.fig4 {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .work-gutter .box.addon .flip .item .animated-box.ani6 figure {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .work-gutter .box.addon .flip .item .animated-box.ani7 figure.fig1 {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .work-gutter .box.addon .flip .item .animated-box.ani7 figure.fig2 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .work-gutter .box.addon .flip .item .animated-box.ani8 figure.fig1 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .work-gutter .box.addon .flip .item .animated-box.ani8 figure.fig2 {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .work-gutter .box.addon .flip .item .animated-box.ani8 figure.fig3 {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .work-gutter .box.addon .flip .item .animated-box.ani9 figure.fig1 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .work-gutter .box.addon .flip .item .animated-box.ani9 figure.fig2 {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .work-gutter .box.addon .flip .item .animated-box.ani9 figure.fig3 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
.work-gutter .box.addon .contents .cnt i,
.work-gutter .box.addon .contents .cnt h4,
.work-gutter .box.addon .contents .cnt h5,
.work-gutter .box.addon .contents .cnt p {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
.work-gutter .box.addon .contents .cnt h4 {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.work-gutter .box.addon .contents .cnt h5 {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.work-gutter .box.addon .contents .cnt p {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }
.work-gutter .box.addon .contents .cnt .social-list li {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
  .work-gutter .box.addon .contents .cnt .social-list li:nth-child(1) {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .work-gutter .box.addon .contents .cnt .social-list li:nth-child(2) {
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .work-gutter .box.addon .contents .cnt .social-list li:nth-child(3) {
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .work-gutter .box.addon .contents .cnt .social-list li:nth-child(4) {
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s; }
.work-gutter .box.addon .contents .cnt i {
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

.page-footer .copyright {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px); }
  @media (min-width: 768px) {
    .page-footer .copyright {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .page-footer .copyright {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
.page-footer .social-list {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px); }
  @media (min-width: 768px) {
    .page-footer .social-list {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
  @media (max-width: 767px) {
    .page-footer .social-list {
      -moz-transition: all 0.65s;
      -o-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      transition: all 0.65s; } }
.page-footer.active .copyright,
.page-footer.active .social-list {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.owl-carousel .owl-nav {
  font-size: 0;
  position: absolute; }
  .owl-carousel .owl-nav button[type="button"] {
    font-size: 0;
    position: absolute;
    background: transparent; }
    .owl-carousel .owl-nav button[type="button"] span {
      display: block;
      background: url(../img/sprites.svg) no-repeat; }
    .owl-carousel .owl-nav button[type="button"].owl-prev span {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
.owl-carousel .owl-dots {
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 0;
  margin: auto;
  position: absolute; }
  @media (min-width: 1024px) {
    .owl-carousel .owl-dots {
      left: auto;
      right: 100px;
      bottom: 24px;
      position: fixed; } }
  .owl-carousel .owl-dots .owl-dot {
    margin: 0 4px;
    font-size: 0;
    opacity: 0.2;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid transparent; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 6px;
      height: 6px;
      font-size: 0;
      display: block;
      background: #212121;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
    .owl-carousel .owl-dots .owl-dot.active {
      opacity: 1;
      border-color: #fe8300; }
      .owl-carousel .owl-dots .owl-dot.active span {
        background: #fe8300; }
.owl-carousel.home-carousel .owl-nav {
  left: 0;
  right: 0;
  bottom: 29px;
  margin: auto; }
  @media (min-width: 1200px) {
    .owl-carousel.home-carousel .owl-nav {
      width: 1120px;
      max-width: 1120px; } }
  @media (min-width: 1100px) and (max-width: 1200px) {
    .owl-carousel.home-carousel .owl-nav {
      max-width: 1020px; } }
  @media (min-width: 1024px) and (max-width: 1100px) {
    .owl-carousel.home-carousel .owl-nav {
      max-width: 934px; } }
  @media (min-width: 992px) and (max-width: 1023px) {
    .owl-carousel.home-carousel .owl-nav {
      max-width: 930px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .owl-carousel.home-carousel .owl-nav {
      max-width: calc(100% - 86px); } }
  @media (max-width: 767px) {
    .owl-carousel.home-carousel .owl-nav {
      max-width: 120px; } }
  .owl-carousel.home-carousel .owl-nav button[type="button"] {
    border: 0;
    z-index: 4;
    bottom: 0;
    height: 20px; }
    .owl-carousel.home-carousel .owl-nav button[type="button"] span {
      width: 8px;
      height: 14px;
      opacity: 0.5;
      background-position: -1px -170px; }
    @media (min-width: 768px) {
      .owl-carousel.home-carousel .owl-nav button[type="button"].owl-prev {
        right: 86px; } }
    @media (max-width: 767px) {
      .owl-carousel.home-carousel .owl-nav button[type="button"].owl-prev {
        left: 0; } }
    @media (min-width: 768px) {
      .owl-carousel.home-carousel .owl-nav button[type="button"].owl-next {
        right: -14px; } }
    @media (max-width: 767px) {
      .owl-carousel.home-carousel .owl-nav button[type="button"].owl-next {
        right: 0; } }
    .owl-carousel.home-carousel .owl-nav button[type="button"]:hover span {
      opacity: 1; }
.owl-carousel.home-carousel .owl-dots {
  bottom: 30px; }
  @media (min-width: 1200px) {
    .owl-carousel.home-carousel .owl-dots {
      width: 1100px;
      max-width: 1100px; } }
  @media (min-width: 1100px) and (max-width: 1200px) {
    .owl-carousel.home-carousel .owl-dots {
      max-width: 1000px; } }
  @media (min-width: 1024px) and (max-width: 1100px) {
    .owl-carousel.home-carousel .owl-dots {
      max-width: 915px; } }
  @media (min-width: 992px) and (max-width: 1023px) {
    .owl-carousel.home-carousel .owl-dots {
      max-width: 920px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .owl-carousel.home-carousel .owl-dots {
      max-width: calc(100% - 76px); } }
  @media (min-width: 768px) {
    .owl-carousel.home-carousel .owl-dots {
      text-align: right; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .owl-carousel.home-carousel .owl-dots {
      right: 30px; } }
  @media (max-width: 767px) {
    .owl-carousel.home-carousel .owl-dots {
      text-align: center; } }
  .owl-carousel.home-carousel .owl-dots .owl-dot {
    width: auto;
    height: auto;
    border: 0;
    opacity: .4;
    margin: 0;
    padding: 4px 2px; }
    .owl-carousel.home-carousel .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 0 2px;
      background: #01afe0; }
    .owl-carousel.home-carousel .owl-dots .owl-dot.active {
      opacity: 1; }
      .owl-carousel.home-carousel .owl-dots .owl-dot.active span {
        background: #01afe0; }
.owl-carousel.work-carousel .owl-nav {
  top: 50%;
  width: 100%; }
  @media (max-width: 767px) {
    .owl-carousel.work-carousel .owl-nav {
      left: 0;
      right: 0;
      top: auto;
      bottom: 26px;
      margin: auto;
      max-width: 110px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }
  .owl-carousel.work-carousel .owl-nav button[type="button"] {
    width: 35px;
    height: 35px;
    position: fixed;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #6d6d6d; }
    @media (max-width: 767px) {
      .owl-carousel.work-carousel .owl-nav button[type="button"] {
        position: static; } }
    .owl-carousel.work-carousel .owl-nav button[type="button"] span {
      width: 15px;
      height: 13px;
      background-position: 0px -67px; }
    .owl-carousel.work-carousel .owl-nav button[type="button"].owl-prev {
      left: 20px; }
    .owl-carousel.work-carousel .owl-nav button[type="button"].owl-next {
      right: 20px; }
    .owl-carousel.work-carousel .owl-nav button[type="button"]:hover {
      color: #fff;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
      background: #ff8d59;
      background: -moz-linear-gradient(left, #ff8d59 0%, #ffb053 100%);
      background: -webkit-linear-gradient(left, #ff8d59 0%, #ffb053 100%);
      background: linear-gradient(to right, #ff8d59 0%, #ffb053 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d59', endColorstr='#ffb053',GradientType=1);
      border-color: #ff9f56; }
      .owl-carousel.work-carousel .owl-nav button[type="button"]:hover span {
        background-position: 0px -84px; }
.owl-carousel.work-carousel .owl-dots {
  text-align: center; }

@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Heebo"), local("Heebo-Regular"), url("../fonts/Heebo-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Heebo"), local("Heebo-Light"), url("../fonts/Heebo-Light.woff2") format("woff2"); }
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Heebo"), local("Heebo-Thin"), url("../fonts/Heebo-Thin.woff2") format("woff2"); }
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Heebo"), local("Heebo-Medium"), url("../fonts/Heebo-Medium.woff2") format("woff2"); }
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Heebo"), local("Heebo-Bold"), url("../fonts/Heebo-Bold.woff2") format("woff2"); }
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Heebo"), local("Heebo-ExtraBold"), url("../fonts/Heebo-ExtraBold.woff2") format("woff2"); }
@font-face {
  font-family: "SF-Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("SFProText"), local("SFProText-Regular"), url("../fonts/SFProText-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "SF-Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("SFProText"), local("SFProText-Light"), url("../fonts/SFProText-Light.woff2") format("woff2"); }
@font-face {
  font-family: "SF-Pro";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("SFProText"), local("SFProText-Thin"), url("../fonts/SFProText-Thin.woff2") format("woff2"); }
@font-face {
  font-family: "SF-Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("SFProText"), local("SFProText-Medium"), url("../fonts/SFProText-Medium.woff2") format("woff2"); }
@font-face {
  font-family: "SF-Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("SFProText"), local("SFProText-SemiBold"), url("../fonts/SFProText-Bold.woff2") format("woff2"); }
@font-face {
  font-family: "SF-Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("SFProText"), local("SFProText-Bold"), url("../fonts/SFProText-Bold.woff2") format("woff2"); }
@font-face {
  font-family: "SF-Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("SFProText"), local("SFProText-Heavy"), url("../fonts/SFProText-Heavy.woff2") format("woff2"); }
.nav-tabs {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .nav-tabs li {
    height: 56px;
    cursor: pointer;
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .nav-tabs li {
        margin: 0 12px;
        padding: 0 16px; } }
    @media (max-width: 767px) {
      .nav-tabs li {
        padding: 0 16px; } }
    .nav-tabs li:before {
      left: 0;
      right: 0;
      bottom: -10px;
      width: 0;
      height: 4px;
      margin: auto;
      content: "";
      position: absolute;
      background: #d96f32;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .nav-tabs li:hover, .nav-tabs li.active {
      color: #4b4b4b; }
      .nav-tabs li:hover:before, .nav-tabs li.active:before {
        width: 100%; }

.tab-content .tab-pane {
  display: none; }
  .tab-content .tab-pane.active {
    display: block; }

i.svg {
  position: relative;
  display: inline-block;
  background: url(../img/sprites.svg) no-repeat; }

.vct {
  position: relative; }
  .vct:before {
    background: url(../img/sprites.svg) no-repeat; }
  .vct.fb-icon:before {
    width: 8px;
    height: 18px;
    background-position: -25px -62px; }
  .vct.linkedin-icon {
    top: -1px;
    left: -2px; }
    .vct.linkedin-icon:before {
      width: 18px;
      height: 17px;
      background-position: -20px -104px; }
  .vct.twit-icon:before {
    width: 20px;
    height: 18px;
    background-position: -20px -147px; }
  .vct.youtube-icon:before {
    width: 22px;
    height: 18px;
    background-position: -79px -134px; }
  .vct:hover.fb-icon:before {
    background-position: -25px -83px; }
  .vct:hover.linkedin-icon:before {
    background-position: -20px -125px; }
  .vct:hover.twit-icon:before {
    background-position: -20px -169px; }
  .vct:hover.youtube-icon:before {
    background-position: -79px -155px; }

header.page-header {
  top: 0;
  width: 100%;
  height: 76px;
  z-index: 9;
  background: #fff;
  border-bottom: 1px solid #f3f3f3; }
  @media (min-width: 768px) {
    header.page-header {
      position: absolute; } }
  @media (max-width: 767px) {
    header.page-header {
      position: fixed; } }
  header.page-header .container {
    height: 100%; }
  header.page-header .fxc {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    header.page-header .fxc .logo {
      position: relative; }
    header.page-header .fxc h6 {
      font-size: 32px;
      color: #242a37;
      margin-left: auto;
      margin-bottom: 0;
      font-weight: 700;
      font-family: "SF-Pro", sans-serif; }
  header.page-header.fixed {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
    @media (max-width: 1023px) {
      header.page-header.fixed {
        animation-fill-mode: none; } }
    @media (min-width: 768px) {
      header.page-header.fixed {
        height: 62px;
        position: fixed;
        background: rgba(255, 255, 255, 0.95); } }
    @media (max-width: 767px) {
      header.page-header.fixed {
        animation: none !important; } }

.page-contents {
  padding-top: 76px;
  min-height: calc(100vh - 70px); }

.work-gutter {
  position: relative; }
  .work-gutter .box {
    position: relative; }
    @media (min-width: 1024px) {
      .work-gutter .box {
        height: 660px; } }
    @media (min-width: 1024px) and (max-width: 1160px) {
      .work-gutter .box {
        height: 580px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .work-gutter .box {
        height: 380px; } }
    @media (max-width: 767px) {
      .work-gutter .box {
        margin-bottom: 46px; } }
    .work-gutter .box .flip {
      top: 0px;
      height: 100%;
      overflow: hidden;
      position: absolute;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      @media (min-width: 1600px) {
        .work-gutter .box .flip {
          width: 55%; } }
      @media (min-width: 1024px) and (max-width: 1599px) {
        .work-gutter .box .flip {
          width: 60%; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .work-gutter .box .flip {
          width: 55%; } }
      @media (max-width: 767px) {
        .work-gutter .box .flip {
          width: 100%;
          height: 300px; } }
      .work-gutter .box .flip.bg-fyrtarn {
        background: url(../img/portfolio/fyrtarn.svg) no-repeat;
        background-size: cover; }
      .work-gutter .box .flip.bg-tcare {
        background: url(../img/portfolio/tcare.svg) no-repeat right;
        background-size: cover; }
      .work-gutter .box .flip.bg-propgo {
        background: url(../img/portfolio/propgo.svg) no-repeat center;
        background-size: cover; }
      .work-gutter .box .flip.bg-youxta {
        background: url(../img/portfolio/youxta.svg) no-repeat left;
        background-size: cover; }
      .work-gutter .box .flip.bg-values {
        background: url(../img/portfolio/values.svg) no-repeat left #FEF4E8;
        background-size: cover; }
      .work-gutter .box .flip.bg1 {
        background: #fcedd3; }
      .work-gutter .box .flip.bg2 {
        background: #ffcfcf; }
      .work-gutter .box .flip.bg3 {
        background: #dbefff; }
      .work-gutter .box .flip.bg4 {
        background: #f0e7f9; }
      .work-gutter .box .flip.bg5 {
        background: #d5e4ee; }
      .work-gutter .box .flip.bg6 {
        background: #cceede; }
      .work-gutter .box .flip.bg7 {
        background: #f8dcdd; }
      .work-gutter .box .flip.bg8 {
        background: #e6f3ff; }
      .work-gutter .box .flip.bg9 {
        background: #f6efcf; }
      .work-gutter .box .flip.bg10 {
        background: #d9e9f8; }
      .work-gutter .box .flip.bg11 {
        background: #f8dcdd; }
      .work-gutter .box .flip.bg12 {
        background: #e6f3ff; }
      .work-gutter .box .flip.bg13 {
        background: #ffd2d2; }
      .work-gutter .box .flip.bg14 {
        background: #f0e7f9; }
      .work-gutter .box .flip.bg15 {
        background: #d4eaff; }
      .work-gutter .box .flip.bg16 {
        background: #d6eec1; }
      .work-gutter .box .flip.bg17 {
        background: #d6eafb; }
      .work-gutter .box .flip.bg18 {
        background: #D3E5F8; }
      .work-gutter .box .flip:after {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        content: "";
        position: absolute;
        background: #fff;
        transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1); }
      .work-gutter .box .flip .item {
        width: 100%;
        height: 100%;
        position: relative; }
        .work-gutter .box .flip .item .animated-box {
          position: relative; }
          @media (max-width: 767px) {
            .work-gutter .box .flip .item .animated-box {
              width: 360px !important;
              margin: 0 auto; } }
          .work-gutter .box .flip .item .animated-box.ani1 {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center; }
            .work-gutter .box .flip .item .animated-box.ani1 figure {
              position: relative; }
              @media (min-width: 1600px) {
                .work-gutter .box .flip .item .animated-box.ani1 figure.fig1 {
                  left: 80px; } }
              @media (min-width: 1366px) and (max-width: 1599px) {
                .work-gutter .box .flip .item .animated-box.ani1 figure.fig1 {
                  left: 95px; } }
              @media (min-width: 1200px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani1 figure.fig1 {
                  left: 80px; } }
              @media (min-width: 1024px) and (max-width: 1200px) {
                .work-gutter .box .flip .item .animated-box.ani1 figure.fig1 {
                  left: 60px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani1 figure.fig1 {
                  left: 40px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani1 figure.fig1 {
                  left: 30px; } }
              .work-gutter .box .flip .item .animated-box.ani1 figure.fig2 {
                top: 36px; }
                @media (min-width: 1600px) {
                  .work-gutter .box .flip .item .animated-box.ani1 figure.fig2 {
                    left: -80px; } }
                @media (min-width: 1366px) and (max-width: 1599px) {
                  .work-gutter .box .flip .item .animated-box.ani1 figure.fig2 {
                    left: -95px; } }
                @media (min-width: 1200px) and (max-width: 1365px) {
                  .work-gutter .box .flip .item .animated-box.ani1 figure.fig2 {
                    left: -40px; } }
                @media (min-width: 1024px) and (max-width: 1200px) {
                  .work-gutter .box .flip .item .animated-box.ani1 figure.fig2 {
                    left: -36px; } }
                @media (min-width: 768px) and (max-width: 1023px) {
                  .work-gutter .box .flip .item .animated-box.ani1 figure.fig2 {
                    top: 20px;
                    left: -30px; } }
                @media (max-width: 767px) {
                  .work-gutter .box .flip .item .animated-box.ani1 figure.fig2 {
                    top: 20px;
                    left: -20px; } }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani1 figure img {
                  max-width: none; } }
              @media (min-width: 1024px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani1 figure img {
                  -webkit-transform: scale(1.15);
                  -moz-transform: scale(1.15);
                  -ms-transform: scale(1.15);
                  -o-transform: scale(1.15);
                  transform: scale(1.15); } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani1 figure img {
                  -webkit-transform: scale(1.1);
                  -moz-transform: scale(1.1);
                  -ms-transform: scale(1.1);
                  -o-transform: scale(1.1);
                  transform: scale(1.1); } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani1 figure img {
                  -webkit-transform: scale(1.2);
                  -moz-transform: scale(1.2);
                  -ms-transform: scale(1.2);
                  -o-transform: scale(1.2);
                  transform: scale(1.2); } }
          .work-gutter .box .flip .item .animated-box.ani2 {
            height: 100%;
            margin: 0 auto; }
            @media (min-width: 1024px) {
              .work-gutter .box .flip .item .animated-box.ani2 {
                width: 800px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .work-gutter .box .flip .item .animated-box.ani2 {
                width: 420px; } }
            .work-gutter .box .flip .item .animated-box.ani2 figure {
              position: absolute; }
              @media (min-width: 1160px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig1 {
                  left: 40px;
                  top: -185px; } }
              @media (min-width: 1024px) and (max-width: 1160px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig1 {
                  left: 40px;
                  top: -152px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig1 {
                  left: 40px;
                  top: -100px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig1 {
                  left: 20px;
                  top: -84px; } }
              @media (min-width: 1160px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig2 {
                  right: -85px;
                  top: 46px; } }
              @media (min-width: 1024px) and (max-width: 1160px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig2 {
                  right: 16px;
                  top: 32px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig2 {
                  right: -90px;
                  top: 20px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig2 {
                  right: -70px;
                  top: 15px; } }
              @media (min-width: 1160px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig3 {
                  right: 16px;
                  bottom: -330px; } }
              @media (min-width: 1024px) and (max-width: 1160px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig3 {
                  right: 130px;
                  bottom: -340px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig3 {
                  right: -16px;
                  bottom: -203px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig3 {
                  right: -8px;
                  bottom: -200px; } }
              @media (min-width: 1160px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig4 {
                  left: -54px;
                  bottom: -7px; } }
              @media (min-width: 1024px) and (max-width: 1160px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig4 {
                  left: -64px;
                  bottom: 12px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig4 {
                  left: -63px;
                  bottom: -16px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure.fig4 {
                  left: -32px;
                  bottom: -6px; } }
              @media (min-width: 1024px) and (max-width: 1160px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure img {
                  width: 480px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure img {
                  width: 300px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani2 figure img {
                  width: 260px; } }
          .work-gutter .box .flip .item .animated-box.ani3 {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: flex-end;
            -moz-align-items: flex-end;
            -ms-align-items: flex-end;
            align-items: flex-end;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center; }
            .work-gutter .box .flip .item .animated-box.ani3 figure {
              bottom: -36px;
              position: relative; }
              @media (min-width: 1024px) {
                .work-gutter .box .flip .item .animated-box.ani3 figure.fig1 {
                  left: 80px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani3 figure.fig1 {
                  left: 40px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani3 figure.fig1 {
                  left: 22px; } }
              @media (min-width: 1024px) {
                .work-gutter .box .flip .item .animated-box.ani3 figure.fig2 {
                  left: -80px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani3 figure.fig2 {
                  left: -40px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani3 figure.fig2 {
                  left: -22px; } }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani3 figure img {
                  max-width: none; } }
              @media (min-width: 1024px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani3 figure img {
                  -webkit-transform: scale(1.2);
                  -moz-transform: scale(1.2);
                  -ms-transform: scale(1.2);
                  -o-transform: scale(1.2);
                  transform: scale(1.2); } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani3 figure img {
                  -webkit-transform: scale(1.1);
                  -moz-transform: scale(1.1);
                  -ms-transform: scale(1.1);
                  -o-transform: scale(1.1);
                  transform: scale(1.1); } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani3 figure img {
                  -webkit-transform: scale(1.2);
                  -moz-transform: scale(1.2);
                  -ms-transform: scale(1.2);
                  -o-transform: scale(1.2);
                  transform: scale(1.2); } }
          .work-gutter .box .flip .item .animated-box.ani4 {
            padding: 0 20px;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center; }
            .work-gutter .box .flip .item .animated-box.ani4 figure {
              position: relative; }
              @media (min-width: 1200px) {
                .work-gutter .box .flip .item .animated-box.ani4 figure.fig1 {
                  bottom: -70px; } }
              @media (min-width: 1024px) and (max-width: 1200px) {
                .work-gutter .box .flip .item .animated-box.ani4 figure.fig1 {
                  bottom: -110px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani4 figure.fig1 {
                  bottom: -60px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani4 figure.fig1 {
                  bottom: -60px; } }
              @media (min-width: 1200px) {
                .work-gutter .box .flip .item .animated-box.ani4 figure.fig2 {
                  top: -70px; } }
              @media (min-width: 1024px) and (max-width: 1200px) {
                .work-gutter .box .flip .item .animated-box.ani4 figure.fig2 {
                  top: -110px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani4 figure.fig2 {
                  top: -60px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani4 figure.fig2 {
                  top: -60px; } }
          .work-gutter .box .flip .item .animated-box.ani5 {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center; }
            .work-gutter .box .flip .item .animated-box.ani5 figure {
              position: relative; }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure.fig1 {
                  left: -50px;
                  bottom: -50px; } }
              @media (min-width: 1024px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure.fig1 {
                  left: 10px;
                  bottom: -50px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure.fig1 {
                  left: 20px;
                  bottom: -40px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure.fig1 {
                  left: 0;
                  bottom: -40px; } }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure.fig2 {
                  left: 0; } }
              @media (min-width: 1024px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure.fig2 {
                  left: 0; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure.fig2 {
                  left: 0; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure.fig2 {
                  left: 0; } }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure.fig3 {
                  left: 48px;
                  bottom: 50px; } }
              @media (min-width: 1024px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure.fig3 {
                  left: -10px;
                  bottom: 50px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure.fig3 {
                  left: -22px;
                  bottom: 50px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure.fig3 {
                  left: 0;
                  bottom: 40px; } }
              .work-gutter .box .flip .item .animated-box.ani5 figure.fig4 {
                position: absolute; }
                @media (min-width: 768px) {
                  .work-gutter .box .flip .item .animated-box.ani5 figure.fig4 {
                    right: 25px;
                    bottom: 20px; } }
                @media (max-width: 767px) {
                  .work-gutter .box .flip .item .animated-box.ani5 figure.fig4 {
                    right: -20px;
                    bottom: 20px;
                    max-width: 60px; } }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure img {
                  max-width: none; } }
              @media (min-width: 1024px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure img {
                  -webkit-transform: scale(0.8);
                  -moz-transform: scale(0.8);
                  -ms-transform: scale(0.8);
                  -o-transform: scale(0.8);
                  transform: scale(0.8); } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure img {
                  -webkit-transform: scale(0.65);
                  -moz-transform: scale(0.65);
                  -ms-transform: scale(0.65);
                  -o-transform: scale(0.65);
                  transform: scale(0.65); } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani5 figure img {
                  -webkit-transform: scale(0.8);
                  -moz-transform: scale(0.8);
                  -ms-transform: scale(0.8);
                  -o-transform: scale(0.8);
                  transform: scale(0.8); } }
          .work-gutter .box .flip .item .animated-box.ani6 {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: flex-end;
            -moz-align-items: flex-end;
            -ms-align-items: flex-end;
            align-items: flex-end;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center; }
            .work-gutter .box .flip .item .animated-box.ani6 figure.fig1 {
              position: relative; }
              @media (min-width: 1200px) {
                .work-gutter .box .flip .item .animated-box.ani6 figure.fig1 {
                  left: 180px;
                  bottom: -168px; } }
              @media (min-width: 1024px) and (max-width: 1200px) {
                .work-gutter .box .flip .item .animated-box.ani6 figure.fig1 {
                  left: 140px;
                  bottom: -100px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani6 figure.fig1 {
                  left: 140px;
                  bottom: -100px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani6 figure.fig1 {
                  left: 60px;
                  bottom: -40px; }
                  .work-gutter .box .flip .item .animated-box.ani6 figure.fig1 img {
                    -webkit-transform: scale(1.3);
                    -moz-transform: scale(1.3);
                    -ms-transform: scale(1.3);
                    -o-transform: scale(1.3);
                    transform: scale(1.3); } }
            .work-gutter .box .flip .item .animated-box.ani6 figure.fig2 {
              top: 20px;
              left: 20px;
              position: absolute; }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani6 figure.fig2 {
                  max-width: 60px; } }
          .work-gutter .box .flip .item .animated-box.ani7 {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center; }
            .work-gutter .box .flip .item .animated-box.ani7 figure.fig1 {
              z-index: 1;
              position: relative; }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani7 figure.fig1 img {
                  -webkit-transform: scale(1.3);
                  -moz-transform: scale(1.3);
                  -ms-transform: scale(1.3);
                  -o-transform: scale(1.3);
                  transform: scale(1.3); } }
          .work-gutter .box .flip .item .animated-box.ani8 {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center; }
            .work-gutter .box .flip .item .animated-box.ani8 figure {
              position: relative; }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure.fig1 {
                  left: 50px; } }
              @media (min-width: 1024px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure.fig1 {
                  left: -10px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure.fig1 {
                  left: -10px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure.fig1 {
                  left: -20px; } }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure.fig2 {
                  left: 0; } }
              @media (min-width: 1024px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure.fig2 {
                  left: 0; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure.fig2 {
                  left: 0; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure.fig2 {
                  left: 0; } }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure.fig3 {
                  left: -50px; } }
              @media (min-width: 1024px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure.fig3 {
                  left: 0; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure.fig3 {
                  left: 0; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure.fig3 {
                  left: 20px; } }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure img {
                  max-width: none; } }
              @media (min-width: 1024px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure img {
                  -webkit-transform: scale(1.2);
                  -moz-transform: scale(1.2);
                  -ms-transform: scale(1.2);
                  -o-transform: scale(1.2);
                  transform: scale(1.2); } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure img {
                  -webkit-transform: scale(1.1);
                  -moz-transform: scale(1.1);
                  -ms-transform: scale(1.1);
                  -o-transform: scale(1.1);
                  transform: scale(1.1); } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani8 figure img {
                  -webkit-transform: scale(1.3);
                  -moz-transform: scale(1.3);
                  -ms-transform: scale(1.3);
                  -o-transform: scale(1.3);
                  transform: scale(1.3); } }
          .work-gutter .box .flip .item .animated-box.ani9 {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center; }
            .work-gutter .box .flip .item .animated-box.ani9 figure {
              position: relative; }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani9 figure.fig1 {
                  left: 50px;
                  bottom: -40px; } }
              @media (min-width: 1024px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani9 figure.fig1 {
                  left: -10px; }
                  .work-gutter .box .flip .item .animated-box.ani9 figure.fig1 img {
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    -o-transform: scale(1.2);
                    transform: scale(1.2); } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani9 figure.fig1 {
                  left: 50px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani9 figure.fig1 {
                  left: -10px;
                  bottom: -20px; }
                  .work-gutter .box .flip .item .animated-box.ani9 figure.fig1 img {
                    -webkit-transform: scale(1.3);
                    -moz-transform: scale(1.3);
                    -ms-transform: scale(1.3);
                    -o-transform: scale(1.3);
                    transform: scale(1.3); } }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani9 figure.fig2 {
                  left: 0;
                  bottom: 30px; } }
              @media (min-width: 1024px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani9 figure.fig2 {
                  left: 0;
                  bottom: 50px; }
                  .work-gutter .box .flip .item .animated-box.ani9 figure.fig2 img {
                    -webkit-transform: scale(1.15);
                    -moz-transform: scale(1.15);
                    -ms-transform: scale(1.15);
                    -o-transform: scale(1.15);
                    transform: scale(1.15); } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani9 figure.fig2 {
                  left: 0;
                  bottom: 50px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani9 figure.fig2 {
                  left: 0;
                  bottom: 22px; }
                  .work-gutter .box .flip .item .animated-box.ani9 figure.fig2 img {
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    -o-transform: scale(1.2);
                    transform: scale(1.2); } }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani9 figure.fig3 {
                  right: 50px;
                  bottom: -40px; } }
              @media (min-width: 1024px) and (max-width: 1365px) {
                .work-gutter .box .flip .item .animated-box.ani9 figure.fig3 {
                  right: -10px; }
                  .work-gutter .box .flip .item .animated-box.ani9 figure.fig3 img {
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    -o-transform: scale(1.2);
                    transform: scale(1.2); } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .work-gutter .box .flip .item .animated-box.ani9 figure.fig3 {
                  right: 50px; } }
              @media (max-width: 767px) {
                .work-gutter .box .flip .item .animated-box.ani9 figure.fig3 {
                  right: -10px;
                  bottom: -20px; }
                  .work-gutter .box .flip .item .animated-box.ani9 figure.fig3 img {
                    -webkit-transform: scale(1.3);
                    -moz-transform: scale(1.3);
                    -ms-transform: scale(1.3);
                    -o-transform: scale(1.3);
                    transform: scale(1.3); } }
              @media (min-width: 1366px) {
                .work-gutter .box .flip .item .animated-box.ani9 figure img {
                  max-width: none; } }
    .work-gutter .box .contents {
      z-index: 1;
      height: 100%;
      margin: 0 auto;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      @media (min-width: 1200px) {
        .work-gutter .box .contents {
          max-width: 1170px; } }
      @media (min-width: 1100px) and (max-width: 1200px) {
        .work-gutter .box .contents {
          max-width: 1070px; } }
      @media (min-width: 1024px) and (max-width: 1100px) {
        .work-gutter .box .contents {
          max-width: 984px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .work-gutter .box .contents {
          max-width: calc(100% - 30px); } }
      @media (max-width: 767px) {
        .work-gutter .box .contents {
          padding-top: 300px; } }
      .work-gutter .box .contents .cnt {
        position: relative;
        transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); }
        @media (min-width: 1200px) {
          .work-gutter .box .contents .cnt {
            font-size: 17px; } }
        @media (min-width: 768px) and (max-width: 1200px) {
          .work-gutter .box .contents .cnt {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .work-gutter .box .contents .cnt {
            font-size: 15px; } }
        @media (min-width: 1200px) {
          .work-gutter .box .contents .cnt {
            width: 380px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .work-gutter .box .contents .cnt {
            width: 340px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .work-gutter .box .contents .cnt {
            width: 300px; } }
        @media (max-width: 767px) {
          .work-gutter .box .contents .cnt {
            padding: 22px; } }
        .work-gutter .box .contents .cnt i.svg {
          margin-bottom: 4px; }
          .work-gutter .box .contents .cnt i.svg.mysway-icon {
            width: 34px;
            height: 34px;
            background-position: -10px -4546px; }
          .work-gutter .box .contents .cnt i.svg.delhimetro-icon {
            width: 68px;
            height: 40px;
            background-position: -60px -4543px; }
          .work-gutter .box .contents .cnt i.svg.budgyt-icon {
            width: 30px;
            height: 40px;
            background-position: -146px -4543px; }
          .work-gutter .box .contents .cnt i.svg.sirved-icon {
            width: 40px;
            height: 40px;
            background-position: -192px -4543px; }
          .work-gutter .box .contents .cnt i.svg.twoway-icon {
            width: 50px;
            height: 40px;
            background-position: -249px -4542px; }
          .work-gutter .box .contents .cnt i.svg.hytorc-icon {
            width: 38px;
            height: 38px;
            background-position: -10px -4605px; }
          .work-gutter .box .contents .cnt i.svg.ambivista-icon {
            width: 42px;
            height: 32px;
            background-position: -63px -4608px; }
          .work-gutter .box .contents .cnt i.svg.fieldcircle-icon {
            width: 40px;
            height: 40px;
            background-position: -120px -4603px; }
          .work-gutter .box .contents .cnt i.svg.etrade-icon {
            width: 46px;
            height: 40px;
            background-position: -175px -4604px; }
          .work-gutter .box .contents .cnt i.svg.fyrtarn-icon {
            width: 20px;
            height: 41px;
            background-position: -13px -4656px; }
          .work-gutter .box .contents .cnt i.svg.value-icon {
            width: 40px;
            height: 40px;
            background-position: -200px -4656px; }
          .work-gutter .box .contents .cnt i.svg.propgo-icon {
            width: 72px;
            height: 23px;
            background-position: -44px -4665px; }
          .work-gutter .box .contents .cnt i.svg.tecar-icon {
            width: 35px;
            height: 35px;
            background-position: -258px -4659px; }
          .work-gutter .box .contents .cnt i.svg.youxta-icon {
            width: 42px;
            height: 42px;
            background-position: -140px -4655px; }
          .work-gutter .box .contents .cnt i.svg.no {
            background: url(../img/portfolio/logo.png) no-repeat; }
            .work-gutter .box .contents .cnt i.svg.no.shorepower-icon {
              width: 177px;
              height: 30px;
              background-position: 0px 3px; }
            .work-gutter .box .contents .cnt i.svg.no.mystic-icon {
              width: 38px;
              height: 38px;
              background-position: -2px -41px; }
            .work-gutter .box .contents .cnt i.svg.no.vezde-icon {
              width: 42px;
              height: 36px;
              background-position: -70px -44px; }
            .work-gutter .box .contents .cnt i.svg.no.women-icon {
              width: 38px;
              height: 38px;
              background-position: -141px -41px; }
            .work-gutter .box .contents .cnt i.svg.no.eduventive-icon {
              width: 30px;
              height: 30px;
              background-position: -10px -105px; }
            .work-gutter .box .contents .cnt i.svg.no.swapaloop-icon {
              width: 40px;
              height: 40px;
              background-position: -70px -101px; }
            .work-gutter .box .contents .cnt i.svg.no.genorocity-icon {
              width: 50px;
              height: 34px;
              background-position: -131px -100px; }
            .work-gutter .box .contents .cnt i.svg.no.remotii-icon {
              width: 102px;
              height: 25px;
              background-position: -2px -155px; }
        .work-gutter .box .contents .cnt h4 {
          color: #242a37;
          position: relative;
          font-weight: 700; }
          @media (min-width: 1200px) {
            .work-gutter .box .contents .cnt h4 {
              font-size: 35px; } }
          @media (min-width: 768px) and (max-width: 1200px) {
            .work-gutter .box .contents .cnt h4 {
              font-size: 33px; } }
          @media (max-width: 767px) {
            .work-gutter .box .contents .cnt h4 {
              font-size: 30px; } }
        .work-gutter .box .contents .cnt h5 {
          font-size: 18px;
          color: #242a37;
          font-weight: 600; }
        .work-gutter .box .contents .cnt .social-list {
          margin-top: 30px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          .work-gutter .box .contents .cnt .social-list li {
            margin-right: 30px; }
            .work-gutter .box .contents .cnt .social-list li a:before {
              height: 33px;
              content: "";
              display: block;
              position: relative; }
            .work-gutter .box .contents .cnt .social-list li a.ios-icon:before {
              width: 28px;
              background-position: -70px -1671px; }
            .work-gutter .box .contents .cnt .social-list li a.ios-icon:hover:before {
              background-position: -70px -1711px; }
            .work-gutter .box .contents .cnt .social-list li a.android-icon:before {
              width: 26px;
              background-position: -116px -1670px; }
            .work-gutter .box .contents .cnt .social-list li a.android-icon:hover:before {
              background-position: -116px -1710px; }
            .work-gutter .box .contents .cnt .social-list li a.web-icon:before {
              width: 34px;
              background-position: -161px -1670px; }
            .work-gutter .box .contents .cnt .social-list li a.web-icon:hover:before {
              background-position: -161px -1710px; }
            .work-gutter .box .contents .cnt .social-list li a.microsoft-icon:before {
              width: 30px;
              background-position: -213px -1670px; }
            .work-gutter .box .contents .cnt .social-list li a.microsoft-icon:hover:before {
              background-position: -213px -1710px; }
    .work-gutter .box.right-data .flip {
      right: 0; }
    .work-gutter .box.right-data .contents .cnt {
      margin-right: auto; }
    .work-gutter .box.left-data .flip {
      left: 0; }
    .work-gutter .box.left-data .contents .cnt {
      margin-left: auto; }

footer.page-footer {
  height: 70px;
  color: #242a37;
  font-size: 13px;
  border-top: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  footer.page-footer .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    footer.page-footer .container .copyright {
      margin-bottom: 0; }

/*# sourceMappingURL=app.css.map */
