@charset "UTF-8";
/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1240px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
/*# sourceMappingURL=bootstrap-grid.css.map */
@font-face {
  font-family: 'Manrope';
  src: url(../fonts/manrope/Manrope-Bold.ttf);
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'Manrope';
  src: url(../fonts/manrope/Manrope-ExtraBold.ttf);
  font-style: normal;
  font-weight: 800; }
@font-face {
  font-family: 'Manrope';
  src: url(../fonts/manrope/Manrope-ExtraLight.ttf);
  font-style: normal;
  font-weight: 200; }
@font-face {
  font-family: 'Manrope';
  src: url(../fonts/manrope/Manrope-Light.ttf);
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: 'Manrope';
  src: url(../fonts/manrope/Manrope-Regular.ttf);
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Manrope';
  src: url(../fonts/manrope/Manrope-SemiBold.ttf);
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: 'Manrope';
  src: url(../fonts/manrope/Manrope-Medium.ttf);
  font-style: normal;
  font-weight: 500; }
/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 5%;
  width: 85px;
  height: 40px;
  transform: rotate(90deg); }

.fp-controlArrow.fp-next {
  right: 5%;
  width: 85px;
  height: 40px;
  transform: rotate(-90deg); }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  display: none;
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  display: none; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 20px;
  height: 20px;
  margin: 7px;
  position: relative; }

