/*!
 * Bootstrap v4.0.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)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1,
.h1 {
  font-size: 2.5rem; }

h2,
.h2 {
  font-size: 2rem; }

h3,
.h3 {
  font-size: 1.75rem; }

h4,
.h4 {
  font-size: 1.5rem; }

h5,
.h5 {
  font-size: 1.25rem; }

h6,
.h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.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: 1140px; } }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-group {
  margin-bottom: 1.5rem; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.btn:hover,
.btn:focus {
  text-decoration: none; }

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled,
.btn:disabled {
  opacity: 0.65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fade.show {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.show {
  display: block; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.nav-link:hover,
.nav-link:focus {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem; }

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.d-none {
  display: none !important; }

/**
 * 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%; }

/*footer*/
body {
  font-family: CircularStd-Book;
  font-size: 16px;
  color: #212121;
  line-height: 1.6;
  background: #fff; }

* {
  outline: 0 !important; }

a {
  color: #007bff;
  text-decoration: none; }
  a:hover {
    color: #d96f32;
    text-decoration: none; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4; }

p {
  margin-bottom: 10px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1180px; }
    .container.medium {
      max-width: 960px; } }
@media (min-width: 1100px) and (max-width: 1200px) {
  .container {
    max-width: 1070px; }
    .container.medium {
      max-width: 960px; } }
@media (min-width: 1024px) and (max-width: 1100px) {
  .container {
    max-width: 984px; } }
@media (min-width: 1024px) {
  .col-md-6.img-gutter {
    flex: 0 0 542px;
    max-width: 542px; }
  .col-md-6.txt-gutter {
    flex: 0 0 calc(100% - 542px);
    max-width: calc(100% - 542px); }

  .tab-data1 .txt-gutter .tabs-left,
  .tab-data3 .txt-gutter .tabs-left {
    margin-left: 20px; }

  .fea-list.row {
    margin-right: -10px;
    margin-left: -10px; }
    .fea-list.row .col-md-6 {
      padding-right: 10px;
      padding-left: 10px; } }
@media (min-width: 1200px) {
  .tab-data1 .txt-gutter .tabs-left,
  .tab-data3 .txt-gutter .tabs-left {
    margin-left: 40px; } }
::-webkit-scrollbar-track {
  background-color: inherit; }

::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background-color: inherit; }

::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.page-head .cnt h1,
.page-head .cnt p,
.page-head .cnt .button {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px); }
.page-head .cnt h2 {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px); }
.page-head figure {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-transform: translateY(120px);
  -o-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -webkit-transform: translateY(120px);
  transform: translateY(120px); }