#fp-nav ul li {
  margin: 10px 0; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active, .fp-slidesNav ul li a.active {
  border-radius: 50%; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #000;
  color: #000;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 8px;
  width: 8px;
  border: 0;
  background: #eeeeee;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover,
.fp-slidesNav ul li:hover {
  border-radius: 50%; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 10px;
  height: 100%; }

body {
  overflow-x: hidden;
  margin: 0;
  font-size: 1.6rem;
  height: 100%;
  width: 100%;
  color: #000;
  font-family: "Manrope", Halvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }
  body.nav-open{overflow: hidden;}
.main-content {
  position: relative; }

.page-404 .main {
  margin-bottom: 40px; }

.main {
  width: auto;
  height: auto; }

.pageWrapper {
  height: 100%; }

.main-content {
  padding: 150px 0 70px; }

.section {
  text-align: center; }

.v2-section1:after {
  content: "";
  position: relative;
  width: 100%;
  height: 80px;
  display: block;
  background-color: #ffffff; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }

.case-section li {
  font-family: 'Quicksand', sans-serif;
  margin: 0 0 2em 0;
  line-height: 2;
  font-size: 1.4rem;
  font-weight: bold; }

ul {
  list-style: none;
  padding: 0; }

a {
  color: #000; }

.yellow-txt {
  color: #FFDA00 !important; }

.page-section-para {
  max-width: 770px;
  margin: 0 auto 30px; }

.case-small {
  font-size: 1.6rem;
  font-weight: bold; }

.case-study-top h1 {
  font-size: 3rem; }

.display-flex {
  display: flex; }

.v-center {
  align-self: center; }

.site-button {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  background: #FFDA00;
  border: none;
  border-radius: 30px;
  padding: 15px 40px;
  transition: 1s;
  -webkit-transition: 1s; }

.site-button:hover {
  background: #FFDA00; }

.btn-openForm {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  background: #000;
  border: none;
  border-radius: 30px;
  padding: 15px 40px;
  transition: 1s;
  -webkit-transition: 1s;
  cursor: pointer; }
  .btn-openForm:hover {
    color: #FFDA00; }

.site-link {
  color: #FFDA00; }

.site-link-green {
  color: #B59B00; }

.owl-carousel .owl-nav button {
  box-shadow: none;
  outline: none; }

.title-small {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0; }

.z-index {
  z-index: 900; }

.white-txt {
  color: #fff; }

.black-txt {
  color: #000; }

.grey-txt {
  color: #767676; }

.orange-txt {
  color: #DE5B26; }

.green-txt {
  color: #B59B00 !important;
  font-weight: 600; }

.green-dark-txt {
  color: #726200 !important;
  font-weight: 600; }

.festools-txt {
  color: #45B82E; }

.haines-txt {
  color: #1C1A88; }

.buildabear-txt {
  color: #0A55A5; }

.britex-txt {
  color: #0B2240; }

.aandd-txt {
  color: #004C9B; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.m-bottom60 {
  margin-bottom: 60px; }

.m-bottom30 {
  margin-bottom: 30px; }

.m-top30 {
  margin-top: 30px; }

.m-top120 {
  margin-top: 120px; }

.m-left0 {
  margin-left: 0 !important; }

.m-none {
  margin: 0; }

.width-150 {
  width: 150px !important; }

.pad-lr80 {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) {
  .m-top60 {
    margin-top: 60px; }

  .p-top60 {
    padding-top: 60px; }

  .padding-150 {
    padding: 150px 0 !important; }

  .pad-lr80 {
    padding-left: 80px;
    padding-right: 80px; }

  .pad-right9 {
    padding-right: 9%; } }
.img-padding {
  width: 100%;
  padding: 0 10px; }

.img-width {
  width: 100%; }

.border-top {
  border-top: 1px solid #EEEEEE; }

.txt-center {
  text-align: center !important; }

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

.txt-right {
  text-align: right !important; }

.yellow-box {
  background-color: #FFDA00; }

.grey-box {
  background-color: #eeeeee; }

.text-bg {
  background-repeat: repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased; }

.flex-content {
  display: flex; }

ul.list-style {
  list-style: disc;
  font-size: 1.6rem;
  font-weight: 500;
  color: #767676;
  padding: 0 30px; }
  ul.list-style li {
    margin-bottom: 15px;
    line-height: 1.5; }

.big-number {
  font-size: 8em;
  letter-spacing: -15px;
  padding: 0 25px 0 0; }

.main #section0 {
  position: relative;
  height: 100vh; }

.fade {
  opacity: 1;
  transition: .4s ease-out;
  -webkit-transition: .4s ease-out;
  -moz-transition: .4s ease-out;
  -o-transition: .4s ease-out; }

.fadeOut {
  opacity: 0.2;
  transition: .4s ease-in;
  -webkit-transition: .4s ease-in;
  -moz-transition: .4s ease-in;
  -o-transition: .4s ease-in; }

.field-flex {
  display: flex;
  justify-content: center;
  align-items: center; }

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

.vertical-center {
  align-self: center; }

.homepage-main-heading-test span {
  display: inline-block;
  visibility: hidden;
  transition: all 0.4s ease-in-out; }

.homepage-main-heading-test span.fadefade {
  visibility: visible;
  transform: translateY(0); }

.typewriter-text {
  color: #FFDA00; }

header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all .8s ease-out;
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -o-transition: all .8s ease-out; }
  header.page-header svg g {
    fill: #000; }
  header.page-header svg > g > path {
    fill: #000; }
  header.page-header.changeColor svg g {
    fill: #fff; }
  header.page-header.changeColor svg > g > path {
    fill: #fff; }
  header.page-header.changeColor #navIcon:before {
    background: #fff; }
  header.page-header.changeColor #navIcon:after {
    background: #fff; }
  header.page-header a#logo {
    display: block;
    float: left; }
  header.page-header #navIcon {
    z-index: 99999;
    margin: auto;
    float: right;
    cursor: pointer;
    outline: none;
    height: 22px;
    width: 30px;
    padding: 0px;
    background: transparent;
    cursor: pointer;
    position: relative; 
  }
  header.page-header #navIcon.open{
    position: fixed;
    right: 94px;
    top: 50px;
  }
  header.page-header #navIcon.open + .header-phone{
    margin-right: 30px;
  }
    header.page-header #navIcon:before {
      content: "";
      width: 30px;
      height: 4px;
      position: absolute;
      background: #000;
      will-change: transform;
      transform: translateY(-3px); }
    header.page-header #navIcon:after {
      content: "";
      width: 30px;
      height: 4px;
      position: absolute;
      background: #000;
      will-change: transform;
      transform: translateY(15px); }
  header.page-header .open svg g {
    fill: #000;
    transition: .8s; }
  header.page-header .open:before {
    transform: translateY(0) rotate(45deg) !important;
    top: 5px;
    background: #000 !important; }
  header.page-header .open:after {
    transform: translateY(0) rotate(-45deg) !important;
    top: 5px;
    background: #000 !important; }
  header.page-header.header-sticky {
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.5);
    transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    box-shadow: 0px 0px 20px #00000029; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(90deg); } }
.home.fp-viewing-Page2 .page-header svg g, .home.fp-viewing-:not(.fp-viewing-Page1) .page-header svg g,
.home.fp-viewing-Page3 .page-header svg g {
  fill: #fff;
  transition: .8s; }
.home.fp-viewing-Page2 .page-header svg > g > path, .home.fp-viewing-:not(.fp-viewing-Page1) .page-header svg > g > path,
.home.fp-viewing-Page3 .page-header svg > g > path {
  fill: #fff;
  transition: .8s; }
.home.fp-viewing-Page2 .page-header #navIcon:before, .home.fp-viewing-Page2 .page-header #navIcon:after, .home.fp-viewing-:not(.fp-viewing-Page1) .page-header #navIcon:before, .home.fp-viewing-:not(.fp-viewing-Page1) .page-header #navIcon:after,
.home.fp-viewing-Page3 .page-header #navIcon:before,
.home.fp-viewing-Page3 .page-header #navIcon:after {
  background: #fff; }

.leftNav {
  width: 50vw;
  height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #FFDA00;
  z-index: 998;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out; }

.leftNav.active {
  opacity: 1;
  visibility: visible;
  right: 0; }

.nav nav ul.nols {
  display: block;
  padding: 0; }

.nav nav ul.nols > li {
  display: block;
  padding: 20px 0; }

.nav nav ul.nols li > a {
  display: block;
  color: #000;
  font-size: 30px;
  text-decoration: none;
  font-weight: normal; }

.nav nav ul.nols li > a:hover {
  font-weight: bold;
  cursor: pointer; }

.nav nav ul.subs li a {
  font-size: 15px;
  font-weight: normal; }

.overlay-menu {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 902;
  visibility: hidden;
  opacity: 0;
  left: -100%; }

.overlay-menu-show {
  visibility: visible;
  opacity: 1;
  left: 0;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out; }

.home-menu {
  font-size: 16px;
  font-weight: 700;
  position: absolute; }
  .home-menu:hover {
    color: #C9AC00; }

.nav nav {
  width: 100%; }
  .nav nav ul.nols {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%; }
    .nav nav ul.nols > li {
      padding: 0;
      width: 100%; }
      .nav nav ul.nols > li:not(:last-child) {
        margin-bottom: 5px; }
      .nav nav ul.nols > li > .level-top {
        display: block;
        color: #000;
        font-size: 50px;
        font-weight: 700;
        text-decoration: none; }
        .nav nav ul.nols > li > .level-top:hover {
          color: #C9AC00 !important; }
      .nav nav ul.nols > li ul.subs {
        padding: 0;
        margin: 0;
        margin: auto; }
        .nav nav ul.nols > li ul.subs > li {
          display: block; }
          .nav nav ul.nols > li ul.subs > li:not(:last-child) {
            margin-bottom: 20px; }
          .nav nav ul.nols > li ul.subs > li a {
            font-size: 23px;
            font-weight: 700; }
            .nav nav ul.nols > li ul.subs > li a:hover {
              color: #C9AC00; }
        .nav nav ul.nols > li ul.subs::-webkit-scrollbar {
          width: 10px; }
        .nav nav ul.nols > li ul.subs::-webkit-scrollbar-track {
          box-shadow: inset 0 0 5px #C9AC00;
          border-radius: 10px; }
        .nav nav ul.nols > li ul.subs::-webkit-scrollbar-thumb {
          background: #000;
          border-radius: 10px; }
        .nav nav ul.nols > li ul.subs::-webkit-scrollbar-thumb:hover {
          background: #000; }
      .nav nav ul.nols > li.parent-open .level-top {
        color: #000; }
      .nav nav ul.nols > li.parent-change .level-top {
        color: #C9AC00; }
      .nav nav ul.nols > li.change-parent .level-top {
        color: #000; }
      .nav nav ul.nols > li.case-tab ul.subs li:not(:last-child) {
        margin-bottom: 25px; }
      .nav nav ul.nols > li.case-tab ul.subs a > span {
        display: block;
        margin-top: 0;
        font-size: 14px;
        line-height: 2;
        font-weight: normal; }

.menu-footer a:hover svg path {
  fill: #C9AC00; }

.section-footer {
  background: #000;
  position: relative; }

#footer {
  background: #000;
  /*border-top: 1px solid #525252;*/ }
  #footer * {
    color: #fff; }
  #footer .footer-top-container {
    position: relative;
    margin-top: 30px; }
    #footer .footer-top-container .footer-center-line {
      position: absolute;
      width: 2px;
      height: 100%;
      top: -25px;
      left: 50%;
      background: #333; }
    #footer .footer-top-container .footer-center-icon {
      position: absolute;
      top: 0;
      left: 49.3%;
      width: 20px;
      height: 50px;
      background: #000; }
      #footer .footer-top-container .footer-center-icon .divider-triangle {
        width: 20px;
        height: 20px;
        background-color: #FFDA00;
        display: inline-block;
        margin: 15px auto;
        transform: rotate(45deg); }
  #footer .footer-top {
    margin-bottom: 20px;
    display: flex; }
    #footer .footer-top .footer-left {
      width: 50%;
      float: left; }
    #footer .footer-top .footer-right {
      width: 50%;
      padding-left: 11%;
      float: left; }
    #footer .footer-top .footer-middle span, #footer .footer-top .footer-middle a {
      display: block;
      margin: 12px 0; }
  #footer .footer-social {
    margin-bottom: 20px; }
    #footer .footer-social a:not(:last-child) {
      margin-right: 15px; }
    #footer .footer-social a svg path {
      fill: #fff; }
  #footer .footer-last {
    display: flex;
    font-size: 15px; }
    #footer .footer-last .footer-last-left {
      width: 50%;
      float: left;
      text-align: left; }
    #footer .footer-last .footer-last-right {
      width: 50%;
      float: right;
      text-align: right; }
    #footer .footer-last .netable-heart a {
      margin-left: 10px;
      vertical-align: middle; }
    #footer .footer-last span:not(:last-child) {
      display: block;
      margin-bottom: 20px; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    outline: none; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.fixed-container {
  position: fixed;
  width: 100%;
  z-index: -1; }
  .fixed-container:not(.home-fixed-container) {
    text-align: center; }
  .fixed-container .banner-img {
    position: fixed;
    top: 0;
    width: 100%; }
    .fixed-container .banner-img img {
      width: 100%; }
  .fixed-container .bounce-arrow {
    /*-moz-animation: bounce 2s ease  infinite;
    -webkit-animation: bounce 2s ease  infinite;
    animation: bounce 2s ease  infinite;*/ }

@keyframes bounce {
  0% {
    transform: translateY(-50%); }
  50% {
    transform: translateY(50%); }
  100% {
    transform: translateY(-50%); } }
.site-button.black-btn {
  background-color: #000;
  color: #fff; }

.home-fixed-container {
  z-index: 0; }

.home .main #section0 {
  z-index: -1; }

.gradient-container {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -40%; }

.gradient-container .row {
  height: 100%; }

.gradient-block:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  bottom: 17%;
  background-repeat: no-repeat;
  z-index: 9; }

.gradient-block.gradient-one:after {
  background-image: radial-gradient(rgba(178, 8, 8, 0.1) 25%, rgba(183, 78, 78, 0.1) 48%, transparent, transparent); }

.gradient-block.gradient-two:after {
  background-image: radial-gradient(rgba(0, 176, 255, 0.1) 48%, transparent, transparent);
  width: 124%;
  height: 70%;
  left: -10%; }

.gradient-block.gradient-three:after {
  background-image: radial-gradient(rgba(35, 0, 227, 0.1) 25%, rgba(106, 93, 179, 0.1) 48%, transparent, transparent); }

.homepage-tabbing.section {
  background-color: #fff; }

.integrations-logo .col-4 {
  margin-bottom: 30px; }

.aws-magento-bg {
  display: flex; }
  .aws-magento-bg:before {
    content: "";
    background-image: url("../images/h_aws_graphic.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 185%;
    position: absolute;
    left: -1%;
    top: -40%;
    opacity: 0.1; }
  .aws-magento-bg .scale-div {
    margin: 0 auto;
    margin-top: 7%;
    transform: scale(0.8); }

.client-section #conference-timeline .timeline-article {
  margin: 0;
  overflow: unset;
  display: block; }
  .client-section #conference-timeline .timeline-article .careers-left-line {
    z-index: 9;
    background: #fff;
    height: 90%;
    left: 100px; }
  .client-section #conference-timeline .timeline-article .clientSlideshow .slick-slide {
    height: 600px; }
    .client-section #conference-timeline .timeline-article .clientSlideshow .slick-slide .client-bg {
      position: absolute;
      left: 0;
      width: 100%; }
      .client-section #conference-timeline .timeline-article .clientSlideshow .slick-slide .client-bg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); }
  .client-section #conference-timeline .timeline-article .slick-nav {
    position: absolute;
    left: 225px;
    bottom: 10%; }
    .client-section #conference-timeline .timeline-article .slick-nav .slick-prev, .client-section #conference-timeline .timeline-article .slick-nav .slick-next {
      top: 10px; }
      .client-section #conference-timeline .timeline-article .slick-nav .slick-prev:before, .client-section #conference-timeline .timeline-article .slick-nav .slick-next:before {
        font-family: 'Manrope'; }
    .client-section #conference-timeline .timeline-article .slick-nav .slick-prev:before {
      content: "<"; }
    .client-section #conference-timeline .timeline-article .slick-nav .slick-next:before {
      content: ">"; }
    .client-section #conference-timeline .timeline-article .slick-nav .slick-counter {
      color: #767676; }
      .client-section #conference-timeline .timeline-article .slick-nav .slick-counter .current {
        color: #fff; }

.home-bg {
  color: #fff;
  position: relative; }
  .home-bg:before {
    position: absolute;
    content: "";
    background-image: url("../images/h_bg_circle.svg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 45%;
    height: 100%;
    top: 0;
    left: 30%; }

.home #section1 .homepage-sectionHeading, .home #section2 .homepage-sectionHeading {
  display: none; }

.homepage-tabbing.section .panelContainer.home-section {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.home .white-bg.client-section {
  background-color: #000; }

.top-panel, .first-panel, .second-panel {
  transform: translateY(200%); }

.top-panel {
  transition: 1s; }

.first-panel {
  transition: 2s; }

.second-panel {
  transition: 1s; }

.top-panel.deactive {
  transform: translateY(-500%); }

.first-panel.deactive {
  transform: translateY(-300%); }

.second-panel.deactive {
  transform: translateY(500%); }

.top-panel.deactive, .first-panel.deactive, .second-panel.deactive {
  visibility: hidden; }

.top-panel.active, .first-panel.active, .second-panel.active {
  transform: translateY(0%); }

.homepage-tabbing.section .goback-first a, .homepage-tabbing.section .goback-second a {
  color: #999; }

.homepage-tabbing.section ul.tab-buttons li a {
  color: #999;
  font-size: 20px;
  border: 2px solid #999;
  border-radius: 30px;
  padding: 15px 40px;
  margin: 0 15px;
  transition: 1s;
  -webkit-transition: 1s; }

.homepage-tabbing.section ul.tab-buttons li a:hover {
  color: #fff;
  border: 2px solid #fff; }

.homepage-tabbing.section ul.tab-buttons li a.active {
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-transition: 1s;
  /* For Safari 3.0 to 6.0 */
  transition: 1s; }

.homepage-tabbing.section ul.tab-buttons {
  display: block;
  width: auto;
  text-align: center; }

#svgContainer {
  position: absolute;
  opacity: 0.6; }

#svgContainer .svgactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1000ms, visibility 1000ms;
  transition: opacity 1000ms, visibility 1000ms; }

#svgContainer .apanel1 #path_0, #svgContainer .apanel2 #path_1, #svgContainer .apanel3 #path_2, #svgContainer .apanel4 #path_3, #svgContainer .apanel5 #path_4, #svgContainer .apanel21-1 #path_5, #svgContainer .apanel21-2 #path_6, #svgContainer .apanel21-3 #path_7, #svgContainer .apanel22-1 #path_8, #svgContainer .apanel22-2 #path_9, #svgContainer .apanel22-3 #path_10, #svgContainer .apanel22-4 #path_11, #svgContainer .apanel22-5 #path_12, #svgContainer .apanel23-1 #path_13, #svgContainer .apanel23-2 #path_14, #svgContainer .apanel23-3 #path_15, #svgContainer .apanel24-1 #path_16, #svgContainer .apanel24-2 #path_17, #svgContainer .apanel25-1 #path_18, #svgContainer .apanel25-2 #path_19, #svgContainer .apanel25-3 #path_20 {
  visibility: visible;
  opacity: 1; }

.homepage-tabbing.section .first-panel .panel, .homepage-tabbing.section .second-panel .sub-panel {
  height: 0; }
  .homepage-tabbing.section .first-panel .panel .goback-second, .homepage-tabbing.section .first-panel .panel .action-block, .homepage-tabbing.section .second-panel .sub-panel .goback-second, .homepage-tabbing.section .second-panel .sub-panel .action-block {
    display: block;
    margin-bottom: 2em; }
    .homepage-tabbing.section .first-panel .panel .goback-second .site-button, .homepage-tabbing.section .first-panel .panel .action-block .site-button, .homepage-tabbing.section .second-panel .sub-panel .goback-second .site-button, .homepage-tabbing.section .second-panel .sub-panel .action-block .site-button {
      display: inline-block; }

.goback-first a:before, .goback-second a:before {
  content: "<";
  margin-right: 5px; }

@media (max-width: 1599px) {
  #video_player {
    width: auto;
    height: 100%; } }
@media (min-width: 1600px) {
  #video_player {
    width: 100%;
    height: 100%; } }
.background-container {
  padding: 50px 30px; }
  .background-container .magento-logo:before {
    content: "";
    margin-left: 50%;
    height: 4em;
    border-left: 2px solid #413800;
    display: block; }
  .background-container .migration-bg-txt {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("../images/services/migration/img_bg_developement.jpg");
    background-size: cover; }
  .background-container .integration-bg-txt {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/services/integration/img_bg_intergration.jpg");
    background-size: cover; }
  .background-container .myob-bg-txt {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/magento/myob/img_bg_intergration_Myobexo.png");
    background-position: center; }
  .background-container .netsuite-bg-txt {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/magento/netsuite/img_bg_intergration_netsuite.jpg");
    background-position: center; }
  .background-container .salesforce-bg-txt {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/magento/salesforce/img_bg_intergration_salesforce.jpg");
    background-position: center; }
  .background-container .aws-bg-txt {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/services/aws/img_bg_hosting.jpg");
    background-size: cover; }
  .background-container .support-bg-txt {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/services/support/img_bg_support.jpg");
    background-size: cover; }
  .background-container .development-bg-txt {
    background-image: url("../images/services/development/img_bg_development.jpg");
    background-size: cover; }
  .background-container .wholesale-bg-txt {
    background-image: url("../images/services/wholesale/img_bg_B2B.jpg");
    background-size: cover; }
  .background-container .cookware-bg-txt {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cases/cookware/img_bg_cases_cookware.jpg");
    background-size: 15%; }
  .background-container .aandd-bg-txt {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cases/aandd/img_bg_casestudies_and.jpg");
    background-size: 15%; }
  .background-container .about-bg-txt {
    background-image: linear-gradient(to right, #fff19d, #ffda00);
    background-size: contain; }

.background-height {
  height: 800px;
  display: flex; }
  .background-height .container {
    align-self: center; }

.migration-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/services/migration/img_bg_developement.jpg");
  background-size: cover;
  color: #fff; }

.integration-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/services/integration/img_bg_intergration.jpg");
  background-size: cover;
  color: #fff; }

.myob-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/magento/myob/img_bg_intergration_Myobexo.png");
  background-size: cover;
  color: #fff; }

.netsuite-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/magento/netsuite/img_bg_intergration_netsuite.jpg");
  background-size: cover;
  color: #fff; }

.salesforce-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/magento/salesforce/img_bg_intergration_salesforce.jpg");
  background-size: cover;
  color: #fff; }

.development-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/services/development/img_bg_development.jpg");
  background-size: cover;
  color: #fff; }

.aws-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/services/aws/img_bg_hosting.jpg");
  background-size: cover;
  color: #fff; }

.support-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/services/support/img_bg_support.jpg");
  background-size: cover;
  color: #fff; }

.wholesale-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/services/wholesale/img_bg_B2B.jpg");
  background-size: cover;
  color: #fff; }

.cookware-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cases/cookware/img_bg_cases_cookware.jpg");
  background-size: cover;
  color: #fff; }

.haines-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cases/haines/img_bg_cases_haines.jpg");
  background-size: cover;
  color: #fff; }

.buildabear-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cases/buildabear/img_bg_cases_buildabear.jpg");
  background-size: cover;
  color: #fff; }

.festools-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cases/festools/img_bg_cases_festools.jpg");
  background-size: cover;
  color: #fff; }

.britex-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cases/britex/img_bg_cases_britex.jpg");
  background-size: cover;
  color: #fff; }

.aandd-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cases/aandd/img_bg_casestudies_and.jpg");
  background-size: cover;
  color: #fff; }

.about-bg {
  background-color: #211C00;
  background-size: cover;
  background-position: bottom;
  color: #fff;
  position: relative; }
  .about-bg:before {
    position: absolute;
    content: "";
    background-image: url("../images/circle_bg_Light.png");
    background-size: 100% 100%;
    width: 30%;
    height: 25em;
    top: 0;
    left: 0; }
  .about-bg:after {
    position: absolute;
    content: "";
    background-image: url("../images/circle_bg_dark.png");
    background-size: 100% 100%;
    width: 30%;
    height: 25em;
    bottom: 0;
    right: 0; }

.square-bg {
  background-image: url("../images/img_contactform_graphic.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 45px) center; }
  .square-bg a.site-button {
    margin-left: 0;
    margin-top: 20px; }

.grey-bg {
  background-color: #eeeeee; }

.white-bg {
  background-color: #fff; }

.black-bg {
  background-color: #000; }

.contact-bottom-container .btn-openForm {
  margin-top: 20px; }

.contact-bottom-container {
  position: relative;
  background-color: #FFDA00;
  -webkit-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -ms-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
  width: 100vw; }
  .contact-bottom-container > .container {
    position: relative;
    z-index: 9;
    padding: 60px 30px;
    background-image: url(../images/img_contactform_graphic.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center; }
  .contact-bottom-container.openContact {
    background-image: none;
    background-color: #eeeeee;
    -webkit-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -ms-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear; }
    .contact-bottom-container.openContact > .container {
      background-image: none; }

.contact-contentShow {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  bottom: -300%; }

.openContact .contact-contentShow {
  position: static;
  opacity: 1;
  visibility: visible;
  bottom: auto;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear; }
.openContact .contact-contentHide {
  transform: translateY(-300%);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  -webkit-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -ms-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear; }

.yellow-bg {
  background: linear-gradient(#FFFBE3 50%, #FFF19D); }

.orange-bg {
  background-color: #DE5B26; }

.haines-bg-color {
  background-color: #1C1A88; }

.buildabear-bg-color {
  background-color: #0A55A5; }

.festools-bg-color {
  background-color: #45B82E; }

.britex-bg-color {
  background-color: #0B2240; }

.aandd-bg-color {
  background-color: #004C9B; }

.top-gradient-container {
  position: absolute;
  width: 100%;
  height: 600px;
  margin-top: -230px;
  opacity: 0.4; }

.top-gradient-container .row {
  height: 100%; }

.pad-tb100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.pad-tb {
  padding-top: 50px;
  padding-bottom: 50px; }

.reasons-img {
  align-self: start;
  width: 60px;
  margin-right: 40px; }

.box-shadow {
  position: relative;
  width: auto;
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.1);
  margin: 20px 30px; }
  .box-shadow img {
    display: block; }

.display-none {
  display: none; }

.result-container img, .salesforce-container img {
  height: 60px; }

.salesforce-container .col-lg-3 {
  padding-right: 50px; }
  .salesforce-container .col-lg-3:not(:last-child):after {
    content: url("../images/magento/salesforce/icon_arrows2.svg");
    top: 5px;
    position: absolute;
    right: 15px; }
  .salesforce-container .col-lg-3 span {
    font-weight: 300;
    color: #767676;
    display: block; }

.b-right:after {
  content: "";
  border: 1px solid #000;
  position: absolute;
  width: 45px;
  height: 2px;
  top: 52.5%;
  right: -85px; }

.b-left:after {
  content: "";
  border: 1px solid #000;
  position: absolute;
  width: 45px;
  height: 2px;
  top: 52.5%;
  left: -85px; }

.integration-netsuite .b-right:after, .integration-netsuite .b-left:after {
  top: 55.5%; }

.integration-netsuite .magento-tasks:after, .integration-netsuite .integration-tasks:before {
  height: 87.5%; }

.magento-tasks:after {
  content: "";
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  width: 30px;
  height: 93.5%;
  top: 30px;
  right: -40px; }

.integration-tasks:before {
  content: "";
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  width: 30px;
  height: 93.5%;
  top: 30px;
  left: -40px;
  transform: scaleX(-1); }

.block-divider {
  margin-top: 100px;
  padding-top: 50px;
  border-top: 1px solid #eee; }

.experience-txt {
  float: right;
  width: 46%;
  margin-top: -60px; }
  .experience-txt .big-number {
    margin-bottom: 0; }
  .experience-txt .small-txt {
    align-self: flex-end; }
    .experience-txt .small-txt .plus-icon {
      font-weight: 700;
      font-size: 2.5em; }
    .experience-txt .small-txt .bold-txt {
      font-weight: 700;
      margin-top: -16px;
      font-size: 18px;
      margin-bottom: 26px; }
  .experience-txt .bottom-txt {
    margin-top: -16px;
    font-weight: 700;
    font-size: 1.8rem; }

.exp-left {
  float: left;
  margin-top: -30px; }

.mini-container {
  max-width: 500px;
  margin: 30px auto; }

.twocolumn-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }
  .twocolumn-list li {
    margin-right: 20px; }

.dark-p {
  color: #000;
  font-weight: 400;
  margin-bottom: 10px; }

.accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #f1f4f3;
  vertical-align: middle; }
  .accordion.activeToggle h4:after {
    content: "-"; }
  .accordion.activeToggle h4 {
    color: #000; }

.accordion h4 {
  position: relative;
  top: 0.8em;
  margin: 0 20px 0 0;
  font-size: 20px;
  font-weight: 600;
  color: #767676;
  -webkit-transition: color 1000ms;
  transition: color 1000ms; }
  .accordion h4:after {
    content: "+";
    position: absolute;
    right: -20px;
    top: 0;
    font-size: 30px;
    margin-top: -7px; }

.accordion a {
  position: relative;
  display: block;
  padding: 1em 0 2.5em 0;
  text-decoration: none;
  text-align: left; }

.accordion-desc {
  z-index: 2;
  padding: 20px 0;
  text-align: left; }

#service-carousel .owl-item .section-title {
  font-size: 60px;
  padding: 0 5px 0 0; }

#service-carousel .owl-stage {
  min-height: 500px; }

#service-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 23%;
  z-index: -1; }
  #service-carousel .owl-nav .owl-prev, #service-carousel .owl-nav .owl-next {
    background: #ffffff !important;
    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer; }
    #service-carousel .owl-nav .owl-prev span, #service-carousel .owl-nav .owl-next span {
      content: url(../images/icon_arrow.svg);
      width: 20px;
      margin-top: 5px; }
    #service-carousel .owl-nav .owl-prev:hover span, #service-carousel .owl-nav .owl-next:hover span {
      content: url(../images/icon_arrow_black.svg); }
  #service-carousel .owl-nav .owl-prev {
    margin-left: -45px; }
    #service-carousel .owl-nav .owl-prev span {
      transform: rotate(180deg); }
  #service-carousel .owl-nav .owl-next {
    float: right;
    margin-right: -60px; }

#service-carousel .owl-item .item .popup-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  padding: 20px;
  border-radius: 50%;
  clip-path: circle(25%);
  transition: all 1s ease-in-out; }
  #service-carousel .owl-item .item .popup-content img {
    width: auto; }
  #service-carousel .owl-item .item .popup-content p {
    color: #000;
    text-align: left;
    font-weight: 400;
    margin-bottom: 1em; }
  #service-carousel .owl-item .item .popup-content .site-button {
    display: inline-block; }
  #service-carousel .owl-item .item .popup-content .popup-close {
    float: right; }
    #service-carousel .owl-item .item .popup-content .popup-close img.hover-icon {
      display: none; }
    #service-carousel .owl-item .item .popup-content .popup-close:hover img.hover-icon {
      display: block; }
    #service-carousel .owl-item .item .popup-content .popup-close:hover img.default-icon {
      display: none; }

#service-carousel .owl-item .item.outer-box.active .popup-content {
  visibility: visible;
  opacity: 1;
  text-align: center;
  border-radius: 0;
  clip-path: circle(75%);
  min-height: 495px; }

#service-carousel .owl-item .inner-box {
  min-height: 300px;
  display: flex; }
  #service-carousel .owl-item .inner-box:hover {
    cursor: pointer; }
  #service-carousel .owl-item .inner-box .img-inner-box {
    align-self: center;
    width: 100%; }
    #service-carousel .owl-item .inner-box .img-inner-box:before {
      content: "";
      position: absolute;
      top: 0;
      left: 35px;
      width: 85%;
      height: 330px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 10px solid #f5f5f5;
      z-index: -1; }
    #service-carousel .owl-item .inner-box .img-inner-box img {
      display: block;
      width: 60%;
      margin: 0 auto; }

#service-carousel .owl-item .inner-box:hover .img-inner-box:before {
  border: 10px solid #FFDA00; }

#service-carousel .owl-item .inner-box .section-title {
  align-self: center;
  margin-bottom: 0; }
  #service-carousel .owl-item .inner-box .section-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 85%;
    height: 330px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #fff;
    z-index: -1;
    transition: 1s ease-in; }

#service-carousel .owl-item .inner-box:hover .section-title:after {
  content: "Read More >";
  display: block;
  font-size: 20px;
  letter-spacing: initial; }

#service-carousel .owl-item .inner-box:hover .section-title:before {
  border: 10px solid #FFDA00; }