.page-head p span {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
.page-head.active .cnt h1,
.page-head.active .cnt h2,
.page-head.active .cnt p,
.page-head.active .cnt .button {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
.page-head.active .cnt h1 {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }
.page-head.active .cnt h2 {
  -moz-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s; }
.page-head.active .cnt p {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.page-head.active .cnt .button {
  -moz-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s; }
.page-head.active p span {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
  .page-head.active p span.a1 {
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .page-head.active p span.a2 {
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .page-head.active p span.a3 {
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .page-head.active p span.a4 {
    -moz-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s; }
  .page-head.active p span.a5 {
    -moz-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s; }
  .page-head.active p span.a6 {
    -moz-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s; }
  .page-head.active p span.a7 {
    -moz-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    -webkit-transition-delay: 3.4s;
    transition-delay: 3.4s; }
.page-head.active figure {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  -moz-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s; }

.pricing-gutter .box.eno figure,
.pricing-gutter .box.eno h3,
.pricing-gutter .box.eno h4,
.pricing-gutter .box.eno p,
.pricing-gutter .box.eno .button,
.pricing-gutter .box.eno .range {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }
.pricing-gutter .box.eno figure {
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px); }
.pricing-gutter .box.eno h3,
.pricing-gutter .box.eno h4,
.pricing-gutter .box.eno p,
.pricing-gutter .box.eno .button,
.pricing-gutter .box.eno .range {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }
.pricing-gutter .box.eno.addon figure,
.pricing-gutter .box.eno.addon h3,
.pricing-gutter .box.eno.addon h4,
.pricing-gutter .box.eno.addon p,
.pricing-gutter .box.eno.addon .button,
.pricing-gutter .box.eno.addon .range {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
.pricing-gutter .box.eno.addon .range {
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s; }
.pricing-gutter .box.eno.addon figure {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.pricing-gutter .box.eno.addon h3 {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.pricing-gutter .box.eno.addon h4 {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }
.pricing-gutter .box.eno.addon p {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }
.pricing-gutter .box.eno.addon .button {
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.tab-pane .animated-box > figure {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }
.tab-pane.open .animated-box > figure {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
.tab-pane .pane1 .bar {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px); }
.tab-pane .pane1 .path {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  max-height: 0;
  overflow: hidden; }
.tab-pane.open .pane1 .bar {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
  .tab-pane.open .pane1 .bar.bar-1 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .tab-pane.open .pane1 .bar.bar-2 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .tab-pane.open .pane1 .bar.bar-3 {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .tab-pane.open .pane1 .bar.bar-4 {
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s; }
.tab-pane.open .pane1 .path {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  max-height: 30px; }
  .tab-pane.open .pane1 .path.path-1 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .tab-pane.open .pane1 .path.path-2 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .tab-pane.open .pane1 .path.path-3 {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
.tab-pane .pane2 .bar {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px); }
.tab-pane .pane2 .g1,
.tab-pane .pane2 .g2,
.tab-pane .pane2 .g3 {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  max-height: 0;
  overflow: hidden; }
.tab-pane.open .pane2 .bar {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
  .tab-pane.open .pane2 .bar.bar-1 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .tab-pane.open .pane2 .bar.bar-2 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .tab-pane.open .pane2 .bar.bar-3 {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .tab-pane.open .pane2 .bar.bar-4 {
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s; }
.tab-pane.open .pane2 .g1 {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  max-height: 30px;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.tab-pane.open .pane2 .g2 {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  max-height: 30px;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }
.tab-pane.open .pane2 .g3 {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  max-height: 30px;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }
.tab-pane .pane3 .bar {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .tab-pane .pane3 .bar.bar-1 {
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px); }
  .tab-pane .pane3 .bar.bar-2 {
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px); }
  .tab-pane .pane3 .bar.bar-3 {
    -moz-transform: translateX(80px);
    -o-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  .tab-pane .pane3 .bar.bar-4 {
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px); }
.tab-pane .pane3 .path {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  max-height: 0;
  overflow: hidden; }
.tab-pane.open .pane3 .bar {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
  .tab-pane.open .pane3 .bar.bar-1 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .tab-pane.open .pane3 .bar.bar-2 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .tab-pane.open .pane3 .bar.bar-3 {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .tab-pane.open .pane3 .bar.bar-4 {
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s; }
.tab-pane.open .pane3 .path {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
  .tab-pane.open .pane3 .path.path-1 {
    max-height: 30px;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .tab-pane.open .pane3 .path.path-2 {
    max-height: 65px;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
.tab-pane .pane4 .bar {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px); }
.tab-pane .pane4 .path {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  max-height: 0;
  overflow: hidden; }
.tab-pane.open .pane4 .bar {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
  .tab-pane.open .pane4 .bar.bar-1 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .tab-pane.open .pane4 .bar.bar-2 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .tab-pane.open .pane4 .bar.bar-3 {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
.tab-pane.open .pane4 .path {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  max-height: 30px; }
  .tab-pane.open .pane4 .path.path-1 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .tab-pane.open .pane4 .path.path-2 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
.tab-pane .pane5 .bar {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .tab-pane .pane5 .bar.bar-1 {
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px); }
  .tab-pane .pane5 .bar.bar-2 {
    -moz-transform: translateX(80px);
    -o-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
.tab-pane.open .pane5 .bar {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
  .tab-pane.open .pane5 .bar.bar-1 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .tab-pane.open .pane5 .bar.bar-2 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
.tab-pane .pane6 .bar {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .tab-pane .pane6 .bar.bar-1 {
    max-height: 0; }
  .tab-pane .pane6 .bar.bar-2, .tab-pane .pane6 .bar.bar-3, .tab-pane .pane6 .bar.bar-4 {
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px); }
.tab-pane.open .pane6 .bar {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
  .tab-pane.open .pane6 .bar.bar-1 {
    max-height: 170px;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .tab-pane.open .pane6 .bar.bar-2 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .tab-pane.open .pane6 .bar.bar-3 {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .tab-pane.open .pane6 .bar.bar-4 {
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s; }
.tab-pane .pane7 .bar {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .tab-pane .pane7 .bar.bar-1 {
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px); }
  .tab-pane .pane7 .bar.bar-2 {
    -moz-transform: translateX(80px);
    -o-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
.tab-pane.open .pane7 .bar {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
  .tab-pane.open .pane7 .bar.bar-1 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .tab-pane.open .pane7 .bar.bar-2 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
.tab-pane .pane8 .bar {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .tab-pane .pane8 .bar.bar-1 {
    -moz-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px); }
  .tab-pane .pane8 .bar.bar-2 {
    -moz-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px); }
  .tab-pane .pane8 .bar.bar-3 {
    -moz-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px); }
.tab-pane .pane8 .canvas {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .tab-pane .pane8 .canvas.canvas-1, .tab-pane .pane8 .canvas.canvas-2, .tab-pane .pane8 .canvas.canvas-3 {
    max-height: 0; }
  .tab-pane .pane8 .canvas.canvas-4, .tab-pane .pane8 .canvas.canvas-5, .tab-pane .pane8 .canvas.canvas-6, .tab-pane .pane8 .canvas.canvas-7 {
    max-width: 0; }
.tab-pane.open .pane8 .bar {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
  .tab-pane.open .pane8 .bar.bar-1 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .tab-pane.open .pane8 .bar.bar-2 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .tab-pane.open .pane8 .bar.bar-3 {
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
.tab-pane.open .pane8 .canvas {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
  .tab-pane.open .pane8 .canvas.canvas-1, .tab-pane.open .pane8 .canvas.canvas-2 {
    max-height: 225px;
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .tab-pane.open .pane8 .canvas.canvas-3 {
    max-height: 38px;
    -moz-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s; }
  .tab-pane.open .pane8 .canvas.canvas-4, .tab-pane.open .pane8 .canvas.canvas-5, .tab-pane.open .pane8 .canvas.canvas-6, .tab-pane.open .pane8 .canvas.canvas-7 {
    max-width: 72px;
    -moz-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s; }
.tab-pane .pane9 .bottom {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-transform: translateY(140px);
  -o-transform: translateY(140px);
  -ms-transform: translateY(140px);
  -webkit-transform: translateY(140px);
  transform: translateY(140px); }
.tab-pane.open .pane9 .bottom {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.heading-gutter.eno h2,
.heading-gutter.eno h3,
.heading-gutter.eno p,
.heading-gutter.eno .btn,
.heading-gutter.eno .view-action span {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }
.heading-gutter.eno.addon h2,
.heading-gutter.eno.addon h3,
.heading-gutter.eno.addon p,
.heading-gutter.eno.addon .btn,
.heading-gutter.eno.addon .view-action span {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
.heading-gutter.eno.addon h2,
.heading-gutter.eno.addon h3 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.heading-gutter.eno.addon p,
.heading-gutter.eno.addon .btn {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.heading-gutter.eno.addon .view-action span {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.build-gutter .cnt .heading {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -moz-transform: translateY(-26px);
  -o-transform: translateY(-26px);
  -ms-transform: translateY(-26px);
  -webkit-transform: translateY(-26px);
  transform: translateY(-26px); }
.build-gutter .cnt .dec {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }
.build-gutter .cnt .btn {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }
.build-gutter .cnt.active .heading {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.build-gutter .cnt.active .dec {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.build-gutter .cnt.active .btn {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.sol-list.eno li,
.ben-list.eno li,
.fea-list.eno li {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  transform: translateX(40px); }
.sol-list.eno.addon li,
.ben-list.eno.addon li,
.fea-list.eno.addon li {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
.sol-list.eno.addon li:nth-child(1),
.ben-list.eno.addon li:nth-child(1),
.fea-list.eno.addon li:nth-child(1) {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.sol-list.eno.addon li:nth-child(2),
.ben-list.eno.addon li:nth-child(2),
.fea-list.eno.addon li:nth-child(2) {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }
.sol-list.eno.addon li:nth-child(3),
.ben-list.eno.addon li:nth-child(3),
.fea-list.eno.addon li:nth-child(3) {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }
.sol-list.eno.addon li:nth-child(4),
.ben-list.eno.addon li:nth-child(4),
.fea-list.eno.addon li:nth-child(4) {
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }
.sol-list.eno.addon li:nth-child(5),
.ben-list.eno.addon li:nth-child(5),
.fea-list.eno.addon li:nth-child(5) {
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }
.sol-list.eno.addon li:nth-child(6),
.ben-list.eno.addon li:nth-child(6),
.fea-list.eno.addon li:nth-child(6) {
  -moz-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s; }
.sol-list.eno.addon li:nth-child(7),
.ben-list.eno.addon li:nth-child(7),
.fea-list.eno.addon li:nth-child(7) {
  -moz-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s; }
.sol-list.eno.addon li:nth-child(8),
.ben-list.eno.addon li:nth-child(8),
.fea-list.eno.addon li:nth-child(8) {
  -moz-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s; }
.sol-list.eno.addon li:nth-child(9),
.ben-list.eno.addon li:nth-child(9),
.fea-list.eno.addon li:nth-child(9) {
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s; }
.sol-list.eno.addon li:nth-child(10),
.ben-list.eno.addon li:nth-child(10),
.fea-list.eno.addon li:nth-child(10) {
  -moz-transition-delay: 3.3s;
  -o-transition-delay: 3.3s;
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s; }
.sol-list.eno.addon li:nth-child(11),
.ben-list.eno.addon li:nth-child(11),
.fea-list.eno.addon li:nth-child(11) {
  -moz-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s; }
.sol-list.eno.addon li:nth-child(12),
.ben-list.eno.addon li:nth-child(12),
.fea-list.eno.addon li:nth-child(12) {
  -moz-transition-delay: 3.9s;
  -o-transition-delay: 3.9s;
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s; }
.sol-list.eno.addon li:nth-child(13),
.ben-list.eno.addon li:nth-child(13),
.fea-list.eno.addon li:nth-child(13) {
  -moz-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s; }
.sol-list.eno.addon li:nth-child(14),
.ben-list.eno.addon li:nth-child(14),
.fea-list.eno.addon li:nth-child(14) {
  -moz-transition-delay: 4.5s;
  -o-transition-delay: 4.5s;
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s; }
.sol-list.eno.addon li:nth-child(15),
.ben-list.eno.addon li:nth-child(15),
.fea-list.eno.addon li:nth-child(15) {
  -moz-transition-delay: 4.8s;
  -o-transition-delay: 4.8s;
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s; }
.sol-list.eno.addon li:nth-child(16),
.ben-list.eno.addon li:nth-child(16),
.fea-list.eno.addon li:nth-child(16) {
  -moz-transition-delay: 5.1s;
  -o-transition-delay: 5.1s;
  -webkit-transition-delay: 5.1s;
  transition-delay: 5.1s; }
@media (min-width: 1024px) {
  .sol-list.eno.addon li a ul li,
  .ben-list.eno.addon li a ul li,
  .fea-list.eno.addon li a ul li {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    transform: translateX(40px) !important; } }
@media (min-width: 1024px) {
  .sol-list.eno.addon li.active a ul li,
  .ben-list.eno.addon li.active a ul li,
  .fea-list.eno.addon li.active a ul li {
    opacity: 1;
    visibility: visible;
    transform: none !important; }
    .sol-list.eno.addon li.active a ul li:nth-child(1),
    .ben-list.eno.addon li.active a ul li:nth-child(1),
    .fea-list.eno.addon li.active a ul li:nth-child(1) {
      -moz-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .sol-list.eno.addon li.active a ul li:nth-child(2),
    .ben-list.eno.addon li.active a ul li:nth-child(2),
    .fea-list.eno.addon li.active a ul li:nth-child(2) {
      -moz-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      -webkit-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .sol-list.eno.addon li.active a ul li:nth-child(3),
    .ben-list.eno.addon li.active a ul li:nth-child(3),
    .fea-list.eno.addon li.active a ul li:nth-child(3) {
      -moz-transition-delay: 1.1s;
      -o-transition-delay: 1.1s;
      -webkit-transition-delay: 1.1s;
      transition-delay: 1.1s; }
    .sol-list.eno.addon li.active a ul li:nth-child(4),
    .ben-list.eno.addon li.active a ul li:nth-child(4),
    .fea-list.eno.addon li.active a ul li:nth-child(4) {
      -moz-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      -webkit-transition-delay: 1.4s;
      transition-delay: 1.4s; }
    .sol-list.eno.addon li.active a ul li:nth-child(5),
    .ben-list.eno.addon li.active a ul li:nth-child(5),
    .fea-list.eno.addon li.active a ul li:nth-child(5) {
      -moz-transition-delay: 1.7s;
      -o-transition-delay: 1.7s;
      -webkit-transition-delay: 1.7s;
      transition-delay: 1.7s; } }

.integration-logos.eno li {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  transform: scaleY(0); }
.integration-logos.eno.addon li {
  opacity: 1;
  visibility: visible;
  transform: none !important; }
.integration-logos.eno.addon li:nth-child(1) {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.integration-logos.eno.addon li:nth-child(2) {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }
.integration-logos.eno.addon li:nth-child(3) {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }
.integration-logos.eno.addon li:nth-child(4) {
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }
.integration-logos.eno.addon li:nth-child(5) {
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }
.integration-logos.eno.addon li:nth-child(6) {
  -moz-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s; }
.integration-logos.eno.addon li:nth-child(7) {
  -moz-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s; }
.integration-logos.eno.addon li:nth-child(8) {
  -moz-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s; }
.integration-logos.eno.addon li:nth-child(9) {
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s; }
.integration-logos.eno.addon li:nth-child(10) {
  -moz-transition-delay: 3.3s;
  -o-transition-delay: 3.3s;
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s; }
.integration-logos.eno.addon li:nth-child(11) {
  -moz-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s; }
.integration-logos.eno.addon li:nth-child(12) {
  -moz-transition-delay: 3.9s;
  -o-transition-delay: 3.9s;
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s; }

.t2 {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

section.brdtb {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }
section.brdb {
  border-bottom: 1px solid #e8e8e8; }
section.brdt {
  border-top: 1px solid #e8e8e8; }
section.nois {
  background: #f3f7ff; }
@media (min-width: 1024px) {
  section.ispd {
    padding: 60px 0; } }
@media (min-width: 767px) and (max-width: 1023px) {
  section.ispd {
    padding: 50px 0; } }
@media (max-width: 767px) {
  section.ispd {
    padding: 40px 0; } }

.heading-gutter {
  color: #2b2d39;
  font-size: 16px;
  text-align: center; }
  @media (min-width: 1200px) {
    .heading-gutter {
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .heading-gutter {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .heading-gutter {
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .heading-gutter.sm {
      margin-bottom: 40px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .heading-gutter.sm {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .heading-gutter.sm {
      margin-bottom: 20px; } }
  .heading-gutter.no-mar {
    margin: 0 auto;
    margin-bottom: 0px; }
    .heading-gutter.no-mar h3 {
      margin-bottom: 20px; }
  .heading-gutter.no {
    text-align: left;
    margin-bottom: 18px; }
  .heading-gutter .heading,
  .heading-gutter h2,
  .heading-gutter h3 {
    color: #212121;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .heading-gutter .heading,
      .heading-gutter h2,
      .heading-gutter h3 {
        font-size: 30px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .heading-gutter .heading,
      .heading-gutter h2,
      .heading-gutter h3 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .heading-gutter .heading,
      .heading-gutter h2,
      .heading-gutter h3 {
        font-size: 28px;
        line-height: 1.2; } }
    @media (max-width: 1023px) {
      .heading-gutter .heading br,
      .heading-gutter h2 br,
      .heading-gutter h3 br {
        display: none; } }
    .heading-gutter .heading span.orange,
    .heading-gutter h2 span.orange,
    .heading-gutter h3 span.orange {
      color: #ff9258; }
  .heading-gutter.change .heading,
  .heading-gutter.change h2,
  .heading-gutter.change h3 {
    color: #086892; }
  @media (min-width: 1024px) {
    .heading-gutter p span {
      display: block; }
    .heading-gutter p.culture {
      font-size: 17px; } }

.owl-carousel .owl-nav {
  width: 100%;
  top: 50%;
  position: absolute; }
  @media (max-width: 1023px) {
    .owl-carousel .owl-nav {
      display: none; } }
  .owl-carousel .owl-nav button[type="button"] {
    width: 35px;
    height: 35px;
    font-size: 0;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #212121; }
    .owl-carousel .owl-nav button[type="button"] span {
      width: 15px;
      height: 13px;
      display: block;
      background: url(../img/sprites.svg) no-repeat -5px -63px; }
    .owl-carousel .owl-nav button[type="button"].owl-prev {
      left: -40px; }
      .owl-carousel .owl-nav button[type="button"].owl-prev span {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .owl-carousel .owl-nav button[type="button"].owl-next {
      right: -50px; }
    .owl-carousel .owl-nav button[type="button"]:hover {
      color: #fff;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
      background: #fe8300;
      border-color: #ff9f56; }
      .owl-carousel .owl-nav button[type="button"]:hover span {
        background-position: -5px -44px; }

.form-control {
  font-size: 15px;
  padding: 10px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border-color: #d8d8d8; }
  .form-control.error {
    border-color: #fba9a9; }
  .form-control:focus {
    box-shadow: none;
    border-color: #ff9b57; }
  .form-control::-webkit-input-placeholder {
    color: #8e8e8e; }
  .form-control:-moz-placeholder {
    color: #8e8e8e;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #8e8e8e;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #8e8e8e; }
  .form-control::-ms-input-placeholder {
    color: #8e8e8e; }
  .form-control::placeholder {
    color: #8e8e8e; }

textarea.form-control {
  resize: none;
  min-height: 120px; }

.msgdiv {
  width: 100%;
  padding: 0 15px; }
  .msgdiv span {
    display: block;
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-top: 18px;
    text-align: center;
    background: #fff9f9;
    border: 1px solid #fba9a9; }

.ajax-loader {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  display: block;
  visibility: hidden;
  background: url(../img/ajax-loader.gif) no-repeat 0 0; }
  .ajax-loader.is-active {
    visibility: visible; }

ul.arrow-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.arrow-list > li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px; }
    ul.arrow-list > li:before {
      left: 0;
      top: 5px;
      width: 10px;
      height: 18px;
      content: "";
      position: absolute;
      background: url(../img/sprites.svg) no-repeat -48px -195px; }
ul.normal-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.normal-list > li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px; }
    ul.normal-list > li:before {
      left: 2px;
      top: 7px;
      width: 15px;
      height: 13px;
      content: "";
      position: absolute;
      background: url(../img/sprites.svg) no-repeat -34px -62px; }

.btn {
  font-size: 14px;
  padding: 12px 14px 10px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .btn.lg {
    font-size: 15px;
    padding: 16px 22px 13px; }
  .btn.lcase {
    text-transform: initial; }
  .btn.breed {
    width: 100%; }
  .btn:not(.outline) {
    border: 0; }
  .btn.outline.white {
    color: #fff;
    border-color: #fff; }
    .btn.outline.white:hover {
      color: #212121;
      background: #fff; }
  .btn.outline.primary {
    color: #d96f32;
    border-color: #d96f32; }
    .btn.outline.primary:hover {
      color: #fff;
      background: #fe8300; }
  .btn.orange:not(.outline) {
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background: #fe8300; }
    .btn.orange:not(.outline).active, .btn.orange:not(.outline):hover {
      color: #fff;
      background: #e27500; }
    .btn.orange:not(.outline).no {
      box-shadow: none; }

.close {
  right: 14px;
  top: 12px;
  width: 16px;
  height: 16px;
  opacity: 1;
  position: absolute; }
  .close:hover {
    opacity: 0.8; }

.quote-overlay {
  left: 0;
  right: 0;
  top: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: -9999;
  position: fixed;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  transition: visibility 0s, opacity 0.5s linear; }

.quote-modal {
  top: 50px;
  right: -6000px;
  width: 360px;
  z-index: 99;
  position: fixed;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #eeeff1;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
  @media (max-width: 400px) {
    .quote-modal {
      width: calc(100% - 20px);
      top: 12px; } }
  .quote-modal .form-body {
    font-family: Barlow; }
  .quote-modal .ins {
    padding: 22px 26px 24px; }
    .quote-modal .ins .heading {
      text-align: center;
      margin-bottom: 20px; }
      .quote-modal .ins .heading h6 {
        font-size: 20px;
        margin-bottom: 2px;
        font-family: Barlow;
        font-weight: 600; }
        .quote-modal .ins .heading h6 span {
          font-size: 18px;
          color: #086892;
          display: block;
          margin-top: 8px; }
      .quote-modal .ins .heading p {
        font-size: 26px;
        color: #086892;
        font-weight: 600;
        line-height: 1.2; }
    .quote-modal .ins .form-body .form-group {
      margin-bottom: 15px; }
      .quote-modal .ins .form-body .form-group .label-control {
        margin-bottom: 0; }
      .quote-modal .ins .form-body .form-group .form-control {
        padding: 8px 12px; }
      .quote-modal .ins .form-body .form-group textarea.form-control {
        min-height: 60px; }
    .quote-modal .ins .form-body .btn {
      padding: 14px 14px 12px; }

@media (max-width: 400px) {
  body.quote-open {
    /*overflow: hidden;*/ } }
body.quote-open .quote-overlay {
  opacity: 1;
  z-index: 98;
  visibility: visible; }
body.quote-open .quote-modal {
  right: 10px; }
  @media (max-width: 400px) {
    body.quote-open .quote-modal {
      position: absolute;
      bottom: auto; } }

.model-engine.sm .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .model-engine.sm .modal-header h4 {
    font-size: 24px;
    margin: 0;
    font-family: CircularStd-Bold;
    line-height: 1.4; }
.model-engine.sm .modal-body {
  padding: 0 30px 30px 30px; }
  .model-engine.sm .modal-body h5 {
    color: #656567;
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    margin: 20px 0 2px; }
  .model-engine.sm .modal-body p {
    color: #01a7ee;
    font-size: 20px;
    line-height: 38px;
    margin: 0;
    padding: 0 0 0 50px;
    position: relative; }
    .model-engine.sm .modal-body p a {
      color: #01a7ee; }
    .model-engine.sm .modal-body p:before {
      width: 32px;
      height: 22px;
      left: 0;
      top: 0;
      bottom: 0;
      content: "";
      margin: auto;
      display: inline-block;
      position: absolute; }
    .model-engine.sm .modal-body p.us:before {
      background: url(../img/flag.svg) no-repeat 0px -26px; }
    .model-engine.sm .modal-body p.india:before {
      background: url(../img/flag.svg) no-repeat 0px 0px; }

/*@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Roboto Thin"), local("Roboto-Thin"),
    url("../fonts/thin.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"),
    url("../fonts/light.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"),
    url("../fonts/regular.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Medium"),
    url("../fonts/medium.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../fonts/bold.woff2") format("woff2");
}*/
@font-face {
  font-family: 'CircularStd-Bold';
  src: url("../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Bold.otf") format("opentype"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype"), url("../fonts/CircularStd-Bold.svg#CircularStd-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd-Book';
  src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.otf") format("opentype"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("CircularStd-Book.svg#CircularStd-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
i.svg {
  position: relative;
  display: inline-block;
  background: url(../img/sprites/1/sprites.svg) no-repeat; }
  i.svg.phone-icon {
    width: 16px;
    height: 16px; }
  i.svg.down-icon {
    width: 22px;
    height: 12px;
    background-position: -6px -26px; }
    i.svg.down-icon.no {
      background-position: -60px -26px; }
  i.svg.us-icon {
    width: 32px;
    height: 20px;
    background-position: -6px -222px; }
  i.svg.india-icon {
    width: 32px;
    height: 21px;
    background-position: -6px -195px; }
  i.svg.lg {
    width: 90px;
    height: 86px; }
    i.svg.lg.design-icon {
      background-position: -112px -3px; }
    i.svg.lg.software-icon {
      background-position: -206px -2px; }
    i.svg.lg.enterprise-icon {
      background-position: -114px -102px; }
    i.svg.lg.support-icon {
      background-position: -205px -101px; }
    i.svg.lg.startup-icon {
      background-position: -206px -194px; }
    i.svg.lg.partner-icon {
      background-position: -105px -198px; }
    i.svg.lg.product-icon {
      background-position: -205px -289px; }
    i.svg.lg.experience-icon {
      background-position: -103px -289px; }
    i.svg.lg.hiring-icon {
      background-position: -213px -373px; }
    i.svg.lg.team-icon {
      background-position: -105px -379px; }
    i.svg.lg.strategy-icon {
      background-position: -205px -1165px; }
    i.svg.lg.uxdesign-icon {
      background-position: -107px -1159px; }
    i.svg.lg.iphone-icon {
      background-position: -125px -1263px; }
    i.svg.lg.android-icon {
      background-position: -224px -1263px; }
  i.svg.sol-icon {
    width: 32px;
    min-width: 32px;
    height: 30px; }
    i.svg.sol-icon.sol1 {
      background-position: -13px -2px; }
    i.svg.sol-icon.sol2 {
      background-position: -48px -2px; }
    i.svg.sol-icon.sol3 {
      background-position: -86px -4px; }
    i.svg.sol-icon.sol4 {
      background-position: -122px -4px; }
    i.svg.sol-icon.sol5 {
      background-position: -158px -4px; }
  i.svg.ben-icon {
    width: 30px;
    min-width: 30px;
    height: 30px; }
    i.svg.ben-icon.ben1 {
      background-position: -12px -107px; }
    i.svg.ben-icon.ben2 {
      background-position: -44px -105px; }
    i.svg.ben-icon.ben3 {
      background-position: -78px -107px; }
    i.svg.ben-icon.ben4 {
      background-position: -118px -105px; }
  i.svg.fea-icon {
    width: 25px;
    min-width: 25px;
    height: 25px; }
    i.svg.fea-icon.fea1 {
      background-position: -13px -38px; }
    i.svg.fea-icon.fea2 {
      background-position: -12px -68px; }
    i.svg.fea-icon.fea3 {
      background-position: -41px -39px; }
    i.svg.fea-icon.fea4 {
      background-position: -43px -68px; }
    i.svg.fea-icon.fea5 {
      background-position: -69px -40px; }
    i.svg.fea-icon.fea6 {
      background-position: -130px -40px; }
    i.svg.fea-icon.fea7 {
      background-position: -160px -41px; }
    i.svg.fea-icon.fea8 {
      background-position: -72px -73px; }
    i.svg.fea-icon.fea9 {
      background-position: -103px -73px; }
    i.svg.fea-icon.fea10 {
      background-position: -129px -74px; }
    i.svg.fea-icon.fea11 {
      background-position: -158px -73px; }
i.img {
  position: relative;
  display: inline-block;
  background: url(../img/sprite.svg) no-repeat; }
  i.img.aws-partner-icon {
    width: 100px;
    height: 105px;
    background-position: -41px -21px; }
  i.img.microsoft-partner-icon {
    width: 106px;
    height: 66px;
    background-position: -37px -287px; }
  i.img.iso-9001-icon {
    width: 136px;
    height: 116px;
    background-position: -23px -725px; }
  i.img.iso27001-icon {
    width: 116px;
    height: 116px;
    background-position: -33px -456px; }
  i.img.nasscom-member-icon {
    width: 109px;
    height: 18px;
    background-position: -38px -997px; }
  i.img.clutch-b2b-icon {
    width: 116px;
    height: 124px;
    background-position: -33px -1074px; }
  i.img.discovery-icon {
    width: 136px;
    height: 135px;
    background-position: -23px -1375px; }
  i.img.planning-icon {
    width: 127px;
    height: 110px;
    background-position: -28px -1522px; }
  i.img.maintenance-icon {
    width: 121px;
    height: 121px;
    background-position: -30px -1637px; }

header {
  font-family: Barlow; }
  header.page-header {
    top: 0;
    width: 100%;
    z-index: 91;
    position: absolute; }
    @media (min-width: 768px) {
      header.page-header {
        height: 86px; } }
    @media (max-width: 767px) {
      header.page-header {
        height: 74px;
        position: fixed;
        background: #f7f7f7; } }
    header.page-header > .container {
      height: 100%; }
    header.page-header .fxc {
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      header.page-header .fxc .logo {
        position: relative; }
        @media (max-width: 1023px) {
          header.page-header .fxc .logo {
            z-index: 99; } }
      @media (min-width: 1024px) {
        header.page-header .fxc nav.header-nav {
          margin-left: auto;
          padding-right: 20px; } }
      header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu {
        margin: 0;
        padding: 0;
        list-style: none; }
        @media (min-width: 1024px) {
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; } }
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li {
          position: relative; }
          header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a {
            font-size: 14px;
            padding-right: 2px;
            position: relative;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-family: Barlow;
            font-weight: 600; }
          @media (min-width: 1024px) {
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li .sub-menu {
              top: 100%;
              left: 18px;
              width: 220px;
              max-height: 0;
              margin: 0;
              padding: 10px 16px;
              overflow: hidden;
              visibility: hidden;
              position: absolute;
              list-style: none;
              background: #fff;
              border: 1px solid #f2f2f2;
              -webkit-border-radius: 0 0 4px 4px;
              -moz-border-radius: 0 0 4px 4px;
              -ms-border-radius: 0 0 4px 4px;
              border-radius: 0 0 4px 4px;
              transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li .sub-menu li a {
                color: #212121;
                font-size: 13px;
                font-weight: 500;
                display: block;
                padding: 5px 0; }
                header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li .sub-menu li a:hover {
                  color: #d96f32; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover .sub-menu {
              opacity: 1;
              max-height: 360px;
              visibility: visible; } }
      header.page-header .fxc .header-contact {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        @media (max-width: 1023px) {
          header.page-header .fxc .header-contact {
            margin-left: auto; } }
        header.page-header .fxc .header-contact .textwidget {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
        header.page-header .fxc .header-contact .get-call {
          height: 36px;
          width: 36px;
          display: block;
          margin-right: 24px;
          position: relative;
          border: 1px solid;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
          @media (max-width: 360px) {
            header.page-header .fxc .header-contact .get-call {
              margin-right: 14px;
              margin-left: 12px; } }
          header.page-header .fxc .header-contact .get-call i.svg {
            background: url(../img/sprites.svg) no-repeat; }
            header.page-header .fxc .header-contact .get-call i.svg.phone-icon {
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              position: absolute; }
          header.page-header .fxc .header-contact .get-call:hover {
            border-color: #fe8300 !important;
            color: #fff;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            background: #fe8300; }
        header.page-header .fxc .header-contact .get-btn {
          z-index: 9;
          padding: 10px 14px; }
          header.page-header .fxc .header-contact .get-btn:hover {
            border-color: #ff9f56;
            background: #ff9f56; }
        @media (min-width: 1024px) {
          header.page-header .fxc .header-contact .menu-toggle {
            display: none; } }
        @media (max-width: 1023px) {
          header.page-header .fxc .header-contact .menu-toggle {
            width: 36px;
            height: 36px;
            z-index: 9;
            font-size: 0;
            cursor: pointer;
            position: relative; }
            header.page-header .fxc .header-contact .menu-toggle:before, header.page-header .fxc .header-contact .menu-toggle:after {
              right: 0;
              left: 0;
              width: 28px;
              content: "";
              margin: auto;
              position: absolute;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            header.page-header .fxc .header-contact .menu-toggle:before {
              top: 9px;
              height: 2px;
              background: #222; }
            header.page-header .fxc .header-contact .menu-toggle:after {
              top: 17px;
              height: 10px;
              border-top: 2px solid #222;
              border-bottom: 2px solid #222; }
            header.page-header .fxc .header-contact .menu-toggle.opened {
              z-index: 99; }
              header.page-header .fxc .header-contact .menu-toggle.opened:before, header.page-header .fxc .header-contact .menu-toggle.opened:after {
                top: 17px;
                width: 24px; }
              header.page-header .fxc .header-contact .menu-toggle.opened:before {
                background: #222;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg); }
              header.page-header .fxc .header-contact .menu-toggle.opened:after {
                border: 0;
                height: 2px;
                background: #222;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg); } }
      @media (max-width: 1023px) {
        header.page-header .fxc nav.header-nav {
          top: 0;
          height: 100%;
          right: -1200px;
          width: 100%;
          z-index: 91;
          position: fixed;
          background: #d96f32;
          transition: 0.5s; }
          header.page-header .fxc nav.header-nav .menu-header-menu-container {
            padding-top: 70px; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li a {
              font-size: 16px;
              color: #212121;
              letter-spacing: 0.2px;
              display: block; } }
      @media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li a {
          padding: 10px 42px; } }
      @media (max-width: 1023px) and (max-width: 767px) {
        header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li a {
          padding: 10px 20px; } }
      @media (max-width: 1023px) {
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li a.main:after {
                width: 10px;
                height: 20px;
                right: 22px;
                top: 0;
                bottom: 0;
                margin: auto;
                content: "";
                position: absolute;
                background: url(../img/menu-arrow.svg) no-repeat 0 0;
                background-size: 100%; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li .sub-menu {
              max-height: 0;
              margin: 0;
              padding: 0;
              list-style: none;
              padding: 0 22px;
              position: relative;
              overflow: hidden;
              transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li .sub-menu li a {
                color: #212121;
                display: block;
                padding: 5px 0;
                opacity: 0.85; }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.opened a.main:after {
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              transform: rotate(90deg); }
            header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.opened .sub-menu {
              max-height: 200px;
              margin-bottom: 12px; }
              header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu li.opened .sub-menu li a {
                padding: 6px 0;
                font-size: 15px; }
          header.page-header .fxc nav.header-nav.opened {
            right: 0; } }
  header.fixed {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      header.fixed {
        height: 62px;
        position: fixed; } }
    @media (max-width: 767px) {
      header.fixed {
        animation: none !important; } }
  header.no .header-contact {
    margin-left: auto; }
    header.no .header-contact .menu-toggle {
      display: none; }
    header.no .header-contact .get-btn {
      display: block !important; }

@media (min-width: 1024px) {
  body.home header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a {
    color: #fff; }
    body.home header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover {
      color: #fe8300; }
  body.home header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body.home header.page-header:not(.fixed) .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a {
    color: #fe8300; } }
body.home header.page-header:not(.fixed) .fxc .header-contact .get-call {
  border-color: #ffffff; }
  body.home header.page-header:not(.fixed) .fxc .header-contact .get-call.active {
    border-color: #fe8300; }
    body.home header.page-header:not(.fixed) .fxc .header-contact .get-call.active i.svg.phone-icon {
      background-position: -20px -178px; }
  body.home header.page-header:not(.fixed) .fxc .header-contact .get-call i.svg.phone-icon {
    background-position: -20px -155px; }
  body.home header.page-header:not(.fixed) .fxc .header-contact .get-call:hover i.svg.phone-icon {
    background-position: -20px -155px; }
body.home header.page-header:not(.fixed) .fxc .header-contact .get-btn {
  border-color: #ffffff;
  background: #fe8300;
  box-shadow: none;
  padding: 10px 14px;
  color: #ffffff;
  font-weight: 500; }
  body.home header.page-header:not(.fixed) .fxc .header-contact .get-btn:hover {
    border-color: #e27500;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background: #fe8300;
    background: #e27500; }
@media (max-width: 1023px) {
  body.home header.page-header:not(.fixed) .fxc .header-contact .menu-toggle:before {
    background: #d96f32; }
  body.home header.page-header:not(.fixed) .fxc .header-contact .menu-toggle:after {
    border-color: #d96f32; }
  body.home header.page-header:not(.fixed) .fxc .header-contact .menu-toggle.opened:before {
    background: #222; }
  body.home header.page-header:not(.fixed) .fxc .header-contact .menu-toggle.opened:after {
    background: #222; } }
@media (max-width: 1023px) {
  body.home header.page-header.fixed .fxc .logo.opened {
    background: transparent; }
    body.home header.page-header.fixed .fxc .logo.opened img {
      opacity: 1; } }
@media (min-width: 1024px) {
  body.home header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a {
    color: #707070; }
    body.home header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover {
      color: #212121; }
  body.home header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body.home header.page-header.fixed .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a {
    color: #212121; } }
body.home header.page-header.fixed .fxc .header-contact .get-call {
  border-color: #d96f32; }
  body.home header.page-header.fixed .fxc .header-contact .get-call i.svg.phone-icon {
    background-position: -20px -178px; }
  body.home header.page-header.fixed .fxc .header-contact .get-call:hover i.svg.phone-icon {
    background-position: -20px -155px; }
body:not(.home) header.page-header {
  background: #fff; }
  @media (min-width: 1024px) {
    body:not(.home) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a {
      color: #707070; }
      body:not(.home) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li > a:hover {
        color: #212121; }
    body:not(.home) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li.current-menu-item a, body:not(.home) header.page-header .fxc nav.header-nav .menu-header-menu-container ul.nav-menu > li:hover a {
      color: #212121; } }
  body:not(.home) header.page-header .fxc .header-contact .get-call {
    border-color: #d96f32; }
    body:not(.home) header.page-header .fxc .header-contact .get-call i.svg.phone-icon {
      background-position: -20px -178px; }
    body:not(.home) header.page-header .fxc .header-contact .get-call:hover i.svg.phone-icon {
      background-position: -20px -155px; }
body.menu-open {
  overflow: hidden; }

.page-head {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .page-head .row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  @media (min-width: 1024px) {
    .page-head {
      min-height: 650px;
      padding-top: 86px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .page-head {
      min-height: 500px;
      padding-top: 86px; } }
  @media (max-width: 767px) {
    .page-head {
      margin: 0px 0px 60px;
      text-align: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding-top: 102px;
      padding-bottom: 34px; }
      .page-head .row.center {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      .page-head .row figure {
        margin-bottom: 30px; } }
  .page-head .cnt {
    font-weight: normal;
    font-family: Barlow; }
    .page-head .cnt h1 {
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 12px; }
      @media (min-width: 1024px) {
        .page-head .cnt h1 {
          font-size: 33px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .page-head .cnt h1 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .page-head .cnt h1 {
          font-size: 28px; } }
    .page-head .cnt h2 {
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 12px;
      font-size: 26px; }
    .page-head .cnt .btn {
      margin-top: 16px; }
  .page-head.no {
    min-height: 0px;
    text-align: center; }
    .page-head.no .cnt {
      margin-top: 30px; }

.site-main {
  min-height: calc(100vh - 222px); }

.build-gutter {
  position: relative;
  background: #f7f7f7;
  border-bottom: 1px solid #e8e8e8; }
  @media (min-width: 768px) {
    .build-gutter {
      height: 615px; } }
  @media (max-width: 767px) {
    .build-gutter {
      height: calc(100vh - 68px); } }
  @media (max-device-width: 767px) and (orientation: landscape) {
    .build-gutter {
      height: 100vh; } }
  .build-gutter .cnt {
    height: 100%;
    max-width: 1105px;
    font-size: 20px;
    padding: 0 15px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 768px) {
      .build-gutter .cnt {
        max-width: 700px; } }
    @media (max-width: 767px) {
      .build-gutter .cnt {
        font-size: 15px; } }
    .build-gutter .cnt .heading {
      line-height: 1.2;
      font-family: CircularStd-Bold;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .build-gutter .cnt .heading {
          font-size: 50px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .build-gutter .cnt .heading {
          font-size: 42px; } }
      @media (min-width: 500px) and (max-width: 767px) {
        .build-gutter .cnt .heading {
          font-size: 32px; } }
      @media (max-width: 500px) {
        .build-gutter .cnt .heading {
          font-size: 30px; } }
      @media (min-width: 1600px) {
        .build-gutter .cnt .heading {
          margin-top: 60px; } }
      @media (min-width: 1024px) and (max-width: 1600px) {
        .build-gutter .cnt .heading {
          margin-top: 150px; } }
      @media (max-width: 1023px) {
        .build-gutter .cnt .heading {
          margin-top: 20px; } }
    .build-gutter .cnt .dec {
      margin-bottom: 30px; }
    .build-gutter .cnt h1 {
      font-size: inherit;
      font-weight: inherit;
      display: inline; }
    @media (min-width: 1023px) {
      .build-gutter .cnt span {
        display: block; } }
  .build-gutter .video {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto; }
    @media (min-width: 1600px) {
      .build-gutter .video {
        max-height: 100%; } }
    @media (min-width: 1024px) and (max-width: 1600px) {
      .build-gutter .video {
        max-height: calc(100% - 20px); } }
    @media (max-width: 1023px) {
      .build-gutter .video {
        display: none; } }
  .build-gutter figure img {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    position: absolute;
    height: 100%;
    object-fit: cover; }
  .build-gutter .scroll-down {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: absolute;
    -webkit-animation-name: scrolldown;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: scrolldown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    .build-gutter .scroll-down:before {
      left: -25px;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 80px;
      height: 80px;
      content: "";
      position: absolute; }
    .build-gutter .scroll-down:hover {
      bottom: 30px;
      animation-name: no-animation; }
@-webkit-keyframes scrolldown {
  0% {
    bottom: 35px; }
  50% {
    bottom: 25px; }
  100% {
    bottom: 35px; } }
body.index .page-header:not(.fixed) {
  background: transparent !important; }

.approach-gutter .col-cnt {
  padding-bottom: 22px; }

.approach-gutter {
  text-align: center; }

@media (min-width: 768px) {
  .approach-gutter .row-in {
    display: inline-flex; }

  .approach-gutter .orange-step {
    flex-direction: row-reverse; }

  .approach-gutter .col-canvas,
  .approach-gutter .col-step,
  .approach-gutter .col-cnt {
    min-height: 100%; }

  .approach-gutter .col-canvas,
  .approach-gutter .col-cnt {
    width: calc(50% - 100px); }

  .approach-gutter .blue-step .col-canvas figure {
    float: right; }

  .approach-gutter .orange-step .col-canvas figure {
    float: left; }

  .approach-gutter .col-step.sm {
    display: none; }

  .approach-gutter ul.normal-list li {
    margin-bottom: 4px; }

  .approach-gutter .orange-step .col-cnt {
    max-width: 500px; } }
@media (max-width: 767px) {
  .approach-gutter .col-step {
    display: none; }

  .approach-gutter .col-step.sm {
    display: block;
    min-height: 122px; }

  .approach-gutter .row-in .col-canvas figure {
    margin-bottom: 20px; }

  .approach-gutter .col-cnt {
    max-width: 400px;
    padding: 20px;
    border-radius: 4px;
    margin: 10px auto 20px;
    border: 1px solid #f2f2f2; }

  body .approach-gutter .col-canvas figure {
    margin-top: 0; } }
.approach-gutter .col-canvas figure {
  width: 246px;
  height: 226px;
  display: block;
  border-radius: 6px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 12px auto 84px; }

.approach-gutter .blue-step .col-canvas figure {
  box-shadow: 0px 0px 6px rgba(4, 140, 207, 0.2); }

.approach-gutter .orange-step .col-canvas figure {
  box-shadow: 0px 0px 6px rgba(255, 171, 84, 0.3); }

.approach-gutter .col-step {
  width: 200px;
  margin: 0 auto;
  position: relative; }

.approach-gutter .col-step:before {
  width: 6px;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  background: url(../img/lines.svg) repeat-y 0 0; }

.approach-gutter .col-step span.sl {
  width: 46px;
  height: 46px;
  color: #fff;
  margin: 0 auto;
  font-size: 26px;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 3; }

.approach-gutter .blue-step .col-step span.sl {
  background: #048ccf; }

.approach-gutter .orange-step .col-step span.sl {
  background: #ffab54; }

.approach-gutter .col-cnt {
  font-size: 16px;
  text-align: left; }

.approach-gutter .col-cnt .heading {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 500; }

.approach-gutter .blue-step .col-cnt .heading {
  color: #048ccf; }

.approach-gutter .orange-step .col-cnt .heading {
  color: #ffab54; }

.multi-col-gutter {
  font-family: Barlow; }
  .multi-col-gutter .tabs-left li {
    margin-bottom: 5px;
    width: 100%; }
    .multi-col-gutter .tabs-left li a {
      display: flex;
      color: #2b2d39;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
      .multi-col-gutter .tabs-left li a span {
        font-weight: 500; }
    .multi-col-gutter .tabs-left li:hover a, .multi-col-gutter .tabs-left li.active a {
      background: #f3f7ff; }
  .multi-col-gutter .tabs-left.sol-list li a {
    padding: 13px; }
    .multi-col-gutter .tabs-left.sol-list li a span {
      margin-left: 8px;
      font-size: 17px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .multi-col-gutter .tabs-left.sol-list li a span {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .multi-col-gutter .tabs-left.sol-list li a span {
          font-size: 15px;
          margin-left: 6px; } }
    .multi-col-gutter .tabs-left.sol-list li a .child-list {
      width: 100%;
      padding: 0;
      list-style-type: none;
      margin-left: 40px;
      transition: 0.5s;
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      visibility: hidden; }
      @media (max-width: 1023px) {
        .multi-col-gutter .tabs-left.sol-list li a .child-list {
          margin-left: 36px;
          max-height: 120px;
          opacity: 1;
          visibility: visible;
          padding-bottom: 6px; } }
      @media (max-width: 400px) {
        .multi-col-gutter .tabs-left.sol-list li a .child-list {
          margin-left: 34px; } }
      .multi-col-gutter .tabs-left.sol-list li a .child-list li {
        position: relative;
        padding-left: 10px;
        margin: 4px 0;
        font-size: 15px; }
        @media (max-width: 1023px) {
          .multi-col-gutter .tabs-left.sol-list li a .child-list li {
            font-size: 14px;
            margin-bottom: 8px; } }
        @media (max-width: 767px) {
          .multi-col-gutter .tabs-left.sol-list li a .child-list li {
            font-size: 13.5px; } }
        @media (max-width: 400px) {
          .multi-col-gutter .tabs-left.sol-list li a .child-list li {
            font-size: 13px; } }
        @media (max-width: 320px) {
          .multi-col-gutter .tabs-left.sol-list li a .child-list li {
            font-size: 11.5px;
            padding-left: 8px; } }
        .multi-col-gutter .tabs-left.sol-list li a .child-list li:before {
          content: "";
          width: 5px;
          height: 1px;
          background: #2b2d39;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          margin: auto; }
  .multi-col-gutter .tabs-left.sol-list li.active .child-list {
    opacity: 1;
    max-height: 120px;
    visibility: visible; }
  @media (max-width: 767px) {
    .multi-col-gutter .tabs-left.ben-list {
      margin: 0 -16px; } }
  .multi-col-gutter .tabs-left.ben-list li a {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .multi-col-gutter .tabs-left.ben-list li a {
        padding-left: 20px;
        padding-right: 20px; } }
  .multi-col-gutter .tabs-left.fea-list li a {
    padding: 16px;
    padding-right: 10px; }
    .multi-col-gutter .tabs-left.fea-list li a span {
      margin-left: 6px;
      font-size: 16px; }

@media (max-width: 1023px) {
  .col-reverse-mob {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  .sol-list,
  .fea-list,
  .ben-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto; }
    .sol-list li a span,
    .fea-list li a span,
    .ben-list li a span {
      white-space: nowrap; }

  .col-data .col-md-6 {
    flex: 0;
    max-width: none; }
  .col-data .md-data {
    flex: 0 0 100%;
    max-width: 100%; }

  .home .tab-contents {
    text-align: center;
    margin-top: 30px; } }
.consultation-gutter {
  font-family: Barlow;
  border-top: 1px solid #f2f2f2; }
  .consultation-gutter .form .ins {
    margin: 0 auto;
    max-width: 664px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 550px) {
      .consultation-gutter .form .ins {
        box-shadow: 0px 3px 20px #5b66751a;
        padding: 40px 43px;
        border-radius: 6px;
        background: #fff; } }
  .consultation-gutter .fin-offices {
    text-align: center; }
    @media (min-width: 1024px) {
      .consultation-gutter .fin-offices {
        padding-top: 100px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .consultation-gutter .fin-offices {
        padding-top: 60px; } }
    @media (max-width: 767px) {
      .consultation-gutter .fin-offices {
        padding-top: 40px; } }
  .consultation-gutter .action .btn {
    font-weight: 600; }

.tab-contentss .tab-pane {
  display: none;
  visibility: hidden; }
  .tab-contentss .tab-pane.open {
    display: block;
    visibility: visible; }
  @media (max-width: 767px) {
    .tab-contentss .tab-pane {
      opacity: 0 !important;
      display: block !important;
      max-height: 0; }
      .tab-contentss .tab-pane.open {
        opacity: 1 !important;
        max-height: 600px; } }

.tab-contents .tab-pane {
  opacity: 0 !important;
  max-height: 0 !important;
  display: block !important;
  visibility: hidden !important; }
  .tab-contents .tab-pane.open {
    opacity: 1 !important;
    max-height: 600px !important;
    display: block !important;
    visibility: visible !important; }
  @media (max-width: 767px) {
    .tab-contents .tab-pane {
      opacity: 0 !important;
      display: block !important;
      max-height: 0; }
      .tab-contents .tab-pane.open {
        opacity: 1 !important;
        max-height: 600px; } }

.animated-box {
  overflow: hidden;
  position: relative;
  display: inline-block; }
  .animated-box .animated-data {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute; }
    .animated-box .animated-data.is {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .animated-box .animated-data .bar {
      position: absolute;
      background: url(../img/tabs-img/sprites.png) no-repeat; }
    .animated-box .animated-data .path {
      width: 2px;
      height: 30px;
      opacity: 0.6;
      position: absolute;
      background: url(../img/tabs-img/path.svg) repeat 0 0; }
      .animated-box .animated-data .path.solid {
        background: url(../img/tabs-img/solid.svg) repeat 0 0; }
    .animated-box .animated-data.pane1 .bar {
      width: 335px;
      height: 78px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06); }
      .animated-box .animated-data.pane1 .bar.bar-1 {
        top: 35px;
        left: 60px;
        background-position: 0 0; }
      .animated-box .animated-data.pane1 .bar.bar-2 {
        top: 144px;
        left: 116px;
        background-position: 0 -93px; }
      .animated-box .animated-data.pane1 .bar.bar-3 {
        top: 253px;
        left: 60px;
        background-position: 0 -187px; }
      .animated-box .animated-data.pane1 .bar.bar-4 {
        top: 362px;
        left: 116px;
        background-position: 0 -280px; }
    .animated-box .animated-data.pane1 .path {
      left: 140px; }
      .animated-box .animated-data.pane1 .path.path-1 {
        top: 114px; }
      .animated-box .animated-data.pane1 .path.path-2 {
        top: 224px; }
      .animated-box .animated-data.pane1 .path.path-3 {
        top: 333px; }
    .animated-box .animated-data.pane2 .bar {
      left: 0;
      right: 0;
      width: 421px;
      margin: auto;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06); }
      .animated-box .animated-data.pane2 .bar.bar-1 {
        top: 38px;
        height: 100px;
        background-position: 0 -374px; }
      .animated-box .animated-data.pane2 .bar.bar-2 {
        top: 168px;
        height: 70px;
        background-position: 0 -489px; }
      .animated-box .animated-data.pane2 .bar.bar-3 {
        top: 268px;
        height: 70px;
        background-position: 0 -575px; }
      .animated-box .animated-data.pane2 .bar.bar-4 {
        top: 368px;
        height: 70px;
        background-position: 0 -660px; }
    .animated-box .animated-data.pane2 .g1 {
      top: 138px;
      left: 0;
      right: 0;
      height: 30px;
      max-width: 421px;
      margin: auto;
      position: absolute; }
      .animated-box .animated-data.pane2 .g1 .path-1 {
        top: 0;
        left: 70px; }
      .animated-box .animated-data.pane2 .g1 .path-2 {
        top: 0;
        left: 204px; }
      .animated-box .animated-data.pane2 .g1 .path-3 {
        top: 0;
        left: 342px; }
    .animated-box .animated-data.pane2 .g2 {
      top: 238px;
      left: 0;
      right: 0;
      height: 30px;
      max-width: 421px;
      margin: auto;
      position: absolute; }
      .animated-box .animated-data.pane2 .g2 .path-1 {
        top: 0;
        left: 204px; }
      .animated-box .animated-data.pane2 .g2 .path-2 {
        top: 0;
        left: 342px; }
    .animated-box .animated-data.pane2 .g3 {
      top: 338px;
      left: 0;
      right: 0;
      height: 30px;
      max-width: 421px;
      margin: auto;
      position: absolute; }
      .animated-box .animated-data.pane2 .g3 .path-1 {
        top: 0;
        left: 342px; }
    .animated-box .animated-data.pane3 .bar {
      width: 335px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06); }
      .animated-box .animated-data.pane3 .bar.bar-1 {
        top: 32px;
        left: 117px;
        height: 88px;
        background-position: 0 -745px; }
      .animated-box .animated-data.pane3 .bar.bar-2 {
        top: 150px;
        left: 58px;
        height: 126px;
        background-position: 0px -849px; }
      .animated-box .animated-data.pane3 .bar.bar-3 {
        top: 220px;
        left: 262px;
        width: 189px;
        height: 98px;
        background-position: 0px -991px; }
      .animated-box .animated-data.pane3 .bar.bar-4 {
        top: 348px;
        left: 117px;
        height: 93px;
        background-position: 0px -1105px; }
    .animated-box .animated-data.pane3 .path {
      left: 140px; }
      .animated-box .animated-data.pane3 .path.path-1 {
        top: 121px; }
      .animated-box .animated-data.pane3 .path.path-2 {
        top: 280px;
        height: 65px; }
    .animated-box .animated-data.pane4 .bar {
      width: 335px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06); }
      .animated-box .animated-data.pane4 .bar.bar-1 {
        top: 64px;
        left: 60px;
        height: 78px;
        background-position: 0 -1213px; }
      .animated-box .animated-data.pane4 .bar.bar-2 {
        top: 173px;
        left: 116px;
        height: 103px;
        background-position: 0 -1307px; }
      .animated-box .animated-data.pane4 .bar.bar-3 {
        top: 308px;
        left: 60px;
        height: 103px;
        background-position: 0 -1425px; }
    .animated-box .animated-data.pane4 .path {
      left: 140px; }
      .animated-box .animated-data.pane4 .path.path-1 {
        top: 142px; }
      .animated-box .animated-data.pane4 .path.path-2 {
        top: 277px; }
    .animated-box .animated-data.pane5 .bar {
      width: 335px;
      height: 216px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06); }
      .animated-box .animated-data.pane5 .bar.bar-1 {
        top: 48px;
        left: 30px;
        background-position: 0 -1544px; }
      .animated-box .animated-data.pane5 .bar.bar-2 {
        top: 209px;
        left: 146px;
        background-position: 0 -1776px; }
    .animated-box .animated-data.pane6 .bar {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06); }
      .animated-box .animated-data.pane6 .bar.bar-1 {
        top: 18px;
        left: 68px;
        width: 114px;
        height: 168px;
        background-position: 0 -2004px; }
      .animated-box .animated-data.pane6 .bar.bar-2 {
        top: 66px;
        left: 68px;
        width: 335px;
        height: 78px;
        background-position: 0px -2342px; }
      .animated-box .animated-data.pane6 .bar.bar-3 {
        top: 175px;
        left: 60px;
        width: 314px;
        height: 139px;
        background-position: 0px -2188px; }
      .animated-box .animated-data.pane6 .bar.bar-4 {
        top: 344px;
        left: 117px;
        width: 335px;
        height: 97px;
        background-position: 0px -2436px; }
    .animated-box .animated-data.pane7 .bar {
      width: 335px;
      height: 216px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06); }
      .animated-box .animated-data.pane7 .bar.bar-1 {
        top: 48px;
        left: 30px;
        background-position: 0 -2776px; }
      .animated-box .animated-data.pane7 .bar.bar-2 {
        top: 209px;
        left: 146px;
        background-position: 0 -3008px; }
    .animated-box .animated-data.pane8 .bar {
      left: 0;
      right: 0;
      margin: auto;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06); }
      .animated-box .animated-data.pane8 .bar.bar-1 {
        top: 48px;
        width: 421px;
        height: 100px;
        background-position: 0px -2549px; }
      .animated-box .animated-data.pane8 .bar.bar-2 {
        top: 186px;
        width: 125px;
        height: 100px;
        background-position: 0px -2660px; }
      .animated-box .animated-data.pane8 .bar.bar-3 {
        top: 326px;
        width: 125px;
        height: 100px;
        background-position: -148px -2660px; }
      .animated-box .animated-data.pane8 .bar.bar-3 {
        top: 326px;
        width: 125px;
        height: 100px;
        background-position: -148px -2660px; }
    .animated-box .animated-data.pane8 .canvas-box {
      left: 0;
      right: 0;
      top: 148px;
      width: 274px;
      height: 223px;
      margin: auto;
      position: absolute; }
      .animated-box .animated-data.pane8 .canvas-box .canvas {
        position: absolute;
        background: #c1c2c4; }
        .animated-box .animated-data.pane8 .canvas-box .canvas:before {
          content: "";
          position: absolute;
          background: url(../img/tabs-img/canvas.svg) no-repeat; }
        .animated-box .animated-data.pane8 .canvas-box .canvas.canvas-1 {
          top: 0;
          left: 0;
          width: 1px;
          height: 100%; }
        .animated-box .animated-data.pane8 .canvas-box .canvas.canvas-2 {
          top: 0;
          right: 0;
          width: 1px;
          height: 100%; }
        .animated-box .animated-data.pane8 .canvas-box .canvas.canvas-3 {
          top: 0;
          left: 0;
          right: 0;
          width: 1px;
          height: 38px;
          margin: auto; }
          .animated-box .animated-data.pane8 .canvas-box .canvas.canvas-3:before {
            left: -4px;
            bottom: 0px;
            width: 10px;
            height: 8px;
            content: "";
            background-position: -2px -10px; }
        .animated-box .animated-data.pane8 .canvas-box .canvas.canvas-4 {
          top: 80px;
          left: 0;
          width: 71px;
          height: 1px;
          margin: auto; }
          .animated-box .animated-data.pane8 .canvas-box .canvas.canvas-4:before {
            right: -3px;
            top: -1px;
            bottom: 0;
            width: 8px;
            height: 10px;
            content: "";
            margin: auto;
            background-position: -7px 0px; }
        .animated-box .animated-data.pane8 .canvas-box .canvas.canvas-5 {
          top: 80px;
          right: 0;
          width: 72px;
          height: 1px;
          margin: auto; }
          .animated-box .animated-data.pane8 .canvas-box .canvas.canvas-5:before {
            left: -2px;
            top: 0;
            bottom: 0;
            width: 8px;
            height: 10px;
            content: "";
            margin: auto;
            background-position: 0px 0px; }
        .animated-box .animated-data.pane8 .canvas-box .canvas.canvas-6 {
          top: 222px;
          left: 0;
          width: 72px;
          height: 1px;
          margin: auto; }
          .animated-box .animated-data.pane8 .canvas-box .canvas.canvas-6:before {
            right: -3px;
            top: -1px;
            bottom: 0;
            width: 8px;
            height: 10px;
            content: "";
            margin: auto;
            background-position: -7px 0px; }
        .animated-box .animated-data.pane8 .canvas-box .canvas.canvas-7 {
          top: 222px;
          right: 0;
          width: 72px;
          height: 1px;
          margin: auto; }
          .animated-box .animated-data.pane8 .canvas-box .canvas.canvas-7:before {
            left: -2px;
            top: 0;
            bottom: 0;
            width: 8px;
            height: 10px;
            content: "";
            margin: auto;
            background-position: 0px 0px; }

@media (max-width: 500px) {
  .animated-box .animated-data.pane1 {
    left: -56px;
    top: -54px;
    transform: scale(0.75); }
  .animated-box .animated-data.pane2 {
    left: -12px;
    top: -54px;
    transform: scale(0.75); }
  .animated-box .animated-data.pane3 {
    left: -56px;
    top: -54px;
    transform: scale(0.75); }
  .animated-box .animated-data.pane4 {
    left: -56px;
    top: -54px;
    transform: scale(0.75); }
  .animated-box .animated-data.pane5 {
    left: -56px;
    top: -54px;
    transform: scale(0.75); }
  .animated-box .animated-data.pane6 {
    left: -56px;
    top: -54px;
    transform: scale(0.75); }
  .animated-box .animated-data.pane7 {
    left: -56px;
    top: -54px;
    transform: scale(0.75); }
  .animated-box .animated-data.pane8 {
    left: -14px;
    top: -54px;
    transform: scale(0.75); } }
@media (max-width: 400px) {
  .animated-box .animated-data.pane1 {
    left: -64px;
    top: -62px;
    transform: scale(0.65); }
  .animated-box .animated-data.pane2 {
    left: -26px;
    top: -62px;
    transform: scale(0.65); }
  .animated-box .animated-data.pane3 {
    left: -64px;
    top: -62px;
    transform: scale(0.65); }
  .animated-box .animated-data.pane4 {
    left: -64px;
    top: -62px;
    transform: scale(0.65); }
  .animated-box .animated-data.pane5 {
    left: -64px;
    top: -62px;
    transform: scale(0.65); }
  .animated-box .animated-data.pane6 {
    left: -64px;
    top: -62px;
    transform: scale(0.65); }
  .animated-box .animated-data.pane7 {
    left: -64px;
    top: -62px;
    transform: scale(0.65); }
  .animated-box .animated-data.pane8 {
    left: -30px;
    top: -62px;
    transform: scale(0.65); } }
@media (max-width: 370px) {
  .animated-box .animated-data.pane1 {
    left: -64px;
    top: -70px;
    transform: scale(0.52); }
  .animated-box .animated-data.pane2 {
    left: -26px;
    top: -70px;
    transform: scale(0.52); }
  .animated-box .animated-data.pane3 {
    left: -64px;
    top: -70px;
    transform: scale(0.52); }
  .animated-box .animated-data.pane4 {
    left: -64px;
    top: -70px;
    transform: scale(0.52); }
  .animated-box .animated-data.pane5 {
    left: -64px;
    top: -70px;
    transform: scale(0.52); }
  .animated-box .animated-data.pane6 {
    left: -64px;
    top: -70px;
    transform: scale(0.52); }
  .animated-box .animated-data.pane7 {
    left: -64px;
    top: -70px;
    transform: scale(0.52); }
  .animated-box .animated-data.pane8 {
    left: -30px;
    top: -70px;
    transform: scale(0.52); } }

.integration-box {
  text-align: center; }
  @media (min-width: 768px) {
    .integration-box {
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
      .integration-box:hover {
        box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.16); } }
  @media (max-width: 767px) {
    .integration-box {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 28px; } }
  .integration-box h4 {
    padding: 30px 20px;
    background: #f8fcff;
    border-bottom: 1px solid #e8e8e8; }
    .integration-box h4 i {
      width: 72px;
      height: 75px;
      background: url(../img/sprite.svg) no-repeat; }
      .integration-box h4 i.accounting-icon {
        background-position: -153px -305px; }
      .integration-box h4 i.gateway-icon {
        background-position: -153px -388px; }
      .integration-box h4 i.shipping-icon {
        width: 94px;
        background-position: -142px -464px; }
      .integration-box h4 i.email-icon {
        background-position: -153px -538px; }
    .integration-box h4 span {
      font-size: 18px;
      display: block;
      font-weight: 600;
      text-transform: uppercase; }
  .integration-box figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .integration-box figure {
        min-height: 320px; } }
    .integration-box figure img {
      display: block; }
      @media (max-width: 767px) {
        .integration-box figure img {
          padding: 20px 0; } }

.home .home-pg-head {
  background: linear-gradient(to left, #003ea8, #226eb9);
  color: #fff; }

.integration-logos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: -47px; }
  @media (max-width: 767px) {
    .integration-logos {
      margin-top: -22px; } }
  .integration-logos li {
    text-align: center;
    margin-top: 47px; }
    @media (min-width: 1024px) {
      .integration-logos li {
        width: 25%; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .integration-logos li {
        width: 33%; } }
    @media (max-width: 767px) {
      .integration-logos li {
        width: calc(50% - 20px);
        background: #fff;
        height: 110px;
        display: inline-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        margin: 22px 10px 0;
        padding: 0 12px;
        border: 1px solid #f2f2f2; } }

.data {
  overflow: hidden;
  height: 38px;
  display: inline-block;
  vertical-align: top; }
  .data .changing-data {
    display: block;
    transform: translateY(0);
    transition: 0.8s; }
    .data .changing-data span {
      display: block;
      width: 100%; }
      .data .changing-data span span {
        display: inline-block;
        vertical-align: top;
        height: 38px;
        position: relative;
        width: auto;
        z-index: 2; }

h1 .flex {
  display: flex;
  overflow: hidden; }
  h1 .flex .text-carousel {
    left: 8px; }
  h1 .flex .text-carousel2 {
    left: 8px; }

.home .page-head,
.home .plan-gutter,
.home .multi-col-gutter,
.home .consultation-gutter {
  overflow: hidden; }
@media (max-width: 767px) {
  .home .container {
    max-width: 100%;
    overflow: hidden; } }

.page-head.info {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .page-head.info {
      height: calc(100vh - 90px); } }
  @media (max-device-width: 767px) and (orientation: landscape) {
    .page-head.info {
      height: auto; } }
  .page-head.info .container {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .page-head.info .cnt {
    line-height: 1.3;
    padding: 80px 0 30px; }
    @media (min-width: 1024px) {
      .page-head.info .cnt {
        font-size: 28px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .page-head.info .cnt {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .page-head.info .cnt {
        font-size: 18px;
        padding: 60px 0 0; } }
    @media (max-width: 360px) {
      .page-head.info .cnt {
        font-size: 16px;
        padding: 20px 0 0; }
        .page-head.info .cnt p {
          white-space: nowrap; } }
    .page-head.info .cnt h1 {
      margin-bottom: 16px;
      font-weight: 600; }
      @media (min-width: 1024px) {
        .page-head.info .cnt h1 {
          font-size: 45px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .page-head.info .cnt h1 {
          font-size: 36px; } }
      @media (max-width: 767px) {
        .page-head.info .cnt h1 {
          font-size: 32px; } }
      @media (max-width: 360px) {
        .page-head.info .cnt h1 {
          font-size: 28px; } }
      @media (max-width: 320px) {
        .page-head.info .cnt h1 {
          font-size: 26px; } }
      .page-head.info .cnt h1 span.title {
        display: block;
        font-size: 26px;
        font-weight: 600;
        margin-top: 14px; }
    .page-head.info .cnt .button {
      padding-top: 20px; }
      .page-head.info .cnt .button .btn {
        margin: 0;
        min-width: 134px;
        padding: 16px 14px 14px; }
  .page-head.info figure {
    top: 35px;
    position: relative; }
    @media (max-width: 767px) {
      .page-head.info figure {
        font-size: 18px; } }

@media (max-width: 1023px) {
  .tab-gutter:not(.no) {
    height: 58px;
    overflow: hidden;
    position: relative;
    border: 1px solid #f3f7ff; }
    .tab-gutter:not(.no):before {
      content: "";
      left: 0;
      top: 0;
      width: 30px;
      height: 100%;
      position: absolute;
      z-index: 1;
      background: url(../img/blur.png) -10px center repeat-y; }
    .tab-gutter:not(.no):after {
      content: "";
      right: 0;
      top: 0;
      width: 30px;
      height: 100%;
      position: absolute;
      transform: rotate(180deg);
      z-index: 1;
      background: url(../img/blur.png) -10px center repeat-y; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .tab-gutter:not(.no) {
      margin: 0 -16px; } }
@media (max-width: 1023px) {
    .tab-gutter:not(.no) .tabs-left {
      height: 100px;
      margin: 0; }
      .tab-gutter:not(.no) .tabs-left li {
        padding: 0;
        margin-bottom: 0; }
        .tab-gutter:not(.no) .tabs-left li:not(:last-child) {
          border-right: 1px solid #f3f7ff; }
        .tab-gutter:not(.no) .tabs-left li a {
          height: 56px;
          padding: 0 22px;
          line-height: 1;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; } }
@media (max-width: 1023px) {
  .tab-gutter.no {
    height: 128px;
    overflow: hidden;
    position: relative;
    border: 1px solid #f3f7ff; }
    .tab-gutter.no:before {
      content: "";
      left: 0;
      top: 0;
      width: 30px;
      height: 100%;
      position: absolute;
      z-index: 1;
      background: url(../img/blur.png) -10px center repeat-y; }
    .tab-gutter.no:after {
      content: "";
      right: 0;
      top: 0;
      width: 30px;
      height: 100%;
      position: absolute;
      transform: rotate(180deg);
      z-index: 1;
      background: url(../img/blur.png) -6px center repeat-y; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .tab-gutter.no {
      margin: 0 -16px;
      height: 120px; } }
@media (max-width: 1023px) {
    .tab-gutter.no .ben-list {
      height: 160px;
      margin: 0; }
      .tab-gutter.no .ben-list > li {
        padding: 0;
        margin-bottom: 0; }
        .tab-gutter.no .ben-list > li:not(:last-child) {
          border-right: 1px solid #f3f7ff; }
        .tab-gutter.no .ben-list > li a {
          height: auto;
          padding: 12px 18px;
          line-height: 1;
          white-space: nowrap;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          .tab-gutter.no .ben-list > li a .ben-icon {
            top: 2px; } }

.about-calc {
  max-width: 620px;
  margin: 0 auto 80px; }
  @media (max-width: 767px) {
    .about-calc {
      margin-bottom: 40px; } }

.about-calc .data {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 10px;
  display: inline-flex;
  font-weight: 500; }

.about-calc .number,
.about-calc .data .value .sign {
  font-size: 70px;
  font-weight: 600; }

.about-calc .data p {
  padding: 4px 0 0 4px; }

.about-calc .data .ishq {
  padding: 0 36px 0 20px;
  display: inline-block; }

.about-calc .data .color {
  color: #ff9258; }

.about-info {
  font-size: 16px;
  line-height: 25px; }

.about-info figure {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .about-info figure img {
      max-width: 70%; } }

.pricing-gutter .box {
  position: relative;
  padding: 0 24px 26px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
  .pricing-gutter .box:hover {
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.16); }
  @media (max-width: 767px) {
    .pricing-gutter .box {
      margin-bottom: 20px; } }
  .pricing-gutter .box .btn {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .pricing-gutter .box:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
    .pricing-gutter .box:hover .btn {
      color: #fff;
      background: #f66e00; }
  .pricing-gutter .box figure {
    height: 280px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .pricing-gutter .box .cnt h3 {
    color: #2b2d39;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0; }
  .pricing-gutter .box .cnt h4 {
    font-size: 40px;
    margin-bottom: 22px; }
    .pricing-gutter .box .cnt h4 span {
      font-size: 20px; }
  .pricing-gutter .box .cnt .range {
    display: block;
    margin: 9px 0 0px;
    color: #848484; }
  .pricing-gutter .box .cnt .button {
    margin: 42px 0 20px; }
  .pricing-gutter .box .ribbon {
    left: -5px;
    top: -5px;
    z-index: 1;
    width: 119px;
    height: 119px;
    overflow: hidden;
    position: absolute; }
    .pricing-gutter .box .ribbon span {
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      text-align: center;
      line-height: 30px;
      width: 150px;
      display: block;
      position: absolute;
      background: #00a918;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      /*box-shadow: 0 3px 10px -5px $primary-color;*/
      top: 26px;
      left: -32px; }
      .pricing-gutter .box .ribbon span:before {
        left: 0px;
        top: 100%;
        z-index: -1;
        content: "";
        position: absolute;
        border-left: 3px solid #00a918;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #00a918; }
      .pricing-gutter .box .ribbon span:after {
        right: 0px;
        top: 100%;
        z-index: -1;
        content: "";
        position: absolute;
        border-left: 3px solid transparent;
        border-right: 3px solid #00a918;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #00a918; }
.pricing-gutter .listing {
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media (max-width: 767px) {
    .pricing-gutter .listing {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  @media (max-width: 767px) {
    .pricing-gutter .listing li:nth-child(2) {
      padding: 40px 0; } }
  .pricing-gutter .listing li a {
    color: #212121;
    display: block;
    text-align: center; }
    .pricing-gutter .listing li a:before {
      width: 44px;
      height: 40px;
      content: "";
      display: block;
      margin: 0 auto 6px;
      position: relative; }
    .pricing-gutter .listing li a.call-icon:before {
      background-position: -168px -962px; }
    .pricing-gutter .listing li a.email-icon:before {
      background-position: -167px -1010px; }
    .pricing-gutter .listing li a.live-icon:before {
      background-position: -167px -1061px; }

ul,
ol {
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
    margin: 0;
    padding: 0;
    list-style: none; }

.txt-orange {
  color: #d96f32; }

.heading-tag h3 span,
.heading-tag .capitis-h3tag span {
  color: #086892;
  font-size: 36px;
  display: block;
  letter-spacing: 0px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 600; }

.casestudy-contents .product-def-sec {
  text-align: center;
  z-index: 2;
  background: #f6f6f6;
  border-bottom: 1px solid #e5e5e5; }
  .casestudy-contents .product-def-sec.budgyt-csdv {
    background: #fff; }
    .casestudy-contents .product-def-sec.budgyt-csdv figure {
      margin: 50px 0 4px; }
@media (min-width: 767px) {
  .casestudy-contents .heading-tag:not(.nomarginbtm) {
    margin-bottom: 60px; } }
@media (max-width: 766px) {
  .casestudy-contents .heading-tag:not(.nomarginbtm) {
    margin-bottom: 30px; } }
.casestudy-contents .heading-tag p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0; }
.casestudy-contents .heading-tag.t2 {
  text-align: center; }
.casestudy-contents .heading-tag h3 {
  margin: 0;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 36px; }
.casestudy-contents .multi-flex-content:not(.tabs-left-cnt) {
  border-bottom: 1px solid #e5e5e5;
  font-size: 22px;
  line-height: 34px; }
  @media (max-width: 766px) {
    .casestudy-contents .multi-flex-content:not(.tabs-left-cnt).goal {
      padding: 15px 0; } }
  .casestudy-contents .multi-flex-content:not(.tabs-left-cnt).goal .inner-flex {
    font-size: 18px;
    line-height: 32px; }
  .casestudy-contents .multi-flex-content:not(.tabs-left-cnt).flex-col- h2 {
    color: #086892;
    margin-top: 10px;
    letter-spacing: 0px;
    position: relative;
    line-height: 48px;
    font-weight: 500;
    font-size: 36px; }
    @media (max-width: 767px) {
      .casestudy-contents .multi-flex-content:not(.tabs-left-cnt).flex-col- h2 {
        margin-bottom: 46px; } }
    .casestudy-contents .multi-flex-content:not(.tabs-left-cnt).flex-col- h2:before {
      width: 60px;
      height: 4px;
      left: 0;
      bottom: -22px;
      content: "";
      position: absolute;
      background: #d96f32; }
  @media (min-width: 768px) {
    .casestudy-contents .multi-flex-content:not(.tabs-left-cnt).flex-col- .inner-flex {
      padding-left: 50px;
      padding-right: 50px; } }
.casestudy-contents .csconclusion .heading-tag h3 span {
  color: #086892; }
.casestudy-contents .csconclusion .heading-tag p {
  font-size: 18px;
  line-height: 32px; }
.casestudy-contents .product-multi-def-sec {
  font-size: 16px;
  line-height: 30px; }

@media (min-width: 767px) {
  .inner-info {
    padding-left: 50px;
    padding-right: 50px; } }

.challenges-sec {
  font-size: 16px;
  line-height: 28px;
  background: #151a1d;
  overflow: hidden; }
  .challenges-sec .heading-tag h3 span {
    color: #fff; }
  .challenges-sec .two-challenges .inner {
    text-align: center; }
  .challenges-sec p {
    color: #fff;
    opacity: 0.3; }
  .challenges-sec i.fadmcs {
    float: left;
    margin-top: 4px; }
    .challenges-sec i.fadmcs:before {
      content: "";
      display: inline-block;
      background: url(../img/live/sprites.png) no-repeat; }
    .challenges-sec i.fadmcs.scheduling-remotii-fadmcs:before {
      width: 50px;
      height: 60px;
      background-position: -1px -2590px; }
    .challenges-sec i.fadmcs.remote-management-fadmcs:before {
      width: 50px;
      height: 75px;
      background-position: -58px -2581px; }
    .challenges-sec i.fadmcs.sharing-control-fadmcs:before {
      width: 52px;
      height: 56px;
      background-position: -58px -2653px; }
    .challenges-sec i.fadmcs.notifications-fadmcs:before {
      width: 50px;
      height: 60px;
      background-position: -60px -2515px; }
    .challenges-sec i.fadmcs.billing-management-fadmcs:before {
      width: 50px;
      height: 60px;
      background-position: -1px -2517px; }
    .challenges-sec i.fadmcs.accounting-fadmcs:before {
      width: 52px;
      height: 56px;
      background-position: -1px -2655px; }
  .challenges-sec h4 {
    color: #d96f32;
    font-size: 20px;
    margin-top: 0; }

@media (min-width: 767px) {
  .two-challenges .inner,
  .challenges-sec .inner {
    width: 84%;
    padding-top: 40px; } }
.two-challenges .inner.have-icons,
.challenges-sec .inner.have-icons {
  padding-left: 70px; }
@media (max-width: 766px) {
  .two-challenges .inner,
  .challenges-sec .inner {
    padding-bottom: 20px; } }
.two-challenges .inner h4,
.challenges-sec .inner h4 {
  color: #d96f32;
  font-size: 20px;
  margin-top: 0; }
.two-challenges .inner p,
.challenges-sec .inner p {
  color: #fff;
  opacity: 0.3; }

.pain-points-list {
  font-size: 18px;
  line-height: 24px;
  text-align: center; }
  .pain-points-list li {
    color: #7b7c7d;
    vertical-align: top;
    display: inline-block;
    font-weight: 500; }
    @media (min-width: 801px) {
      .pain-points-list li {
        margin-top: 60px;
        width: 32%; } }
    @media (min-width: 600px) and (max-width: 800px) {
      .pain-points-list li {
        width: 49%;
        padding: 0 15px;
        margin-top: 40px; } }
    @media (max-width: 599px) {
      .pain-points-list li {
        width: 100%;
        padding: 0 15px;
        margin-top: 30px; } }
    .pain-points-list li i {
      display: inline-block;
      margin-bottom: 19px; }
      .pain-points-list li i:before {
        content: "";
        display: block;
        background: url(../img/live/sprites2.png) no-repeat; }
      .pain-points-list li i.benefits1-pain-point:before {
        width: 52px;
        height: 52px;
        background-position: -23px -17px; }
      .pain-points-list li i.benefits2-pain-point:before {
        width: 54px;
        height: 52px;
        background-position: -23px -97px; }
      .pain-points-list li i.benefits3-pain-point:before {
        width: 54px;
        height: 52px;
        background-position: -23px -174px; }
      .pain-points-list li i.benefits4-pain-point:before {
        width: 73px;
        height: 67px;
        background-position: -12px -248px; }
      .pain-points-list li i.benefits5-pain-point:before {
        width: 66px;
        height: 64px;
        background-position: -15px -328px; }
    .pain-points-list li span {
      display: block; }

.budgyt-benifits li {
  vertical-align: top;
  display: inline-block;
  font-weight: 500; }
  @media (min-width: 801px) {
    .budgyt-benifits li {
      margin-top: 60px;
      width: 32%; } }
  @media (min-width: 600px) and (max-width: 800px) {
    .budgyt-benifits li {
      width: 49%;
      padding: 0 15px;
      margin-top: 40px; } }
  @media (max-width: 599px) {
    .budgyt-benifits li {
      width: 100%;
      padding: 0 15px;
      margin-top: 30px; } }
  .budgyt-benifits li i.feature {
    margin-bottom: 16px;
    display: inline-block; }
    .budgyt-benifits li i.feature:before {
      content: "";
      display: block;
      background: url(../img/live/sprites2.png) no-repeat; }
    .budgyt-benifits li i.feature.benefits1-feature:before {
      width: 71px;
      height: 72px;
      background-position: -130px -17px; }
    .budgyt-benifits li i.feature.benefits2-feature:before {
      width: 71px;
      height: 72px;
      background-position: -122px -103px; }
    .budgyt-benifits li i.feature.benefits3-feature:before {
      width: 98px;
      height: 72px;
      background-position: -112px -188px; }
    .budgyt-benifits li i.feature.benefits4-feature:before {
      width: 98px;
      height: 80px;
      background-position: -112px -278px; }
    .budgyt-benifits li i.feature.benefits5-feature:before {
      width: 84px;
      height: 80px;
      background-position: -114px -382px; }
  .budgyt-benifits li span {
    color: #033155;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 500; }

.cstesting-sec {
  color: #fff;
  font-size: 18px;
  position: relative;
  background: #086892;
  line-height: 34px; }
  .cstesting-sec .heading-tag h3 span {
    color: #fff; }
  .cstesting-sec figure {
    right: 0;
    top: 0;
    position: absolute; }
  .cstesting-sec .inner-info {
    z-index: 2;
    max-width: 530px;
    position: relative; }
  .cstesting-sec .heading-tag p {
    font-size: 18px;
    line-height: 32px; }

.flex-direction {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-height {
  height: 100%;
  position: relative; }

.product-value-sec {
  text-align: center; }
  .product-value-sec .container {
    height: 100%; }
  .product-value-sec.budgyt-about {
    background: url(../img/casestudy/Case-Studies-Budgyt-about.jpg) 0/cover fixed no-repeat; }
    @media (min-width: 1000px) {
      .product-value-sec.budgyt-about {
        height: 400px; } }
    .product-value-sec.budgyt-about .heading-tag h3 span {
      color: #086892; }
    .product-value-sec.budgyt-about p {
      max-width: 690px;
      margin: 20px 0 30px; }
    .product-value-sec.budgyt-about .content {
      color: #000;
      font-size: 18px;
      line-height: 32px;
      font-weight: 500; }

.remotii-sec {
  position: relative; }
  .remotii-sec .hang-part {
    height: 290px;
    right: -34px;
    top: -24px;
    bottom: 0;
    margin: auto;
    background: #fff;
    padding: 36px 5px 36px 30px;
    border: 4px solid #e2e2e2;
    font-weight: 600; }
    @media (min-width: 700px) {
      .remotii-sec .hang-part {
        width: 252px;
        position: absolute; } }
    .remotii-sec .hang-part h3 {
      font-size: 32px;
      line-height: 38px;
      letter-spacing: 1px; }
    .remotii-sec .hang-part span {
      color: #d96f32; }

@media (min-width: 1000px) {
  .remotii-rt-sec {
    padding: 34px 91px; } }
@media (min-width: 700px) and (max-width: 999px) {
  .remotii-rt-sec {
    padding-left: 32px; } }
@media (max-width: 699px) {
  .remotii-rt-sec {
    padding-top: 20px; } }

.block-list li {
  font-size: 18px;
  padding-left: 32px;
  position: relative;
  line-height: 26px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500;
  color: #d96f32; }
  .block-list li:before {
    left: 0;
    top: 3px;
    width: 14px;
    height: 20px;
    content: "";
    position: absolute;
    background: url(../img/live/sprites.png) no-repeat -54px -453px; }

.cbullet-list {
  padding-left: 32px; }
  .cbullet-list li {
    font-size: 16px;
    padding-left: 32px;
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500; }
    .cbullet-list li:before {
      left: 0;
      top: 6px; }
    .cbullet-list li:nth-child(1):before {
      width: 12px;
      height: 12px;
      content: "";
      position: absolute;
      background: #636363;
      border-radius: 10px; }
    .cbullet-list li:nth-child(2):before {
      width: 12px;
      height: 12px;
      content: "";
      position: absolute;
      background: #ff5300;
      border-radius: 10px; }
    .cbullet-list li:nth-child(3):before {
      width: 12px;
      height: 12px;
      content: "";
      position: absolute;
      background: #ff1400;
      border-radius: 10px; }
    .cbullet-list li:nth-child(4):before {
      width: 12px;
      height: 12px;
      content: "";
      position: absolute;
      background: #2efd00;
      border-radius: 10px; }

.sp-fig {
  margin: 12px 0;
  border: 1px solid #ccc; }

/*casestudy tabs start*/
.tabs-left-cnt {
  font-size: 16px;
  line-height: 28px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #e5e5e5; }
  @media (max-width: 575px) {
    .tabs-left-cnt div[class*="col-"] {
      padding: 0; } }
  .tabs-left-cnt .tabs-left {
    position: relative;
    display: block; }
    @media (max-width: 576px) {
      .tabs-left-cnt .tabs-left {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto; } }
    .tabs-left-cnt .tabs-left:before {
      width: 1px;
      height: 100%;
      right: 0;
      top: 0;
      bottom: 0;
      content: "";
      z-index: 0;
      background: #ccc;
      position: absolute; }
    .tabs-left-cnt .tabs-left li {
      margin: 0;
      position: relative; }
      @media (max-width: 576px) {
        .tabs-left-cnt .tabs-left li {
          min-width: 214px; } }
      .tabs-left-cnt .tabs-left li a {
        color: #7b7b7b;
        font-size: 14px;
        position: relative;
        padding: 36px 0 46px;
        background: #f6f6f6;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        font-weight: 600;
        display: block; }
        @media (max-width: 576px) {
          .tabs-left-cnt .tabs-left li a {
            padding: 12px 18px 18px; } }
        .tabs-left-cnt .tabs-left li a:before {
          width: 0;
          height: 3px;
          top: 0;
          bottom: 0;
          left: -100px;
          content: "";
          margin: auto;
          position: absolute;
          background: #d96f32;
          -moz-transition: width 0.4s ease-in-out;
          -o-transition: width 0.4s ease-in-out;
          -webkit-transition: width 0.4s ease-in-out;
          transition: width 0.4s ease-in-out; }
          @media (max-width: 576px) {
            .tabs-left-cnt .tabs-left li a:before {
              display: none; } }
        .tabs-left-cnt .tabs-left li a:after {
          width: 1000%;
          height: 100%;
          left: -1000%;
          top: 0;
          bottom: 0;
          content: "";
          z-index: -1;
          background: #f6f6f6;
          position: absolute; }
        .tabs-left-cnt .tabs-left li a span {
          display: block; }
          @media (min-width: 900px) {
            .tabs-left-cnt .tabs-left li a span {
              line-height: 32px;
              margin-top: 6px;
              font-size: 24px; } }
          @media (min-width: 767px) and (max-width: 899px) {
            .tabs-left-cnt .tabs-left li a span {
              font-size: 20px; } }
          .tabs-left-cnt .tabs-left li a span i.icons {
            width: 40px;
            height: 40px;
            margin-right: 16px;
            float: left;
            background: url(../img/live/sprites2.png) no-repeat; }
            @media (max-width: 766px) {
              .tabs-left-cnt .tabs-left li a span i.icons {
                margin-right: 10px; } }
            .tabs-left-cnt .tabs-left li a span i.icons.icon-business {
              background-position: -6px -481px; }
            .tabs-left-cnt .tabs-left li a span i.icons.icon-challenges {
              background-position: -7px -526px; }
            .tabs-left-cnt .tabs-left li a span i.icons.icon-solution {
              background-position: -6px -574px; }
            .tabs-left-cnt .tabs-left li a span i.icons.icon-impact {
              background-position: -7px -619px; }
        .tabs-left-cnt .tabs-left li a.active span, .tabs-left-cnt .tabs-left li a:hover span {
          color: #086892; }
          .tabs-left-cnt .tabs-left li a.active span i.icons.icon-business, .tabs-left-cnt .tabs-left li a:hover span i.icons.icon-business {
            background-position: -63px -481px; }
          .tabs-left-cnt .tabs-left li a.active span i.icons.icon-challenges, .tabs-left-cnt .tabs-left li a:hover span i.icons.icon-challenges {
            background-position: -64px -526px; }
          .tabs-left-cnt .tabs-left li a.active span i.icons.icon-solution, .tabs-left-cnt .tabs-left li a:hover span i.icons.icon-solution {
            background-position: -63px -574px; }
          .tabs-left-cnt .tabs-left li a.active span i.icons.icon-impact, .tabs-left-cnt .tabs-left li a:hover span i.icons.icon-impact {
            background-position: -64px -619px; }
        .tabs-left-cnt .tabs-left li a.active {
          background: #fff; }
          @media (min-width: 576px) {
            .tabs-left-cnt .tabs-left li a.active {
              border-right: 0; } }
          .tabs-left-cnt .tabs-left li a.active:before {
            width: 38px; }
          .tabs-left-cnt .tabs-left li a.active:after {
            background: #fff; }
  @media (min-width: 576px) {
    .tabs-left-cnt .tab-content {
      padding-left: 32px;
      margin: 90px 0; } }
  @media (max-width: 575px) {
    .tabs-left-cnt .tab-content {
      padding: 15px; } }
  .tabs-left-cnt .tab-content h3 {
    font-size: 26px;
    line-height: 28px;
    margin-top: 10px;
    font-weight: 500; }
  .tabs-left-cnt .tab-content .list-type > li {
    width: 49%;
    font-size: 16px;
    line-height: 30px;
    padding-right: 60px;
    position: relative;
    margin-bottom: 40px;
    vertical-align: top;
    display: inline-block; }
    .tabs-left-cnt .tab-content .list-type > li span {
      color: #d96f32;
      display: block;
      font-size: 20px;
      margin-bottom: 12px;
      font-weight: 600;
      letter-spacing: 1px; }
  .tabs-left-cnt .tab-content .list-type.list-type-wide {
    margin-top: 40px; }
    .tabs-left-cnt .tab-content .list-type.list-type-wide > li {
      width: 100%;
      margin-bottom: 40px; }
      .tabs-left-cnt .tab-content .list-type.list-type-wide > li.list-type-3 {
        width: 48%; }
    .tabs-left-cnt .tab-content .list-type.list-type-wide .normal-list {
      margin-top: 8px; }

.work-gutter {
  overflow: hidden; }
  .work-gutter .slide-container {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500; }
  .work-gutter .work-slide-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px; }
    .work-gutter .work-slide-content .fig {
      width: 33%;
      padding: 5px 20px; }
      .work-gutter .work-slide-content .fig figure {
        display: inline-block;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.13); }
      .work-gutter .work-slide-content .fig img {
        width: 100%; }
  .work-gutter .work-slide-container {
    background: #f6f6f6; }
    .work-gutter .work-slide-container .work-slide {
      opacity: 0;
      overflow: hidden;
      background: #f6f6f6;
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      z-index: -1;
      transition: all 0.8s ease-in-out;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      visibility: hidden; }
      .work-gutter .work-slide-container .work-slide.active-slide {
        opacity: 1;
        z-index: 91;
        animation-fill-mode: none;
        visibility: visible; }
    .work-gutter .work-slide-container .title h2 {
      position: relative;
      margin: 0;
      font-size: 15px;
      line-height: 1;
      position: relative;
      text-transform: uppercase;
      font-weight: 500; }
      .work-gutter .work-slide-container .title h2 span {
        left: -120px;
        margin-top: 60px;
        top: 15px;
        color: #7e7e7e;
        margin-top: 40px;
        position: absolute;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        .work-gutter .work-slide-container .title h2 span:before {
          width: 26px;
          height: 2px;
          content: "";
          top: 0;
          bottom: 0;
          left: -36px;
          margin: auto;
          background: #7e7e7e;
          position: absolute; }
  .work-gutter .close-slide {
    width: 26px;
    height: 26px;
    right: 40px;
    top: 40px;
    z-index: 9;
    position: absolute;
    opacity: 0.8;
    background: url(../img/live/sprites.png) no-repeat -2px -607px; }
    .work-gutter .close-slide:hover {
      opacity: 1; }
  .work-gutter .work-container .container {
    max-width: 1080px; }
  .work-gutter .work-container .box {
    overflow: hidden;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1); }
    .work-gutter .work-container .box .thumb {
      position: relative; }
    .work-gutter .work-container .box .cnt p {
      margin: 0;
      line-height: 21px;
      font-size: 15px; }
  .work-gutter .work-container.mobile-data .box {
    max-width: 500px; }
    .work-gutter .work-container.mobile-data .box:hover {
      box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2); }
  .work-gutter .work-container.mobile-data .thumb h4 {
    top: 35px;
    left: 28px;
    margin: 0;
    color: #000;
    font-size: 22px;
    margin-bottom: 3px; }
  .work-gutter .work-container.web-data .box:hover {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2); }
  .work-gutter .work-container.web-data .thumb .data {
    top: 30px;
    left: 50px;
    position: absolute; }
    .work-gutter .work-container.web-data .thumb .data h4 {
      margin: 0;
      color: #fff; }
    .work-gutter .work-container.web-data .thumb .data h5 {
      margin: 0;
      color: #fff;
      opacity: 0.8 !important;
      font-weight: 300; }
  .work-gutter .work-container.web-data .link-data {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    position: absolute; }
  .work-gutter .mobile-slide .slide-container {
    width: 1050px; }
  .work-gutter .work-slide-head {
    margin-top: 32px;
    margin-bottom: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .work-gutter .work-slide-head .inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .work-gutter .work-slide-head .inner figure {
        margin: 0 38px 0 0;
        height: auto; }
        .work-gutter .work-slide-head .inner figure img {
          border-radius: 26px; }
    .work-gutter .work-slide-head .heading-tag {
      margin-bottom: 0; }
      .work-gutter .work-slide-head .heading-tag h3 {
        color: #7e7e7e !important;
        font-size: 16px !important;
        margin: 0;
        letter-spacing: 2px;
        line-height: normal;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0; }
        .work-gutter .work-slide-head .heading-tag h3 span {
          color: #1a1a1a;
          margin-top: 6px;
          display: block;
          letter-spacing: 0px;
          text-transform: none;
          letter-spacing: 1px;
          font-size: 40px;
          font-weight: 500; }
    .work-gutter .work-slide-head .work-slide-head-right {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .work-gutter .work-slide-head .work-slide-head-right .social-list {
        text-align: right; }
        .work-gutter .work-slide-head .work-slide-head-right .social-list li {
          margin: 0;
          display: inline-block; }
          .work-gutter .work-slide-head .work-slide-head-right .social-list li a {
            width: 80px;
            height: 80px;
            display: block;
            position: relative;
            border-radius: 100px; }
            .work-gutter .work-slide-head .work-slide-head-right .social-list li a:before {
              width: 35px;
              height: 40px;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              content: "";
              margin: auto;
              position: absolute;
              background: url(../img/live/sprites.png) no-repeat; }
            .work-gutter .work-slide-head .work-slide-head-right .social-list li a:hover {
              background: #fff; }
          .work-gutter .work-slide-head .work-slide-head-right .social-list li.icon-ios a:before {
            width: 24px;
            background-position: -41px -561px; }
          .work-gutter .work-slide-head .work-slide-head-right .social-list li.icon-ios:hover a:before {
            width: 24px;
            background-position: -41px -515px; }
          .work-gutter .work-slide-head .work-slide-head-right .social-list li.icon-forma a:before {
            width: 38px;
            background-position: -70px -561px; }
          .work-gutter .work-slide-head .work-slide-head-right .social-list li.icon-forma:hover a:before {
            width: 38px;
            background-position: -70px -515px; }
          .work-gutter .work-slide-head .work-slide-head-right .social-list li.icon-android a:before {
            background-position: -1px -563px; }
          .work-gutter .work-slide-head .work-slide-head-right .social-list li.icon-android:hover a:before {
            background-position: -1px -517px;
            width: 35px; }
          .work-gutter .work-slide-head .work-slide-head-right .social-list li.icon-win a:before {
            width: 40px;
            background-position: -1px -967px; }
          .work-gutter .work-slide-head .work-slide-head-right .social-list li.icon-win:hover a:before {
            background-position: -1px -923px; }
  @media (min-width: 1023px) {
    .work-gutter .work-container.mobile-data .row {
      margin-left: -25px;
      margin-right: -25px; }
    .work-gutter .work-container.mobile-data .col-md-6 {
      padding-left: 25px;
      padding-right: 25px; }
    .work-gutter .work-container.mobile-data .box {
      margin-bottom: 50px; }
      .work-gutter .work-container.mobile-data .box .thumb {
        min-height: 400px; }
      .work-gutter .work-container.mobile-data .box .cnt {
        padding: 14px 22px; }
        .work-gutter .work-container.mobile-data .box .cnt h4 {
          font-size: 24px; }
    .work-gutter .work-container.web-data .box {
      margin-bottom: 60px; }
      .work-gutter .work-container.web-data .box .thumb {
        min-height: 590px; }
        .work-gutter .work-container.web-data .box .thumb .data h4 {
          font-size: 30px; }
        .work-gutter .work-container.web-data .box .thumb .data h5 {
          font-size: 16px; }
      .work-gutter .work-container.web-data .box .cnt {
        padding: 21px 46px 20px; }
        .work-gutter .work-container.web-data .box .cnt h4 {
          font-size: 24px; } }
  .work-gutter .work-container .box .cnt h4 {
    font-weight: 600; }
  @media (max-width: 1023px) and (min-width: 767px) {
    .work-gutter .work-container.mobile-data .box {
      margin-bottom: 32px; }
    .work-gutter .work-container .box .cnt h4 {
      font-size: 22px; }
    .work-gutter .work-container.mobile-data .box .cnt {
      height: 130px;
      padding: 12px 16px; }
    .work-gutter .work-container.web-data .box .cnt {
      padding: 20px 36px; }
    .work-gutter .work-container.web-data .box {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .work-gutter .work-container.mobile-data .box {
      margin-bottom: 32px; }
    .work-gutter .work-container .box .cnt h4 {
      font-size: 20px; }
    .work-gutter .work-container.mobile-data .box .cnt {
      height: auto;
      padding: 12px 16px; }
    .work-gutter .work-container.web-data .box .cnt {
      padding: 20px 30px; }
    .work-gutter .work-container.web-data .box {
      margin-bottom: 32px; } }

.contact-gutter {
  display: block;
  margin: 60px 0;
  min-height: 0; }
  .contact-gutter .consultation-gutter {
    border: 0 !important; }
    .contact-gutter .consultation-gutter .ins {
      box-shadow: none !important; }
  @media (max-width: 767px) {
    .contact-gutter .consultation-gutter {
      margin-bottom: 40px; } }
  .contact-gutter h3 {
    font-size: 30px;
    font-weight: 600; }
  @media (min-width: 768px) {
    .contact-gutter .location-data {
      float: right; } }
  .contact-gutter .location-data .address-col {
    margin-bottom: 40px; }
    .contact-gutter .location-data .address-col h4 {
      color: #d96f32;
      font-size: 22px;
      margin-bottom: 2px;
      font-weight: 600; }
    .contact-gutter .location-data .address-col p {
      margin-bottom: 4px;
      font-family: Barlow; }
      .contact-gutter .location-data .address-col p.phone {
        padding-left: 8px;
        position: relative;
        line-height: normal; }
        .contact-gutter .location-data .address-col p.phone:before {
          width: 16px;
          height: 16px;
          top: 3px;
          left: -8px;
          content: "";
          display: inline-block;
          position: relative;
          background: url(../img/sprite.svg) no-repeat -5px -288px; }

.queries-gutter h3 {
  color: #086892;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600; }
@media (max-width: 767px) {
  .queries-gutter .email-list {
    margin-bottom: 30px; } }
.queries-gutter .email-list p {
  margin-bottom: 14px; }
  .queries-gutter .email-list p span {
    width: 140px;
    font-weight: 600;
    display: inline-block; }
.queries-gutter .social {
  margin: 0;
  padding: 0;
  list-style: none; }
  .queries-gutter .social li {
    width: 49%;
    margin-top: 10px;
    margin-bottom: 40px;
    display: inline-block; }
    .queries-gutter .social li a {
      position: relative;
      padding-left: 44px; }
      .queries-gutter .social li a:before {
        width: 36px;
        height: 30px;
        top: -5px;
        left: 0;
        content: "";
        position: absolute;
        background: url(../img/sprites.svg) no-repeat 0 0; }
      .queries-gutter .social li a.skype-icon:before {
        background-position: -1px -315px; }
      .queries-gutter .social li a.fb-icon:before {
        background-position: -37px -281px; }
      .queries-gutter .social li a.twit-icon:before {
        background-position: -37px -314px; }
      .queries-gutter .social li a.linkedin-icon:before {
        background-position: -1px -282px; }
.queries-gutter a {
  color: #000; }
  .queries-gutter a:hover {
    color: #d96f32; }

a.vct {
  position: relative; }
  a.vct:before {
    background: url(../img/sprites.svg) no-repeat; }
  a.vct.close:before {
    width: 16px;
    height: 16px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    position: absolute;
    background-position: -23px -203px; }
  a.vct.more:before {
    width: 11px;
    height: 11px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    position: absolute;
    background-position: -1px -33px; }
  a.vct.skype-icon:before {
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    position: absolute;
    background-position: -6px -97px; }
  a.vct.fb-icon:before {
    width: 10px;
    height: 18px;
    background-position: -66px -155px; }
  a.vct.linkedin-icon:before {
    width: 20px;
    height: 19px;
    background-position: -82px -156px; }
  a.vct.twit-icon:before {
    width: 22px;
    height: 18px;
    background-position: -111px -156px; }
  a.vct.g-plus:before {
    width: 23px;
    height: 18px;
    background-position: -139px -156px; }

footer {
  background: #153d9c;
  color: #fff;
  padding-top: 30px; }
  @media (min-width: 800px) {
    footer {
      padding-top: 172px;
      margin-top: -150px; } }
  footer.no {
    padding-top: 30px;
    margin-top: 0; }
  footer.page-footer .get-foot {
    font-family: Barlow; }
    @media (min-width: 768px) {
      footer.page-footer .get-foot {
        padding: 22px 0; } }
    @media (max-width: 767px) {
      footer.page-footer .get-foot {
        text-align: center; } }
    footer.page-footer .get-foot .logo {
      margin-bottom: 13px; }
      footer.page-footer .get-foot .logo img {
        width: 95px; }
    footer.page-footer .get-foot h3 {
      font-size: 16px;
      margin: 2px 0 15px; }
      @media (max-width: 767px) {
        footer.page-footer .get-foot h3 {
          margin: 10px 0; } }
    footer.page-footer .get-foot address {
      font-size: 14px;
      opacity: 0.6;
      font-weight: 100;
      line-height: 25px; }
    footer.page-footer .get-foot .contact-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer.page-footer .get-foot .contact-list li {
        font-size: 14px;
        margin-bottom: 5px; }
        footer.page-footer .get-foot .contact-list li span {
          opacity: 0.6; }
        footer.page-footer .get-foot .contact-list li a {
          color: #fff;
          opacity: 0.6; }
          footer.page-footer .get-foot .contact-list li a:hover {
            color: #d96f32;
            opacity: 1; }
    footer.page-footer .get-foot .footer-menu {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer.page-footer .get-foot .footer-menu li {
        font-size: 15px;
        margin-bottom: 8px;
        font-weight: 500; }
        footer.page-footer .get-foot .footer-menu li a {
          color: #fff;
          opacity: 0.6; }
          footer.page-footer .get-foot .footer-menu li a:hover {
            color: #d96f32;
            opacity: 1; }
    footer.page-footer .get-foot .newsletter {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      margin-top: 22px; }
      footer.page-footer .get-foot .newsletter input {
        height: 42px;
        background: transparent;
        padding: 10px 15px;
        border-radius: 7px 0 0 7px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px; }
        footer.page-footer .get-foot .newsletter input:not(:focus) {
          border: 1px solid rgba(255, 255, 255, 0.3); }
        footer.page-footer .get-foot .newsletter input::placeholder {
          color: rgba(255, 255, 255, 0.6); }
      footer.page-footer .get-foot .newsletter .btn {
        height: 42px;
        border-radius: 0 6px 6px 0;
        margin-left: -1px;
        font-weight: 500;
        font-size: 15px; }
    @media (max-width: 767px) {
      footer.page-footer .get-foot {
        padding: 12px 0; } }
  footer.page-footer .social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px; }
    @media (max-width: 767px) {
      footer.page-footer .social-list {
        margin-bottom: 6px;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    footer.page-footer .social-list li a {
      width: 38px;
      height: 38px;
      margin: 0 2px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      footer.page-footer .social-list li a:hover.fb-icon {
        background: #3b5998; }
      footer.page-footer .social-list li a:hover.linkedin-icon {
        background: #0e76a8; }
      footer.page-footer .social-list li a:hover.twit-icon {
        background: #50abf1; }
      footer.page-footer .social-list li a:hover.g-plus {
        background: #de5448; }
      footer.page-footer .social-list li a:before {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        margin: auto;
        position: absolute;
        opacity: 0.5; }
      footer.page-footer .social-list li a:hover:before {
        opacity: 1; }
  footer.page-footer .copyright-foot {
    font-size: 13px;
    padding: 20px 0 18px;
    background: #0c328b; }
    @media (max-width: 767px) {
      footer.page-footer .copyright-foot {
        margin-bottom: 60px; } }
    footer.page-footer .copyright-foot .container {
      position: relative; }
      @media (min-width: 500px) {
        footer.page-footer .copyright-foot .container {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between; } }
    footer.page-footer .copyright-foot .copyright {
      opacity: 0.6; }
      @media (max-width: 767px) {
        footer.page-footer .copyright-foot .copyright {
          text-align: center; } }
      @media (min-width: 500px) {
        footer.page-footer .copyright-foot .copyright {
          margin-bottom: 0px; } }
    footer.page-footer .copyright-foot .term-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media (max-width: 767px) {
        footer.page-footer .copyright-foot .term-list {
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; } }
      footer.page-footer .copyright-foot .term-list li {
        position: relative; }
        footer.page-footer .copyright-foot .term-list li:first-child {
          padding-right: 10px; }
          footer.page-footer .copyright-foot .term-list li:first-child:after {
            content: "";
            width: 1px;
            height: 14px;
            background-color: #fff;
            opacity: 0.6;
            position: absolute;
            right: 0;
            top: 3px; }
        footer.page-footer .copyright-foot .term-list li:last-child {
          padding-left: 10px; }
        footer.page-footer .copyright-foot .term-list li a {
          color: #fff;
          position: relative;
          opacity: 0.6; }
          footer.page-footer .copyright-foot .term-list li a:hover {
            color: #d96f32;
            opacity: 1; }
  @media (min-width: 768px) {
    footer.page-footer .get-btn {
      display: none; } }
  @media (max-width: 768px) {
    footer.page-footer .get-btn {
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 99;
      position: fixed;
      border-radius: 0;
      transition: 0.1s; } }
  @media (max-width: 768px) and (max-width: 767px) {
    footer.page-footer .get-btn.no {
      bottom: -200px; } }

.plan-item-gutter {
  text-align: center; }
  .plan-item-gutter .item-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .plan-item-gutter .item-row .item-col {
      font-size: 15px;
      padding: 0 16px; }
      @media (min-width: 1024px) {
        .plan-item-gutter .item-row .item-col {
          width: 33.33%;
          margin-bottom: 40px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .plan-item-gutter .item-row .item-col {
          width: 50%;
          margin-bottom: 36px; } }
      @media (max-width: 767px) {
        .plan-item-gutter .item-row .item-col {
          width: 100%;
          margin-bottom: 30px; } }
      .plan-item-gutter .item-row .item-col.fourth {
        width: 25%; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .plan-item-gutter .item-row .item-col.fourth {
            width: 50%; } }
        @media (max-width: 767px) {
          .plan-item-gutter .item-row .item-col.fourth {
            width: 100%; } }
        @media (min-width: 1024px) and (max-width: 1200px) {
          .plan-item-gutter .item-row .item-col.fourth br {
            display: none; } }
      .plan-item-gutter .item-row .item-col i.svg.lg {
        margin-bottom: 10px; }
      .plan-item-gutter .item-row .item-col h4 {
        font-size: 18px;
        margin-bottom: 6px;
        font-weight: 500; }
        .plan-item-gutter .item-row .item-col h4 span {
          display: block; }
  .plan-item-gutter .more {
    color: #045fcf;
    font-size: 13px;
    position: relative;
    padding-left: 18px;
    white-space: nowrap;
    font-weight: 500; }
    .plan-item-gutter .more:hover {
      color: #d96f32; }

.success-story-gutter .heading-gutter {
  text-align: center;
  position: relative; }
  .success-story-gutter .heading-gutter .view-action {
    top: 6px;
    right: 0;
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 500;
    text-align: right;
    position: absolute;
    letter-spacing: 0.2px;
    text-transform: uppercase; }
    .success-story-gutter .heading-gutter .view-action span {
      display: block; }
      .success-story-gutter .heading-gutter .view-action span a {
        color: #d96f32;
        font-size: 14px;
        position: relative;
        margin-left: 28px;
        text-transform: uppercase; }
        .success-story-gutter .heading-gutter .view-action span a:hover {
          color: #045fcf; }
        .success-story-gutter .heading-gutter .view-action span a:first-child:before {
          width: 2px;
          height: 16px;
          top: -1px;
          bottom: 0;
          right: -18px;
          margin: auto;
          content: "";
          background: #ccc;
          position: absolute; }
    @media (max-width: 767px) {
      .success-story-gutter .heading-gutter .view-action {
        display: none; } }
.success-story-gutter .owl-carousel {
  margin-bottom: 22px; }
  .success-story-gutter .owl-carousel .owl-dots {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1120px;
    position: absolute;
    text-align: center; }
    @media (min-width: 768px) {
      .success-story-gutter .owl-carousel .owl-dots {
        top: -50px; } }
    @media (max-width: 767px) {
      .success-story-gutter .owl-carousel .owl-dots {
        top: -40px; } }
    .success-story-gutter .owl-carousel .owl-dots .owl-dot {
      opacity: 0.4; }
      .success-story-gutter .owl-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        display: block;
        background: #01afe0;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
      .success-story-gutter .owl-carousel .owl-dots .owl-dot.active {
        opacity: 1; }
.success-story-gutter .casestudy-item .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
.success-story-gutter .casestudy-item figure img {
  width: auto; }
.success-story-gutter .casestudy-item .cnt {
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
  @media (min-width: 1024px) {
    .success-story-gutter .casestudy-item .cnt {
      padding: 40px 45px 40px 54px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .success-story-gutter .casestudy-item .cnt {
      padding: 32px; } }
  @media (max-width: 767px) {
    .success-story-gutter .casestudy-item .cnt {
      padding: 20px 30px 26px;
      margin-top: 12px; } }
  .success-story-gutter .casestudy-item .cnt h2 {
    font-size: 32px;
    margin: 0;
    font-weight: 600; }
  .success-story-gutter .casestudy-item .cnt h3 {
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 18px;
    font-weight: 500; }
  .success-story-gutter .casestudy-item .cnt .btn {
    margin-top: 14px; }
.success-story-gutter .casestudy-item.delhimetro-slide .cnt {
  background: #f41616; }
.success-story-gutter .casestudy-item.mysway-slide .cnt {
  background: #f69700; }
.success-story-gutter .casestudy-item.veris-slide .cnt {
  background: #016da2; }
.success-story-gutter .casestudy-item.fieldtitan-slide .cnt {
  background: #152b9a; }
.success-story-gutter .casestudy-item.tecar-slide .cnt {
  background: #0c7d86; }
.success-story-gutter .casestudy-item.way-slide .cnt {
  background: #016da2; }
.success-story-gutter .casestudy-item.livecare-slide .cnt {
  background: #01b76c; }
.success-story-gutter .casestudy-item.budgyt-slide .cnt {
  background: #033154; }
.success-story-gutter .casestudy-item.ambivista-slide .cnt {
  background: #0d629e; }
.success-story-gutter .casestudy-item.sirved-slide .cnt {
  background: #430078; }
.success-story-gutter ul.links-list {
  padding: 0;
  margin-top: 14px; }
  .success-story-gutter ul.links-list li {
    display: inline-block; }
    .success-story-gutter ul.links-list li a {
      display: block;
      position: relative;
      margin-right: 14px; }
      .success-story-gutter ul.links-list li a:before {
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        position: absolute; }
      .success-story-gutter ul.links-list li a.ios-icon {
        width: 17px; }
        .success-story-gutter ul.links-list li a.ios-icon:before {
          height: 31px;
          background-position: -13px -803px; }
      .success-story-gutter ul.links-list li a.playstore-icon {
        width: 24px; }
        .success-story-gutter ul.links-list li a.playstore-icon:before {
          height: 26px;
          background-position: -54px -805px; }

.approach-gutter {
  text-align: center; }

.clients-gutter {
  background: url(../img/finoit-semi-logo.svg) center left no-repeat #f3f7ff; }
  @media (min-width: 768px) {
    .clients-gutter .row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  @media (min-width: 1024px) {
    .clients-gutter .cnt {
      padding-right: 110px; } }
  @media (max-width: 767px) {
    .clients-gutter .cnt {
      margin-bottom: 30px; } }
  .clients-gutter .cnt h6 {
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 22px; }
    @media (min-width: 1024px) {
      .clients-gutter .cnt h6 {
        font-size: 26px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .clients-gutter .cnt h6 {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .clients-gutter .cnt h6 {
        font-size: 22px; } }
  .clients-gutter .cnt .counter {
    line-height: 1.05;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .clients-gutter .cnt .counter {
        font-size: 70px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .clients-gutter .cnt .counter {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .clients-gutter .cnt .counter {
        font-size: 50px; } }
  .clients-gutter .cnt .bold {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600; }
  .clients-gutter .cnt .dec {
    margin-bottom: 22px; }
  @media (min-width: 1024px) {
    .clients-gutter .data h4 {
      font-size: 32px;
      margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .clients-gutter .data h4 {
      font-size: 30px;
      margin-bottom: 18px; } }
  @media (max-width: 767px) {
    .clients-gutter .data h4 {
      font-size: 28px;
      margin-bottom: 16px; } }

.testimonials-gutter {
  text-align: center; }
  .testimonials-gutter .testimonial-slider .client-data .dec {
    font-size: 18px; }
    @media (min-width: 1024px) {
      .testimonials-gutter .testimonial-slider .client-data .dec {
        padding: 0 145px; } }
    .testimonials-gutter .testimonial-slider .client-data .dec p {
      position: relative; }
      .testimonials-gutter .testimonial-slider .client-data .dec p:after {
        width: 50px;
        height: 2px;
        left: 0;
        right: 0;
        bottom: -20px;
        content: "";
        margin: auto;
        position: absolute;
        background: #d96f32; }
      .testimonials-gutter .testimonial-slider .client-data .dec p:before {
        width: 50px;
        height: 40px;
        left: -8px;
        top: 12px;
        content: "";
        position: relative;
        display: inline-block;
        background: url(../img/sprites.svg) no-repeat -3px -759px; }
    .testimonials-gutter .testimonial-slider .client-data .dec h5 {
      font-size: 18px;
      margin-top: 50px;
      margin-bottom: 20px; }
      .testimonials-gutter .testimonial-slider .client-data .dec h5 span {
        display: block;
        font-size: 16px;
        color: #a0a0a0;
        padding-top: 8px; }
  .testimonials-gutter .testimonial-slider .client-data .name {
    margin-top: 240px;
    padding: 4px;
    border-radius: 100px;
    border: 1px solid #fff;
    filter: grayscale(100%);
    opacity: 0.5; }
  .testimonials-gutter .testimonial-slider .client-pic {
    margin: 0 auto;
    max-width: 750px;
    position: relative; }
    @media (min-width: 700px) {
      .testimonials-gutter .testimonial-slider .client-pic:before {
        width: 100px;
        height: 100%;
        left: -70px;
        bottom: 0;
        top: 0;
        content: "";
        margin: auto;
        background: #fff;
        position: absolute;
        -webkit-filter: blur(6px);
        filter: blur(6px);
        z-index: 1; }
      .testimonials-gutter .testimonial-slider .client-pic:after {
        content: "";
        right: -70px;
        top: 0;
        width: 100px;
        height: 100%;
        background: #fff;
        position: absolute;
        -webkit-filter: blur(6px);
        filter: blur(6px);
        z-index: 1; } }
    .testimonials-gutter .testimonial-slider .client-pic figure {
      border-radius: 100px;
      overflow: hidden;
      height: 100px;
      width: 100px;
      position: relative;
      border: 4px solid #fff;
      margin: 5px auto;
      cursor: pointer;
      filter: grayscale(100%);
      opacity: 0.5;
      cursor: pointer;
      background: url(../img/clients-thumb.jpg) no-repeat center top; }
      .testimonials-gutter .testimonial-slider .client-pic figure.james-mccoy {
        background-position: 0px 0px; }
      .testimonials-gutter .testimonial-slider .client-pic figure.gudmundur {
        background-position: -104px 0px; }
      .testimonials-gutter .testimonial-slider .client-pic figure.massimo-barone {
        background-position: -204px -2px; }
      .testimonials-gutter .testimonial-slider .client-pic figure.eric-shufro {
        background-position: -306px -1px; }
      .testimonials-gutter .testimonial-slider .client-pic figure.tim-marsh {
        background-position: 0px -120px; }
      .testimonials-gutter .testimonial-slider .client-pic figure.paul {
        background-position: -102px -120px; }
      .testimonials-gutter .testimonial-slider .client-pic figure.bryan-bruce {
        background-position: -206px -120px; }
      .testimonials-gutter .testimonial-slider .client-pic figure.lamarcus-bolton {
        background-position: -306px -121px; }
    .testimonials-gutter .testimonial-slider .client-pic .owl-item.center figure {
      filter: none;
      opacity: 1;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); }

.partners-gutter {
  text-align: center; }
  @media (min-width: 767px) and (max-width: 1023px) {
    .partners-gutter .col-md-2 {
      flex: 0 0 33.333%;
      max-width: 33.333%; } }
  @media (min-width: 767px) and (max-width: 1023px) and (min-width: 767px) and (max-width: 1023px) {
    .partners-gutter .col-md-2:nth-child(1), .partners-gutter .col-md-2:nth-child(2), .partners-gutter .col-md-2:nth-child(3) {
      margin-bottom: 40px; } }

  .partners-gutter .col-md-2 figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .partners-gutter .col-md-2 figure {
        height: 110px; } }
    .partners-gutter .col-md-2 figure:hover i.aws-partner-icon {
      background-position: -41px -157px; }
    .partners-gutter .col-md-2 figure:hover i.microsoft-partner-icon {
      background-position: -37px -372px; }
    .partners-gutter .col-md-2 figure:hover i.iso-9001-icon {
      background-position: -23px -860px; }
    .partners-gutter .col-md-2 figure:hover i.iso27001-icon {
      background-position: -33px -591px; }
    .partners-gutter .col-md-2 figure:hover i.nasscom-member-icon {
      background-position: -38px -1036px; }
    .partners-gutter .col-md-2 figure:hover i.clutch-b2b-icon {
      background-position: -33px -1217px; }
  @media (max-width: 767px) {
    .partners-gutter .col-md-2:not(:last-child) figure {
      margin-bottom: 50px; } }

.consultation-gutter {
  border-top: 1px solid #f2f2f2;
  font-family: Barlow; }
  .consultation-gutter .heading-gutter {
    text-align: center;
    margin-bottom: 35px; }
    .consultation-gutter .heading-gutter h2 {
      font-weight: 900; }
    .consultation-gutter .heading-gutter p {
      font-size: 18px; }
  .consultation-gutter .form .ins {
    margin: 0 auto;
    max-width: 664px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 550px) {
      .consultation-gutter .form .ins {
        box-shadow: 0px 3px 20px #5b66751a;
        padding: 40px 43px;
        border-radius: 6px;
        background: #fff; } }
  .consultation-gutter .fin-offices {
    text-align: center; }
    @media (min-width: 1024px) {
      .consultation-gutter .fin-offices {
        padding-top: 100px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .consultation-gutter .fin-offices {
        padding-top: 60px; } }
    @media (max-width: 767px) {
      .consultation-gutter .fin-offices {
        padding-top: 40px; } }
  .consultation-gutter .action .btn {
    font-weight: 600; }

.stacks-gutter .heading-gutter {
  text-align: center; }
.stacks-gutter .stacks-ember {
  margin-bottom: 30px; }
  .stacks-gutter .stacks-ember ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
    @media (min-width: 768px) {
      .stacks-gutter .stacks-ember ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; } }
    .stacks-gutter .stacks-ember ul:not(:last-child) {
      margin-bottom: 30px; }
    @media (min-width: 767px) {
      .stacks-gutter .stacks-ember ul:after {
        bottom: 3px;
        left: 170px;
        right: 0;
        height: 1px;
        content: "";
        position: absolute;
        border: 1px dashed #e8e8e8; } }
    .stacks-gutter .stacks-ember ul li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .stacks-gutter .stacks-ember ul li.name {
        height: 42px;
        font-size: 14px;
        text-transform: uppercase;
        background: #eee; }
        @media (min-width: 768px) {
          .stacks-gutter .stacks-ember ul li.name {
            width: 140px;
            min-width: 140px;
            padding-left: 8px; } }
        @media (max-width: 767px) {
          .stacks-gutter .stacks-ember ul li.name {
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center; } }
      @media (max-width: 767px) {
        .stacks-gutter .stacks-ember ul li:not(.name) {
          float: left;
          width: 50%;
          min-height: 130px;
          display: inline-flex;
          border: 1px dashed #ccc;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; } }
      @media (min-width: 1024px) {
        .stacks-gutter .stacks-ember ul li:not(.name) figure {
          padding: 12px 34px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .stacks-gutter .stacks-ember ul li:not(.name) figure {
          padding: 12px 2px 12px 32px; } }
      @media (max-width: 767px) {
        .stacks-gutter .stacks-ember ul li:not(.name) figure {
          padding: 12px 34px; } }

.policy-gutter .container {
  max-width: 800px; }
  .policy-gutter .container h3 {
    margin-top: 22px;
    margin-bottom: 8px;
    font-size: 20px; }
  .policy-gutter .container a.lnk {
    color: #d96f32;
    position: relative; }
    .policy-gutter .container a.lnk:before {
      left: 0;
      bottom: -4px;
      width: 0;
      height: 1px;
      content: "";
      position: absolute;
      background: #e08a58; }
    .policy-gutter .container a.lnk:hover:before {
      width: 100%; }
.policy-gutter b {
  font-weight: 500; }

.thank-msg {
  color: #348034;
  font-size: 18px;
  line-height: normal;
  text-align: center; }
  .thank-msg span {
    font-size: 30px;
    display: block;
    margin-bottom: 12px;
    font-weight: 600; }

.page-content {
  min-height: calc(100vh - 323px); }

.term-sec .page-head {
  display: block;
  min-height: auto;
  text-align: center;
  border-bottom: 1px solid #ececec; }
  @media (max-width: 1099px) {
    .term-sec .page-head {
      padding: 125px 0px 34px; } }
  @media (min-width: 1100px) {
    .term-sec .page-head {
      padding: 146px 0px 60px; } }
  .term-sec .page-head h1 {
    font-size: 42px;
    line-height: 51px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #000; }
    @media (max-width: 600px) {
      .term-sec .page-head h1 {
        font-size: 35px; } }
.term-sec .multi-flex-content .inner-flex {
  font-size: 16px;
  line-height: 30px;
  padding: 30px 0px 30px; }
  @media (min-width: 1100px) {
    .term-sec .multi-flex-content .inner-flex {
      padding: 70px 200px 70px; } }
  @media (max-width: 600px) {
    .term-sec .multi-flex-content .inner-flex {
      padding-top: 0; } }
  .term-sec .multi-flex-content .inner-flex h3 {
    line-height: 40px;
    font-size: 30px;
    margin: 0;
    margin-bottom: 22px;
    font-weight: 700;
    color: #212121; }
    @media (max-width: 600px) {
      .term-sec .multi-flex-content .inner-flex h3 {
        font-size: 24px; } }
  .term-sec .multi-flex-content .inner-flex ul.list {
    margin-bottom: 30px; }
    .term-sec .multi-flex-content .inner-flex ul.list li {
      font-size: 16px;
      padding-left: 30px;
      position: relative;
      line-height: 24px;
      margin-bottom: 10px;
      text-align: left;
      color: #212121; }
      .term-sec .multi-flex-content .inner-flex ul.list li:before {
        left: 0;
        top: 6px;
        width: 15px;
        height: 12px;
        content: "";
        position: absolute;
        background: url(../img/spritese.svg) no-repeat -29px -819px; }

/*# sourceMappingURL=app.css.map */