.integration-container {
  max-width: 600px;
  margin: 50px auto 20px; }
  .integration-container h2.txt-center {
    background-color: #fff;
    margin-left: -5px; }

.cases-haines .owl-item.haines-slide, .cases-britex .owl-item.britex-slide, .cases-festools .owl-item.festools-slide, .cases-bildabear .owl-item.buildabear-slide, .cases-aandd .owl-item.and-slide, .cases-cookware-brands .owl-item.cookware-slide {
  display: none; }

.integration-myob .owl-item.myob-slide, .integration-sap .owl-item.sap-slide, .integration-salesforce .owl-item.salesforce-slide, .integration-netsuite .owl-item.netsuite-slide {
  display: none; }

.integration-slider .inner-box {
  position: relative;
  width: auto;
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px 25px 15px;
  margin: 20px 20px; }
  .integration-slider .inner-box span {
    margin: 0 0 0.3em 0;
    line-height: 26px;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: #767676;
    display: block;
    min-height: 78px; }
  .integration-slider .inner-box .site-link-green {
    margin: 20px 0 10px;
    display: block; }
.integration-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 39%; }
  .integration-slider .owl-nav .owl-prev, .integration-slider .owl-nav .owl-next {
    background: #ffffff !important;
    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer; }
    .integration-slider .owl-nav .owl-prev span, .integration-slider .owl-nav .owl-next span {
      content: url(../images/icon_arrow.svg);
      width: 20px;
      margin-top: 5px; }
    .integration-slider .owl-nav .owl-prev:hover span, .integration-slider .owl-nav .owl-next:hover span {
      content: url(../images/icon_arrow_black.svg); }
  .integration-slider .owl-nav .owl-prev {
    margin-left: -30px; }
    .integration-slider .owl-nav .owl-prev span {
      transform: rotate(180deg); }
  .integration-slider .owl-nav .owl-next {
    float: right;
    margin-right: -30px; }

.feature-timeline .timeline-article {
  overflow: visible; }
  .feature-timeline .timeline-article .careers-left-line {
    z-index: 1;
    height: 93% !important; }
  .feature-timeline .timeline-article .left-icon {
    z-index: 9;
    left: 17px;
    top: 35px; }
  .feature-timeline .timeline-article .integration-feature:before {
    content: "";
    position: absolute;
    height: 85%;
    width: 200vw;
    left: -100vw;
    z-index: -1; }
  .feature-timeline .timeline-article .integration-feature .slick-slide {
    padding-top: 80px;
    padding-bottom: 30px; }
  .feature-timeline .timeline-article .integration-feature .magentoSlideshow-img {
    width: 100%;
    padding: 0 10px; }
  .feature-timeline .timeline-article .integration-feature .slick-nav {
    position: absolute;
    left: 70px;
    bottom: 0;
    z-index: 9; }
    .feature-timeline .timeline-article .integration-feature .slick-nav .slick-prev, .feature-timeline .timeline-article .integration-feature .slick-nav .slick-next {
      top: 10px; }
      .feature-timeline .timeline-article .integration-feature .slick-nav .slick-prev:before, .feature-timeline .timeline-article .integration-feature .slick-nav .slick-next:before {
        font-family: 'Manrope'; }
    .feature-timeline .timeline-article .integration-feature .slick-nav .slick-prev:before {
      content: "<"; }
    .feature-timeline .timeline-article .integration-feature .slick-nav .slick-next:before {
      content: ">"; }
    .feature-timeline .timeline-article .integration-feature .slick-nav .slick-counter {
      color: #767676; }
      .feature-timeline .timeline-article .integration-feature .slick-nav .slick-counter .current {
        color: #fff; }

.myob-before:before {
  background-color: #6615A6; }

.netsuite-before:before {
  background-color: #054272; }

.salesforce-before:before {
  background-color: #199CDC; }

.feature-list {
  list-style: disc;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0 30px; }
  .feature-list li {
    margin-bottom: 15px;
    line-height: 1.5; }

.btob-customer {
  display: flex; }

.btob-customer .btob-icons {
  margin-right: 40px; }

.btob-customer.m-left {
  margin-left: 92px; }

.btob-customer .btob-icons.trade-line:after, .btob-customer .btob-icons.wholesale-line:after {
  height: 22%;
  border: 1px solid #000;
  content: "";
  position: absolute;
  margin-top: 72px;
  margin-left: -30px; }

.btob-customer .btob-icons.wholesale-line:after {
  height: 37.9%;
  margin-top: 90px; }

.btob-customer .btob-icons.supplier-line:before, .btob-customer .btob-icons.party-line:before {
  content: "";
  border: 1px solid #000;
  position: absolute;
  width: 40px;
  left: 47px;
  margin-top: 32px; }

.caseSlideshow {
  margin-bottom: -117px; }

.magentoSlideshow {
  padding: 0 20px;
  margin: 0; }
  .magentoSlideshow.flex-inner .slick-slide {
    display: flex; }

.caseSlideshow .owl-dots, .magentoSlideshow .owl-dots {
  text-align: center;
  margin-top: 20px; }

.caseSlideshow .owl-dots .owl-dot, .magentoSlideshow .owl-dots .owl-dot {
  outline: none; }

.caseSlideshow .owl-dots .owl-dot span, .magentoSlideshow .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #EEEEEE;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.caseSlideshow .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .magentoSlideshow .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FFDA00; }

.do-task {
  display: flex;
  text-align: left;
  margin-bottom: 20px; }
  .do-task .website-icons {
    text-align: right; }
    .do-task .website-icons img {
      padding: 10px;
      width: 75px; }
  .do-task h4 {
    margin-bottom: 0.5em; }
  .do-task p {
    color: #fff; }

.page-404 .site-button {
  margin-top: 80px; }

.fixed-container h1.sub-heading {
  letter-spacing: 0;
  margin-bottom: 0.8em; }

h2.main-sectionHeading {
  margin-bottom: 30px; }

.about-pages .fixed-container {
  z-index: 0; }
.about-pages .main #section0 {
  z-index: -1; }
.about-pages .about-links {
  display: inline-flex; }
  .about-pages .about-links .about-link {
    font-size: 2.2rem;
    font-weight: 600;
    color: #767676;
    padding: 15px 30px;
    margin: 0 10px; }
    .about-pages .about-links .about-link:hover {
      background-color: #FFDA00;
      border-radius: 40px;
      color: #000; }

.whowe-careers .whowe-link, .about-process .process-link, .about-team .team-link, .about-milestone .milestones-link, .about-careers .careers-link {
  background-color: #FFDA00;
  border-radius: 40px;
  color: #000 !important; }

.values-container {
  /*max-width: 900px;*/
  margin: 60px auto; }
  .values-container .col-12 {
    padding-left: 10px;
    padding-right: 10px; }
    .values-container .col-12 img {
      width: 100%; }
  .values-container .bottom-container {
    margin-top: -3.7%; }
  .values-container .diamond-bg {
    position: absolute;
    top: 14%; }
    .values-container .diamond-bg h3 {
      margin-bottom: 20px;
      margin-top: 5px;
      color: #ffffff;
      font-size: 3.8rem; }
    .values-container .diamond-bg p {
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: 0.5px;
      line-height: 25px;
      color: #ffffff;
      padding: 0 30px; }
  .values-container .animation-element.slide-top:nth-child(3) {
    transition-delay: 1s; }
  .values-container .animation-element.slide-top:nth-child(4) {
    transition-delay: 2s; }
  .values-container .animation-element.slide-top:nth-child(5) {
    transition-delay: 3s; }
  .values-container .animation-element.slide-bottom:nth-child(3) {
    transition-delay: 4s; }
  .values-container .animation-element.slide-bottom:nth-child(4) {
    transition-delay: 5s; }

.about-certified .experience-txt {
  width: 100%; }
  .about-certified .experience-txt .bottom-txt {
    text-align: left; }

.middle-process {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 33%;
  top: 24%;
  padding: 60px 0; }
  .middle-process h3 {
    margin-bottom: 0;
    line-height: 1; }

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .lightbox .lightbox-video {
    width: 100%;
    padding-bottom: 56%; }
  .lightbox iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0; }
  .lightbox img {
    display: block;
    margin: 0 auto; }
  .lightbox .lightbox-close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 26px;
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.3);
    border: 3px solid #ffffff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center; }
    .lightbox .lightbox-close:hover {
      text-decoration: none; }
  .lightbox .lightbox-container {
    max-width: 1024px;
    margin: 100px auto 25px; }

.animation-element {
  opacity: 0;
  position: relative; }

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px); }

.migration-article .animation-element.slide-left {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -moz-transform: translate3d(-50px, 0px, 0px);
  -webkit-transform: translate3d(-50px, 0px, 0px);
  -o-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate3d(-50px, 0px, 0px); }

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.integration-timeline .animation-element.slide-right {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px); }

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate3d(0px, -100px, 0px);
  -ms-transform: translate3d(0px, -100px, 0px);
  transform: translate3d(0px, -100px, 0px); }

.animation-element.slide-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.slide-bottom {
  opacity: 0;
  -moz-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.animation-element.slide-bottom.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.zoom-in {
  opacity: 0;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.animation-element.zoom-in.in-view {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.animation-element.fade-in.in-view {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s; }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.inner-leftpad {
  padding-left: 14%; }

.buddy-content {
  margin-top: -120px; }

.horizontal-divider {
  border: 1px solid #312900;
  width: 100%;
  display: block;
  margin-top: 80px;
  margin-bottom: 20px;
  margin-left: 25px; }

#conference-timeline {
  position: relative; }

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto; }

#conference-timeline .conference-center-line, #conference-timeline .integration-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #eee; }
#conference-timeline .milestone-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 14%;
  margin-left: -2px;
  background: #eee; }
#conference-timeline .careers-left-line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 1.4%;
  background: #312900; }
#conference-timeline .white-bg-line {
  background: #ddd; }
#conference-timeline .green-bg-line {
  background: #DBB900; }

#conference-timeline .conference-timeline-content, #conference-timeline .milstone-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px; }

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
  display: inline-block; }

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 46%;
  width: 100%; }

#conference-timeline .milstone-timeline-content .content-left-container {
  max-width: 20%; }

#conference-timeline .milstone-timeline-content .content-right-container {
  max-width: 80%; }

#conference-timeline .careers-timeline-content .content-right-container {
  max-width: 95%; }

#conference-timeline .milstone-timeline-content h5 {
  font-size: 2rem; }

.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right; }

.timeline-article .content-left, .columns-block .content-left,
.timeline-article .content-right, .columns-block .content-right {
  position: relative;
  width: auto;
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px 25px 15px;
  margin: 20px 30px; }
  .timeline-article .content-left.no-shadow, .columns-block .content-left.no-shadow,
  .timeline-article .content-right.no-shadow, .columns-block .content-right.no-shadow {
    box-shadow: none; }

.integration-timeline .columns-block .content-left {
  margin: 20px 0;
  padding: 15px 15px 10px; }

.milstone-timeline-content .timeline-article .subleft-content, .milstone-timeline-content .timeline-article .subright-content {
  max-width: 45%;
  display: inline-block;
  margin: 20px 30px 20px 0; }

.timeline-article .content-left-container {
  float: left; }

.timeline-article .content-right-container {
  float: right; }

.timeline-article .columns-content, .columns-block .columns-content {
  display: flex; }
  .timeline-article .columns-content img, .columns-block .columns-content img {
    height: fit-content;
    margin-right: 20px; }
  .timeline-article .columns-content span, .columns-block .columns-content span {
    margin: 0 0 0.3em 0;
    line-height: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #767676;
    display: block; }
    .timeline-article .columns-content span.black-txt, .columns-block .columns-content span.black-txt {
      color: #000;
      font-weight: 600; }
.timeline-article h3, .columns-block h3 {
  margin-bottom: 20px;
  letter-spacing: -2px;
  display: inline-block;
  width: 100%;
  font-size: 4rem; }
.timeline-article h4, .columns-block h4 {
  margin-bottom: 20px;
  letter-spacing: -1px;
  display: inline-block;
  width: 100%;
  font-size: 4rem; }
.timeline-article .subleft-content, .timeline-article .subright-content, .columns-block .subleft-content, .columns-block .subright-content {
  max-width: 80%;
  display: inline-block; }
.timeline-article .subright-content, .columns-block .subright-content {
  float: right; }

.timeline-article .center-icon {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 20px;
  height: 50px;
  margin-left: -10px;
  color: #fff;
  background: #fff; }
  .timeline-article .center-icon .divider-triangle {
    width: 20px;
    height: 20px;
    background-color: #FFDA00;
    display: inline-block;
    margin: 15px auto;
    transform: rotate(45deg); }

.timeline-article .left-icon {
  position: absolute;
  top: -6px;
  left: -7.7%;
  width: 20px;
  height: 50px;
  margin-left: -10px;
  background: #fff; }
  .timeline-article .left-icon .divider-triangle {
    width: 20px;
    height: 20px;
    background-color: #FFDA00;
    display: inline-block;
    margin: 15px auto;
    transform: rotate(45deg); }

.timeline-article .content-careers .left-icon {
  position: absolute;
  top: -6px;
  left: -3.7%;
  width: 20px;
  height: 50px;
  margin-left: -10px;
  background: #211C00; }
  .timeline-article .content-careers .left-icon.white-icon {
    background: #fff; }
  .timeline-article .content-careers .left-icon.green-icon {
    background: #FFFBE3; }
    .timeline-article .content-careers .left-icon.green-icon .divider-triangle {
      background-color: #DBB900; }

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900; }

/*===== // Vertical Timeline =====*/
/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 30px; }

  .timeline-article .center-icon {
    margin-left: 0;
    left: 20px; }

  .change-order {
    display: flex;
    flex-direction: column; }
    .change-order .content-left-container {
      order: 2; }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 60px;
    min-height: 53px; }

  .timeline-article .content-left-container {
    margin-bottom: 20px; }

  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px; }

  #conference-timeline .milestone-center-line, #conference-timeline .careers-left-line {
    left: 30px; }

  .timeline-article .left-icon, .timeline-article .content-careers .left-icon {
    left: -30px; }

  .milstone-timeline-content .timeline-article .subleft-content, .milstone-timeline-content .timeline-article .subright-content, .timeline-article .subleft-content, .timeline-article .subright-content, .integration-timeline .content-left, .integration-timeline .content-right {
    max-width: 100%; }

  .feature-timeline .timeline-article .careers-left-line {
    left: 17px !important; }

  .feature-timeline .timeline-article .integration-feature .slick-nav {
    left: 40px; }

  .magentoSlideshow {
    padding: 0; }
    .magentoSlideshow .feature-list {
      padding: 0 20px; } }
@media only screen and (max-width: 550px) {
  .conference-timeline-content .timeline-article {
    overflow: visible; }
    .conference-timeline-content .timeline-article .content-left-container, .conference-timeline-content .timeline-article .content-right-container {
      margin-left: 0px; }
    .conference-timeline-content .timeline-article .content-left, .conference-timeline-content .timeline-article .content-right {
      margin: 20px 10px; }
    .conference-timeline-content .timeline-article .columns-content img {
      margin-bottom: 10px; }
    .conference-timeline-content .timeline-article h3 {
      background-color: #fff;
      padding: 10px 0; }
    .conference-timeline-content .timeline-article .center-icon {
      left: 47.8%;
      top: -45px; }

  #conference-timeline .conference-center-line {
    left: 50%; } }
.svg-line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 0;
  animation: dash 5s 1.5s ease alternate infinite; }
  .svg-line:nth-child(2) {
    animation-delay: 0.2s; }
  .svg-line:nth-child(3) {
    animation-delay: 1s; }
  .svg-line:nth-child(4) {
    animation-delay: 2s; }
  .svg-line:nth-child(5) {
    animation-delay: 3s; }

@keyframes dash {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    stroke-dashoffset: 0; } }
/*.heart-line {
  stroke:#FFDA00;
  fill:none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: heart 10s 2s ease alternate infinite;
  &.line1 {
      animation-delay: 1s;
  }
  &.line2 {
      animation-delay: 3s;
  }
  &.line3 {
      animation-delay: 5s;
  }
  &.line4 {
      animation-delay: 6s;
  }
  &.line5 {
      animation-delay: 8s;
  }
  &.line6 {
      animation-delay: 10s;
  }
}

@keyframes heart {
  to { stroke-dashoffset: 0;}
}*/
.heart-title {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 0;
  animation: title-anim 2s 1s ease forwards; }
  .heart-title.title1 {
    animation-delay: 0.2s; }
  .heart-title.title2 {
    animation-delay: 2s; }
  .heart-title.title3 {
    animation-delay: 4s; }
  .heart-title.title4 {
    animation-delay: 6s; }
  .heart-title.title5 {
    animation-delay: 8s; }
  .heart-title.title6 {
    animation-delay: 10s; }
  .heart-title path {
    fill: #ffda00; }

@keyframes title-anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    fill: #ffda00;
    stroke-dashoffset: 0; } }
.heart-txt {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 0;
  animation: txt-anim 2s 1s ease alternate forwards; }
  .heart-txt.txt1 {
    animation-delay: 0.2s; }
  .heart-txt.txt2 {
    animation-delay: 2s; }
  .heart-txt.txt3 {
    animation-delay: 4s; }
  .heart-txt.txt4 {
    animation-delay: 6s; }
  .heart-txt.txt5 {
    animation-delay: 8s; }
  .heart-txt.txt6 {
    animation-delay: 10s; }
  .heart-txt path {
    fill: #fff; }

@keyframes txt-anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    fill: #fff;
    stroke-dashoffset: 0; } }
.yellow-gradient-bg {
  background-image: linear-gradient(to right, #fff19d, #ffda00);
  position: relative;
  display: inline-block;
  width: 100%;
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.1);
  padding: 50px 20px;
  margin-bottom: 30px; }
  .yellow-gradient-bg h3.number-txt {
    font-size: 8rem;
    font-weight: 700;
    margin-bottom: 0.3em; }
    .yellow-gradient-bg h3.number-txt .number-plus {
      opacity: 0;
      -moz-transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      transition: all 1s ease-out; }
    .yellow-gradient-bg h3.number-txt .number-plus.active {
      opacity: 1; }
  .yellow-gradient-bg p {
    font-weight: 800; }

.testimonials-carousel {
  position: relative;
  display: flex;
  margin-top: 100px;
  margin-bottom: 60px; }
  .testimonials-carousel .owl-item {
    float: left; }
    .testimonials-carousel .owl-item .item {
      position: relative; }
      .testimonials-carousel .owl-item .item .client-testimonial {
        position: absolute;
        background-image: linear-gradient(180deg, #000 0%, transparent 70%);
        transition: opacity .4s;
        opacity: 0;
        top: 0;
        width: 100%;
        height: -webkit-fill-available;
        padding: 30px 20px 20px; }
        .testimonials-carousel .owl-item .item .client-testimonial h5 {
          color: #ffffff;
          margin-bottom: 5px;
          font-size: 3rem; }
        .testimonials-carousel .owl-item .item .client-testimonial p {
          color: #CCCCCC;
          font-size: 1.7rem; }
        .testimonials-carousel .owl-item .item .client-testimonial .site-button {
          position: absolute;
          bottom: -30px;
          left: 34%; }
      .testimonials-carousel .owl-item .item .lightbox-toggle img {
        width: 100%;
        padding: 0;
        margin: 0; }
    .testimonials-carousel .owl-item.center {
      box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
      transform: scale(1.05); }
      .testimonials-carousel .owl-item.center .item .client-testimonial {
        opacity: 1; }
  .testimonials-carousel button.owl-prev, .testimonials-carousel button.owl-next {
    position: absolute;
    margin-top: 7%;
    left: 32.5%;
    background: #ffffff;
    border: none;
    outline: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer; }
  .testimonials-carousel button.owl-next {
    right: 32.5%;
    left: auto; }
  .testimonials-carousel button.owl-prev span, .testimonials-carousel button.owl-next span {
    content: url("../images/icon_arrow.svg");
    width: 20px;
    margin-top: 5px; }
  .testimonials-carousel button.owl-prev span {
    transform: rotate(180deg); }

.resp-height {
  height: 80px !important; }

.contact-us .pageWrapper {
  background: #211C00;
  height: auto; }
.contact-us p {
  color: #fff;
  margin-bottom: 20px; }
.contact-us header.page-header #logo svg > g > path {
  fill: #fff; }
.contact-us header.page-header #navIcon:before {
  background: #fff; }
.contact-us header.page-header #navIcon:after {
  background: #fff; }

.contactform-wrapper .contact-title {
  margin-top: 0;
  font-size: 4rem;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: -2px;
  color: #fff; }

.contactform-wrapper2 .contact-title {
  margin-top: 0;
  font-size: 4rem;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: -2px;
  color: #000; }

.contactform-wrapper .contactform-inner .contact-left * {
  color: #fff; }
.contactform-wrapper .contactform-inner .contact-left svg > g > path {
  fill: #fff; }
.contactform-wrapper .contactform-inner .contact-left .contact-social-icons a:not(:last-child) {
  margin-right: 10px; }
.contactform-wrapper .contactform-inner .contact-right #policyField label.policy-label {
  color: #fff;
  font-size: 1.6rem;
  padding-bottom: 20px; }
  .contactform-wrapper .contactform-inner .contact-right .contact-title{opacity: 0;}
.contactform-wrapper .contactform-inner .contact-options .field {
  margin-bottom: 20px; }
  .contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) input[type="text"],
  .contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) input[type="tel"],
  .contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) input[type="email"] {
    border-width: 0 0 1px 0;
    font-family: "Manrope", Halvetica, Arial, sans-serif;
    padding: 15px 0;
    font-size: 1.6rem;
    color: #FFDA00 !important;
    font-weight: 700;
    width: 100%; }
    .contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) input[type="text"][placeholder],
    .contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) input[type="tel"][placeholder],
    .contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) input[type="email"][placeholder] {
      color: #fff;
      font-weight: 400; }
    .contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) input[type="text"]:focus,
    .contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) input[type="tel"]:focus,
    .contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) input[type="email"]:focus {
      outline: none; }
  .contactform-wrapper .contactform-inner .contact-options .field.recaptcha-field {
    width: auto;
    margin: 20px auto 0 auto; }
    .contactform-wrapper .contactform-inner .contact-options .field.recaptcha-field .g-recaptcha > div {
      width: auto !important; }
.contactform-wrapper .contactform-inner .contact-options .error {
  display: block;
  color: red;
  font-size: 1.4rem; }
.contactform-wrapper .contactform-inner .contact-options textarea {
  border-width: 0 0 1px 0;
  border-color: #fff;
  padding: 15px 0;
  font-family: "Manrope", Halvetica, Arial, sans-serif;
  font-size: 1.6rem;
  background: inherit;
  color: #FFDA00 !important;
  width: 100%;
  font-weight: 700;
  display: block;
  overflow: hidden; }
  .contactform-wrapper .contactform-inner .contact-options textarea[placeholder] {
    color: #fff;
    font-weight: 400; }
  .contactform-wrapper .contactform-inner .contact-options textarea:focus {
    outline: none; }

.contactform-wrapper2 .contactform-inner .contact-left * {
  color: #000; }
.contactform-wrapper2 .contactform-inner .contact-left svg > g > path {
  fill: #000; }
.contactform-wrapper2 .contactform-inner .contact-left .contact-social-icons a:not(:last-child) {
  margin-right: 10px; }
.contactform-wrapper2 .contactform-inner .contact-right #policyField label.policy-label {
  color: #000;
  font-size: 1.6rem;
  padding-bottom: 20px; }
.contactform-wrapper2 .contactform-inner .contact-options .field {
  margin-bottom: 20px; }
  .contactform-wrapper2 .contactform-inner .contact-options .field:not(.field-col) input[type="text"] {
    border-width: 0 0 1px 0;
    font-family: "Manrope", Halvetica, Arial, sans-serif;
    padding: 15px 0;
    font-size: 1.6rem;
    color: #000 !important;
    font-weight: 700;
    width: 100%; }
    .contactform-wrapper2 .contactform-inner .contact-options .field:not(.field-col) input[type="text"][placeholder] {
      color: #fff;
      font-weight: 400; }
    .contactform-wrapper2 .contactform-inner .contact-options .field:not(.field-col) input[type="text"]:focus {
      outline: none; }
  .contactform-wrapper2 .contactform-inner .contact-options .field.recaptcha-field {
    width: auto;
    margin: 20px auto 0 auto; }
    .contactform-wrapper2 .contactform-inner .contact-options .field.recaptcha-field .g-recaptcha > div {
      width: auto !important; }
.contactform-wrapper2 .contactform-inner .contact-options .error {
  display: block;
  color: red;
  font-size: 1.4rem; }
.contactform-wrapper2 .contactform-inner .contact-options textarea {
  border-width: 0 0 1px 0;
  border-color: #fff;
  padding: 15px 0;
  font-family: "Manrope", Halvetica, Arial, sans-serif;
  font-size: 1.6rem;
  background: inherit;
  color: #000 !important;
  width: 100%;
  font-weight: 700;
  display: block;
  overflow: hidden; }
  .contactform-wrapper2 .contactform-inner .contact-options textarea[placeholder] {
    color: #fff;
    font-weight: 400; }
  .contactform-wrapper2 .contactform-inner .contact-options textarea:focus {
    outline: none; }

.contact-options input[type="submit"] {
  cursor: pointer;
  margin-top: 20px; }
  .contact-options input[type="submit"]:focus {
    outline: none; }

#policyField .form-start {
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  appearance: none;
  box-sizing: content-box;
  position: relative; }
  #policyField .form-start:focus {
    outline: none; }
  #policyField .form-start:before {
    content: '';
    display: block;
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    transition: 0.2s border-color ease; }
  #policyField .form-start:checked:before {
    border-color: #fff;
    transition: 0.5s border-color ease; }
  #policyField .form-start:disabled:before {
    border-color: #fff;
    background-color: #fff; }
  #policyField .form-start:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    background-color: #FFDA00;
    width: 15x;
    height: 15px;
    border-radius: 100vh;
    transform: translate(-50%, -50%) scale(0); }
  #policyField .form-start[type="checkbox"]:before {
    border-radius: 16px / 4; }
  #policyField .form-start[type="checkbox"]:after {
    width: 9.6px;
    height: 16px;
    border-radius: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
    background-color: transparent;
    box-shadow: 4px 4px 0px 0px #FFDA00; }
  #policyField .form-start[type="checkbox"]:checked:after {
    animation: toggleOnCheckbox 0.2s ease forwards; }

@media (min-width: 1200px) {
  .contactform-inner .match-header-container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contactform-inner .match-header-container {
    margin-left: auto;
    margin-right: auto;
    min-width: auto; } }
@media (min-width: 992px) {
  .contactform-wrapper .contactform-inner {
    margin: 50px 0 80px; }

  .contactform-inner .contact-options .field:not(.full) {
    width: 48%;
    float: left; }
    .contactform-inner .contact-options .field:not(.full):nth-child(odd) {
      margin-right: 4%; }
  .contactform-inner .contact-options input[type="text"],
  .contactform-inner .contact-options input[type="tel"],
  .contactform-inner .contact-options input[type="email"] {
    background: inherit;
    border-color: #fff; }
  .contactform-inner .contact-options input[type="submit"] {
    font-size: 1.8rem;
    float: right; }

  .contactform-wrapper2 .contact-left > div {
    padding: 0 40px; } 
  }
  @media (max-width: 1025px) {
  header.page-header #navIcon.open{
    position: fixed;
    right: 60px;
  }
  #service-carousel .owl-item .inner-box .img-inner-box:before {
    width: 300px;
    height: 300px;
  }
  #service-carousel .owl-stage{min-height: 320px;}
  #service-carousel .owl-nav{top: 35%;}
  .horizontal-divider{margin-top: 30px;}
}
@media (max-width: 991px) {
  .contactform-wrapper .contactform-inner {
    margin: 50px 0 80px; }

  .contactform-inner .contact-options input[type="text"] {
    width: 100%;
    background: inherit;
    border-color: #fff; }
  .contactform-inner .contact-options input[type="submit"] {
    background: #FFDA00 !important;
    border: none;
    border-radius: 30px;
    padding: 15px 40px !important; } 
    .client-section #conference-timeline .timeline-article .slick-nav .slick-counter{
      color: #fff;
    }
    .adobe-logo-right.who-we-are-logos img{width: 175px; margin: 10px 15px !important;}
  }
@media (max-width: 767px) {
  .contactform-wrapper .contactform-inner {
    text-align: center; }
    .contactform-wrapper .contactform-inner .contact-left {
      margin-bottom: 80px; }
    .contactform-wrapper .contactform-inner input {
      text-align: center; }
    .contactform-wrapper .contactform-inner textarea {
      text-align: center; }
    .contactform-wrapper .contactform-inner #policyField {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .contactform-wrapper .contactform-inner #policyField label.policy-label {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding-bottom: 0; }
      .contactform-wrapper .contactform-inner #policyField .form-start {
        display: block;
        float: none;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin: auto auto 20px auto; }
      .contactform-wrapper .contactform-inner #policyField label.error {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3; }

  .contactform-wrapper2 .contactform-inner {
    text-align: center; }
    .contactform-wrapper2 .contactform-inner .contact-right {
      margin-bottom: 80px; }
    .contactform-wrapper2 .contactform-inner input {
      text-align: center; }
    .contactform-wrapper2 .contactform-inner textarea {
      text-align: center; }
    .contactform-wrapper2 .contactform-inner #policyField {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .contactform-wrapper2 .contactform-inner #policyField label.policy-label {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding-bottom: 0; }
      .contactform-wrapper2 .contactform-inner #policyField .form-start {
        display: block;
        float: none;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin: auto auto 20px auto; }
      .contactform-wrapper2 .contactform-inner #policyField label.error {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3; } 
        header.page-header #navIcon.open{
          right: 10px;
          top: 40px;
        } 
        .background-container.home-bg{
          padding: 40px 0 0;
        }
        .background-container.home-bg .m-bottom60{margin-bottom: 30px;}
        .client-section #conference-timeline .timeline-article .clientSlideshow .slick-slide{
          height: 450px;
        }
        #service-carousel .owl-nav .owl-next{margin-right: -25px;}
        #service-carousel .owl-nav .owl-prev{margin-left: -35px;}
        #service-carousel .owl-item .inner-box .img-inner-box:before{width: 275px; height: 275px;}
        #service-carousel .owl-item .inner-box, #service-carousel .owl-stage{min-height: 275px;}
        #service-carousel .owl-nav{top: 36%;}
        .haines-slider-text{margin-top: 50px;}
        .adobe-logo-right.who-we-are-logos img{width: 46%; margin: 10px 2% !important; float: left;}
}
@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg); }
  70% {
    opacity: 1;
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg); }
  100% {
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg); } }
/* Change the white to any color */
.contactform-wrapper input:-webkit-autofill,
.contactform-wrapper input:-webkit-autofill:hover,
.contactform-wrapper input:-webkit-autofill:focus,
.contactform-wrapper input:-webkit-autofill:active {
  -webkit-text-fill-color: #FFDA00;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s; }

.contactform-wrapper2 input:-webkit-autofill,
.contactform-wrapper2 input:-webkit-autofill:hover,
.contactform-wrapper2 input:-webkit-autofill:focus,
.contactform-wrapper2 input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s; 
}
.netable-digital-passion img{
  margin: 10px 20px;
  max-width: 100%;
}

@media (min-width: 992px) {
  p {
    margin: 0 0 1em 0;
    line-height: 26px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #767676; }

  .v2-p p {
    /*font-size: 1.8rem;
    line-height: 30px;*/ }

  h1 {
    font-size: 74px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.3;
    letter-spacing: -5px; }

  h2 {
    margin-top: 0;
    font-size: 4.5rem;
    line-height: 1.3;
    letter-spacing: -1px; }

  h3 {
    margin-top: 0;
    font-size: 4rem;
    line-height: 1.3;
    margin-bottom: .8em;
    letter-spacing: -2px; }

  h4 {
    margin-top: 0;
    font-size: 2.5rem;
    margin-bottom: .8em;
    line-height: 1.3; }

  h5 {
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: .8em;
    line-height: 1.3; }

  .main-sectionHeading {
    letter-spacing: -3px; }

  .home-menu {
    left: 60px;
    top: 58px; }

  .nav nav {
    padding: 0 60px;
    top: 142px;
    position: absolute;
    height: 100%; }
    .nav nav ul.nols > li {
      display: flex; }
      .nav nav ul.nols > li ul.subs {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        right: 0;
        top: 0; }
        .nav nav ul.nols > li ul.subs > li {
          display: block;
          margin-right: 10px; }
      .nav nav ul.nols > li.parent-open ul.subs {
        left: 320px;
        height: 400px;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .8s ease-in-out;
        -moz-transition: all .8s ease-in-out;
        -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        overflow: auto; }

  .menu-footer {
    position: absolute;
    left: 50px;
    bottom: 20px; }
    .menu-footer > a:not(:last-child) {
      margin-right: 10px; }

  .mobile-process {
    display: none; } }

@media (min-width: 1600px) {
  .nav nav ul.nols > li.parent-open ul.subs {
    height: 500px;
  }    
}

@media (max-width: 991px) {
  .resp-none {
    display: none !important; }

  .home-menu {
    left: 30px;
    top: 36px; }

  .nav nav {
    padding: 100px 30px; }

  .menu-footer {
    position: fixed;
    margin-left: 30px;
    bottom: 36px; }
    .menu-footer > a:not(:last-child) {
      margin-right: 10px; }
    .menu-footer.remove-icons {
      display: none; }
    .menu-footer.changePosition {
      position: relative; }

  ul.nols > li ul.subs {
    display: none; }
  ul.nols > li.parent-open ul.subs {
    display: block;
    margin: 15px 0 !important; }

  canvas#can {
    width: 100%; }

  .buddy-content {
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse; }

  .desktop-links {
    display: none; }

  .desktop-process {
    display: none; }

  .mobile-process h2 {
    margin-bottom: 10px; }
  .mobile-process .col-12:after {
    position: absolute;
    content: "";
    margin-top: 10px;
    width: 1px;
    height: 60px;
    border: 1px solid #312900; }

  .migration-article .columns-content {
    display: block; }

  .resp-width {
    width: 100%; 
  } 
    #conference-timeline .clientSlideshow .pad-tb.container-pad .container-pad{padding-right: 0;}
    .timeline-article h4, .columns-block h4{font-size: 3rem;}
    .netable-digital-passion img{
      margin: 10px 2%;
      width: 96% !important;
      float: left;
      padding: 0 !important;
    }

  }

@media screen and (min-width: 768px) and (max-width: 991px) {
  p {
    margin: 0 0 1em 0;
    line-height: 32px;
    font-size: 2rem;
    font-weight: 300;
    color: #767676; }

  .v2-p p {
    /*font-size: 1.8rem;
    line-height: 30px;*/ }

  h1 {
    font-size: 64px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.3;
    letter-spacing: -5px; }

  h2 {
    margin-top: 0;
    font-size: 4rem;
    line-height: 1.3;
    letter-spacing: -4px; }

  h3 {
    margin-top: 0;
    font-size: 3.5rem;
    line-height: 1.3;
    margin-bottom: .8em;
    letter-spacing: -2px; }

  h4 {
    margin-top: 0;
    font-size: 2.5rem;
    margin-bottom: .8em;
    line-height: 1.3; }

  h5 {
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: .8em;
    line-height: 1.3; }

  .home-fixed-container .main-sectionHeading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -2px; }

  .home-fixed-container {
    margin-top: 0px; }

  .home-fixed-container .site-button {
    margin-top: 0; }

  .main-sectionHeading {
    font-size: 60px;
    line-height: 85px;
    letter-spacing: -5px; }
    .main-sectionHeading.homepage-main-heading {
      font-size: 78px; }

  .homepage-tabbing.section ul.tab-buttons li a {
    font-size: 18px;
    padding: 15px 20px;
    margin: 0 10px; }

  .middle-process {
    left: 29%;
    top: 12%;
    width: 150px;
    height: 150px;
    padding: 40px 0; } 
    .fixed-container .sub-heading {
      font-size: 1.6rem;
    }
  }
@media (min-width: 1200px) {
  header {
    padding: 30px 100px; }

  .normal-page .main .main-content-inner {
    padding: 40px 100px; }

  .page-404 .main {
    width: 50%; }

  .fixed-container {
    margin-top: 40px; }
    .fixed-container .sub-heading {
      font-size: 1.6rem; }

  .home-fixed-container {
    margin-top: 80px; }
    .home-fixed-container .match-header-container {
      max-width: 1300px;
      margin-left: auto;
      margin-right: auto; }

  .match-header-container {
    padding-left: 100px;
    padding-right: 100px; }

  .main-sectionHeading.homepage-main-heading {
    font-size: 100px; }

  .main-sectionHeading {
    font-size: 60px;
    line-height: 76px; }

  .home-fixed-container .main-sectionHeading {
    font-size: 80px;
    line-height: 86px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage-tabbing.section ul.tab-buttons li a {
    padding: 15px 30px;
    margin: 0 10px; }

  .middle-process {
    left: 29%;
    top: 20%; }

  .main-sectionHeading.homepage-main-heading {
    font-size: 60px; }

  .home-fixed-container .main-sectionHeading {
    font-size: 48px;
    line-height: 60px; }

  .main-sectionHeading {
    font-size: 60px;
    line-height: 90px; }

  .about-pages .about-links .about-link {
    padding: 15px 25px; } }
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fixed-container {
    margin-top: 40px; }

  .normal-page .main .main-content-inner {
    padding: 40px 60px; }

  .b-left:after, .b-right:after {
    content: none; }

  .match-header-container {
    padding-left: 60px;
    padding-right: 60px; }

  header {
    padding: 30px 60px; }

  .leftNav {
    width: 65%;
    overflow-y: auto; }

  .page-404 header {
    padding: 30px 15px; }
  .page-404 .main {
    width: 35%;
    padding: 0 15px; }

  .home-fixed-container {
    margin-top: 220px;
    text-align: center; }
    .home-fixed-container .match-header-container {
      margin-left: auto;
      margin-right: auto;
      min-width: auto; }
      .home-fixed-container .match-header-container .typewriter-text {
        display: block; } }
@media (min-width: 576px) {
  .footer-absolute-page #footer {
    position: absolute;
    width: 100%;
    bottom: 0; } }
@media (max-width: 499px) {
  .typewriter-text {
    display: block; } }
@media (min-width: 768px) {
  .restxt-right {
    text-align: right; }

  .mobile-img {
    display: none !important; }

  .v2-h2.section-title {
    font-size: 4rem;
    letter-spacing: 0; }

  .section-title {
    font-size: 50px; }

  .site-button {
    font-size: 20px; }

  .hide-desktop {
    display: none; }

  .double-col-desktop {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }
    .double-col-desktop .list-style:not(.list-style-double) {
      display: inline-block; }

  .img-full-width {
    width: 200px; }

  .adobe-logo-right img {
    width: 200px;
    filter: brightness(0) invert(1); 
    margin: 8px 20px;
  }
    .adobe-logo-right img:first-child {
      margin-right: 40px; }

  .homepage-tabbing.section ul.tab-buttons > li {
    display: inline-block; }

  .homepage-tabbing.section .panelContainer.home-section h2.tab-heading-width {
    font-size: 74px; }

  .home-adobe-logos {
    margin: 60px 0 10px; }
    .home-adobe-logos > img {
      width: 300px; }
      .home-adobe-logos > img:first-child {
        margin-right: 60px; }

  .homepage-tabbing.section ul.tab-buttons {
    margin: 3.5em auto; }

  .container-pad {
    padding-left: 100px;
    padding-right: 100px; }

  .integrations-logo .col-4 {
    padding: 0 35px; }

  header {
    display: inline-block;
    width: 100%; }
    header #navIcon {
      top: 21px; }
    header .header-phone {
      float: right;
      background: transparent;
      cursor: pointer;
      position: relative;
      top: 18px; }
      header .header-phone:before {
        content: "Contact Us";
        display: inline-block;
        margin-right: 30px;
        font-weight: 700; }

  body.contact-us .header-phone:before {
    color: #fff; }

  #section1 > .dark-background {
    margin-top: 40px; }

  .background-container .migration-logo .parent-logo:not(last-child) {
    margin-right: 3%; }
  .background-container .migration-logo .parent-logo img {
    height: 50px;
    padding: 5px; }
  .background-container .migration-logo .parent-logo .presta-logo {
    padding-top: 11px; }
  .background-container .migration-logo .parent-logo .center-icon {
    position: relative;
    width: 20px;
    height: 50px;
    left: 4px;
    margin: 0 auto; }
    .background-container .migration-logo .parent-logo .center-icon .divider-triangle {
      width: 15px;
      height: 15px;
      background-color: #FFDA00;
      display: inline-block;
      margin: 15px auto;
      transform: rotate(45deg); }
  .background-container .migration-logo .parent-logo:first-child:before {
    width: 75%;
    left: 50%; }
  .background-container .migration-logo .parent-logo:last-child:before {
    width: 55%;
    right: 50%; }
  .background-container .migration-logo .parent-logo:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    width: 120%;
    border-bottom: 2px solid #413800; }
  .background-container .migration-logo .parent-logo:after {
    content: '';
    margin-left: 50%;
    height: 4em;
    border-left: 2px solid #413800;
    display: block; }

  .page-404 .leftNav {
    right: 0;
    visibility: visible;
    opacity: 1; }
  .page-404 #navIcon {
    display: none; }
  .page-404 .main {
    position: fixed;
    margin-top: 100px; }
    .page-404 .main .main-content-inner {
      max-width: 400px;
      text-align: left;
      margin: auto; }

  .field-flex label[for="formStart"] {
    margin-top: 0;
    font-size: 4.5rem;
    line-height: 1.3;
    letter-spacing: -2px;
    margin-left: 15px;
    font-weight: 700; }

  #footer {
    padding: 40px 0 20px; }

  .footer-middle {
    margin-bottom: 20px; }
    .footer-middle span:not(:last-child) {
      display: inline-block;
      margin: 0 20px; } 
    
}
@media (max-width: 992px) {
.integration-timeline .pad-lr80{
  padding-left: 20px;
  padding-right: 20px;
}
.careers-timeline-content .m-top120,
.integration-timeline .m-top120 {
  margin-top: 60px;
}
.magento-aws-service .m-bottom60{margin-bottom: 30px;}
.magento-aws-service .pad-right9{padding-right: 15px;}
.mini-container {max-width: 100%;}
}


@media (max-width: 767px) {
  .col-12 {
    padding-left: 20px;
    padding-right: 20px; }

  p {
    margin: 0 0 1em 0;
    line-height: 29px;
    font-size: 1.7rem;
    font-weight: 300;
    color: #767676; }

  ul.list-style {
    font-size: 1.6rem; }

  h1 {
    font-size: 50px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.3;
    letter-spacing: normal; }

  h2 {
    margin-top: 0;
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: normal; }

  h3 {
    margin-top: 0;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: .8em;
    letter-spacing: normal; }

  h4 {
    margin-top: 0;
    font-size: 2.2rem;
    margin-bottom: .8em;
    line-height: 1.3; }

  h5 {
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: .8em;
    line-height: 1.3; }

  .section-title {
    font-size: 36px; }

  .site-button {
    font-size: 16px; }

  .hide-mobile {
    display: none; }

  .m-top60 {
    margin-top: 40px; }

  .p-top60 {
    padding-top: 40px; }

  .padding-150 {
    padding: 100px 0 70px !important; }

  .margin-top-150 {
    margin: 120px 0 0 !important; }

  .normal-page .main .main-content-inner {
    padding: 40px 15px; }

  .page-404 .main {
    padding: 0 15px; }

  .align-center > div:not(:last-child) img {
    margin-bottom: 20px; }

  .accordion-desc img {
    max-width: 100%; }

  .b-left:after, .b-right:after, .magento-tasks:after, .integration-tasks:before {
    content: none; }

  .magento-tasks img, .integration-tasks img, .netable-integration img {
    max-width: 100%;
    display: block; }

  .salesforce-container .col-lg-3:not(:last-child):after {
    transform: rotate(90deg);
    position: static;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 20px; }

  .match-header-container {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }

  .adobe-logo-right {
    margin-top: 10px; }
    .adobe-logo-right img {
      width: 200px;
      filter: brightness(0) invert(1);
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .adobe-logo-right img {
        margin: 10px;
        display: inline-block;
      }

  .fixed-container {
    margin-top: 20px;
    overflow-x: visible; }

  .home-fixed-container {
    margin-top: 40px;
   }

    .home-fixed-container .main-sectionHeading {
      line-height: normal;
      font-size: 30px; }

  .home-adobe-logos {
    margin: 30px 0 0; }
    .home-adobe-logos > img {
      width: 200px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .home-adobe-logos > img:first-child {
        margin-bottom: 20px; }

  .main-sectionHeading {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1;
    margin-bottom: 0; }
    .main-sectionHeading br {
      display: none; }
    .main-sectionHeading.homepage-main-heading {
      font-size: 45px; }

  .homepage-tabbing.section:before {
    background-size: cover; }

  .homepage-tabbing.section ul.tab-buttons > li {
    display: block; }
    .homepage-tabbing.section ul.tab-buttons > li{
      margin-bottom: 20px; }
    .homepage-tabbing.section ul.tab-buttons > li > a {
      display: block; }

  .homepage-tabbing.section .panelContainer.home-section h2.tab-heading-width {
    font-size: 40px;
    padding: 0 15px; }

  .homepage-tabbing.section ul.tab-buttons {
    margin: 0 auto 20px; }

  .second-panel.active {
    transform: translateY(150%); }

  header {
    padding: 20px 15px;
    width: 100%;
    display: inline-block; }
    header #navIcon {
      right: 0;
      top: 47px; }

  .leftNav {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    left: 0; }

  header {
    display: inline-block;
    width: 100%; }
    header #navIcon {
      top: 18px; }
    header .header-phone {
      float: right;
      background: transparent;
      cursor: pointer;
      position: relative;
      top: 13px; }
      header .header-phone:before {
        display: inline-block;
        margin-right: 30px; }

  body .header-phone:before {
    content: url("../images/icon_phone_black.svg"); }
  body.contact-us .header-phone:before {
    content: url("../images/icon_phone.svg"); }

  #footer .footer-top-container .footer-center-icon, #footer .footer-top-container .footer-center-line {
    display: none; }
  #footer .footer-top-container .footer-top {
    display: inline-block; }
    #footer .footer-top-container .footer-top .footer-left, #footer .footer-top-container .footer-top .footer-right {
      width: 100%;
      padding: 0; }
  #footer .footer-last {
    display: inline-block; }
    #footer .footer-last .footer-last-left, #footer .footer-last .footer-last-right {
      width: 100%; }

  .background-container {
    padding: 30px 0; }

  .square-bg {
    background-position: calc(100%) center; }

  #section1 > .dark-background {
    margin-top: 0; }

  .background-container .migration-logo .parent-logo {
    margin-bottom: 20px;
    text-align: center; }
  .background-container .migration-logo + .magento-logo > img {
    margin-top: 20px; }
  .background-container.migration-bg + .grey-bg h2 {
    margin-bottom: 0; }

  .accordion {
    padding: 20px 0; }
    .accordion a {
      display: inline-block;
      width: 100%;
      padding: 0; }
      .accordion a h4 {
        font-size: 2rem;
        top: 0; }

  .do-task {
    margin: 0 auto 20px; }
    .do-task .website-icons img {
      padding: 0;
      width: auto;
      max-width: 40px; }

  .page-404 .pageWrapper {
    height: auto;
    display: flex;
    flex-direction: column-reverse; }
    .page-404 .pageWrapper .main {
      position: relative;
      display: block;
      margin-top: 0; }
      .page-404 .pageWrapper .main img {
        margin: 20px auto; }
    .page-404 .pageWrapper #header {
      padding: 20px 0; }
      .page-404 .pageWrapper #header .leftNav {
        position: relative;
        transition: none;
        width: auto;
        height: auto;
        right: 0;
        visibility: visible;
        opacity: 1; }
      .page-404 .pageWrapper #header #navIcon {
        display: none; }
      .page-404 .pageWrapper #header #logo {
        display: none; }

  .background-height {
    height: 100%; }

  .experience-txt {
    float: none;
    width: 100%;
    margin-top: -40px; }

  .row.result-container > div {
    text-align: center; }
    .row.result-container > div:not(:last-child) {
      margin-bottom: 20px; }

  .values-container .col-12 img {
    width: 90%;
    margin-bottom: 25px; }
  .values-container .bottom-container {
    margin-top: 0; }
  .values-container .diamond-bg {
    top: 15%; }
    .values-container .diamond-bg h3 {
      font-size: 2rem; 
      margin-bottom: 0;
    }
    .values-container .diamond-bg p {
      font-size: 0.8em;
      line-height: 18px;
      margin-top: 0;
      padding: 0 20px 0 20px; }

  .netable-process ul.txt-right {
    text-align: left !important; }

  canvas#can {
    width: 100%; }

  .about-certified .col-12 {
    margin-bottom: 20px;
    text-align: center; }
    .about-certified .col-12 .experience-txt {
      width: fit-content;
      margin: 0 auto; }
    .about-certified .col-12 .img-padding {
      width: auto; }

  .middle-process {
    top: 26%;
    left: 26%;
    width: 45%;
    height: 45%;
    padding: 13% 10%; }

  #footer {
    padding: 20px 0; }

  .footer-middle {
    margin-bottom: 20px; }
    .footer-middle span:not(:last-child) {
      display: block;
      margin: 10px 0; }

  #conference-timeline .integration-center-line {
    display: none; }

  .integration-slider .owl-nav .owl-prev {
    margin-left: -15px; }
  .integration-slider .owl-nav .owl-next {
    margin-right: -15px;
  } 
  .careers-timeline-content .m-top120,    
  .integration-timeline .m-top120 {
      margin-top: 40px;
    }
  .mob-m-top0{margin-top: 0 !important;}
  .mob-p-0{padding: 0 !important;}
  .fixed-container .sub-heading {
    font-size: 1.6rem;
  }
  }
@media (max-width: 600px) {
  .testimonials-carousel button.owl-prev {
    left: 0; }

  .testimonials-carousel button.owl-next {
    right: 0; }

  .testimonials-carousel button.owl-prev, .testimonials-carousel button.owl-next {
    bottom: 35%; }

  .resp-img {
    width: 100%;
   } 
  }
  @media (max-width: 480px) {
    .home-fixed-container{margin-top: 50%;}
    .section-title {
      font-size: 34px;
     }
     .values-container .diamond-bg h3 {
      font-size: 2.8rem; 
      margin-bottom: 15px;
    }
    .values-container .diamond-bg p{
      font-size: 1.2em;
      margin-top: 8%;
      padding: 0 40px;
      line-height: 28px;
    }
  }

@media (max-width: 350px) {
  .homepage-tabbing.section ul.tab-buttons {
    margin: 0 auto 70px; } }
@media screen and (min-width: 1601px) and (max-width: 1800px) {
  .client-section #conference-timeline .timeline-article .clientSlideshow .slick-slide {
    height: 500px; }

  .values-container .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
    .values-container .col-lg-2 .diamond-bg h3 {
      font-size: 2.2em;
      margin-bottom: 20px;
      margin-top: 15px; }
    .values-container .col-lg-2 .diamond-bg p {
      font-size: 2rem;
      padding: 0 20px 0 10px; }
  .values-container .responsive-block {
    display: none; }
  .values-container .responsive-width {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
    .values-container .responsive-width img {
      display: none; } }
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .client-section #conference-timeline .timeline-article .clientSlideshow .slick-slide img {
    height: 100%;
    width: auto; } }
@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .values-container .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
    .values-container .col-lg-2 .diamond-bg h3 {
      font-size: 1.8em;
      margin-bottom: 20px;
      margin-top: 20px; }
    .values-container .col-lg-2 .diamond-bg p {
      line-height: 1.2em;
      padding: 0 20px 0 10px; }
  .values-container .responsive-block {
    display: none; }
  .values-container .responsive-width {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
    .values-container .responsive-width img {
      display: none; } }
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .values-container .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
    .values-container .col-lg-2 .diamond-bg h3 {
      font-size: 1.8em;
      margin-bottom: 10px;
      margin-top: 20px; }
    .values-container .col-lg-2 .diamond-bg p {
      font-size: 1.4rem;
      line-height: 1.2em;
      padding: 0 20px 0 10px; }
  .values-container .responsive-block {
    display: none; }
  .values-container .responsive-width {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
    .values-container .responsive-width img {
      display: none; } }
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .values-container .col-lg-2 {
    display: none; }
    .values-container .col-lg-2.col-md-4 {
      display: block;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .values-container .col-lg-2.col-md-2 {
      display: block; }
  .values-container .responsive-block {
    display: none; }
  .values-container .img-none {
    display: none; }

  .background-container .migration-logo .parent-logo img {
    width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 992px) {
  .client-section #conference-timeline .timeline-article .clientSlideshow .slick-slide {
    height: auto; }

  .client-section #conference-timeline .timeline-article .clientSlideshow .slick-slide img {
    height: 100%;
    width: auto; }

  .values-container .diamond-bg h3 {
    font-size: 1.5em;
    margin-bottom: 15px; }
  .values-container .diamond-bg p {
    font-size: 1.4rem;
    line-height: 1.4em;
    padding: 0 20px 0 10px; }
  .values-container .responsive-block {
    display: none; }
  .values-container .responsive-width {
    display: none; }
  .values-container .img-none {
    display: none; }
  .values-container .bottom-container {
    margin-top: -7%; }

  .testimonials-carousel button.owl-prev {
    left: 22%; }
  .testimonials-carousel button.owl-next {
    right: 22%; }

  .background-container .migration-logo .parent-logo img {
    width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .testimonials-carousel .owl-item .lightbox-toggle {
    display: grid; }
  .testimonials-carousel .owl-item .item .client-testimonial {
    background: transparent; }
    .testimonials-carousel .owl-item .item .client-testimonial h5, .testimonials-carousel .owl-item .item .client-testimonial p {
      display: none; }
    .testimonials-carousel .owl-item .item .client-testimonial .site-button {
      left: 20%; } }
@media (max-width: 767px) {
  .desktop-img {
    display: none !important; }

  .container-pad {
    padding-left: 20px;
    padding-right: 20px; }

  .pad-tb100 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .resp-mtop30 {
    margin-top: 30px; }

  .aws-magento-mobilebg:before {
    content: "";
    background-image: url("../images/h_aws_graphic.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1; }

  .aws-magento-bg:before {
    display: none; }
  .aws-magento-bg .scale-div {
    margin-top: 20%;
    transform: scale(1); }

  .client-section #conference-timeline .timeline-article .col-12 {
    padding-left: 15px;
    padding-right: 15px; }

  .client-section #conference-timeline .timeline-article .careers-left-line {
    left: 20px; }

  .client-section #conference-timeline .timeline-article .slick-nav {
    left: 80px; }

  .client-section #conference-timeline .timeline-article .clientSlideshow .slick-slide .container-pad {
    padding-left: 30px;
    padding-right: 30px; }

  .home-bg:before {
    background-size: contain;
    background-position: inherit;
    width: 100%;
    left: 0; }

  .values-container .img-none {
    display: none; }
  .values-container .animation-element.slide-top {
    transition-delay: unset !important; }
  .values-container .animation-element.slide-bottom {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(0px, -100px, 0px);
    -webkit-transform: translate3d(0px, -100px, 0px);
    -o-transform: translate3d(0px, -100px, 0px);
    -ms-transform: translate3d(0px, -100px, 0px);
    transform: translate3d(0px, -100px, 0px);
    transition-delay: unset !important; }
  .values-container .animation-element.slide-bottom.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px); }

  .testimonials-carousel .owl-item.center .lightbox-toggle {
    display: grid; }
  .testimonials-carousel .owl-item.center .item .client-testimonial {
    background: transparent; }
    .testimonials-carousel .owl-item.center .item .client-testimonial h5, .testimonials-carousel .owl-item.center .item .client-testimonial p {
      display: none; }
    .testimonials-carousel .owl-item.center .item .client-testimonial .site-button {
      left: 25%; }

  .timeline-article h3, .timeline-article h4 {
    font-size: 3rem; }

  .animation-element.zoom-in {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

/*# sourceMappingURL=style.css.map */
.aus-migration-logo{
  text-align: center;  
  justify-content: center;
}
.aus-migration-logo img{margin: 10px 20px;}
.end-user-license-agreement li{
    margin: 5px 0;
    line-height: 26px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #767676;
}
.end-user-license-agreement li ul,
.end-user-license-agreement li ol{
  margin-top: 20px;
  margin-bottom: 20px;
}

.big-commerce-logo img{width: auto;}
.page-header{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page-header.sticky{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.contact-us .page-header.sticky{
  background: #000;
}
.page-header.sticky #logo svg{width: 150px;} 
header.page-header.sticky #navIcon.open{top: 30px;}

.contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) textarea::-webkit-input-placeholder,
.contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) input::-webkit-input-placeholder {
  color: #fff;
}
.contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) textarea:-ms-input-placeholder,
.contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) input:-ms-input-placeholder {
  color: #fff;
}
.contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) textarea::placeholder,
.contactform-wrapper .contactform-inner .contact-options .field:not(.field-col) input::placeholder {
  color: #fff;
}